From 7ccc0be712574f3c87a6ff253236fff72d869985 Mon Sep 17 00:00:00 2001 From: Rim Date: Wed, 2 Apr 2025 06:50:39 -0400 Subject: [PATCH] format: prettify entire project --- .gitattributes | 8 + .prettierrc | 20 + README.md | 15 +- app.js | 582 +- node_modules/.bin/acorn.cmd | 17 + node_modules/.bin/glob.cmd | 17 + node_modules/.bin/he.cmd | 17 + node_modules/.bin/html-minifier.cmd | 17 + node_modules/.bin/jsesc.cmd | 17 + node_modules/.bin/mime.cmd | 17 + node_modules/.bin/parser | 16 + node_modules/.bin/parser.cmd | 17 + node_modules/.bin/parser.ps1 | 28 + node_modules/.bin/pkg-fetch.cmd | 17 + node_modules/.bin/pkg.cmd | 17 + node_modules/.bin/prebuild-install.cmd | 17 + node_modules/.bin/prettier | 16 + node_modules/.bin/prettier.cmd | 17 + node_modules/.bin/prettier.ps1 | 28 + node_modules/.bin/rc.cmd | 17 + node_modules/.bin/resolve.cmd | 17 + node_modules/.bin/semver.cmd | 17 + node_modules/.bin/terser.cmd | 17 + node_modules/.bin/uglifyjs.cmd | 17 + node_modules/@babel/generator/lib/buffer.js | 90 +- .../@babel/generator/lib/generators/base.js | 40 +- .../generator/lib/generators/classes.js | 74 +- .../generator/lib/generators/expressions.js | 163 +- .../@babel/generator/lib/generators/flow.js | 341 +- .../@babel/generator/lib/generators/index.js | 74 +- .../@babel/generator/lib/generators/jsx.js | 50 +- .../generator/lib/generators/methods.js | 71 +- .../generator/lib/generators/modules.js | 100 +- .../generator/lib/generators/statements.js | 142 +- .../lib/generators/template-literals.js | 10 +- .../@babel/generator/lib/generators/types.js | 129 +- .../generator/lib/generators/typescript.js | 347 +- node_modules/@babel/generator/lib/index.js | 50 +- .../@babel/generator/lib/node/index.js | 33 +- .../@babel/generator/lib/node/parentheses.js | 339 +- .../@babel/generator/lib/node/whitespace.js | 125 +- node_modules/@babel/generator/lib/printer.js | 176 +- .../@babel/generator/lib/source-map.js | 56 +- node_modules/@babel/generator/package.json | 2 +- .../@babel/helper-string-parser/lib/index.js | 241 +- .../@babel/helper-string-parser/package.json | 2 +- .../lib/identifier.js | 78 +- .../helper-validator-identifier/lib/index.js | 42 +- .../lib/keyword.js | 64 +- .../helper-validator-identifier/package.json | 2 +- .../@babel/parser/bin/babel-parser.js | 10 +- node_modules/@babel/parser/lib/index.js | 19656 +++--- node_modules/@babel/parser/package.json | 2 +- .../@babel/parser/typings/babel-parser.d.ts | 104 +- .../@babel/types/lib/asserts/assertNode.js | 13 +- .../types/lib/asserts/generated/index.js | 636 +- .../types/lib/ast-types/generated/index.js | 2 - .../lib/builders/flow/createFlowUnionType.js | 10 +- .../flow/createTypeAnnotationBasedOnTypeof.js | 38 +- .../types/lib/builders/generated/index.js | 1167 +- .../types/lib/builders/generated/uppercase.js | 1016 +- .../types/lib/builders/react/buildChildren.js | 13 +- .../builders/typescript/createTSUnionType.js | 14 +- .../@babel/types/lib/builders/validateNode.js | 10 +- node_modules/@babel/types/lib/clone/clone.js | 8 +- .../@babel/types/lib/clone/cloneDeep.js | 8 +- .../types/lib/clone/cloneDeepWithoutLoc.js | 8 +- .../@babel/types/lib/clone/cloneNode.js | 89 +- .../@babel/types/lib/clone/cloneWithoutLoc.js | 8 +- .../@babel/types/lib/comments/addComment.js | 18 +- .../@babel/types/lib/comments/addComments.js | 8 +- .../lib/comments/inheritInnerComments.js | 10 +- .../lib/comments/inheritLeadingComments.js | 10 +- .../lib/comments/inheritTrailingComments.js | 10 +- .../types/lib/comments/inheritsComments.js | 12 +- .../types/lib/comments/removeComments.js | 10 +- .../types/lib/constants/generated/index.js | 165 +- .../@babel/types/lib/constants/index.js | 107 +- .../types/lib/converters/ensureBlock.js | 10 +- .../converters/gatherSequenceExpressions.js | 36 +- .../lib/converters/toBindingIdentifierName.js | 10 +- .../@babel/types/lib/converters/toBlock.js | 10 +- .../types/lib/converters/toComputedKey.js | 13 +- .../types/lib/converters/toExpression.js | 12 +- .../types/lib/converters/toIdentifier.js | 25 +- .../@babel/types/lib/converters/toKeyAlias.js | 22 +- .../lib/converters/toSequenceExpression.js | 8 +- .../types/lib/converters/toStatement.js | 14 +- .../types/lib/converters/valueToNode.js | 36 +- .../@babel/types/lib/definitions/core.js | 2934 +- .../types/lib/definitions/experimental.js | 191 +- .../@babel/types/lib/definitions/flow.js | 785 +- .../@babel/types/lib/definitions/index.js | 70 +- .../@babel/types/lib/definitions/jsx.js | 256 +- .../@babel/types/lib/definitions/misc.js | 34 +- .../types/lib/definitions/placeholders.js | 32 +- .../types/lib/definitions/typescript.js | 744 +- .../@babel/types/lib/definitions/utils.js | 124 +- .../@babel/types/lib/index-legacy.d.ts | 6071 +- node_modules/@babel/types/lib/index.d.ts | 27339 +++++++- node_modules/@babel/types/lib/index.js | 402 +- .../modifications/appendToMemberExpression.js | 14 +- .../flow/removeTypeDuplicates.js | 16 +- .../types/lib/modifications/inherits.js | 12 +- .../prependToMemberExpression.js | 14 +- .../lib/modifications/removeProperties.js | 18 +- .../lib/modifications/removePropertiesDeep.js | 10 +- .../typescript/removeTypeDuplicates.js | 16 +- .../lib/retrievers/getBindingIdentifiers.js | 93 +- .../retrievers/getOuterBindingIdentifiers.js | 8 +- .../@babel/types/lib/traverse/traverse.js | 21 +- .../@babel/types/lib/traverse/traverseFast.js | 8 +- .../@babel/types/lib/utils/inherit.js | 10 +- .../react/cleanJSXElementLiteralChild.js | 18 +- .../@babel/types/lib/utils/shallowEqual.js | 6 +- .../validators/buildMatchMemberExpression.js | 12 +- .../types/lib/validators/generated/index.js | 1919 +- .../@babel/types/lib/validators/is.js | 22 +- .../@babel/types/lib/validators/isBinding.js | 15 +- .../types/lib/validators/isBlockScoped.js | 16 +- .../types/lib/validators/isImmutable.js | 14 +- .../@babel/types/lib/validators/isLet.js | 15 +- .../@babel/types/lib/validators/isNode.js | 8 +- .../types/lib/validators/isNodesEquivalent.js | 20 +- .../types/lib/validators/isPlaceholderType.js | 8 +- .../types/lib/validators/isReferenced.js | 84 +- .../@babel/types/lib/validators/isScope.js | 20 +- .../lib/validators/isSpecifierDefault.js | 17 +- .../@babel/types/lib/validators/isType.js | 8 +- .../lib/validators/isValidES3Identifier.js | 39 +- .../types/lib/validators/isValidIdentifier.js | 15 +- .../@babel/types/lib/validators/isVar.js | 18 +- .../types/lib/validators/matchesPattern.js | 18 +- .../types/lib/validators/react/isCompatTag.js | 6 +- .../lib/validators/react/isReactComponent.js | 12 +- .../@babel/types/lib/validators/validate.js | 8 +- node_modules/@babel/types/package.json | 2 +- .../types/scripts/generators/asserts.js | 16 +- .../types/scripts/generators/ast-types.js | 48 +- .../types/scripts/generators/builders.js | 57 +- .../types/scripts/generators/constants.js | 4 +- .../@babel/types/scripts/generators/docs.js | 218 +- .../@babel/types/scripts/generators/flow.js | 36 +- .../scripts/generators/typescript-legacy.js | 48 +- .../types/scripts/generators/validators.js | 26 +- .../@babel/types/scripts/package.json | 4 +- .../types/scripts/utils/formatBuilderName.js | 2 +- .../types/scripts/utils/stringifyValidator.js | 26 +- .../types/scripts/utils/toFunctionName.js | 2 +- node_modules/@isaacs/cliui/build/index.cjs | 563 +- node_modules/@isaacs/cliui/build/index.d.cts | 62 +- node_modules/@isaacs/cliui/build/lib/index.js | 553 +- node_modules/@isaacs/cliui/index.mjs | 14 +- .../gen-mapping/dist/gen-mapping.mjs | 385 +- .../gen-mapping/dist/gen-mapping.umd.js | 576 +- .../gen-mapping/dist/types/gen-mapping.d.ts | 86 +- .../dist/types/sourcemap-segment.d.ts | 5 +- .../gen-mapping/dist/types/types.d.ts | 57 +- .../resolve-uri/dist/resolve-uri.mjs | 352 +- .../resolve-uri/dist/resolve-uri.umd.js | 470 +- .../resolve-uri/dist/types/resolve-uri.d.ts | 5 +- .../@jridgewell/set-array/dist/set-array.mjs | 55 +- .../set-array/dist/set-array.umd.js | 151 +- .../set-array/dist/types/set-array.d.ts | 16 +- .../source-map/dist/source-map.cjs | 159 +- .../source-map/dist/source-map.mjs | 172 +- .../source-map/dist/source-map.umd.js | 2579 +- .../source-map/dist/types/source-map.d.ts | 96 +- .../sourcemap-codec/dist/sourcemap-codec.mjs | 763 +- .../dist/sourcemap-codec.umd.js | 885 +- .../sourcemap-codec/dist/types/scopes.d.ts | 41 +- .../dist/types/sourcemap-codec.d.ts | 19 +- .../sourcemap-codec/dist/types/strings.d.ts | 22 +- .../sourcemap-codec/dist/types/vlq.d.ts | 11 +- .../trace-mapping/dist/trace-mapping.mjs | 882 +- .../trace-mapping/dist/trace-mapping.umd.js | 1259 +- .../trace-mapping/dist/types/any-map.d.ts | 4 +- .../dist/types/binary-search.d.ts | 32 +- .../trace-mapping/dist/types/by-source.d.ts | 9 +- .../trace-mapping/dist/types/resolve.d.ts | 5 +- .../trace-mapping/dist/types/sort.d.ts | 5 +- .../dist/types/sourcemap-segment.d.ts | 5 +- .../dist/types/trace-mapping.d.ts | 119 +- .../trace-mapping/dist/types/types.d.ts | 138 +- .../@nodelib/fs.scandir/out/adapters/fs.d.ts | 34 +- .../@nodelib/fs.scandir/out/adapters/fs.js | 29 +- .../@nodelib/fs.scandir/out/constants.js | 20 +- .../@nodelib/fs.scandir/out/index.d.ts | 35 +- node_modules/@nodelib/fs.scandir/out/index.js | 32 +- .../fs.scandir/out/providers/async.d.ts | 23 +- .../fs.scandir/out/providers/async.js | 178 +- .../fs.scandir/out/providers/common.d.ts | 6 +- .../fs.scandir/out/providers/common.js | 18 +- .../fs.scandir/out/providers/sync.d.ts | 5 +- .../@nodelib/fs.scandir/out/providers/sync.js | 93 +- .../@nodelib/fs.scandir/out/settings.d.ts | 28 +- .../@nodelib/fs.scandir/out/settings.js | 51 +- .../@nodelib/fs.scandir/out/types/index.d.ts | 24 +- .../@nodelib/fs.scandir/out/types/index.js | 4 +- .../@nodelib/fs.scandir/out/utils/fs.d.ts | 5 +- .../@nodelib/fs.scandir/out/utils/fs.js | 26 +- .../@nodelib/fs.scandir/out/utils/index.js | 6 +- .../@nodelib/fs.stat/out/adapters/fs.d.ts | 17 +- .../@nodelib/fs.stat/out/adapters/fs.js | 25 +- node_modules/@nodelib/fs.stat/out/index.d.ts | 34 +- node_modules/@nodelib/fs.stat/out/index.js | 32 +- .../@nodelib/fs.stat/out/providers/async.d.ts | 11 +- .../@nodelib/fs.stat/out/providers/async.js | 52 +- .../@nodelib/fs.stat/out/providers/sync.js | 33 +- .../@nodelib/fs.stat/out/settings.d.ts | 22 +- node_modules/@nodelib/fs.stat/out/settings.js | 35 +- .../@nodelib/fs.stat/out/types/index.js | 4 +- node_modules/@nodelib/fs.walk/out/index.d.ts | 43 +- node_modules/@nodelib/fs.walk/out/index.js | 52 +- .../@nodelib/fs.walk/out/providers/async.d.ts | 12 +- .../@nodelib/fs.walk/out/providers/async.js | 46 +- .../@nodelib/fs.walk/out/providers/index.js | 10 +- .../fs.walk/out/providers/stream.d.ts | 12 +- .../@nodelib/fs.walk/out/providers/stream.js | 62 +- .../@nodelib/fs.walk/out/providers/sync.d.ts | 10 +- .../@nodelib/fs.walk/out/providers/sync.js | 22 +- .../@nodelib/fs.walk/out/readers/async.d.ts | 36 +- .../@nodelib/fs.walk/out/readers/async.js | 187 +- .../@nodelib/fs.walk/out/readers/common.d.ts | 16 +- .../@nodelib/fs.walk/out/readers/common.js | 42 +- .../@nodelib/fs.walk/out/readers/reader.d.ts | 6 +- .../@nodelib/fs.walk/out/readers/reader.js | 19 +- .../@nodelib/fs.walk/out/readers/sync.d.ts | 20 +- .../@nodelib/fs.walk/out/readers/sync.js | 109 +- .../@nodelib/fs.walk/out/settings.d.ts | 40 +- node_modules/@nodelib/fs.walk/out/settings.js | 53 +- .../@nodelib/fs.walk/out/types/index.d.ts | 4 +- .../@nodelib/fs.walk/out/types/index.js | 4 +- node_modules/accepts/index.js | 118 +- node_modules/acorn/bin/acorn | 4 +- node_modules/acorn/dist/acorn.d.mts | 1049 +- node_modules/acorn/dist/acorn.d.ts | 1049 +- node_modules/acorn/dist/acorn.js | 6442 +- node_modules/acorn/dist/acorn.mjs | 6377 +- node_modules/acorn/dist/bin.js | 123 +- node_modules/agent-base/dist/src/index.d.ts | 157 +- node_modules/agent-base/dist/src/index.js | 381 +- .../agent-base/dist/src/promisify.d.ts | 13 +- node_modules/agent-base/dist/src/promisify.js | 29 +- node_modules/agent-base/src/index.ts | 552 +- node_modules/agent-base/src/promisify.ts | 50 +- node_modules/ansi-styles/index.d.ts | 174 +- node_modules/ansi-styles/index.js | 370 +- node_modules/ansi-styles/package.json | 104 +- node_modules/array-flatten/array-flatten.js | 30 +- node_modules/array-union/index.d.ts | 2 +- node_modules/array-union/index.js | 2 +- node_modules/array-union/package.json | 72 +- node_modules/at-least-node/index.js | 13 +- node_modules/balanced-match/index.js | 22 +- node_modules/base64-js/base64js.min.js | 173 +- node_modules/base64-js/index.js | 162 +- node_modules/bl/BufferList.js | 330 +- node_modules/bl/bl.js | 108 +- node_modules/body-parser/index.js | 26 +- node_modules/body-parser/lib/read.js | 189 +- node_modules/body-parser/lib/types/json.js | 142 +- node_modules/body-parser/lib/types/raw.js | 55 +- node_modules/body-parser/lib/types/text.js | 59 +- .../body-parser/lib/types/urlencoded.js | 147 +- node_modules/body-parser/lib/utils.js | 53 +- node_modules/braces/index.js | 4 +- node_modules/braces/lib/compile.js | 13 +- node_modules/braces/lib/constants.js | 88 +- node_modules/braces/lib/expand.js | 19 +- node_modules/braces/lib/parse.js | 60 +- node_modules/braces/lib/stringify.js | 1 - node_modules/braces/lib/utils.js | 35 +- node_modules/buffer-from/index.js | 57 +- node_modules/buffer/index.d.ts | 422 +- node_modules/buffer/index.js | 2036 +- node_modules/bytes/index.js | 20 +- .../call-bind-apply-helpers/actualApply.d.ts | 2 +- .../call-bind-apply-helpers/applyBind.d.ts | 29 +- .../call-bind-apply-helpers/applyBind.js | 2 +- .../functionApply.d.ts | 2 +- .../call-bind-apply-helpers/functionCall.d.ts | 2 +- .../call-bind-apply-helpers/index.d.ts | 62 +- node_modules/call-bind-apply-helpers/index.js | 8 +- .../call-bind-apply-helpers/package.json | 166 +- .../call-bind-apply-helpers/tsconfig.json | 14 +- node_modules/call-bound/index.d.ts | 158 +- node_modules/call-bound/index.js | 15 +- node_modules/call-bound/package.json | 194 +- node_modules/call-bound/tsconfig.json | 14 +- node_modules/camel-case/camel-case.d.ts | 6 +- node_modules/camel-case/camel-case.js | 14 +- node_modules/chalk/index.d.ts | 349 +- node_modules/chalk/package.json | 132 +- node_modules/chalk/source/index.js | 329 +- node_modules/chalk/source/templates.js | 202 +- node_modules/chalk/source/util.js | 57 +- node_modules/chownr/chownr.js | 189 +- node_modules/clean-css/lib/clean.js | 77 +- node_modules/clean-css/lib/optimizer/hack.js | 2 +- .../lib/optimizer/level-1/optimize.js | 432 +- .../lib/optimizer/level-1/shorten-hex.js | 16 +- .../lib/optimizer/level-1/shorten-hsl.js | 35 +- .../lib/optimizer/level-1/shorten-rgb.js | 12 +- .../lib/optimizer/level-1/tidy-block.js | 4 +- .../lib/optimizer/level-1/tidy-rules.js | 78 +- .../lib/optimizer/level-2/break-up.js | 383 +- .../lib/optimizer/level-2/can-override.js | 172 +- .../clean-css/lib/optimizer/level-2/clone.js | 4 +- .../lib/optimizer/level-2/compactable.js | 663 +- .../optimizer/level-2/extract-properties.js | 34 +- .../level-2/invalid-property-error.js | 2 +- .../lib/optimizer/level-2/is-mergeable.js | 109 +- .../lib/optimizer/level-2/merge-adjacent.js | 54 +- .../optimizer/level-2/merge-media-queries.js | 43 +- .../level-2/merge-non-adjacent-by-body.js | 64 +- .../level-2/merge-non-adjacent-by-selector.js | 36 +- .../lib/optimizer/level-2/optimize.js | 25 +- .../level-2/properties/every-values-pair.js | 5 +- .../level-2/properties/find-component-in.js | 5 +- .../level-2/properties/has-inherit.js | 3 +- .../level-2/properties/is-component-of.js | 21 +- .../properties/merge-into-shorthands.js | 100 +- .../optimizer/level-2/properties/optimize.js | 23 +- .../level-2/properties/override-properties.js | 245 +- .../overrides-non-component-shorthand.js | 6 +- .../level-2/properties/populate-components.js | 15 +- .../level-2/properties/understandable.js | 5 +- .../level-2/properties/vendor-prefixes.js | 2 +- .../optimizer/level-2/reduce-non-adjacent.js | 130 +- .../optimizer/level-2/remove-duplicates.js | 15 +- .../level-2/remove-unused-at-rules.js | 35 +- .../lib/optimizer/level-2/reorderable.js | 94 +- .../lib/optimizer/level-2/restore.js | 130 +- .../lib/optimizer/level-2/restructure.js | 160 +- .../level-2/specificities-overlap.js | 6 +- .../lib/optimizer/level-2/specificity.js | 50 +- .../lib/optimizer/restore-from-optimizing.js | 3 +- .../clean-css/lib/optimizer/validator.js | 263 +- .../lib/optimizer/wrap-for-optimizing.js | 58 +- .../clean-css/lib/options/compatibility.js | 54 +- node_modules/clean-css/lib/options/format.js | 73 +- .../clean-css/lib/options/inline-request.js | 10 +- node_modules/clean-css/lib/options/inline.js | 4 +- .../lib/options/optimization-level.js | 77 +- .../lib/options/rounding-precision.js | 67 +- .../clean-css/lib/reader/apply-source-maps.js | 131 +- .../reader/extract-import-url-and-media.js | 4 +- .../lib/reader/input-source-map-tracker.js | 15 +- .../lib/reader/is-allowed-resource.js | 13 +- .../lib/reader/load-original-sources.js | 61 +- .../lib/reader/load-remote-resource.js | 49 +- .../clean-css/lib/reader/read-sources.js | 217 +- .../clean-css/lib/reader/rebase-local-map.js | 2 +- .../clean-css/lib/reader/rebase-remote-map.js | 2 +- node_modules/clean-css/lib/reader/rebase.js | 15 +- .../clean-css/lib/reader/rewrite-url.js | 28 +- .../clean-css/lib/tokenizer/marker.js | 4 +- node_modules/clean-css/lib/tokenizer/token.js | 2 +- .../clean-css/lib/tokenizer/tokenize.js | 567 +- .../clean-css/lib/utils/clone-array.js | 3 +- .../clean-css/lib/utils/format-position.js | 4 +- .../clean-css/lib/utils/natural-compare.js | 10 +- node_modules/clean-css/lib/utils/split.js | 7 +- node_modules/clean-css/lib/writer/helpers.js | 117 +- node_modules/clean-css/lib/writer/one-time.js | 4 +- node_modules/clean-css/lib/writer/simple.js | 21 +- .../clean-css/lib/writer/source-maps.js | 33 +- node_modules/cliui/build/index.cjs | 535 +- node_modules/cliui/build/lib/index.js | 525 +- node_modules/cliui/build/lib/string-utils.js | 33 +- node_modules/cliui/index.mjs | 12 +- node_modules/color-convert/conversions.js | 1164 +- node_modules/color-convert/index.js | 104 +- node_modules/color-convert/route.js | 111 +- node_modules/color-name/index.js | 298 +- node_modules/commander/index.js | 258 +- node_modules/commander/typings/index.d.ts | 54 +- node_modules/content-disposition/index.js | 229 +- node_modules/content-type/index.js | 117 +- node_modules/cookie-signature/index.js | 38 +- node_modules/cookie-signature/package.json | 11 +- node_modules/cookie/index.js | 57 +- node_modules/core-util-is/lib/util.js | 16 +- node_modules/cross-spawn/index.js | 30 +- node_modules/cross-spawn/lib/enoent.js | 74 +- node_modules/cross-spawn/lib/parse.js | 126 +- node_modules/cross-spawn/lib/util/escape.js | 50 +- .../cross-spawn/lib/util/readShebang.js | 24 +- .../cross-spawn/lib/util/resolveCommand.js | 67 +- .../css-tree/cjs/convertor/create.cjs | 44 +- node_modules/css-tree/cjs/data.cjs | 137 +- .../cjs/definition-syntax/SyntaxError.cjs | 25 +- .../cjs/definition-syntax/generate.cjs | 194 +- .../css-tree/cjs/definition-syntax/index.cjs | 2 - .../css-tree/cjs/definition-syntax/parse.cjs | 834 +- .../cjs/definition-syntax/tokenizer.cjs | 82 +- .../css-tree/cjs/definition-syntax/walk.cjs | 76 +- .../css-tree/cjs/generator/create.cjs | 148 +- .../css-tree/cjs/generator/sourceMap.cjs | 156 +- .../css-tree/cjs/generator/token-before.cjs | 246 +- node_modules/css-tree/cjs/index.cjs | 24 +- node_modules/css-tree/cjs/lexer/Lexer.cjs | 854 +- node_modules/css-tree/cjs/lexer/error.cjs | 196 +- .../css-tree/cjs/lexer/generic-an-plus-b.cjs | 361 +- .../css-tree/cjs/lexer/generic-const.cjs | 10 +- .../css-tree/cjs/lexer/generic-urange.cjs | 189 +- node_modules/css-tree/cjs/lexer/generic.cjs | 815 +- node_modules/css-tree/cjs/lexer/index.cjs | 2 - .../css-tree/cjs/lexer/match-graph.cjs | 769 +- node_modules/css-tree/cjs/lexer/match.cjs | 1144 +- .../css-tree/cjs/lexer/prepare-tokens.cjs | 72 +- node_modules/css-tree/cjs/lexer/search.cjs | 80 +- node_modules/css-tree/cjs/lexer/structure.cjs | 274 +- node_modules/css-tree/cjs/lexer/trace.cjs | 92 +- .../css-tree/cjs/parser/SyntaxError.cjs | 114 +- node_modules/css-tree/cjs/parser/create.cjs | 580 +- node_modules/css-tree/cjs/parser/sequence.cjs | 66 +- .../css-tree/cjs/syntax/atrule/font-face.cjs | 12 +- .../css-tree/cjs/syntax/atrule/import.cjs | 48 +- .../css-tree/cjs/syntax/atrule/index.cjs | 10 +- .../css-tree/cjs/syntax/atrule/media.cjs | 18 +- .../css-tree/cjs/syntax/atrule/page.cjs | 18 +- .../css-tree/cjs/syntax/atrule/supports.cjs | 93 +- .../css-tree/cjs/syntax/config/generator.cjs | 2 +- .../css-tree/cjs/syntax/config/lexer.cjs | 6 +- .../css-tree/cjs/syntax/config/mix.cjs | 199 +- .../cjs/syntax/config/parser-selector.cjs | 18 +- .../css-tree/cjs/syntax/config/parser.cjs | 44 +- .../css-tree/cjs/syntax/config/walker.cjs | 2 +- node_modules/css-tree/cjs/syntax/create.cjs | 72 +- .../cjs/syntax/function/expression.cjs | 4 +- .../css-tree/cjs/syntax/function/var.cjs | 55 +- node_modules/css-tree/cjs/syntax/index.cjs | 6 +- .../css-tree/cjs/syntax/node/AnPlusB.cjs | 437 +- .../css-tree/cjs/syntax/node/Atrule.cjs | 141 +- .../cjs/syntax/node/AtrulePrelude.cjs | 56 +- .../cjs/syntax/node/AttributeSelector.cjs | 196 +- .../css-tree/cjs/syntax/node/Block.cjs | 95 +- .../css-tree/cjs/syntax/node/Brackets.cjs | 32 +- node_modules/css-tree/cjs/syntax/node/CDC.cjs | 14 +- node_modules/css-tree/cjs/syntax/node/CDO.cjs | 14 +- .../cjs/syntax/node/ClassSelector.cjs | 20 +- .../css-tree/cjs/syntax/node/Combinator.cjs | 70 +- .../css-tree/cjs/syntax/node/Comment.cjs | 37 +- .../css-tree/cjs/syntax/node/Declaration.cjs | 231 +- .../cjs/syntax/node/DeclarationList.cjs | 48 +- .../css-tree/cjs/syntax/node/Dimension.cjs | 22 +- .../css-tree/cjs/syntax/node/Function.cjs | 43 +- .../css-tree/cjs/syntax/node/Hash.cjs | 18 +- .../css-tree/cjs/syntax/node/IdSelector.cjs | 26 +- .../css-tree/cjs/syntax/node/Identifier.cjs | 14 +- .../css-tree/cjs/syntax/node/MediaFeature.cjs | 96 +- .../css-tree/cjs/syntax/node/MediaQuery.cjs | 65 +- .../cjs/syntax/node/MediaQueryList.cjs | 34 +- node_modules/css-tree/cjs/syntax/node/Nth.cjs | 62 +- .../css-tree/cjs/syntax/node/Number.cjs | 14 +- .../css-tree/cjs/syntax/node/Operator.cjs | 18 +- .../css-tree/cjs/syntax/node/Parentheses.cjs | 32 +- .../css-tree/cjs/syntax/node/Percentage.cjs | 14 +- .../cjs/syntax/node/PseudoClassSelector.cjs | 72 +- .../cjs/syntax/node/PseudoElementSelector.cjs | 76 +- .../css-tree/cjs/syntax/node/Ratio.cjs | 63 +- node_modules/css-tree/cjs/syntax/node/Raw.cjs | 47 +- .../css-tree/cjs/syntax/node/Rule.cjs | 58 +- .../css-tree/cjs/syntax/node/Selector.cjs | 44 +- .../css-tree/cjs/syntax/node/SelectorList.cjs | 35 +- .../css-tree/cjs/syntax/node/String.cjs | 14 +- .../css-tree/cjs/syntax/node/StyleSheet.cjs | 97 +- .../css-tree/cjs/syntax/node/TypeSelector.cjs | 47 +- .../css-tree/cjs/syntax/node/UnicodeRange.cjs | 180 +- node_modules/css-tree/cjs/syntax/node/Url.cjs | 56 +- .../css-tree/cjs/syntax/node/Value.cjs | 18 +- .../css-tree/cjs/syntax/node/WhiteSpace.cjs | 24 +- .../cjs/syntax/node/index-generate.cjs | 2 - .../cjs/syntax/node/index-parse-selector.cjs | 2 - .../css-tree/cjs/syntax/node/index-parse.cjs | 2 - .../css-tree/cjs/syntax/node/index.cjs | 2 - .../css-tree/cjs/syntax/pseudo/index.cjs | 60 +- .../cjs/syntax/scope/atrulePrelude.cjs | 2 +- .../css-tree/cjs/syntax/scope/default.cjs | 106 +- .../css-tree/cjs/syntax/scope/index.cjs | 2 - .../css-tree/cjs/syntax/scope/selector.cjs | 121 +- .../css-tree/cjs/syntax/scope/value.cjs | 33 +- .../cjs/tokenizer/OffsetToLocation.cjs | 133 +- .../css-tree/cjs/tokenizer/TokenStream.cjs | 458 +- .../css-tree/cjs/tokenizer/adopt-buffer.cjs | 8 +- .../cjs/tokenizer/char-code-definitions.cjs | 191 +- node_modules/css-tree/cjs/tokenizer/index.cjs | 954 +- node_modules/css-tree/cjs/tokenizer/names.cjs | 50 +- node_modules/css-tree/cjs/tokenizer/types.cjs | 48 +- node_modules/css-tree/cjs/tokenizer/utils.cjs | 350 +- node_modules/css-tree/cjs/utils/List.cjs | 850 +- node_modules/css-tree/cjs/utils/clone.cjs | 26 +- .../cjs/utils/create-custom-error.cjs | 25 +- node_modules/css-tree/cjs/utils/ident.cjs | 147 +- node_modules/css-tree/cjs/utils/index.cjs | 2 - node_modules/css-tree/cjs/utils/names.cjs | 156 +- node_modules/css-tree/cjs/utils/string.cjs | 158 +- node_modules/css-tree/cjs/utils/url.cjs | 173 +- node_modules/css-tree/cjs/walker/create.cjs | 467 +- node_modules/css-tree/data/patch.json | 1448 +- node_modules/css-tree/dist/csstree.esm.js | 7830 ++- node_modules/css-tree/dist/csstree.js | 7887 ++- node_modules/css-tree/dist/data.cjs | 2229 +- node_modules/css-tree/dist/data.js | 2229 +- node_modules/css-tree/dist/version.cjs | 2 +- node_modules/css-tree/dist/version.js | 2 +- node_modules/css-tree/lib/convertor/create.js | 46 +- node_modules/css-tree/lib/data.js | 137 +- .../lib/definition-syntax/SyntaxError.js | 24 +- .../lib/definition-syntax/generate.js | 196 +- .../css-tree/lib/definition-syntax/parse.js | 836 +- .../lib/definition-syntax/tokenizer.js | 84 +- .../css-tree/lib/definition-syntax/walk.js | 78 +- node_modules/css-tree/lib/generator/create.js | 150 +- .../css-tree/lib/generator/sourceMap.js | 158 +- .../css-tree/lib/generator/token-before.js | 278 +- node_modules/css-tree/lib/index.js | 24 +- node_modules/css-tree/lib/lexer/Lexer.js | 846 +- node_modules/css-tree/lib/lexer/error.js | 193 +- .../css-tree/lib/lexer/generic-an-plus-b.js | 374 +- .../css-tree/lib/lexer/generic-const.js | 10 +- .../css-tree/lib/lexer/generic-urange.js | 200 +- node_modules/css-tree/lib/lexer/generic.js | 874 +- .../css-tree/lib/lexer/match-graph.js | 775 +- node_modules/css-tree/lib/lexer/match.js | 1147 +- .../css-tree/lib/lexer/prepare-tokens.js | 76 +- node_modules/css-tree/lib/lexer/search.js | 80 +- node_modules/css-tree/lib/lexer/structure.js | 276 +- node_modules/css-tree/lib/lexer/trace.js | 92 +- .../css-tree/lib/parser/SyntaxError.js | 111 +- node_modules/css-tree/lib/parser/create.js | 612 +- node_modules/css-tree/lib/parser/sequence.js | 68 +- .../css-tree/lib/syntax/atrule/font-face.js | 12 +- .../css-tree/lib/syntax/atrule/import.js | 58 +- .../css-tree/lib/syntax/atrule/index.js | 10 +- .../css-tree/lib/syntax/atrule/media.js | 18 +- .../css-tree/lib/syntax/atrule/page.js | 18 +- .../css-tree/lib/syntax/atrule/supports.js | 102 +- .../css-tree/lib/syntax/config/generator.js | 2 +- .../css-tree/lib/syntax/config/lexer.js | 6 +- .../css-tree/lib/syntax/config/mix.js | 199 +- .../lib/syntax/config/parser-selector.js | 18 +- .../css-tree/lib/syntax/config/parser.js | 44 +- .../css-tree/lib/syntax/config/walker.js | 2 +- node_modules/css-tree/lib/syntax/create.js | 73 +- .../lib/syntax/function/expression.js | 6 +- .../css-tree/lib/syntax/function/var.js | 59 +- node_modules/css-tree/lib/syntax/index.js | 6 +- .../css-tree/lib/syntax/node/AnPlusB.js | 449 +- .../css-tree/lib/syntax/node/Atrule.js | 149 +- .../css-tree/lib/syntax/node/AtrulePrelude.js | 61 +- .../lib/syntax/node/AttributeSelector.js | 206 +- .../css-tree/lib/syntax/node/Block.js | 107 +- .../css-tree/lib/syntax/node/Brackets.js | 38 +- node_modules/css-tree/lib/syntax/node/CDC.js | 14 +- node_modules/css-tree/lib/syntax/node/CDO.js | 14 +- .../css-tree/lib/syntax/node/ClassSelector.js | 20 +- .../css-tree/lib/syntax/node/Combinator.js | 70 +- .../css-tree/lib/syntax/node/Comment.js | 37 +- .../css-tree/lib/syntax/node/Declaration.js | 240 +- .../lib/syntax/node/DeclarationList.js | 56 +- .../css-tree/lib/syntax/node/Dimension.js | 22 +- .../css-tree/lib/syntax/node/Function.js | 48 +- node_modules/css-tree/lib/syntax/node/Hash.js | 19 +- .../css-tree/lib/syntax/node/IdSelector.js | 26 +- .../css-tree/lib/syntax/node/Identifier.js | 14 +- .../css-tree/lib/syntax/node/MediaFeature.js | 110 +- .../css-tree/lib/syntax/node/MediaQuery.js | 74 +- .../lib/syntax/node/MediaQueryList.js | 34 +- node_modules/css-tree/lib/syntax/node/Nth.js | 62 +- .../css-tree/lib/syntax/node/Number.js | 14 +- .../css-tree/lib/syntax/node/Operator.js | 18 +- .../css-tree/lib/syntax/node/Parentheses.js | 37 +- .../css-tree/lib/syntax/node/Percentage.js | 14 +- .../lib/syntax/node/PseudoClassSelector.js | 81 +- .../lib/syntax/node/PseudoElementSelector.js | 84 +- .../css-tree/lib/syntax/node/Ratio.js | 69 +- node_modules/css-tree/lib/syntax/node/Raw.js | 47 +- node_modules/css-tree/lib/syntax/node/Rule.js | 59 +- .../css-tree/lib/syntax/node/Selector.js | 44 +- .../css-tree/lib/syntax/node/SelectorList.js | 35 +- .../css-tree/lib/syntax/node/String.js | 14 +- .../css-tree/lib/syntax/node/StyleSheet.js | 108 +- .../css-tree/lib/syntax/node/TypeSelector.js | 47 +- .../css-tree/lib/syntax/node/UnicodeRange.js | 187 +- node_modules/css-tree/lib/syntax/node/Url.js | 64 +- .../css-tree/lib/syntax/node/Value.js | 18 +- .../css-tree/lib/syntax/node/WhiteSpace.js | 24 +- .../css-tree/lib/syntax/pseudo/index.js | 60 +- .../lib/syntax/scope/atrulePrelude.js | 2 +- .../css-tree/lib/syntax/scope/default.js | 132 +- .../css-tree/lib/syntax/scope/selector.js | 139 +- .../css-tree/lib/syntax/scope/value.js | 33 +- .../lib/tokenizer/OffsetToLocation.js | 134 +- .../css-tree/lib/tokenizer/TokenStream.js | 476 +- .../css-tree/lib/tokenizer/adopt-buffer.js | 10 +- .../lib/tokenizer/char-code-definitions.js | 191 +- node_modules/css-tree/lib/tokenizer/index.js | 973 +- node_modules/css-tree/lib/tokenizer/names.js | 50 +- node_modules/css-tree/lib/tokenizer/types.js | 48 +- node_modules/css-tree/lib/tokenizer/utils.js | 352 +- node_modules/css-tree/lib/utils/List.js | 850 +- node_modules/css-tree/lib/utils/clone.js | 26 +- .../css-tree/lib/utils/create-custom-error.js | 27 +- node_modules/css-tree/lib/utils/ident.js | 153 +- node_modules/css-tree/lib/utils/names.js | 156 +- node_modules/css-tree/lib/utils/string.js | 162 +- node_modules/css-tree/lib/utils/url.js | 178 +- node_modules/css-tree/lib/walker/create.js | 469 +- node_modules/csso/cjs/clean/Atrule.cjs | 126 +- node_modules/csso/cjs/clean/Comment.cjs | 2 +- node_modules/csso/cjs/clean/Declaration.cjs | 16 +- node_modules/csso/cjs/clean/Raw.cjs | 12 +- node_modules/csso/cjs/clean/Rule.cjs | 188 +- node_modules/csso/cjs/clean/TypeSelector.cjs | 30 +- node_modules/csso/cjs/clean/WhiteSpace.cjs | 2 +- node_modules/csso/cjs/clean/index.cjs | 28 +- node_modules/csso/cjs/clean/utils.cjs | 4 +- node_modules/csso/cjs/compress.cjs | 306 +- node_modules/csso/cjs/index.cjs | 163 +- node_modules/csso/cjs/replace/Atrule.cjs | 8 +- .../csso/cjs/replace/AttributeSelector.cjs | 33 +- node_modules/csso/cjs/replace/Dimension.cjs | 101 +- node_modules/csso/cjs/replace/Number.cjs | 59 +- node_modules/csso/cjs/replace/Percentage.cjs | 58 +- node_modules/csso/cjs/replace/Url.cjs | 4 +- node_modules/csso/cjs/replace/Value.cjs | 24 +- .../csso/cjs/replace/atrule/keyframes.cjs | 36 +- node_modules/csso/cjs/replace/color.cjs | 858 +- node_modules/csso/cjs/replace/index.cjs | 34 +- .../csso/cjs/replace/property/background.cjs | 80 +- .../csso/cjs/replace/property/border.cjs | 28 +- .../csso/cjs/replace/property/font-weight.cjs | 36 +- .../csso/cjs/replace/property/font.cjs | 48 +- .../csso/cjs/restructure/1-mergeAtrule.cjs | 145 +- .../cjs/restructure/2-initialMergeRuleset.cjs | 62 +- .../csso/cjs/restructure/3-disjoinRuleset.cjs | 65 +- .../cjs/restructure/4-restructShorthand.cjs | 680 +- .../csso/cjs/restructure/6-restructBlock.cjs | 524 +- .../csso/cjs/restructure/7-mergeRuleset.cjs | 118 +- .../cjs/restructure/8-restructRuleset.cjs | 277 +- node_modules/csso/cjs/restructure/index.cjs | 34 +- .../prepare/createDeclarationIndexer.cjs | 38 +- .../csso/cjs/restructure/prepare/index.cjs | 60 +- .../restructure/prepare/processSelector.cjs | 154 +- .../cjs/restructure/prepare/specificity.cjs | 194 +- node_modules/csso/cjs/restructure/utils.cjs | 196 +- node_modules/csso/cjs/syntax.cjs | 67 +- node_modules/csso/cjs/usage.cjs | 94 +- node_modules/csso/cjs/utils.cjs | 2 - node_modules/csso/dist/csso.esm.js | 9667 ++- node_modules/csso/dist/csso.js | 9733 ++- node_modules/csso/dist/version.cjs | 2 +- node_modules/csso/dist/version.js | 2 +- node_modules/csso/lib/clean/Atrule.js | 125 +- node_modules/csso/lib/clean/Comment.js | 4 +- node_modules/csso/lib/clean/Declaration.js | 18 +- node_modules/csso/lib/clean/Raw.js | 14 +- node_modules/csso/lib/clean/Rule.js | 190 +- node_modules/csso/lib/clean/TypeSelector.js | 32 +- node_modules/csso/lib/clean/WhiteSpace.js | 4 +- node_modules/csso/lib/clean/index.js | 32 +- node_modules/csso/lib/clean/utils.js | 4 +- node_modules/csso/lib/compress.js | 308 +- node_modules/csso/lib/index.js | 177 +- node_modules/csso/lib/replace/Atrule.js | 12 +- .../csso/lib/replace/AttributeSelector.js | 37 +- node_modules/csso/lib/replace/Dimension.js | 103 +- node_modules/csso/lib/replace/Number.js | 61 +- node_modules/csso/lib/replace/Percentage.js | 56 +- node_modules/csso/lib/replace/Url.js | 8 +- node_modules/csso/lib/replace/Value.js | 26 +- .../csso/lib/replace/atrule/keyframes.js | 40 +- node_modules/csso/lib/replace/color.js | 858 +- node_modules/csso/lib/replace/index.js | 38 +- .../csso/lib/replace/property/background.js | 82 +- .../csso/lib/replace/property/border.js | 30 +- .../csso/lib/replace/property/font-weight.js | 38 +- .../csso/lib/replace/property/font.js | 50 +- .../csso/lib/restructure/1-mergeAtrule.js | 149 +- .../lib/restructure/2-initialMergeRuleset.js | 74 +- .../csso/lib/restructure/3-disjoinRuleset.js | 67 +- .../lib/restructure/4-restructShorthand.js | 682 +- .../csso/lib/restructure/6-restructBlock.js | 534 +- .../csso/lib/restructure/7-mergeRuleset.js | 122 +- .../csso/lib/restructure/8-restructRuleset.js | 287 +- node_modules/csso/lib/restructure/index.js | 38 +- .../prepare/createDeclarationIndexer.js | 42 +- .../csso/lib/restructure/prepare/index.js | 62 +- .../restructure/prepare/processSelector.js | 156 +- .../lib/restructure/prepare/specificity.js | 196 +- node_modules/csso/lib/restructure/utils.js | 196 +- node_modules/csso/lib/syntax.js | 91 +- node_modules/csso/lib/usage.js | 94 +- node_modules/debug/component.json | 11 +- node_modules/debug/karma.conf.js | 31 +- node_modules/debug/src/browser.js | 70 +- node_modules/debug/src/debug.js | 19 +- node_modules/debug/src/node.js | 82 +- node_modules/decompress-response/index.d.ts | 2 +- node_modules/decompress-response/index.js | 83 +- node_modules/decompress-response/package.json | 108 +- node_modules/deep-extend/lib/deep-extend.js | 168 +- node_modules/depd/index.js | 411 +- node_modules/depd/lib/browser/index.js | 42 +- node_modules/destroy/index.js | 100 +- node_modules/detect-libc/lib/detect-libc.js | 7 +- node_modules/detect-libc/lib/filesystem.js | 19 +- node_modules/dir-glob/index.js | 109 +- node_modules/dir-glob/package.json | 72 +- node_modules/dunder-proto/get.d.ts | 2 +- node_modules/dunder-proto/get.js | 41 +- node_modules/dunder-proto/package.json | 148 +- node_modules/dunder-proto/set.d.ts | 7 +- node_modules/dunder-proto/set.js | 51 +- node_modules/dunder-proto/tsconfig.json | 12 +- node_modules/eastasianwidth/eastasianwidth.js | 498 +- node_modules/ee-first/index.js | 52 +- node_modules/emoji-regex/RGI_Emoji.js | 2 +- node_modules/emoji-regex/es2015/RGI_Emoji.js | 2 +- node_modules/emoji-regex/es2015/index.js | 2 +- node_modules/emoji-regex/es2015/text.js | 2 +- node_modules/emoji-regex/index.js | 2 +- node_modules/emoji-regex/text.js | 2 +- node_modules/encodeurl/index.js | 16 +- node_modules/end-of-stream/index.js | 148 +- node_modules/es-define-property/index.d.ts | 2 +- node_modules/es-define-property/index.js | 12 +- node_modules/es-define-property/package.json | 158 +- node_modules/es-define-property/tsconfig.json | 13 +- node_modules/es-errors/package.json | 156 +- node_modules/es-errors/tsconfig.json | 76 +- node_modules/es-errors/type.d.ts | 2 +- .../RequireObjectCoercible.d.ts | 5 +- .../es-object-atoms/RequireObjectCoercible.js | 10 +- node_modules/es-object-atoms/ToObject.js | 4 +- node_modules/es-object-atoms/isObject.js | 2 +- node_modules/es-object-atoms/package.json | 156 +- node_modules/es-object-atoms/tsconfig.json | 8 +- node_modules/escalade/dist/index.js | 25 +- node_modules/escalade/dist/index.mjs | 23 +- node_modules/escalade/index.d.mts | 8 +- node_modules/escalade/index.d.ts | 12 +- node_modules/escalade/sync/index.d.mts | 9 +- node_modules/escalade/sync/index.d.ts | 12 +- node_modules/escalade/sync/index.js | 25 +- node_modules/escalade/sync/index.mjs | 23 +- node_modules/escape-html/index.js | 4 +- node_modules/etag/index.js | 75 +- node_modules/expand-template/index.js | 38 +- node_modules/express/lib/application.js | 87 +- node_modules/express/lib/express.js | 32 +- node_modules/express/lib/middleware/init.js | 11 +- node_modules/express/lib/middleware/query.js | 6 +- node_modules/express/lib/request.js | 110 +- node_modules/express/lib/response.js | 276 +- node_modules/express/lib/router/index.js | 141 +- node_modules/express/lib/router/layer.js | 32 +- node_modules/express/lib/router/route.js | 39 +- node_modules/express/lib/utils.js | 69 +- node_modules/express/lib/view.js | 19 +- node_modules/fast-glob/out/index.d.ts | 79 +- node_modules/fast-glob/out/index.js | 186 +- .../fast-glob/out/managers/tasks.d.ts | 38 +- node_modules/fast-glob/out/managers/tasks.js | 211 +- .../fast-glob/out/providers/async.d.ts | 6 +- node_modules/fast-glob/out/providers/async.js | 38 +- .../fast-glob/out/providers/filters/deep.d.ts | 28 +- .../fast-glob/out/providers/filters/deep.js | 117 +- .../out/providers/filters/entry.d.ts | 26 +- .../fast-glob/out/providers/filters/entry.js | 176 +- .../out/providers/filters/error.d.ts | 8 +- .../fast-glob/out/providers/filters/error.js | 26 +- .../out/providers/matchers/matcher.d.ts | 44 +- .../out/providers/matchers/matcher.js | 88 +- .../out/providers/matchers/partial.d.ts | 2 +- .../out/providers/matchers/partial.js | 66 +- .../fast-glob/out/providers/provider.d.ts | 20 +- .../fast-glob/out/providers/provider.js | 101 +- .../fast-glob/out/providers/stream.d.ts | 6 +- .../fast-glob/out/providers/stream.js | 56 +- .../fast-glob/out/providers/sync.d.ts | 6 +- node_modules/fast-glob/out/providers/sync.js | 38 +- .../out/providers/transformers/entry.d.ts | 8 +- .../out/providers/transformers/entry.js | 40 +- node_modules/fast-glob/out/readers/async.d.ts | 8 +- node_modules/fast-glob/out/readers/async.js | 63 +- .../fast-glob/out/readers/reader.d.ts | 16 +- node_modules/fast-glob/out/readers/reader.js | 60 +- .../fast-glob/out/readers/stream.d.ts | 12 +- node_modules/fast-glob/out/readers/stream.js | 100 +- node_modules/fast-glob/out/readers/sync.d.ts | 12 +- node_modules/fast-glob/out/readers/sync.js | 75 +- node_modules/fast-glob/out/settings.d.ts | 316 +- node_modules/fast-glob/out/settings.js | 104 +- node_modules/fast-glob/out/types/index.d.ts | 28 +- node_modules/fast-glob/out/types/index.js | 4 +- node_modules/fast-glob/out/utils/array.d.ts | 5 +- node_modules/fast-glob/out/utils/array.js | 27 +- node_modules/fast-glob/out/utils/errno.js | 6 +- node_modules/fast-glob/out/utils/fs.d.ts | 5 +- node_modules/fast-glob/out/utils/fs.js | 26 +- node_modules/fast-glob/out/utils/index.js | 27 +- node_modules/fast-glob/out/utils/path.js | 57 +- node_modules/fast-glob/out/utils/pattern.d.ts | 60 +- node_modules/fast-glob/out/utils/pattern.js | 236 +- node_modules/fast-glob/out/utils/stream.js | 22 +- node_modules/fast-glob/out/utils/string.js | 8 +- node_modules/fastq/bench.js | 86 +- node_modules/fastq/example.js | 16 +- node_modules/fastq/example.mjs | 10 +- node_modules/fastq/index.d.ts | 74 +- node_modules/fastq/queue.js | 331 +- node_modules/fill-range/index.js | 65 +- node_modules/finalhandler/index.js | 201 +- .../dist/commonjs/all-signals.d.ts | 2 +- .../dist/commonjs/all-signals.js | 33 +- .../foreground-child/dist/commonjs/index.d.ts | 70 +- .../foreground-child/dist/commonjs/index.js | 207 +- .../dist/commonjs/proxy-signals.d.ts | 2 +- .../dist/commonjs/proxy-signals.js | 58 +- .../dist/commonjs/watchdog.d.ts | 2 +- .../dist/commonjs/watchdog.js | 33 +- .../dist/esm/all-signals.d.ts | 2 +- .../foreground-child/dist/esm/all-signals.js | 19 +- .../foreground-child/dist/esm/index.d.ts | 70 +- .../foreground-child/dist/esm/index.js | 182 +- .../dist/esm/proxy-signals.d.ts | 2 +- .../dist/esm/proxy-signals.js | 52 +- .../foreground-child/dist/esm/watchdog.d.ts | 2 +- .../foreground-child/dist/esm/watchdog.js | 23 +- node_modules/forwarded/index.js | 52 +- node_modules/fresh/index.js | 82 +- node_modules/from2/index.js | 118 +- node_modules/fs-constants/browser.js | 2 +- node_modules/fs-constants/index.js | 2 +- .../fs-extra/lib/copy-sync/copy-sync.js | 185 +- node_modules/fs-extra/lib/copy-sync/index.js | 6 +- node_modules/fs-extra/lib/copy/copy.js | 298 +- node_modules/fs-extra/lib/copy/index.js | 8 +- node_modules/fs-extra/lib/empty/index.js | 60 +- node_modules/fs-extra/lib/ensure/file.js | 73 +- node_modules/fs-extra/lib/ensure/index.js | 12 +- node_modules/fs-extra/lib/ensure/link.js | 78 +- .../fs-extra/lib/ensure/symlink-paths.js | 76 +- .../fs-extra/lib/ensure/symlink-type.js | 36 +- node_modules/fs-extra/lib/ensure/symlink.js | 92 +- node_modules/fs-extra/lib/fs/index.js | 76 +- node_modules/fs-extra/lib/index.js | 14 +- node_modules/fs-extra/lib/json/index.js | 24 +- node_modules/fs-extra/lib/json/jsonfile.js | 8 +- .../fs-extra/lib/json/output-json-sync.js | 14 +- node_modules/fs-extra/lib/json/output-json.js | 14 +- node_modules/fs-extra/lib/mkdirs/index.js | 12 +- node_modules/fs-extra/lib/mkdirs/make-dir.js | 120 +- node_modules/fs-extra/lib/move-sync/index.js | 6 +- .../fs-extra/lib/move-sync/move-sync.js | 58 +- node_modules/fs-extra/lib/move/index.js | 8 +- node_modules/fs-extra/lib/move/move.js | 90 +- node_modules/fs-extra/lib/output/index.js | 48 +- .../fs-extra/lib/path-exists/index.js | 17 +- node_modules/fs-extra/lib/remove/index.js | 10 +- node_modules/fs-extra/lib/remove/rimraf.js | 300 +- node_modules/fs-extra/lib/util/stat.js | 165 +- node_modules/fs-extra/lib/util/utimes.js | 32 +- node_modules/function-bind/implementation.js | 110 +- node_modules/get-caller-file/index.js | 42 +- node_modules/get-intrinsic/index.js | 625 +- node_modules/get-intrinsic/package.json | 190 +- .../get-proto/Object.getPrototypeOf.d.ts | 2 +- .../get-proto/Reflect.getPrototypeOf.d.ts | 2 +- .../get-proto/Reflect.getPrototypeOf.js | 3 +- node_modules/get-proto/index.js | 39 +- node_modules/get-proto/package.json | 158 +- node_modules/get-proto/tsconfig.json | 12 +- .../github-from-package/example/package.json | 4 +- node_modules/github-from-package/index.js | 25 +- node_modules/github-from-package/package.json | 56 +- node_modules/glob/dist/commonjs/glob.d.ts | 716 +- node_modules/glob/dist/commonjs/glob.js | 465 +- .../glob/dist/commonjs/has-magic.d.ts | 7 +- node_modules/glob/dist/commonjs/has-magic.js | 23 +- node_modules/glob/dist/commonjs/ignore.d.ts | 31 +- node_modules/glob/dist/commonjs/ignore.js | 201 +- node_modules/glob/dist/commonjs/index.d.ts | 206 +- node_modules/glob/dist/commonjs/index.js | 116 +- node_modules/glob/dist/commonjs/pattern.d.ts | 129 +- node_modules/glob/dist/commonjs/pattern.js | 408 +- .../glob/dist/commonjs/processor.d.ts | 68 +- node_modules/glob/dist/commonjs/processor.js | 513 +- node_modules/glob/dist/commonjs/walker.d.ts | 181 +- node_modules/glob/dist/commonjs/walker.js | 669 +- node_modules/glob/dist/esm/bin.d.mts | 2 +- node_modules/glob/dist/esm/bin.mjs | 255 +- node_modules/glob/dist/esm/glob.d.ts | 716 +- node_modules/glob/dist/esm/glob.js | 458 +- node_modules/glob/dist/esm/has-magic.d.ts | 7 +- node_modules/glob/dist/esm/has-magic.js | 17 +- node_modules/glob/dist/esm/ignore.d.ts | 31 +- node_modules/glob/dist/esm/ignore.js | 193 +- node_modules/glob/dist/esm/index.d.ts | 206 +- node_modules/glob/dist/esm/index.js | 50 +- node_modules/glob/dist/esm/pattern.d.ts | 129 +- node_modules/glob/dist/esm/pattern.js | 402 +- node_modules/glob/dist/esm/processor.d.ts | 68 +- node_modules/glob/dist/esm/processor.js | 501 +- node_modules/glob/dist/esm/walker.d.ts | 181 +- node_modules/glob/dist/esm/walker.js | 654 +- node_modules/globby/gitignore.js | 148 +- node_modules/globby/index.d.ts | 117 +- node_modules/globby/index.js | 244 +- node_modules/globby/package.json | 160 +- node_modules/globby/stream-utils.js | 58 +- node_modules/gopd/index.d.ts | 7 +- node_modules/gopd/index.js | 12 +- node_modules/gopd/package.json | 150 +- node_modules/gopd/tsconfig.json | 12 +- node_modules/graceful-fs/clone.js | 29 +- node_modules/graceful-fs/graceful-fs.js | 465 +- node_modules/graceful-fs/legacy-streams.js | 26 +- node_modules/graceful-fs/polyfills.js | 435 +- node_modules/has-flag/index.js | 14 +- node_modules/has-flag/package.json | 88 +- node_modules/has-symbols/index.d.ts | 2 +- node_modules/has-symbols/index.js | 18 +- node_modules/has-symbols/package.json | 218 +- node_modules/has-symbols/shams.d.ts | 2 +- node_modules/has-symbols/shams.js | 88 +- node_modules/has-symbols/tsconfig.json | 14 +- node_modules/has/package.json | 2 +- node_modules/has/src/index.js | 9 +- node_modules/hasown/index.d.ts | 5 +- node_modules/hasown/package.json | 180 +- node_modules/hasown/tsconfig.json | 4 +- node_modules/he/bin/he | 278 +- node_modules/he/he.js | 4427 +- node_modules/html-minifier/cli.js | 218 +- .../html-minifier/src/htmlminifier.js | 802 +- node_modules/html-minifier/src/htmlparser.js | 268 +- node_modules/html-minifier/src/tokenchain.js | 68 +- node_modules/html-minifier/src/utils.js | 16 +- node_modules/http-errors/index.js | 220 +- .../https-proxy-agent/dist/agent.d.ts | 20 +- node_modules/https-proxy-agent/dist/agent.js | 325 +- .../https-proxy-agent/dist/index.d.ts | 35 +- node_modules/https-proxy-agent/dist/index.js | 20 +- .../dist/parse-proxy-response.d.ts | 8 +- .../dist/parse-proxy-response.js | 122 +- .../iconv-lite/encodings/dbcs-codec.js | 1059 +- .../iconv-lite/encodings/dbcs-data.js | 342 +- node_modules/iconv-lite/encodings/index.js | 28 +- node_modules/iconv-lite/encodings/internal.js | 278 +- .../iconv-lite/encodings/sbcs-codec.js | 104 +- .../encodings/sbcs-data-generated.js | 973 +- .../iconv-lite/encodings/sbcs-data.js | 295 +- .../encodings/tables/big5-added.json | 423 +- .../iconv-lite/encodings/tables/cp936.json | 2389 +- .../iconv-lite/encodings/tables/cp949.json | 1589 +- .../iconv-lite/encodings/tables/cp950.json | 864 +- .../iconv-lite/encodings/tables/eucjp.json | 833 +- .../encodings/tables/gb18030-ranges.json | 43 +- .../encodings/tables/gbk-added.json | 111 +- .../iconv-lite/encodings/tables/shiftjis.json | 486 +- node_modules/iconv-lite/encodings/utf16.js | 248 +- node_modules/iconv-lite/encodings/utf32.js | 418 +- node_modules/iconv-lite/encodings/utf7.js | 435 +- node_modules/iconv-lite/lib/bom-handling.js | 64 +- node_modules/iconv-lite/lib/index.d.ts | 54 +- node_modules/iconv-lite/lib/index.js | 225 +- node_modules/iconv-lite/lib/streams.js | 197 +- node_modules/iconv-lite/package.json | 84 +- node_modules/ieee754/index.d.ts | 27 +- node_modules/ieee754/index.js | 114 +- node_modules/ignore/index.d.ts | 28 +- node_modules/ignore/index.js | 491 +- node_modules/ignore/legacy.js | 969 +- node_modules/inherits/inherits_browser.js | 20 +- node_modules/ini/ini.js | 246 +- node_modules/into-stream/index.d.ts | 37 +- node_modules/into-stream/index.js | 216 +- node_modules/into-stream/package.json | 108 +- node_modules/ipaddr.js/ipaddr.min.js | 558 +- node_modules/ipaddr.js/lib/ipaddr.js | 299 +- node_modules/ipaddr.js/lib/ipaddr.js.d.ts | 153 +- node_modules/is-core-module/core.json | 302 +- node_modules/is-core-module/index.js | 101 +- node_modules/is-core-module/package.json | 126 +- node_modules/is-fullwidth-code-point/index.js | 81 +- .../is-fullwidth-code-point/package.json | 80 +- node_modules/is-glob/index.js | 26 +- node_modules/is-number/index.js | 2 +- node_modules/isarray/component.json | 18 +- node_modules/isarray/index.js | 8 +- node_modules/isexe/index.js | 48 +- node_modules/isexe/mode.js | 59 +- node_modules/isexe/windows.js | 40 +- .../jackspeak/dist/commonjs/index.d.ts | 482 +- node_modules/jackspeak/dist/commonjs/index.js | 1759 +- node_modules/jackspeak/dist/esm/index.d.ts | 482 +- node_modules/jackspeak/dist/esm/index.js | 1736 +- node_modules/jsesc/bin/jsesc | 274 +- node_modules/jsesc/jsesc.js | 575 +- node_modules/jsonfile/index.js | 80 +- node_modules/jsonfile/utils.js | 19 +- node_modules/lower-case/lower-case.d.ts | 2 +- node_modules/lower-case/lower-case.js | 28 +- .../lru-cache/dist/commonjs/index.d.ts | 2580 +- node_modules/lru-cache/dist/commonjs/index.js | 2904 +- .../lru-cache/dist/commonjs/index.min.js | 956 +- node_modules/lru-cache/dist/esm/index.d.ts | 2580 +- node_modules/lru-cache/dist/esm/index.js | 2900 +- node_modules/lru-cache/dist/esm/index.min.js | 953 +- node_modules/math-intrinsics/abs.d.ts | 2 +- .../constants/maxArrayLength.d.ts | 2 +- .../constants/maxSafeInteger.d.ts | 2 +- .../constants/maxSafeInteger.js | 4 +- .../math-intrinsics/constants/maxValue.d.ts | 2 +- .../math-intrinsics/constants/maxValue.js | 4 +- node_modules/math-intrinsics/floor.d.ts | 2 +- node_modules/math-intrinsics/isFinite.d.ts | 2 +- node_modules/math-intrinsics/isFinite.js | 11 +- node_modules/math-intrinsics/isInteger.d.ts | 2 +- node_modules/math-intrinsics/isInteger.js | 14 +- node_modules/math-intrinsics/isNaN.d.ts | 2 +- node_modules/math-intrinsics/isNaN.js | 8 +- .../math-intrinsics/isNegativeZero.d.ts | 2 +- .../math-intrinsics/isNegativeZero.js | 2 +- node_modules/math-intrinsics/max.d.ts | 2 +- node_modules/math-intrinsics/min.d.ts | 2 +- node_modules/math-intrinsics/mod.d.ts | 2 +- node_modules/math-intrinsics/mod.js | 4 +- node_modules/math-intrinsics/package.json | 168 +- node_modules/math-intrinsics/pow.d.ts | 2 +- node_modules/math-intrinsics/round.d.ts | 2 +- node_modules/math-intrinsics/sign.d.ts | 2 +- node_modules/math-intrinsics/sign.js | 8 +- node_modules/math-intrinsics/tsconfig.json | 2 +- node_modules/mdn-data/api/index.js | 2 +- node_modules/mdn-data/api/inheritance.json | 370 +- .../mdn-data/api/inheritance.schema.json | 5 +- node_modules/mdn-data/css/at-rules.json | 217 +- .../mdn-data/css/at-rules.schema.json | 36 +- node_modules/mdn-data/css/index.js | 12 +- node_modules/mdn-data/css/properties.json | 3007 +- .../mdn-data/css/properties.schema.json | 19 +- node_modules/mdn-data/css/selectors.json | 591 +- .../mdn-data/css/selectors.schema.json | 12 +- .../mdn-data/css/syntaxes.schema.json | 4 +- node_modules/mdn-data/css/types.json | 149 +- node_modules/mdn-data/css/types.schema.json | 11 +- node_modules/mdn-data/css/units.json | 151 +- node_modules/mdn-data/css/units.schema.json | 11 +- node_modules/mdn-data/index.js | 2 +- node_modules/mdn-data/l10n/index.js | 2 +- node_modules/media-typer/index.js | 130 +- node_modules/merge-descriptors/index.js | 36 +- node_modules/merge2/index.js | 130 +- node_modules/methods/index.js | 11 +- node_modules/micromatch/index.js | 38 +- node_modules/mime-db/db.json | 305 +- node_modules/mime-db/index.js | 2 +- node_modules/mime-types/index.js | 111 +- node_modules/mime/cli.js | 1 - node_modules/mime/mime.js | 30 +- node_modules/mime/src/build.js | 18 +- node_modules/mime/types.json | 901 +- node_modules/mimic-response/index.d.ts | 6 +- node_modules/mimic-response/index.js | 118 +- node_modules/mimic-response/package.json | 80 +- node_modules/minimist/index.js | 471 +- node_modules/minimist/package.json | 146 +- .../minipass/dist/commonjs/index.d.ts | 936 +- node_modules/minipass/dist/commonjs/index.js | 1789 +- node_modules/minipass/dist/esm/index.d.ts | 936 +- node_modules/minipass/dist/esm/index.js | 1762 +- node_modules/mkdirp-classic/index.js | 161 +- node_modules/ms/index.js | 15 +- node_modules/multistream/index.js | 182 +- node_modules/napi-build-utils/index.js | 120 +- node_modules/negotiator/index.js | 8 +- node_modules/negotiator/lib/charset.js | 37 +- node_modules/negotiator/lib/encoding.js | 39 +- node_modules/negotiator/lib/language.js | 49 +- node_modules/negotiator/lib/mediaType.js | 60 +- node_modules/no-case/no-case.d.ts | 6 +- node_modules/no-case/no-case.js | 26 +- .../no-case/vendor/camel-case-regexp.js | 3 +- .../no-case/vendor/camel-case-upper-regexp.js | 3 +- .../no-case/vendor/non-word-regexp.js | 3 +- node_modules/node-abi/abi_registry.json | 37 +- node_modules/node-abi/index.js | 250 +- node_modules/node-fetch/browser.js | 26 +- node_modules/node-fetch/lib/index.es.js | 2632 +- node_modules/node-fetch/lib/index.js | 2636 +- node_modules/node-fetch/lib/index.mjs | 2630 +- node_modules/node-fetch/package.json | 172 +- node_modules/object-inspect/example/all.js | 20 +- node_modules/object-inspect/example/fn.js | 9 +- node_modules/object-inspect/index.js | 962 +- node_modules/on-finished/index.js | 140 +- node_modules/once/once.js | 53 +- node_modules/p-is-promise/index.js | 17 +- node_modules/p-is-promise/package.json | 90 +- .../dist/commonjs/index.d.ts | 12 +- .../dist/commonjs/index.js | 87 +- .../dist/esm/index.d.ts | 12 +- .../package-json-from-dist/dist/esm/index.js | 69 +- node_modules/param-case/param-case.d.ts | 2 +- node_modules/param-case/param-case.js | 6 +- node_modules/parseurl/index.js | 92 +- node_modules/path-key/index.d.ts | 24 +- node_modules/path-key/index.js | 16 +- node_modules/path-key/package.json | 74 +- node_modules/path-parse/index.js | 28 +- .../path-scurry/dist/commonjs/index.d.ts | 2079 +- .../path-scurry/dist/commonjs/index.js | 3613 +- node_modules/path-scurry/dist/esm/index.d.ts | 2079 +- node_modules/path-scurry/dist/esm/index.js | 3533 +- node_modules/path-to-regexp/index.js | 52 +- node_modules/path-type/index.js | 48 +- node_modules/path-type/package.json | 86 +- node_modules/picomatch/lib/constants.js | 98 +- node_modules/picomatch/lib/parse.js | 242 +- node_modules/picomatch/lib/picomatch.js | 52 +- node_modules/picomatch/lib/scan.js | 61 +- node_modules/picomatch/lib/utils.js | 21 +- node_modules/pkg-fetch/lib-es5/bin.d.ts | 2 +- node_modules/pkg-fetch/lib-es5/bin.js | 318 +- node_modules/pkg-fetch/lib-es5/build.d.ts | 9 +- node_modules/pkg-fetch/lib-es5/build.js | 962 +- node_modules/pkg-fetch/lib-es5/expected.d.ts | 2 +- node_modules/pkg-fetch/lib-es5/expected.js | 245 +- node_modules/pkg-fetch/lib-es5/index.d.ts | 16 +- node_modules/pkg-fetch/lib-es5/index.js | 632 +- node_modules/pkg-fetch/lib-es5/log.d.ts | 31 +- node_modules/pkg-fetch/lib-es5/log.js | 216 +- node_modules/pkg-fetch/lib-es5/places.d.ts | 34 +- node_modules/pkg-fetch/lib-es5/places.js | 72 +- node_modules/pkg-fetch/lib-es5/system.d.ts | 2 +- node_modules/pkg-fetch/lib-es5/system.js | 175 +- node_modules/pkg-fetch/lib-es5/utils.d.ts | 8 +- node_modules/pkg-fetch/lib-es5/utils.js | 404 +- node_modules/pkg-fetch/lib-es5/verify.d.ts | 2 +- node_modules/pkg-fetch/lib-es5/verify.js | 209 +- node_modules/pkg/lib-es5/bin.js | 27 +- node_modules/pkg/lib-es5/chmod.js | 22 +- node_modules/pkg/lib-es5/common.js | 343 +- node_modules/pkg/lib-es5/compress_type.js | 14 +- node_modules/pkg/lib-es5/detector.js | 753 +- node_modules/pkg/lib-es5/fabricator.js | 189 +- node_modules/pkg/lib-es5/follow.js | 175 +- node_modules/pkg/lib-es5/help.js | 20 +- node_modules/pkg/lib-es5/index.d.ts | 2 +- node_modules/pkg/lib-es5/index.js | 1034 +- node_modules/pkg/lib-es5/log.js | 22 +- node_modules/pkg/lib-es5/mach-o.js | 99 +- node_modules/pkg/lib-es5/packer.js | 270 +- node_modules/pkg/lib-es5/producer.js | 684 +- node_modules/pkg/lib-es5/refiner.js | 145 +- node_modules/pkg/lib-es5/types.js | 12 +- node_modules/pkg/lib-es5/walker.js | 1667 +- node_modules/pkg/prelude/bootstrap.js | 9 +- node_modules/prebuild-install/asset.js | 53 +- node_modules/prebuild-install/bin.js | 87 +- node_modules/prebuild-install/download.js | 171 +- node_modules/prebuild-install/error.js | 24 +- node_modules/prebuild-install/index.js | 2 +- node_modules/prebuild-install/log.js | 20 +- node_modules/prebuild-install/proxy.js | 50 +- node_modules/prebuild-install/rc.js | 105 +- node_modules/prebuild-install/util.js | 151 +- node_modules/prettier/bin/prettier.cjs | 75 + node_modules/prettier/doc.d.ts | 254 + node_modules/prettier/doc.js | 1468 + node_modules/prettier/doc.mjs | 1426 + node_modules/prettier/index.cjs | 867 + node_modules/prettier/index.d.ts | 954 + node_modules/prettier/index.mjs | 25188 +++++++ node_modules/prettier/internal/cli.mjs | 5334 ++ node_modules/prettier/package.json | 200 + node_modules/prettier/plugins/acorn.d.ts | 6 + node_modules/prettier/plugins/acorn.js | 6706 ++ node_modules/prettier/plugins/acorn.mjs | 6546 ++ node_modules/prettier/plugins/angular.d.ts | 8 + node_modules/prettier/plugins/angular.js | 4612 ++ node_modules/prettier/plugins/angular.mjs | 4506 ++ node_modules/prettier/plugins/babel.d.ts | 18 + node_modules/prettier/plugins/babel.js | 14377 ++++ node_modules/prettier/plugins/babel.mjs | 14099 ++++ node_modules/prettier/plugins/estree.d.ts | 1 + node_modules/prettier/plugins/estree.js | 9782 +++ node_modules/prettier/plugins/estree.mjs | 9594 +++ node_modules/prettier/plugins/flow.d.ts | 5 + node_modules/prettier/plugins/flow.js | 52723 +++++++++++++++ node_modules/prettier/plugins/flow.mjs | 52504 +++++++++++++++ node_modules/prettier/plugins/glimmer.d.ts | 5 + node_modules/prettier/plugins/glimmer.js | 8284 +++ node_modules/prettier/plugins/glimmer.mjs | 8186 +++ node_modules/prettier/plugins/graphql.d.ts | 5 + node_modules/prettier/plugins/graphql.js | 2442 + node_modules/prettier/plugins/graphql.mjs | 2350 + node_modules/prettier/plugins/html.d.ts | 8 + node_modules/prettier/plugins/html.js | 8204 +++ node_modules/prettier/plugins/html.mjs | 8098 +++ node_modules/prettier/plugins/markdown.d.ts | 7 + node_modules/prettier/plugins/markdown.js | 9208 +++ node_modules/prettier/plugins/markdown.mjs | 9125 +++ node_modules/prettier/plugins/meriyah.d.ts | 5 + node_modules/prettier/plugins/meriyah.js | 6469 ++ node_modules/prettier/plugins/meriyah.mjs | 6259 ++ node_modules/prettier/plugins/postcss.d.ts | 7 + node_modules/prettier/plugins/postcss.js | 9347 +++ node_modules/prettier/plugins/postcss.mjs | 9150 +++ node_modules/prettier/plugins/typescript.d.ts | 5 + node_modules/prettier/plugins/typescript.js | 38227 +++++++++++ node_modules/prettier/plugins/typescript.mjs | 37909 +++++++++++ node_modules/prettier/plugins/yaml.d.ts | 5 + node_modules/prettier/plugins/yaml.js | 7519 +++ node_modules/prettier/plugins/yaml.mjs | 7422 ++ node_modules/prettier/standalone.d.ts | 33 + node_modules/prettier/standalone.js | 4153 ++ node_modules/prettier/standalone.mjs | 4110 ++ node_modules/process-nextick-args/index.js | 62 +- node_modules/progress/lib/node-progress.js | 53 +- node_modules/proxy-addr/index.js | 209 +- node_modules/pump/index.js | 114 +- node_modules/qs/dist/qs.js | 2449 +- node_modules/qs/lib/formats.js | 24 +- node_modules/qs/lib/index.js | 6 +- node_modules/qs/lib/parse.js | 556 +- node_modules/qs/lib/stringify.js | 676 +- node_modules/qs/lib/utils.js | 402 +- node_modules/qs/package.json | 176 +- node_modules/queue-microtask/index.d.ts | 4 +- node_modules/queue-microtask/index.js | 18 +- node_modules/range-parser/index.js | 88 +- node_modules/raw-body/index.d.ts | 8 +- node_modules/raw-body/index.js | 288 +- node_modules/rc/browser.js | 7 +- node_modules/rc/cli.js | 4 +- node_modules/rc/index.js | 81 +- node_modules/rc/lib/utils.js | 115 +- node_modules/readable-stream/duplex.js | 2 +- .../readable-stream/lib/_stream_duplex.js | 34 +- .../lib/_stream_passthrough.js | 2 +- .../readable-stream/lib/_stream_readable.js | 147 +- .../readable-stream/lib/_stream_transform.js | 27 +- .../readable-stream/lib/_stream_writable.js | 121 +- .../lib/internal/streams/BufferList.js | 23 +- .../lib/internal/streams/destroy.js | 4 +- node_modules/readable-stream/passthrough.js | 2 +- node_modules/readable-stream/transform.js | 2 +- node_modules/readable-stream/writable.js | 8 +- node_modules/relateurl/lib/constants.js | 15 +- node_modules/relateurl/lib/format.js | 258 +- node_modules/relateurl/lib/index.js | 131 +- node_modules/relateurl/lib/options.js | 74 +- node_modules/relateurl/lib/parse/host.js | 38 +- node_modules/relateurl/lib/parse/hrefInfo.js | 30 +- node_modules/relateurl/lib/parse/index.js | 82 +- node_modules/relateurl/lib/parse/path.js | 150 +- node_modules/relateurl/lib/parse/port.js | 49 +- node_modules/relateurl/lib/parse/query.js | 71 +- node_modules/relateurl/lib/parse/urlstring.js | 220 +- .../relateurl/lib/relate/absolutize.js | 129 +- .../relateurl/lib/relate/findRelation.js | 161 +- node_modules/relateurl/lib/relate/index.js | 19 +- .../relateurl/lib/relate/relativize.js | 98 +- node_modules/relateurl/lib/util/devlog.js | 27 +- node_modules/relateurl/lib/util/object.js | 78 +- node_modules/relateurl/lib/util/path.js | 66 +- node_modules/require-directory/index.js | 42 +- node_modules/resolve/bin/resolve | 54 +- node_modules/resolve/example/async.js | 4 +- node_modules/resolve/lib/async.js | 581 +- node_modules/resolve/lib/caller.js | 14 +- node_modules/resolve/lib/core.js | 9 +- node_modules/resolve/lib/core.json | 320 +- node_modules/resolve/lib/homedir.js | 28 +- node_modules/resolve/lib/is-core.js | 2 +- .../resolve/lib/node-modules-paths.js | 65 +- node_modules/resolve/lib/normalize-options.js | 14 +- node_modules/resolve/lib/sync.js | 337 +- node_modules/resolve/package.json | 146 +- .../benchmarks/createNoCodeFunction.js | 28 +- node_modules/reusify/benchmarks/fib.js | 14 +- .../reusify/benchmarks/reuseNoCodeFunction.js | 46 +- node_modules/reusify/eslint.config.js | 10 +- node_modules/reusify/package.json | 3 +- node_modules/reusify/reusify.d.ts | 12 +- node_modules/reusify/reusify.js | 34 +- node_modules/reusify/tsconfig.json | 4 +- node_modules/run-parallel/index.js | 54 +- node_modules/safe-buffer/index.d.ts | 100 +- node_modules/safe-buffer/index.js | 61 +- node_modules/safer-buffer/dangerous.js | 58 +- node_modules/safer-buffer/safer.js | 71 +- node_modules/semver/bin/semver.js | 189 +- node_modules/semver/classes/comparator.js | 138 +- node_modules/semver/classes/index.js | 2 +- node_modules/semver/classes/range.js | 465 +- node_modules/semver/classes/semver.js | 275 +- node_modules/semver/functions/clean.js | 10 +- node_modules/semver/functions/cmp.js | 42 +- node_modules/semver/functions/coerce.js | 61 +- .../semver/functions/compare-build.js | 12 +- .../semver/functions/compare-loose.js | 6 +- node_modules/semver/functions/compare.js | 6 +- node_modules/semver/functions/diff.js | 40 +- node_modules/semver/functions/eq.js | 6 +- node_modules/semver/functions/gt.js | 6 +- node_modules/semver/functions/gte.js | 6 +- node_modules/semver/functions/inc.js | 18 +- node_modules/semver/functions/lt.js | 6 +- node_modules/semver/functions/lte.js | 6 +- node_modules/semver/functions/major.js | 6 +- node_modules/semver/functions/minor.js | 6 +- node_modules/semver/functions/neq.js | 6 +- node_modules/semver/functions/parse.js | 14 +- node_modules/semver/functions/patch.js | 6 +- node_modules/semver/functions/prerelease.js | 10 +- node_modules/semver/functions/rcompare.js | 6 +- node_modules/semver/functions/rsort.js | 6 +- node_modules/semver/functions/satisfies.js | 12 +- node_modules/semver/functions/sort.js | 6 +- node_modules/semver/functions/valid.js | 10 +- node_modules/semver/index.js | 84 +- node_modules/semver/internal/constants.js | 16 +- node_modules/semver/internal/debug.js | 18 +- node_modules/semver/internal/identifiers.js | 24 +- node_modules/semver/internal/lrucache.js | 36 +- node_modules/semver/internal/parse-options.js | 16 +- node_modules/semver/internal/re.js | 255 +- node_modules/semver/preload.js | 2 +- node_modules/semver/ranges/gtr.js | 6 +- node_modules/semver/ranges/intersects.js | 12 +- node_modules/semver/ranges/ltr.js | 6 +- node_modules/semver/ranges/max-satisfying.js | 26 +- node_modules/semver/ranges/min-satisfying.js | 26 +- node_modules/semver/ranges/min-version.js | 52 +- node_modules/semver/ranges/outside.js | 88 +- node_modules/semver/ranges/simplify.js | 46 +- node_modules/semver/ranges/subset.js | 193 +- node_modules/semver/ranges/to-comparators.js | 13 +- node_modules/semver/ranges/valid.js | 10 +- node_modules/send/index.js | 881 +- node_modules/serve-favicon/index.js | 150 +- node_modules/serve-static/index.js | 160 +- node_modules/setprototypeof/index.js | 18 +- node_modules/shebang-command/index.js | 20 +- node_modules/shebang-command/package.json | 64 +- node_modules/shebang-regex/package.json | 66 +- node_modules/side-channel-list/index.d.ts | 14 +- node_modules/side-channel-list/index.js | 166 +- node_modules/side-channel-list/list.d.ts | 35 +- node_modules/side-channel-list/package.json | 150 +- node_modules/side-channel-list/tsconfig.json | 12 +- node_modules/side-channel-map/index.d.ts | 14 +- node_modules/side-channel-map/index.js | 91 +- node_modules/side-channel-map/package.json | 156 +- node_modules/side-channel-map/tsconfig.json | 12 +- node_modules/side-channel-weakmap/index.d.ts | 19 +- node_modules/side-channel-weakmap/index.js | 141 +- .../side-channel-weakmap/package.json | 170 +- .../side-channel-weakmap/tsconfig.json | 12 +- node_modules/side-channel/index.d.ts | 8 +- node_modules/side-channel/index.js | 57 +- node_modules/side-channel/package.json | 166 +- node_modules/side-channel/tsconfig.json | 12 +- .../signal-exit/dist/cjs/browser.d.ts | 9 +- node_modules/signal-exit/dist/cjs/browser.js | 12 +- node_modules/signal-exit/dist/cjs/index.d.ts | 69 +- node_modules/signal-exit/dist/cjs/index.js | 502 +- .../signal-exit/dist/cjs/signals.d.ts | 2 +- node_modules/signal-exit/dist/cjs/signals.js | 22 +- .../signal-exit/dist/mjs/browser.d.ts | 9 +- node_modules/signal-exit/dist/mjs/browser.js | 8 +- node_modules/signal-exit/dist/mjs/index.d.ts | 69 +- node_modules/signal-exit/dist/mjs/index.js | 490 +- .../signal-exit/dist/mjs/signals.d.ts | 2 +- node_modules/signal-exit/dist/mjs/signals.js | 18 +- node_modules/simple-concat/index.js | 20 +- node_modules/simple-get/index.js | 155 +- node_modules/slash/index.js | 14 +- node_modules/slash/package.json | 66 +- node_modules/source-map-js/lib/array-set.js | 8 +- node_modules/source-map-js/lib/base64-vlq.js | 14 +- node_modules/source-map-js/lib/base64.js | 25 +- .../source-map-js/lib/binary-search.js | 16 +- .../source-map-js/lib/mapping-list.js | 19 +- node_modules/source-map-js/lib/quick-sort.js | 169 +- .../source-map-js/lib/source-map-consumer.js | 338 +- .../source-map-js/lib/source-map-generator.js | 258 +- node_modules/source-map-js/lib/source-node.js | 262 +- node_modules/source-map-js/lib/util.js | 89 +- node_modules/source-map-js/source-map.d.ts | 153 +- node_modules/source-map-js/source-map.js | 6 +- .../browser-source-map-support.js | 2982 +- .../register-hook-require.js | 2 +- .../source-map-support/source-map-support.js | 259 +- .../source-map/dist/source-map.debug.js | 6661 +- node_modules/source-map/dist/source-map.js | 6723 +- .../source-map/dist/source-map.min.js | 1425 +- node_modules/source-map/lib/array-set.js | 8 +- node_modules/source-map/lib/base64-vlq.js | 14 +- node_modules/source-map/lib/base64.js | 25 +- node_modules/source-map/lib/binary-search.js | 16 +- node_modules/source-map/lib/mapping-list.js | 19 +- node_modules/source-map/lib/quick-sort.js | 2 +- .../source-map/lib/source-map-consumer.js | 359 +- .../source-map/lib/source-map-generator.js | 253 +- node_modules/source-map/lib/source-node.js | 262 +- node_modules/source-map/lib/util.js | 66 +- node_modules/source-map/source-map.d.ts | 136 +- node_modules/source-map/source-map.js | 6 +- node_modules/statuses/index.js | 74 +- node_modules/stream-meter/index.js | 30 +- node_modules/string-width-cjs/index.d.ts | 14 +- node_modules/string-width-cjs/index.js | 54 +- node_modules/string-width-cjs/package.json | 108 +- .../string_decoder/lib/string_decoder.js | 59 +- node_modules/strip-ansi-cjs/index.js | 3 +- node_modules/strip-ansi-cjs/package.json | 104 +- node_modules/strip-json-comments/index.js | 111 +- .../supports-preserve-symlinks-flag/index.js | 13 +- .../package.json | 136 +- node_modules/tar-fs/index.js | 466 +- node_modules/tar-stream/extract.js | 339 +- node_modules/tar-stream/headers.js | 335 +- node_modules/tar-stream/index.js | 4 +- node_modules/tar-stream/pack.js | 306 +- node_modules/tar-stream/sandbox.js | 18 +- node_modules/terser/bin/terser | 20 +- node_modules/terser/bin/uglifyjs | 10 +- node_modules/terser/dist/bundle.min.js | 55677 ++++++++-------- node_modules/terser/lib/ast.js | 5993 +- node_modules/terser/lib/cli.js | 999 +- node_modules/terser/lib/compress/common.js | 499 +- .../terser/lib/compress/compressor-flags.js | 8 +- .../lib/compress/drop-side-effect-free.js | 520 +- .../terser/lib/compress/drop-unused.js | 951 +- node_modules/terser/lib/compress/evaluate.js | 814 +- .../terser/lib/compress/global-defs.js | 182 +- node_modules/terser/lib/compress/index.js | 7941 +-- node_modules/terser/lib/compress/inference.js | 1753 +- node_modules/terser/lib/compress/inline.js | 1195 +- .../terser/lib/compress/native-objects.js | 250 +- .../terser/lib/compress/reduce-vars.js | 1327 +- .../terser/lib/compress/tighten-body.js | 2867 +- node_modules/terser/lib/equivalent-to.js | 358 +- node_modules/terser/lib/minify.js | 764 +- node_modules/terser/lib/mozilla-ast.js | 3733 +- node_modules/terser/lib/output.js | 4851 +- node_modules/terser/lib/parse.js | 6902 +- node_modules/terser/lib/propmangle.js | 754 +- node_modules/terser/lib/scope.js | 1751 +- node_modules/terser/lib/size.js | 513 +- node_modules/terser/lib/sourcemap.js | 168 +- node_modules/terser/lib/transform.js | 438 +- .../terser/lib/utils/first_in_statement.js | 80 +- node_modules/terser/lib/utils/index.js | 349 +- node_modules/terser/main.js | 36 +- node_modules/terser/tools/domprops.js | 18048 ++--- node_modules/terser/tools/exit.cjs | 7 +- node_modules/terser/tools/terser.d.ts | 350 +- node_modules/to-fast-properties/index.js | 22 +- node_modules/to-regex-range/index.js | 22 +- node_modules/toidentifier/index.js | 10 +- node_modules/tr46/index.js | 112 +- node_modules/tr46/lib/mappingTable.json | 8193 ++- node_modules/tslib/modules/index.js | 128 +- node_modules/tslib/modules/package.json | 4 +- node_modules/tslib/package.json | 88 +- node_modules/tslib/tslib.d.ts | 188 +- node_modules/tslib/tslib.es6.js | 925 +- node_modules/tslib/tslib.es6.mjs | 742 +- node_modules/tslib/tslib.js | 1111 +- node_modules/tunnel-agent/index.js | 298 +- node_modules/type-is/index.js | 115 +- node_modules/uglify-js/lib/ast.js | 4550 +- node_modules/uglify-js/lib/compress.js | 31583 +++++---- node_modules/uglify-js/lib/minify.js | 547 +- node_modules/uglify-js/lib/mozilla-ast.js | 2705 +- node_modules/uglify-js/lib/output.js | 3812 +- node_modules/uglify-js/lib/parse.js | 5023 +- node_modules/uglify-js/lib/propmangle.js | 521 +- node_modules/uglify-js/lib/scope.js | 1593 +- node_modules/uglify-js/lib/sourcemap.js | 274 +- node_modules/uglify-js/lib/transform.js | 400 +- node_modules/uglify-js/lib/utils.js | 399 +- node_modules/uglify-js/tools/domprops.json | 16650 ++--- node_modules/uglify-js/tools/exports.js | 16 +- node_modules/uglify-js/tools/node.js | 195 +- node_modules/uglify-js/tools/tty.js | 35 +- node_modules/undici/index-fetch.js | 58 +- node_modules/undici/index.d.ts | 6 +- node_modules/undici/index.js | 255 +- node_modules/undici/lib/api/abort-signal.js | 56 +- node_modules/undici/lib/api/api-connect.js | 111 +- node_modules/undici/lib/api/api-pipeline.js | 236 +- node_modules/undici/lib/api/api-request.js | 205 +- node_modules/undici/lib/api/api-stream.js | 197 +- node_modules/undici/lib/api/api-upgrade.js | 115 +- node_modules/undici/lib/api/index.js | 12 +- node_modules/undici/lib/api/readable.js | 371 +- node_modules/undici/lib/api/util.js | 77 +- .../undici/lib/cache/memory-cache-store.js | 142 +- .../undici/lib/cache/sqlite-cache-store.js | 243 +- node_modules/undici/lib/core/connect.js | 246 +- node_modules/undici/lib/core/constants.js | 32 +- node_modules/undici/lib/core/diagnostics.js | 261 +- node_modules/undici/lib/core/errors.js | 258 +- node_modules/undici/lib/core/request.js | 383 +- node_modules/undici/lib/core/symbols.js | 6 +- node_modules/undici/lib/core/tree.js | 112 +- node_modules/undici/lib/core/util.js | 608 +- node_modules/undici/lib/dispatcher/agent.js | 131 +- .../undici/lib/dispatcher/balanced-pool.js | 216 +- .../undici/lib/dispatcher/client-h1.js | 1404 +- .../undici/lib/dispatcher/client-h2.js | 752 +- node_modules/undici/lib/dispatcher/client.js | 629 +- .../undici/lib/dispatcher/dispatcher-base.js | 142 +- .../undici/lib/dispatcher/dispatcher.js | 51 +- .../lib/dispatcher/env-http-proxy-agent.js | 148 +- .../undici/lib/dispatcher/fixed-queue.js | 72 +- .../undici/lib/dispatcher/pool-base.js | 211 +- .../undici/lib/dispatcher/pool-stats.js | 43 +- node_modules/undici/lib/dispatcher/pool.js | 115 +- .../undici/lib/dispatcher/proxy-agent.js | 196 +- .../undici/lib/dispatcher/retry-agent.js | 49 +- node_modules/undici/lib/global.js | 26 +- .../undici/lib/handler/cache-handler.js | 305 +- .../lib/handler/cache-revalidation-handler.js | 84 +- .../undici/lib/handler/decorator-handler.js | 72 +- .../undici/lib/handler/redirect-handler.js | 227 +- .../undici/lib/handler/retry-handler.js | 247 +- .../undici/lib/handler/unwrap-handler.js | 110 +- .../undici/lib/handler/wrap-handler.js | 103 +- node_modules/undici/lib/interceptor/cache.js | 256 +- node_modules/undici/lib/interceptor/dns.js | 368 +- node_modules/undici/lib/interceptor/dump.js | 108 +- .../undici/lib/interceptor/redirect.js | 31 +- .../undici/lib/interceptor/response-error.js | 102 +- node_modules/undici/lib/interceptor/retry.js | 20 +- node_modules/undici/lib/llhttp/constants.d.ts | 116 +- node_modules/undici/lib/llhttp/constants.js | 973 +- node_modules/undici/lib/llhttp/llhttp-wasm.js | 19 +- .../undici/lib/llhttp/llhttp_simd-wasm.js | 19 +- node_modules/undici/lib/llhttp/utils.d.ts | 6 +- node_modules/undici/lib/llhttp/utils.js | 40 +- node_modules/undici/lib/mock/mock-agent.js | 217 +- .../undici/lib/mock/mock-call-history.js | 268 +- node_modules/undici/lib/mock/mock-client.js | 62 +- node_modules/undici/lib/mock/mock-errors.js | 19 +- .../undici/lib/mock/mock-interceptor.js | 193 +- node_modules/undici/lib/mock/mock-pool.js | 62 +- node_modules/undici/lib/mock/mock-symbols.js | 14 +- node_modules/undici/lib/mock/mock-utils.js | 407 +- .../mock/pending-interceptors-formatter.js | 49 +- node_modules/undici/lib/util/cache.js | 210 +- node_modules/undici/lib/util/date.js | 212 +- node_modules/undici/lib/util/timers.js | 148 +- node_modules/undici/lib/web/cache/cache.js | 640 +- .../undici/lib/web/cache/cachestorage.js | 105 +- node_modules/undici/lib/web/cache/util.js | 32 +- .../undici/lib/web/cookies/constants.js | 10 +- node_modules/undici/lib/web/cookies/index.js | 118 +- node_modules/undici/lib/web/cookies/parse.js | 160 +- node_modules/undici/lib/web/cookies/util.js | 177 +- .../lib/web/eventsource/eventsource-stream.js | 205 +- .../undici/lib/web/eventsource/eventsource.js | 333 +- .../undici/lib/web/eventsource/util.js | 24 +- node_modules/undici/lib/web/fetch/body.js | 453 +- .../undici/lib/web/fetch/constants.js | 160 +- node_modules/undici/lib/web/fetch/data-url.js | 412 +- .../lib/web/fetch/dispatcher-weakref.js | 38 +- .../undici/lib/web/fetch/formdata-parser.js | 346 +- node_modules/undici/lib/web/fetch/formdata.js | 193 +- node_modules/undici/lib/web/fetch/global.js | 30 +- node_modules/undici/lib/web/fetch/headers.js | 458 +- node_modules/undici/lib/web/fetch/index.js | 1343 +- node_modules/undici/lib/web/fetch/request.js | 657 +- node_modules/undici/lib/web/fetch/response.js | 440 +- node_modules/undici/lib/web/fetch/util.js | 1036 +- node_modules/undici/lib/web/fetch/webidl.js | 521 +- .../undici/lib/web/websocket/connection.js | 242 +- .../undici/lib/web/websocket/constants.js | 36 +- .../undici/lib/web/websocket/events.js | 264 +- .../undici/lib/web/websocket/frame.js | 143 +- .../lib/web/websocket/permessage-deflate.js | 76 +- .../undici/lib/web/websocket/receiver.js | 434 +- .../undici/lib/web/websocket/sender.js | 83 +- .../web/websocket/stream/websocketerror.js | 68 +- .../web/websocket/stream/websocketstream.js | 390 +- node_modules/undici/lib/web/websocket/util.js | 181 +- .../undici/lib/web/websocket/websocket.js | 505 +- node_modules/undici/scripts/strip-comments.js | 15 +- node_modules/undici/types/agent.d.ts | 23 +- node_modules/undici/types/api.d.ts | 60 +- node_modules/undici/types/balanced-pool.d.ts | 30 +- .../undici/types/cache-interceptor.d.ts | 123 +- node_modules/undici/types/cache.d.ts | 54 +- node_modules/undici/types/client.d.ts | 48 +- node_modules/undici/types/connector.d.ts | 38 +- node_modules/undici/types/content-type.d.ts | 12 +- node_modules/undici/types/cookies.d.ts | 36 +- .../undici/types/diagnostics-channel.d.ts | 12 +- node_modules/undici/types/dispatcher.d.ts | 420 +- .../undici/types/env-http-proxy-agent.d.ts | 13 +- node_modules/undici/types/errors.d.ts | 138 +- node_modules/undici/types/eventsource.d.ts | 58 +- node_modules/undici/types/fetch.d.ts | 170 +- node_modules/undici/types/formdata.d.ts | 36 +- .../undici/types/global-dispatcher.d.ts | 13 +- node_modules/undici/types/global-origin.d.ts | 9 +- node_modules/undici/types/handlers.d.ts | 8 +- node_modules/undici/types/header.d.ts | 22 +- node_modules/undici/types/index.d.ts | 162 +- node_modules/undici/types/interceptors.d.ts | 80 +- node_modules/undici/types/mock-agent.d.ts | 63 +- .../undici/types/mock-call-history.d.ts | 115 +- node_modules/undici/types/mock-client.d.ts | 21 +- node_modules/undici/types/mock-errors.d.ts | 10 +- .../undici/types/mock-interceptor.d.ts | 67 +- node_modules/undici/types/mock-pool.d.ts | 21 +- node_modules/undici/types/patch.d.ts | 22 +- node_modules/undici/types/pool-stats.d.ts | 18 +- node_modules/undici/types/pool.d.ts | 34 +- node_modules/undici/types/proxy-agent.d.ts | 19 +- node_modules/undici/types/readable.d.ts | 28 +- node_modules/undici/types/retry-agent.d.ts | 8 +- node_modules/undici/types/retry-handler.d.ts | 16 +- node_modules/undici/types/util.d.ts | 6 +- node_modules/undici/types/utility.d.ts | 12 +- node_modules/undici/types/webidl.d.ts | 212 +- node_modules/undici/types/websocket.d.ts | 191 +- node_modules/universalify/index.js | 48 +- node_modules/unpipe/index.js | 28 +- node_modules/upper-case/upper-case.d.ts | 2 +- node_modules/upper-case/upper-case.js | 28 +- node_modules/util-deprecate/browser.js | 5 +- node_modules/util-deprecate/node.js | 1 - node_modules/utils-merge/index.js | 2 +- node_modules/vary/index.js | 80 +- node_modules/webidl-conversions/lib/index.js | 284 +- node_modules/whatwg-url/lib/URL-impl.js | 73 +- node_modules/whatwg-url/lib/URL.js | 96 +- node_modules/whatwg-url/lib/public-api.js | 20 +- .../whatwg-url/lib/url-state-machine.js | 714 +- node_modules/whatwg-url/lib/utils.js | 13 +- node_modules/which/bin/node-which | 68 +- node_modules/which/which.js | 159 +- node_modules/wrap-ansi-cjs/index.js | 303 +- node_modules/wrap-ansi-cjs/package.json | 120 +- node_modules/wrappy/wrappy.js | 29 +- node_modules/y18n/build/index.cjs | 352 +- node_modules/y18n/build/lib/cjs.js | 2 +- node_modules/y18n/build/lib/index.js | 325 +- .../y18n/build/lib/platform-shims/node.js | 25 +- node_modules/y18n/index.mjs | 10 +- node_modules/yargs-parser/browser.js | 52 +- node_modules/yargs-parser/build/index.cjs | 2079 +- node_modules/yargs-parser/build/lib/index.js | 59 +- .../yargs-parser/build/lib/string-utils.js | 101 +- .../build/lib/tokenize-arg-string.js | 58 +- .../build/lib/yargs-parser-types.js | 8 +- .../yargs-parser/build/lib/yargs-parser.js | 2121 +- node_modules/yargs/browser.mjs | 2 +- node_modules/yargs/build/index.cjs | 5634 +- node_modules/yargs/build/lib/argsert.js | 104 +- node_modules/yargs/build/lib/command.js | 756 +- node_modules/yargs/build/lib/completion.js | 239 +- node_modules/yargs/build/lib/middleware.js | 91 +- node_modules/yargs/build/lib/parse-command.js | 57 +- .../yargs/build/lib/typings/common-types.js | 6 +- node_modules/yargs/build/lib/usage.js | 1065 +- .../yargs/build/lib/utils/apply-extends.js | 94 +- .../yargs/build/lib/utils/is-promise.js | 8 +- .../yargs/build/lib/utils/levenshtein.js | 46 +- .../yargs/build/lib/utils/obj-filter.js | 14 +- .../yargs/build/lib/utils/process-argv.js | 13 +- .../yargs/build/lib/utils/set-blocking.js | 21 +- .../yargs/build/lib/utils/which-module.js | 18 +- node_modules/yargs/build/lib/validation.js | 658 +- node_modules/yargs/build/lib/yargs-factory.js | 2334 +- node_modules/yargs/build/lib/yerror.js | 10 +- node_modules/yargs/helpers/helpers.mjs | 6 +- node_modules/yargs/index.cjs | 4 +- node_modules/yargs/index.mjs | 2 +- .../yargs/lib/platform-shims/browser.mjs | 18 +- node_modules/yargs/lib/platform-shims/esm.mjs | 56 +- node_modules/yargs/locales/en.json | 2 +- node_modules/yargs/locales/pirate.json | 2 +- package-lock.json | 16 + package.json | 2 + src/css/styles.css | 2 +- src/data/game-modes.json | 302 +- src/data/replacements.json | 670 +- src/data/weapon-ids.json | 467 +- src/index.html | 933 +- src/js/backend.js | 132 +- src/js/deploy.js | 236 +- src/js/frontend.js | 1135 +- src/js/index.d.ts | 224 +- src/js/index.js | 1827 +- src/js/index.js.map | 11 +- src/js/index.ts | 214 +- src/js/localStorage.js | 208 +- src/js/logger.js | 99 +- 1711 files changed, 755867 insertions(+), 235931 deletions(-) create mode 100644 .gitattributes create mode 100644 .prettierrc create mode 100644 node_modules/.bin/acorn.cmd create mode 100644 node_modules/.bin/glob.cmd create mode 100644 node_modules/.bin/he.cmd create mode 100644 node_modules/.bin/html-minifier.cmd create mode 100644 node_modules/.bin/jsesc.cmd create mode 100644 node_modules/.bin/mime.cmd create mode 100644 node_modules/.bin/parser create mode 100644 node_modules/.bin/parser.cmd create mode 100644 node_modules/.bin/parser.ps1 create mode 100644 node_modules/.bin/pkg-fetch.cmd create mode 100644 node_modules/.bin/pkg.cmd create mode 100644 node_modules/.bin/prebuild-install.cmd create mode 100644 node_modules/.bin/prettier create mode 100644 node_modules/.bin/prettier.cmd create mode 100644 node_modules/.bin/prettier.ps1 create mode 100644 node_modules/.bin/rc.cmd create mode 100644 node_modules/.bin/resolve.cmd create mode 100644 node_modules/.bin/semver.cmd create mode 100644 node_modules/.bin/terser.cmd create mode 100644 node_modules/.bin/uglifyjs.cmd create mode 100644 node_modules/prettier/bin/prettier.cjs create mode 100644 node_modules/prettier/doc.d.ts create mode 100644 node_modules/prettier/doc.js create mode 100644 node_modules/prettier/doc.mjs create mode 100644 node_modules/prettier/index.cjs create mode 100644 node_modules/prettier/index.d.ts create mode 100644 node_modules/prettier/index.mjs create mode 100644 node_modules/prettier/internal/cli.mjs create mode 100644 node_modules/prettier/package.json create mode 100644 node_modules/prettier/plugins/acorn.d.ts create mode 100644 node_modules/prettier/plugins/acorn.js create mode 100644 node_modules/prettier/plugins/acorn.mjs create mode 100644 node_modules/prettier/plugins/angular.d.ts create mode 100644 node_modules/prettier/plugins/angular.js create mode 100644 node_modules/prettier/plugins/angular.mjs create mode 100644 node_modules/prettier/plugins/babel.d.ts create mode 100644 node_modules/prettier/plugins/babel.js create mode 100644 node_modules/prettier/plugins/babel.mjs create mode 100644 node_modules/prettier/plugins/estree.d.ts create mode 100644 node_modules/prettier/plugins/estree.js create mode 100644 node_modules/prettier/plugins/estree.mjs create mode 100644 node_modules/prettier/plugins/flow.d.ts create mode 100644 node_modules/prettier/plugins/flow.js create mode 100644 node_modules/prettier/plugins/flow.mjs create mode 100644 node_modules/prettier/plugins/glimmer.d.ts create mode 100644 node_modules/prettier/plugins/glimmer.js create mode 100644 node_modules/prettier/plugins/glimmer.mjs create mode 100644 node_modules/prettier/plugins/graphql.d.ts create mode 100644 node_modules/prettier/plugins/graphql.js create mode 100644 node_modules/prettier/plugins/graphql.mjs create mode 100644 node_modules/prettier/plugins/html.d.ts create mode 100644 node_modules/prettier/plugins/html.js create mode 100644 node_modules/prettier/plugins/html.mjs create mode 100644 node_modules/prettier/plugins/markdown.d.ts create mode 100644 node_modules/prettier/plugins/markdown.js create mode 100644 node_modules/prettier/plugins/markdown.mjs create mode 100644 node_modules/prettier/plugins/meriyah.d.ts create mode 100644 node_modules/prettier/plugins/meriyah.js create mode 100644 node_modules/prettier/plugins/meriyah.mjs create mode 100644 node_modules/prettier/plugins/postcss.d.ts create mode 100644 node_modules/prettier/plugins/postcss.js create mode 100644 node_modules/prettier/plugins/postcss.mjs create mode 100644 node_modules/prettier/plugins/typescript.d.ts create mode 100644 node_modules/prettier/plugins/typescript.js create mode 100644 node_modules/prettier/plugins/typescript.mjs create mode 100644 node_modules/prettier/plugins/yaml.d.ts create mode 100644 node_modules/prettier/plugins/yaml.js create mode 100644 node_modules/prettier/plugins/yaml.mjs create mode 100644 node_modules/prettier/standalone.d.ts create mode 100644 node_modules/prettier/standalone.js create mode 100644 node_modules/prettier/standalone.mjs diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1114e2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto +*.sh text eol=lf +*.js text eol=lf +*.ts text eol=lf +*.json text eol=lf +*.md text eol=lf +*.html text eol=lf +*.css text eol=lf diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..78568a5 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,20 @@ +{ + "semi": true, + "singleQuote": true, + "printWidth": 80, + "tabWidth": 2, + "useTabs": false, + "quoteProps": "as-needed", + "jsxSingleQuote": false, + "bracketSpacing": true, + "objectWrap": "preserve", + "arrowParens": "always", + "trailingComma": "es5", + "proseWrap": "preserve", + "htmlWhitespaceSensitivity": "css", + "embeddedLanguageFormatting": "auto", + "singleAttributePerLine": false, + "endOfLine": "lf", + "experimentalTernaries": true, + "bracketSameLine": true +} diff --git a/README.md b/README.md index 6211869..3924e00 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,11 @@ COD Tracker provides a clean interface to fetch, display, and export Call of Dut - Call of Duty account with API security settings set to "ALL" ## Authentication Setup + + ### Changing Account API Privacy Settings To use this application, you need to update your Call of Duty profile settings: @@ -41,14 +43,14 @@ To use this application, you need to update your Call of Duty profile settings: ### Obtaining Your SSO Token - +
The application requires an authentication token to access the Call of Duty API: 1. Log in to [Call of Duty](https://profile.callofduty.com/cod/profile) 2. Open developer tools (F12 or right-click → Inspect) -3. Navigate to: **Application** → **Storage** → **Cookies** → **https://profile.callofduty.com** +3. Navigate to: **Application** → **Storage** → **Cookies** → **** 4. Find and copy the value of `ACT_SSO_COOKIE` 5. Paste this token into the "SSO Token" field @@ -57,10 +59,10 @@ The application requires an authentication token to access the Call of Duty API: -``` +```plaintext Application └─ Storage - └─ Cookies + └─ Cookies └─ ACT_SSO_COOKIE ``` @@ -75,17 +77,20 @@ The SSO token typically expires after 24 hours. If you encounter authentication ## Installation 1. Clone the repository: + ```bash git clone https://git.rimmyscorner.com/Rim/codtracker-js.git && cd codtracker-js ``` 2. Start the application: + ```bash npm run start ``` 3. Open your browser and navigate to: - ``` + + ```bash http://127.0.0.1:3513 ``` diff --git a/app.js b/app.js index e062eab..753abeb 100644 --- a/app.js +++ b/app.js @@ -1,7 +1,7 @@ -const express = require("express"); -const path = require("path"); -const bodyParser = require("body-parser"); -const API = require("./src/js/index.js"); +const express = require('express'); +const path = require('path'); +const bodyParser = require('body-parser'); +const API = require('./src/js/index.js'); const { logger } = require('./src/js/logger'); const favicon = require('serve-favicon'); const app = express(); @@ -10,15 +10,20 @@ const port = process.env.PORT || 3512; app.set('trust proxy', true); // Middleware -app.use(bodyParser.json({ limit: "10mb" })); -app.use(bodyParser.urlencoded({ extended: true, limit: "10mb" })); +app.use(bodyParser.json({ limit: '10mb' })); +app.use(bodyParser.urlencoded({ extended: true, limit: '10mb' })); app.use(express.static(__dirname)); app.use(express.static(path.join(__dirname, 'public'))); app.use('/images', express.static(path.join(__dirname, 'src/images'))); app.use(favicon(path.join(__dirname, 'src', 'images', 'favicon.ico'))); -app.use(bodyParser.json({ limit: "10mb", verify: (req, res, buf) => { - req.rawBody = buf.toString(); -}})); +app.use( + bodyParser.json({ + limit: '10mb', + verify: (req, res, buf) => { + req.rawBody = buf.toString(); + }, + }) +); // app.use(express.raw({ type: 'application/json', limit: '10mb' })); const fs = require('fs'); @@ -27,104 +32,113 @@ const fs = require('fs'); let keyReplacements = {}; try { - const replacementsPath = path.join(__dirname, "src", "data", "replacements.json"); + const replacementsPath = path.join( + __dirname, + 'src', + 'data', + 'replacements.json' + ); if (fs.existsSync(replacementsPath)) { const replacementsContent = fs.readFileSync(replacementsPath, 'utf8'); keyReplacements = JSON.parse(replacementsContent); // logger.debug("Replacements loaded successfully"); } else { - logger.warn("replacements.json not found, key replacement disabled"); + logger.warn('replacements.json not found, key replacement disabled'); } } catch (error) { - logger.error("Error loading replacements file:", { error: error.message }); + logger.error('Error loading replacements file:', { error: error.message }); } const replaceJsonKeys = (obj) => { - if (!obj || typeof obj !== 'object') return obj; + if (!obj || typeof obj !== 'object') return obj; - if (Array.isArray(obj)) { - return obj.map(item => replaceJsonKeys(item)); + if (Array.isArray(obj)) { + return obj.map((item) => replaceJsonKeys(item)); + } + + const newObj = {}; + Object.keys(obj).forEach((key) => { + // Replace key if it exists in replacements + const newKey = keyReplacements[key] || key; + + // DEBUG: Log replacements when they happen + // if (newKey !== key) { + // logger.debug(`Replacing key "${key}" with "${newKey}"`); + // } + + // Also check if the value should be replaced (if it's a string) + let value = obj[key]; + if (typeof value === 'string' && keyReplacements[value]) { + value = keyReplacements[value]; + // logger.debug(`Replacing value "${obj[key]}" with "${value}"`); } - const newObj = {}; - Object.keys(obj).forEach(key => { - // Replace key if it exists in replacements - const newKey = keyReplacements[key] || key; + // Process value recursively if it's an object or array + newObj[newKey] = replaceJsonKeys(value); + }); - // DEBUG: Log replacements when they happen - // if (newKey !== key) { - // logger.debug(`Replacing key "${key}" with "${newKey}"`); - // } - - // Also check if the value should be replaced (if it's a string) - let value = obj[key]; - if (typeof value === 'string' && keyReplacements[value]) { - value = keyReplacements[value]; - // logger.debug(`Replacing value "${obj[key]}" with "${value}"`); - } - - // Process value recursively if it's an object or array - newObj[newKey] = replaceJsonKeys(value); - }); - - return newObj; - }; + return newObj; +}; // Utility regex function const sanitizeJsonOutput = (data) => { - if (!data) return data; + if (!data) return data; - // Convert to string to perform regex operations - const jsonString = JSON.stringify(data); + // Convert to string to perform regex operations + const jsonString = JSON.stringify(data); - // Define regex pattern that matches HTML entities - const regexPattern = /<span class=".*?">|<\/span>|">/g; + // Define regex pattern that matches HTML entities + const regexPattern = + /<span class=".*?">|<\/span>|">/g; - // Replace unwanted patterns - const sanitizedString = jsonString.replace(regexPattern, ''); + // Replace unwanted patterns + const sanitizedString = jsonString.replace(regexPattern, ''); - // Parse back to object - try { - return JSON.parse(sanitizedString); - } catch (e) { - console.error("Error parsing sanitized JSON:", e); - return data; // Return original data if parsing fails - } - }; + // Parse back to object + try { + return JSON.parse(sanitizedString); + } catch (e) { + console.error('Error parsing sanitized JSON:', e); + return data; // Return original data if parsing fails + } +}; // Replace the processJsonOutput function with this more efficient version -const processJsonOutput = (data, options = { sanitize: true, replaceKeys: true }) => { +const processJsonOutput = ( + data, + options = { sanitize: true, replaceKeys: true } +) => { // Use a more efficient deep clone approach instead of JSON.parse(JSON.stringify()) function deepClone(obj) { if (obj === null || typeof obj !== 'object') { return obj; } - + if (Array.isArray(obj)) { - return obj.map(item => deepClone(item)); + return obj.map((item) => deepClone(item)); } - + const clone = {}; - Object.keys(obj).forEach(key => { + Object.keys(obj).forEach((key) => { clone[key] = deepClone(obj[key]); }); - + return clone; } - + // Create a deep copy of the data to avoid reference issues let processedData = deepClone(data); - + // Apply sanitization if needed if (options.sanitize) { processedData = sanitizeJsonOutput(processedData); } - + // Apply key replacement if needed if (options.replaceKeys) { processedData = replaceJsonKeys(processedData); } - + return processedData; }; @@ -141,7 +155,9 @@ const timeoutPromise = (ms) => { // Helper function to ensure login const ensureLogin = async (ssoToken) => { if (!activeSessions.has(ssoToken)) { - logger.info(`Attempting to login with SSO token: ${ssoToken.substring(0, 5)}...`); + logger.info( + `Attempting to login with SSO token: ${ssoToken.substring(0, 5)}...` + ); // logger.info(`Attempting to login with SSO token: ${ssoToken}`); const loginResult = await Promise.race([ API.login(ssoToken), @@ -152,35 +168,35 @@ const ensureLogin = async (ssoToken) => { logger.debug(`Session created at: ${new Date().toISOString()}`); activeSessions.set(ssoToken, new Date()); } else { - logger.debug("Using existing session"); + logger.debug('Using existing session'); } }; // Helper function to handle API errors const handleApiError = (error, res) => { - logger.error("API Error:", error); + logger.error('API Error:', error); logger.error(`Error Stack: ${error.stack}`); logger.error(`Error Time: ${new Date().toISOString()}`); // Try to extract more useful information from the error - let errorMessage = error.message || "Unknown API error"; - let errorName = error.name || "ApiError"; + let errorMessage = error.message || 'Unknown API error'; + let errorName = error.name || 'ApiError'; // Handle the specific JSON parsing error - if (errorName === "SyntaxError" && errorMessage.includes("JSON")) { - logger.debug("JSON parsing error detected"); + if (errorName === 'SyntaxError' && errorMessage.includes('JSON')) { + logger.debug('JSON parsing error detected'); return res.status(200).json({ - status: "error", + status: 'error', message: - "Failed to parse API response. This usually means the SSO token is invalid or expired.", - error_type: "InvalidResponseError", + 'Failed to parse API response. This usually means the SSO token is invalid or expired.', + error_type: 'InvalidResponseError', timestamp: new Date().toISOString(), }); } // Send a more graceful response return res.status(200).json({ - status: "error", + status: 'error', message: errorMessage, error_type: errorName, timestamp: new Date().toISOString(), @@ -188,22 +204,36 @@ const handleApiError = (error, res) => { }; // API endpoint to fetch stats -app.post("/api/stats", async (req, res) => { - logger.debug("Received request for /api/stats"); - logger.debug(`Request IP: ${req.headers['x-forwarded-for'] || req.ip || req.connection.remoteAddress}`); - logger.debug(`Request JSON: ${JSON.stringify({ - username: req.body.username, - platform: req.body.platform, - game: req.body.game, - apiCall: req.body.apiCall, - sanitize: req.body.sanitize, - replaceKeys: req.body.replaceKeys - })}`); +app.post('/api/stats', async (req, res) => { + logger.debug('Received request for /api/stats'); + logger.debug( + `Request IP: ${ + req.headers['x-forwarded-for'] || req.ip || req.connection.remoteAddress + }` + ); + logger.debug( + `Request JSON: ${JSON.stringify({ + username: req.body.username, + platform: req.body.platform, + game: req.body.game, + apiCall: req.body.apiCall, + sanitize: req.body.sanitize, + replaceKeys: req.body.replaceKeys, + })}` + ); try { - const { username, ssoToken, platform, game, apiCall, sanitize, replaceKeys } = req.body; + const { + username, + ssoToken, + platform, + game, + apiCall, + sanitize, + replaceKeys, + } = req.body; - /* + /* logger.debug( `Request details - Username: ${username}, Platform: ${platform}, Game: ${game}, API Call: ${apiCall}` ); @@ -217,17 +247,17 @@ app.post("/api/stats", async (req, res) => { logger.debug("====================="); */ if (!ssoToken) { - return res.status(400).json({ error: "SSO Token is required" }); + return res.status(400).json({ error: 'SSO Token is required' }); } // For mapList, username is not required - if (apiCall !== "mapList" && !username) { - return res.status(400).json({ error: "Username is required" }); + if (apiCall !== 'mapList' && !username) { + return res.status(400).json({ error: 'Username is required' }); } // Clear previous session if it exists if (activeSessions.has(ssoToken)) { - logger.debug("Clearing previous session"); + logger.debug('Clearing previous session'); activeSessions.delete(ssoToken); } @@ -235,12 +265,12 @@ app.post("/api/stats", async (req, res) => { try { await ensureLogin(ssoToken); } catch (loginError) { - console.error("Login error:", loginError); + console.error('Login error:', loginError); return res.status(200).json({ - status: "error", - error_type: "LoginError", - message: "SSO token login failed", - details: loginError.message || "Unknown login error", + status: 'error', + error_type: 'LoginError', + message: 'SSO token login failed', + details: loginError.message || 'Unknown login error', timestamp: new Date().toISOString(), }); } @@ -254,11 +284,11 @@ app.post("/api/stats", async (req, res) => { }; // Check if the platform is valid for the game - const requiresUno = ["mw2", "wz2", "mw3", "wzm"].includes(game); - if (requiresUno && platform !== "uno" && apiCall !== "mapList") { + const requiresUno = ['mw2', 'wz2', 'mw3', 'wzm'].includes(game); + if (requiresUno && platform !== 'uno' && apiCall !== 'mapList') { logger.warn(`${game} requires Uno ID`); return res.status(200).json({ - status: "error", + status: 'error', message: `${game} requires Uno ID (numerical ID)`, timestamp: new Date().toISOString(), }); @@ -270,131 +300,131 @@ app.post("/api/stats", async (req, res) => { ); let data; - if (apiCall === "fullData") { + if (apiCall === 'fullData') { // Fetch lifetime stats based on game switch (game) { - case "mw": + case 'mw': data = await fetchWithTimeout(() => API.ModernWarfare.fullData(username, platform) ); break; - case "wz": + case 'wz': data = await fetchWithTimeout(() => API.Warzone.fullData(username, platform) ); break; - case "mw2": + case 'mw2': data = await fetchWithTimeout(() => API.ModernWarfare2.fullData(username) ); break; - case "wz2": + case 'wz2': data = await fetchWithTimeout(() => API.Warzone2.fullData(username) ); break; - case "mw3": + case 'mw3': data = await fetchWithTimeout(() => API.ModernWarfare3.fullData(username) ); break; - case "cw": + case 'cw': data = await fetchWithTimeout(() => API.ColdWar.fullData(username, platform) ); break; - case "vg": + case 'vg': data = await fetchWithTimeout(() => API.Vanguard.fullData(username, platform) ); break; - case "wzm": + case 'wzm': data = await fetchWithTimeout(() => API.WarzoneMobile.fullData(username) ); break; default: return res.status(200).json({ - status: "error", - message: "Invalid game selected", + status: 'error', + message: 'Invalid game selected', timestamp: new Date().toISOString(), }); } - } else if (apiCall === "combatHistory") { + } else if (apiCall === 'combatHistory') { // Fetch recent match history based on game switch (game) { - case "mw": + case 'mw': data = await fetchWithTimeout(() => API.ModernWarfare.combatHistory(username, platform) ); break; - case "wz": + case 'wz': data = await fetchWithTimeout(() => API.Warzone.combatHistory(username, platform) ); break; - case "mw2": + case 'mw2': data = await fetchWithTimeout(() => API.ModernWarfare2.combatHistory(username) ); break; - case "wz2": + case 'wz2': data = await fetchWithTimeout(() => API.Warzone2.combatHistory(username) ); break; - case "mw3": + case 'mw3': data = await fetchWithTimeout(() => API.ModernWarfare3.combatHistory(username) ); break; - case "cw": + case 'cw': data = await fetchWithTimeout(() => API.ColdWar.combatHistory(username, platform) ); break; - case "vg": + case 'vg': data = await fetchWithTimeout(() => API.Vanguard.combatHistory(username, platform) ); break; - case "wzm": + case 'wzm': data = await fetchWithTimeout(() => API.WarzoneMobile.combatHistory(username) ); break; default: return res.status(200).json({ - status: "error", - message: "Invalid game selected", + status: 'error', + message: 'Invalid game selected', timestamp: new Date().toISOString(), }); } - } else if (apiCall === "mapList") { + } else if (apiCall === 'mapList') { // Fetch map list (only valid for MW) - if (game === "mw") { + if (game === 'mw') { data = await fetchWithTimeout(() => API.ModernWarfare.mapList(platform) ); } else { return res.status(200).json({ - status: "error", - message: "Map list is only available for Modern Warfare", + status: 'error', + message: 'Map list is only available for Modern Warfare', timestamp: new Date().toISOString(), }); } } - logger.debug("Data fetched successfully"); + logger.debug('Data fetched successfully'); logger.debug(`Response Size: ~${JSON.stringify(data).length / 1024} KB`); logger.debug(`Response Time: ${new Date().toISOString()}`); // Safely handle the response data if (!data) { - logger.warn("No data returned from API"); + logger.warn('No data returned from API'); return res.json({ - status: "partial_success", - message: "No data returned from API, but no error thrown", + status: 'partial_success', + message: 'No data returned from API, but no error thrown', data: null, timestamp: new Date().toISOString(), }); @@ -413,32 +443,39 @@ app.post("/api/stats", async (req, res) => { return handleApiError(apiError, res); } } catch (serverError) { - console.error("Server Error:", serverError); + console.error('Server Error:', serverError); // Return a structured error response even for unexpected errors return res.status(200).json({ - status: "server_error", - message: "The server encountered an unexpected error", - error_details: serverError.message || "Unknown server error", + status: 'server_error', + message: 'The server encountered an unexpected error', + error_details: serverError.message || 'Unknown server error', timestamp: new Date().toISOString(), }); } }); // API endpoint to fetch recent matches -app.post("/api/matches", async (req, res) => { - logger.debug("Received request for /api/matches"); - logger.debug(`Request IP: ${req.headers['x-forwarded-for'] || req.ip || req.connection.remoteAddress}`); - logger.debug(`Request JSON: ${JSON.stringify({ - username: req.body.username, - platform: req.body.platform, - game: req.body.game, - sanitize: req.body.sanitize, - replaceKeys: req.body.replaceKeys - })}`); - +app.post('/api/matches', async (req, res) => { + logger.debug('Received request for /api/matches'); + logger.debug( + `Request IP: ${ + req.headers['x-forwarded-for'] || req.ip || req.connection.remoteAddress + }` + ); + logger.debug( + `Request JSON: ${JSON.stringify({ + username: req.body.username, + platform: req.body.platform, + game: req.body.game, + sanitize: req.body.sanitize, + replaceKeys: req.body.replaceKeys, + })}` + ); + try { - const { username, ssoToken, platform, game, sanitize, replaceKeys } = req.body; + const { username, ssoToken, platform, game, sanitize, replaceKeys } = + req.body; /* logger.debug( @@ -455,17 +492,17 @@ app.post("/api/matches", async (req, res) => { if (!username || !ssoToken) { return res .status(400) - .json({ error: "Username and SSO Token are required" }); + .json({ error: 'Username and SSO Token are required' }); } try { await ensureLogin(ssoToken); } catch (loginError) { return res.status(200).json({ - status: "error", - error_type: "LoginError", - message: "SSO token login failed", - details: loginError.message || "Unknown login error", + status: 'error', + error_type: 'LoginError', + message: 'SSO token login failed', + details: loginError.message || 'Unknown login error', timestamp: new Date().toISOString(), }); } @@ -485,10 +522,10 @@ app.post("/api/matches", async (req, res) => { let data; // Check if the platform is valid for the game - const requiresUno = ["mw2", "wz2", "mw3", "wzm"].includes(game); - if (requiresUno && platform !== "uno") { + const requiresUno = ['mw2', 'wz2', 'mw3', 'wzm'].includes(game); + if (requiresUno && platform !== 'uno') { return res.status(200).json({ - status: "error", + status: 'error', message: `${game} requires Uno ID (numerical ID)`, timestamp: new Date().toISOString(), }); @@ -496,50 +533,50 @@ app.post("/api/matches", async (req, res) => { // Fetch combat history based on game switch (game) { - case "mw": + case 'mw': data = await fetchWithTimeout(() => API.ModernWarfare.combatHistory(username, platform) ); break; - case "wz": + case 'wz': data = await fetchWithTimeout(() => API.Warzone.combatHistory(username, platform) ); break; - case "mw2": + case 'mw2': data = await fetchWithTimeout(() => API.ModernWarfare2.combatHistory(username) ); break; - case "wz2": + case 'wz2': data = await fetchWithTimeout(() => API.Warzone2.combatHistory(username) ); break; - case "mw3": + case 'mw3': data = await fetchWithTimeout(() => API.ModernWarfare3.combatHistory(username) ); break; - case "cw": + case 'cw': data = await fetchWithTimeout(() => API.ColdWar.combatHistory(username, platform) ); break; - case "vg": + case 'vg': data = await fetchWithTimeout(() => API.Vanguard.combatHistory(username, platform) ); break; - case "wzm": + case 'wzm': data = await fetchWithTimeout(() => API.WarzoneMobile.combatHistory(username) ); break; default: return res.status(200).json({ - status: "error", - message: "Invalid game selected", + status: 'error', + message: 'Invalid game selected', timestamp: new Date().toISOString(), }); } @@ -556,30 +593,37 @@ app.post("/api/matches", async (req, res) => { } } catch (serverError) { return res.status(200).json({ - status: "server_error", - message: "The server encountered an unexpected error", - error_details: serverError.message || "Unknown server error", + status: 'server_error', + message: 'The server encountered an unexpected error', + error_details: serverError.message || 'Unknown server error', timestamp: new Date().toISOString(), }); } }); // API endpoint to fetch match info -app.post("/api/matchInfo", async (req, res) => { - logger.debug("Received request for /api/matchInfo"); - logger.debug(`Request IP: ${req.headers['x-forwarded-for'] || req.ip || req.connection.remoteAddress}`); - logger.debug(`Request JSON: ${JSON.stringify({ - matchId: req.body.matchId, - platform: req.body.platform, - game: req.body.game, - sanitize: req.body.sanitize, - replaceKeys: req.body.replaceKeys - })}`); +app.post('/api/matchInfo', async (req, res) => { + logger.debug('Received request for /api/matchInfo'); + logger.debug( + `Request IP: ${ + req.headers['x-forwarded-for'] || req.ip || req.connection.remoteAddress + }` + ); + logger.debug( + `Request JSON: ${JSON.stringify({ + matchId: req.body.matchId, + platform: req.body.platform, + game: req.body.game, + sanitize: req.body.sanitize, + replaceKeys: req.body.replaceKeys, + })}` + ); try { - const { matchId, ssoToken, platform, game, sanitize, replaceKeys } = req.body; - const mode = "mp"; - + const { matchId, ssoToken, platform, game, sanitize, replaceKeys } = + req.body; + const mode = 'mp'; + /* logger.debug( `Request details - Match ID: ${matchId}, Platform: ${platform}, Game: ${game}` @@ -595,17 +639,17 @@ app.post("/api/matchInfo", async (req, res) => { if (!matchId || !ssoToken) { return res .status(400) - .json({ error: "Match ID and SSO Token are required" }); + .json({ error: 'Match ID and SSO Token are required' }); } try { await ensureLogin(ssoToken); } catch (loginError) { return res.status(200).json({ - status: "error", - error_type: "LoginError", - message: "SSO token login failed", - details: loginError.message || "Unknown login error", + status: 'error', + error_type: 'LoginError', + message: 'SSO token login failed', + details: loginError.message || 'Unknown login error', timestamp: new Date().toISOString(), }); } @@ -624,48 +668,48 @@ app.post("/api/matchInfo", async (req, res) => { // Fetch match info based on game switch (game) { - case "mw": + case 'mw': data = await fetchWithTimeout(() => API.ModernWarfare.matchInfo(matchId, platform) ); break; - case "wz": + case 'wz': data = await fetchWithTimeout(() => API.Warzone.matchInfo(matchId, platform) ); break; - case "mw2": + case 'mw2': data = await fetchWithTimeout(() => API.ModernWarfare2.matchInfo(matchId) ); break; - case "wz2": + case 'wz2': data = await fetchWithTimeout(() => API.Warzone2.matchInfo(matchId)); break; - case "mw3": + case 'mw3': data = await fetchWithTimeout(() => API.ModernWarfare3.matchInfo(matchId) ); break; - case "cw": + case 'cw': data = await fetchWithTimeout(() => API.ColdWar.matchInfo(matchId, platform) ); break; - case "vg": + case 'vg': data = await fetchWithTimeout(() => API.Vanguard.matchInfo(matchId, platform) ); break; - case "wzm": + case 'wzm': data = await fetchWithTimeout(() => API.WarzoneMobile.matchInfo(matchId) ); break; default: return res.status(200).json({ - status: "error", - message: "Invalid game selected", + status: 'error', + message: 'Invalid game selected', timestamp: new Date().toISOString(), }); } @@ -682,29 +726,36 @@ app.post("/api/matchInfo", async (req, res) => { } } catch (serverError) { return res.status(200).json({ - status: "server_error", - message: "The server encountered an unexpected error", - error_details: serverError.message || "Unknown server error", + status: 'server_error', + message: 'The server encountered an unexpected error', + error_details: serverError.message || 'Unknown server error', timestamp: new Date().toISOString(), }); } }); // API endpoint for user-related API calls -app.post("/api/user", async (req, res) => { - logger.debug("Received request for /api/user"); - logger.debug(`Request IP: ${req.headers['x-forwarded-for'] || req.ip || req.connection.remoteAddress}`); - logger.debug(`Request JSON: ${JSON.stringify({ - username: req.body.username, - platform: req.body.platform, - userCall: req.body.userCall, - sanitize: req.body.sanitize, - replaceKeys: req.body.replaceKeys - })}`); +app.post('/api/user', async (req, res) => { + logger.debug('Received request for /api/user'); + logger.debug( + `Request IP: ${ + req.headers['x-forwarded-for'] || req.ip || req.connection.remoteAddress + }` + ); + logger.debug( + `Request JSON: ${JSON.stringify({ + username: req.body.username, + platform: req.body.platform, + userCall: req.body.userCall, + sanitize: req.body.sanitize, + replaceKeys: req.body.replaceKeys, + })}` + ); try { - const { username, ssoToken, platform, userCall, sanitize, replaceKeys } = req.body; - + const { username, ssoToken, platform, userCall, sanitize, replaceKeys } = + req.body; + /* logger.debug( `Request details - Username: ${username}, Platform: ${platform}, User Call: ${userCall}` @@ -718,29 +769,29 @@ app.post("/api/user", async (req, res) => { logger.debug("========================="); */ if (!ssoToken) { - return res.status(400).json({ error: "SSO Token is required" }); + return res.status(400).json({ error: 'SSO Token is required' }); } // For eventFeed and identities, username is not required if ( !username && - userCall !== "eventFeed" && - userCall !== "friendFeed" && - userCall !== "identities" + userCall !== 'eventFeed' && + userCall !== 'friendFeed' && + userCall !== 'identities' ) { return res .status(400) - .json({ error: "Username is required for this API call" }); + .json({ error: 'Username is required for this API call' }); } try { await ensureLogin(ssoToken); } catch (loginError) { return res.status(200).json({ - status: "error", - error_type: "LoginError", - message: "SSO token login failed", - details: loginError.message || "Unknown login error", + status: 'error', + error_type: 'LoginError', + message: 'SSO token login failed', + details: loginError.message || 'Unknown login error', timestamp: new Date().toISOString(), }); } @@ -759,28 +810,28 @@ app.post("/api/user", async (req, res) => { // Fetch user data based on userCall switch (userCall) { - case "codPoints": + case 'codPoints': data = await fetchWithTimeout(() => API.Me.codPoints(username, platform) ); break; - case "connectedAccounts": + case 'connectedAccounts': data = await fetchWithTimeout(() => API.Me.connectedAccounts(username, platform) ); break; - case "eventFeed": + case 'eventFeed': data = await fetchWithTimeout(() => API.Me.eventFeed()); break; - case "friendFeed": + case 'friendFeed': data = await fetchWithTimeout(() => API.Me.friendFeed(username, platform) ); break; - case "identities": + case 'identities': data = await fetchWithTimeout(() => API.Me.loggedInIdentities()); break; - case "friendsList": + case 'friendsList': data = await fetchWithTimeout(() => API.Me.friendsList()); break; // case "settings": @@ -790,8 +841,8 @@ app.post("/api/user", async (req, res) => { // break; default: return res.status(200).json({ - status: "error", - message: "Invalid user API call selected", + status: 'error', + message: 'Invalid user API call selected', timestamp: new Date().toISOString(), }); } @@ -808,24 +859,30 @@ app.post("/api/user", async (req, res) => { } } catch (serverError) { return res.status(200).json({ - status: "server_error", - message: "The server encountered an unexpected error", - error_details: serverError.message || "Unknown server error", + status: 'server_error', + message: 'The server encountered an unexpected error', + error_details: serverError.message || 'Unknown server error', timestamp: new Date().toISOString(), }); } }); // API endpoint for fuzzy search -app.post("/api/search", async (req, res) => { - logger.debug("Received request for /api/search"); - logger.debug(`Request IP: ${req.headers['x-forwarded-for'] || req.ip || req.connection.remoteAddress}`); - logger.debug(`Request JSON: ${JSON.stringify({ - username: req.body.username, - platform: req.body.platform, - sanitize: req.body.sanitize, - replaceKeys: req.body.replaceKeys -})}`); +app.post('/api/search', async (req, res) => { + logger.debug('Received request for /api/search'); + logger.debug( + `Request IP: ${ + req.headers['x-forwarded-for'] || req.ip || req.connection.remoteAddress + }` + ); + logger.debug( + `Request JSON: ${JSON.stringify({ + username: req.body.username, + platform: req.body.platform, + sanitize: req.body.sanitize, + replaceKeys: req.body.replaceKeys, + })}` + ); try { const { username, ssoToken, platform, sanitize, replaceKeys } = req.body; @@ -844,17 +901,17 @@ app.post("/api/search", async (req, res) => { if (!username || !ssoToken) { return res .status(400) - .json({ error: "Username and SSO Token are required" }); + .json({ error: 'Username and SSO Token are required' }); } try { await ensureLogin(ssoToken); } catch (loginError) { return res.status(200).json({ - status: "error", - error_type: "LoginError", - message: "SSO token login failed", - details: loginError.message || "Unknown login error", + status: 'error', + error_type: 'LoginError', + message: 'SSO token login failed', + details: loginError.message || 'Unknown login error', timestamp: new Date().toISOString(), }); } @@ -888,23 +945,23 @@ app.post("/api/search", async (req, res) => { } } catch (serverError) { return res.status(200).json({ - status: "server_error", - message: "The server encountered an unexpected error", - error_details: serverError.message || "Unknown server error", + status: 'server_error', + message: 'The server encountered an unexpected error', + error_details: serverError.message || 'Unknown server error', timestamp: new Date().toISOString(), }); } }); - // Improved logging endpoint app.post('/api/log', (req, res) => { - const clientIP = req.headers['x-forwarded-for'] || req.ip || req.connection.remoteAddress; + const clientIP = + req.headers['x-forwarded-for'] || req.ip || req.connection.remoteAddress; const userAgent = req.headers['user-agent']; const referer = req.headers['referer']; const origin = req.headers['origin']; let logData; - + try { // Handle data whether it comes as already parsed JSON or as a string if (typeof req.body === 'string') { @@ -915,7 +972,7 @@ app.post('/api/log', (req, res) => { // If no parsable data found, create a basic log entry logData = { eventType: 'unknown', timestamp: new Date().toISOString() }; } - + // Enrich log with server-side data const enrichedLog = { ...logData, @@ -926,20 +983,19 @@ app.post('/api/log', (req, res) => { origin, requestHeaders: sanitizeHeaders(req.headers), serverTimestamp: new Date().toISOString(), - requestId: req.id || Math.random().toString(36).substring(2, 15) - } + requestId: req.id || Math.random().toString(36).substring(2, 15), + }, }; - + // Use the dedicated user activity logger logger.userActivity(enrichedLog.eventType || 'unknown', enrichedLog); - } catch (error) { - logger.error('Error processing log data', { + logger.error('Error processing log data', { error: error.message, - rawBody: typeof req.body === 'object' ? '[Object]' : req.body + rawBody: typeof req.body === 'object' ? '[Object]' : req.body, }); } - + // Always return 200 to avoid client-side errors res.status(200).send(); }); @@ -947,15 +1003,15 @@ app.post('/api/log', (req, res) => { // Helper function to remove sensitive data from headers function sanitizeHeaders(headers) { const safeHeaders = { ...headers }; - + // Remove potential sensitive information const sensitiveHeaders = ['authorization', 'cookie', 'set-cookie']; - sensitiveHeaders.forEach(header => { + sensitiveHeaders.forEach((header) => { if (safeHeaders[header]) { safeHeaders[header] = '[REDACTED]'; } }); - + return safeHeaders; } @@ -969,13 +1025,13 @@ function storeLogInDatabase(logData) { */ // Basic health check endpoint -app.get("/health", (req, res) => { - res.json({ status: "ok", timestamp: new Date().toISOString() }); +app.get('/health', (req, res) => { + res.json({ status: 'ok', timestamp: new Date().toISOString() }); }); // Serve the main HTML file -app.get("/", (req, res) => { - res.sendFile(path.join(__dirname, "src", "index.html")); +app.get('/', (req, res) => { + res.sendFile(path.join(__dirname, 'src', 'index.html')); }); // Start the server diff --git a/node_modules/.bin/acorn.cmd b/node_modules/.bin/acorn.cmd new file mode 100644 index 0000000..a9324df --- /dev/null +++ b/node_modules/.bin/acorn.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\acorn\bin\acorn" %* diff --git a/node_modules/.bin/glob.cmd b/node_modules/.bin/glob.cmd new file mode 100644 index 0000000..3c1d48a --- /dev/null +++ b/node_modules/.bin/glob.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\glob\dist\esm\bin.mjs" %* diff --git a/node_modules/.bin/he.cmd b/node_modules/.bin/he.cmd new file mode 100644 index 0000000..611a864 --- /dev/null +++ b/node_modules/.bin/he.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\he\bin\he" %* diff --git a/node_modules/.bin/html-minifier.cmd b/node_modules/.bin/html-minifier.cmd new file mode 100644 index 0000000..07c22ce --- /dev/null +++ b/node_modules/.bin/html-minifier.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\html-minifier\cli.js" %* diff --git a/node_modules/.bin/jsesc.cmd b/node_modules/.bin/jsesc.cmd new file mode 100644 index 0000000..eb41110 --- /dev/null +++ b/node_modules/.bin/jsesc.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\jsesc\bin\jsesc" %* diff --git a/node_modules/.bin/mime.cmd b/node_modules/.bin/mime.cmd new file mode 100644 index 0000000..54491f1 --- /dev/null +++ b/node_modules/.bin/mime.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\mime\cli.js" %* diff --git a/node_modules/.bin/parser b/node_modules/.bin/parser new file mode 100644 index 0000000..7696ad4 --- /dev/null +++ b/node_modules/.bin/parser @@ -0,0 +1,16 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) + if command -v cygpath > /dev/null 2>&1; then + basedir=`cygpath -w "$basedir"` + fi + ;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../@babel/parser/bin/babel-parser.js" "$@" +else + exec node "$basedir/../@babel/parser/bin/babel-parser.js" "$@" +fi diff --git a/node_modules/.bin/parser.cmd b/node_modules/.bin/parser.cmd new file mode 100644 index 0000000..1ad5c81 --- /dev/null +++ b/node_modules/.bin/parser.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\@babel\parser\bin\babel-parser.js" %* diff --git a/node_modules/.bin/parser.ps1 b/node_modules/.bin/parser.ps1 new file mode 100644 index 0000000..8926517 --- /dev/null +++ b/node_modules/.bin/parser.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../@babel/parser/bin/babel-parser.js" $args + } else { + & "$basedir/node$exe" "$basedir/../@babel/parser/bin/babel-parser.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../@babel/parser/bin/babel-parser.js" $args + } else { + & "node$exe" "$basedir/../@babel/parser/bin/babel-parser.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/pkg-fetch.cmd b/node_modules/.bin/pkg-fetch.cmd new file mode 100644 index 0000000..6c8c89b --- /dev/null +++ b/node_modules/.bin/pkg-fetch.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\pkg-fetch\lib-es5\bin.js" %* diff --git a/node_modules/.bin/pkg.cmd b/node_modules/.bin/pkg.cmd new file mode 100644 index 0000000..47f0fa0 --- /dev/null +++ b/node_modules/.bin/pkg.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\pkg\lib-es5\bin.js" %* diff --git a/node_modules/.bin/prebuild-install.cmd b/node_modules/.bin/prebuild-install.cmd new file mode 100644 index 0000000..21ff904 --- /dev/null +++ b/node_modules/.bin/prebuild-install.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\prebuild-install\bin.js" %* diff --git a/node_modules/.bin/prettier b/node_modules/.bin/prettier new file mode 100644 index 0000000..5944261 --- /dev/null +++ b/node_modules/.bin/prettier @@ -0,0 +1,16 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) + if command -v cygpath > /dev/null 2>&1; then + basedir=`cygpath -w "$basedir"` + fi + ;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../prettier/bin/prettier.cjs" "$@" +else + exec node "$basedir/../prettier/bin/prettier.cjs" "$@" +fi diff --git a/node_modules/.bin/prettier.cmd b/node_modules/.bin/prettier.cmd new file mode 100644 index 0000000..e0fa0f7 --- /dev/null +++ b/node_modules/.bin/prettier.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\prettier\bin\prettier.cjs" %* diff --git a/node_modules/.bin/prettier.ps1 b/node_modules/.bin/prettier.ps1 new file mode 100644 index 0000000..8359dd9 --- /dev/null +++ b/node_modules/.bin/prettier.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../prettier/bin/prettier.cjs" $args + } else { + & "$basedir/node$exe" "$basedir/../prettier/bin/prettier.cjs" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../prettier/bin/prettier.cjs" $args + } else { + & "node$exe" "$basedir/../prettier/bin/prettier.cjs" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/rc.cmd b/node_modules/.bin/rc.cmd new file mode 100644 index 0000000..be16b73 --- /dev/null +++ b/node_modules/.bin/rc.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\rc\cli.js" %* diff --git a/node_modules/.bin/resolve.cmd b/node_modules/.bin/resolve.cmd new file mode 100644 index 0000000..1a017c4 --- /dev/null +++ b/node_modules/.bin/resolve.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\resolve\bin\resolve" %* diff --git a/node_modules/.bin/semver.cmd b/node_modules/.bin/semver.cmd new file mode 100644 index 0000000..9913fa9 --- /dev/null +++ b/node_modules/.bin/semver.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\semver\bin\semver.js" %* diff --git a/node_modules/.bin/terser.cmd b/node_modules/.bin/terser.cmd new file mode 100644 index 0000000..abf66a8 --- /dev/null +++ b/node_modules/.bin/terser.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\terser\bin\terser" %* diff --git a/node_modules/.bin/uglifyjs.cmd b/node_modules/.bin/uglifyjs.cmd new file mode 100644 index 0000000..17a9df1 --- /dev/null +++ b/node_modules/.bin/uglifyjs.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\uglify-js\bin\uglifyjs" %* diff --git a/node_modules/@babel/generator/lib/buffer.js b/node_modules/@babel/generator/lib/buffer.js index 99d9afe..0f89745 100644 --- a/node_modules/@babel/generator/lib/buffer.js +++ b/node_modules/@babel/generator/lib/buffer.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = void 0; @@ -10,7 +10,7 @@ function SourcePos() { identifierName: undefined, line: undefined, column: undefined, - filename: undefined + filename: undefined, }; } @@ -19,12 +19,12 @@ const SPACES_RE = /^[ \t]+$/; class Buffer { constructor(map) { this._map = null; - this._buf = ""; + this._buf = ''; this._last = 0; this._queue = []; this._position = { line: 1, - column: 0 + column: 0, }; this._sourcePosition = SourcePos(); this._disallowedPop = null; @@ -40,27 +40,27 @@ class Buffer { decodedMap: map == null ? void 0 : map.getDecoded(), get map() { - return result.map = map ? map.get() : null; + return (result.map = map ? map.get() : null); }, set map(value) { - Object.defineProperty(result, "map", { + Object.defineProperty(result, 'map', { value, - writable: true + writable: true, }); }, get rawMappings() { - return result.rawMappings = map == null ? void 0 : map.getRawMappings(); + return (result.rawMappings = + map == null ? void 0 : map.getRawMappings()); }, set rawMappings(value) { - Object.defineProperty(result, "rawMappings", { + Object.defineProperty(result, 'rawMappings', { value, - writable: true + writable: true, }); - } - + }, }; return result; } @@ -68,29 +68,19 @@ class Buffer { append(str) { this._flush(); - const { - line, - column, - filename, - identifierName - } = this._sourcePosition; + const { line, column, filename, identifierName } = this._sourcePosition; this._append(str, line, column, identifierName, filename); } queue(str) { - if (str === "\n") { + if (str === '\n') { while (this._queue.length > 0 && SPACES_RE.test(this._queue[0][0])) { this._queue.shift(); } } - const { - line, - column, - filename, - identifierName - } = this._sourcePosition; + const { line, column, filename, identifierName } = this._sourcePosition; this._queue.unshift([str, line, column, identifierName, filename]); } @@ -102,7 +92,7 @@ class Buffer { _flush() { let item; - while (item = this._queue.pop()) { + while ((item = this._queue.pop())) { this._append(...item); } } @@ -110,7 +100,7 @@ class Buffer { _append(str, line, column, identifierName, filename) { this._buf += str; this._last = str.charCodeAt(str.length - 1); - let i = str.indexOf("\n"); + let i = str.indexOf('\n'); let last = 0; if (i !== 0) { @@ -126,7 +116,7 @@ class Buffer { this._mark(++line, 0, identifierName, filename); } - i = str.indexOf("\n", last); + i = str.indexOf('\n', last); } this._position.column += str.length - last; @@ -135,17 +125,19 @@ class Buffer { _mark(line, column, identifierName, filename) { var _this$_map; - (_this$_map = this._map) == null ? void 0 : _this$_map.mark(this._position, line, column, identifierName, filename); + (_this$_map = this._map) == null ? + void 0 + : _this$_map.mark(this._position, line, column, identifierName, filename); } removeTrailingNewline() { - if (this._queue.length > 0 && this._queue[0][0] === "\n") { + if (this._queue.length > 0 && this._queue[0][0] === '\n') { this._queue.shift(); } } removeLastSemicolon() { - if (this._queue.length > 0 && this._queue[0][0] === ";") { + if (this._queue.length > 0 && this._queue[0][0] === ';') { this._queue.shift(); } } @@ -185,11 +177,11 @@ class Buffer { } exactSource(loc, cb) { - this.source("start", loc); + this.source('start', loc); cb(); - this.source("end", loc); + this.source('end', loc); - this._disallowPop("start", loc); + this._disallowPop('start', loc); } source(prop, loc) { @@ -207,7 +199,12 @@ class Buffer { this.source(prop, loc); cb(); - if (!this._disallowedPop || this._disallowedPop.line !== originalLine || this._disallowedPop.column !== originalColumn || this._disallowedPop.filename !== originalFilename) { + if ( + !this._disallowedPop || + this._disallowedPop.line !== originalLine || + this._disallowedPop.column !== originalColumn || + this._disallowedPop.filename !== originalFilename + ) { this._sourcePosition.line = originalLine; this._sourcePosition.column = originalColumn; this._sourcePosition.filename = originalFilename; @@ -223,7 +220,9 @@ class Buffer { _normalizePosition(prop, loc, targetObj) { const pos = loc ? loc[prop] : null; - targetObj.identifierName = prop === "start" && (loc == null ? void 0 : loc.identifierName) || undefined; + targetObj.identifierName = + (prop === 'start' && (loc == null ? void 0 : loc.identifierName)) || + undefined; targetObj.line = pos == null ? void 0 : pos.line; targetObj.column = pos == null ? void 0 : pos.column; targetObj.filename = loc == null ? void 0 : loc.filename; @@ -231,24 +230,25 @@ class Buffer { } getCurrentColumn() { - const extra = this._queue.reduce((acc, item) => item[0] + acc, ""); + const extra = this._queue.reduce((acc, item) => item[0] + acc, ''); - const lastIndex = extra.lastIndexOf("\n"); - return lastIndex === -1 ? this._position.column + extra.length : extra.length - 1 - lastIndex; + const lastIndex = extra.lastIndexOf('\n'); + return lastIndex === -1 ? + this._position.column + extra.length + : extra.length - 1 - lastIndex; } getCurrentLine() { - const extra = this._queue.reduce((acc, item) => item[0] + acc, ""); + const extra = this._queue.reduce((acc, item) => item[0] + acc, ''); let count = 0; for (let i = 0; i < extra.length; i++) { - if (extra[i] === "\n") count++; + if (extra[i] === '\n') count++; } return this._position.line + count; } - } -exports.default = Buffer; \ No newline at end of file +exports.default = Buffer; diff --git a/node_modules/@babel/generator/lib/generators/base.js b/node_modules/@babel/generator/lib/generators/base.js index be9285c..9e932c6 100644 --- a/node_modules/@babel/generator/lib/generators/base.js +++ b/node_modules/@babel/generator/lib/generators/base.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.BlockStatement = BlockStatement; exports.Directive = Directive; @@ -29,26 +29,29 @@ function Program(node) { function BlockStatement(node) { var _node$directives; - this.token("{"); + this.token('{'); this.printInnerComments(node); - const hasDirectives = (_node$directives = node.directives) == null ? void 0 : _node$directives.length; + const hasDirectives = + (_node$directives = node.directives) == null ? + void 0 + : _node$directives.length; if (node.body.length || hasDirectives) { this.newline(); this.printSequence(node.directives, node, { - indent: true + indent: true, }); if (hasDirectives) this.newline(); this.printSequence(node.body, node, { - indent: true + indent: true, }); this.removeTrailingNewline(); - this.source("end", node.loc); + this.source('end', node.loc); if (!this.endsWith(10)) this.newline(); this.rightBrace(); } else { - this.source("end", node.loc); - this.token("}"); + this.source('end', node.loc); + this.token('}'); } } @@ -68,16 +71,17 @@ function DirectiveLiteral(node) { return; } - const { - value - } = node; + const { value } = node; if (!unescapedDoubleQuoteRE.test(value)) { this.token(`"${value}"`); } else if (!unescapedSingleQuoteRE.test(value)) { this.token(`'${value}'`); } else { - throw new Error("Malformed AST: it is not possible to print a directive containing" + " both unescaped single and double quotes."); + throw new Error( + 'Malformed AST: it is not possible to print a directive containing' + + ' both unescaped single and double quotes.' + ); } } @@ -86,11 +90,11 @@ function InterpreterDirective(node) { } function Placeholder(node) { - this.token("%%"); + this.token('%%'); this.print(node.name); - this.token("%%"); + this.token('%%'); - if (node.expectedNode === "Statement") { + if (node.expectedNode === 'Statement') { this.semicolon(); } -} \ No newline at end of file +} diff --git a/node_modules/@babel/generator/lib/generators/classes.js b/node_modules/@babel/generator/lib/generators/classes.js index 141dfda..be708a1 100644 --- a/node_modules/@babel/generator/lib/generators/classes.js +++ b/node_modules/@babel/generator/lib/generators/classes.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.ClassAccessorProperty = ClassAccessorProperty; exports.ClassBody = ClassBody; @@ -13,29 +13,29 @@ exports.ClassProperty = ClassProperty; exports.StaticBlock = StaticBlock; exports._classMethodHead = _classMethodHead; -var _t = require("@babel/types"); +var _t = require('@babel/types'); -const { - isExportDefaultDeclaration, - isExportNamedDeclaration -} = _t; +const { isExportDefaultDeclaration, isExportNamedDeclaration } = _t; function ClassDeclaration(node, parent) { - if (!this.format.decoratorsBeforeExport || !isExportDefaultDeclaration(parent) && !isExportNamedDeclaration(parent)) { + if ( + !this.format.decoratorsBeforeExport || + (!isExportDefaultDeclaration(parent) && !isExportNamedDeclaration(parent)) + ) { this.printJoin(node.decorators, node); } if (node.declare) { - this.word("declare"); + this.word('declare'); this.space(); } if (node.abstract) { - this.word("abstract"); + this.word('abstract'); this.space(); } - this.word("class"); + this.word('class'); this.printInnerComments(node); if (node.id) { @@ -47,7 +47,7 @@ function ClassDeclaration(node, parent) { if (node.superClass) { this.space(); - this.word("extends"); + this.word('extends'); this.space(); this.print(node.superClass, node); this.print(node.superTypeParameters, node); @@ -55,7 +55,7 @@ function ClassDeclaration(node, parent) { if (node.implements) { this.space(); - this.word("implements"); + this.word('implements'); this.space(); this.printList(node.implements, node); } @@ -65,11 +65,11 @@ function ClassDeclaration(node, parent) { } function ClassBody(node) { - this.token("{"); + this.token('{'); this.printInnerComments(node); if (node.body.length === 0) { - this.token("}"); + this.token('}'); } else { this.newline(); this.indent(); @@ -82,13 +82,13 @@ function ClassBody(node) { function ClassProperty(node) { this.printJoin(node.decorators, node); - this.source("end", node.key.loc); + this.source('end', node.key.loc); this.tsPrintClassMemberModifiers(node, true); if (node.computed) { - this.token("["); + this.token('['); this.print(node.key, node); - this.token("]"); + this.token(']'); } else { this._variance(node); @@ -96,18 +96,18 @@ function ClassProperty(node) { } if (node.optional) { - this.token("?"); + this.token('?'); } if (node.definite) { - this.token("!"); + this.token('!'); } this.print(node.typeAnnotation, node); if (node.value) { this.space(); - this.token("="); + this.token('='); this.space(); this.print(node.value, node); } @@ -117,16 +117,16 @@ function ClassProperty(node) { function ClassAccessorProperty(node) { this.printJoin(node.decorators, node); - this.source("end", node.key.loc); + this.source('end', node.key.loc); this.tsPrintClassMemberModifiers(node, true); - this.word("accessor"); + this.word('accessor'); this.printInnerComments(node); this.space(); if (node.computed) { - this.token("["); + this.token('['); this.print(node.key, node); - this.token("]"); + this.token(']'); } else { this._variance(node); @@ -134,18 +134,18 @@ function ClassAccessorProperty(node) { } if (node.optional) { - this.token("?"); + this.token('?'); } if (node.definite) { - this.token("!"); + this.token('!'); } this.print(node.typeAnnotation, node); if (node.value) { this.space(); - this.token("="); + this.token('='); this.space(); this.print(node.value, node); } @@ -157,7 +157,7 @@ function ClassPrivateProperty(node) { this.printJoin(node.decorators, node); if (node.static) { - this.word("static"); + this.word('static'); this.space(); } @@ -166,7 +166,7 @@ function ClassPrivateProperty(node) { if (node.value) { this.space(); - this.token("="); + this.token('='); this.space(); this.print(node.value, node); } @@ -190,24 +190,24 @@ function ClassPrivateMethod(node) { function _classMethodHead(node) { this.printJoin(node.decorators, node); - this.source("end", node.key.loc); + this.source('end', node.key.loc); this.tsPrintClassMemberModifiers(node, false); this._methodHead(node); } function StaticBlock(node) { - this.word("static"); + this.word('static'); this.space(); - this.token("{"); + this.token('{'); if (node.body.length === 0) { - this.token("}"); + this.token('}'); } else { this.newline(); this.printSequence(node.body, node, { - indent: true + indent: true, }); this.rightBrace(); } -} \ No newline at end of file +} diff --git a/node_modules/@babel/generator/lib/generators/expressions.js b/node_modules/@babel/generator/lib/generators/expressions.js index c1caf0d..3cfe4e8 100644 --- a/node_modules/@babel/generator/lib/generators/expressions.js +++ b/node_modules/@babel/generator/lib/generators/expressions.js @@ -1,9 +1,12 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); -exports.LogicalExpression = exports.BinaryExpression = exports.AssignmentExpression = AssignmentExpression; +exports.LogicalExpression = + exports.BinaryExpression = + exports.AssignmentExpression = + AssignmentExpression; exports.AssignmentPattern = AssignmentPattern; exports.AwaitExpression = void 0; exports.BindExpression = BindExpression; @@ -30,19 +33,19 @@ exports.UpdateExpression = UpdateExpression; exports.V8IntrinsicIdentifier = V8IntrinsicIdentifier; exports.YieldExpression = void 0; -var _t = require("@babel/types"); +var _t = require('@babel/types'); -var n = require("../node"); +var n = require('../node'); -const { - isCallExpression, - isLiteral, - isMemberExpression, - isNewExpression -} = _t; +const { isCallExpression, isLiteral, isMemberExpression, isNewExpression } = _t; function UnaryExpression(node) { - if (node.operator === "void" || node.operator === "delete" || node.operator === "typeof" || node.operator === "throw") { + if ( + node.operator === 'void' || + node.operator === 'delete' || + node.operator === 'typeof' || + node.operator === 'throw' + ) { this.word(node.operator); this.space(); } else { @@ -54,19 +57,19 @@ function UnaryExpression(node) { function DoExpression(node) { if (node.async) { - this.word("async"); + this.word('async'); this.space(); } - this.word("do"); + this.word('do'); this.space(); this.print(node.body, node); } function ParenthesizedExpression(node) { - this.token("("); + this.token('('); this.print(node.expression, node); - this.token(")"); + this.token(')'); } function UpdateExpression(node) { @@ -84,23 +87,30 @@ function UpdateExpression(node) { function ConditionalExpression(node) { this.print(node.test, node); this.space(); - this.token("?"); + this.token('?'); this.space(); this.print(node.consequent, node); this.space(); - this.token(":"); + this.token(':'); this.space(); this.print(node.alternate, node); } function NewExpression(node, parent) { - this.word("new"); + this.word('new'); this.space(); this.print(node.callee, node); - if (this.format.minified && node.arguments.length === 0 && !node.optional && !isCallExpression(parent, { - callee: node - }) && !isMemberExpression(parent) && !isNewExpression(parent)) { + if ( + this.format.minified && + node.arguments.length === 0 && + !node.optional && + !isCallExpression(parent, { + callee: node, + }) && + !isMemberExpression(parent) && + !isNewExpression(parent) + ) { return; } @@ -108,12 +118,12 @@ function NewExpression(node, parent) { this.print(node.typeParameters, node); if (node.optional) { - this.token("?."); + this.token('?.'); } - this.token("("); + this.token('('); this.printList(node.arguments, node); - this.token(")"); + this.token(')'); } function SequenceExpression(node) { @@ -121,20 +131,24 @@ function SequenceExpression(node) { } function ThisExpression() { - this.word("this"); + this.word('this'); } function Super() { - this.word("super"); + this.word('super'); } function isDecoratorMemberExpression(node) { switch (node.type) { - case "Identifier": + case 'Identifier': return true; - case "MemberExpression": - return !node.computed && node.property.type === "Identifier" && isDecoratorMemberExpression(node.object); + case 'MemberExpression': + return ( + !node.computed && + node.property.type === 'Identifier' && + isDecoratorMemberExpression(node.object) + ); default: return false; @@ -142,11 +156,11 @@ function isDecoratorMemberExpression(node) { } function shouldParenthesizeDecoratorExpression(node) { - if (node.type === "CallExpression") { + if (node.type === 'CallExpression') { node = node.callee; } - if (node.type === "ParenthesizedExpression") { + if (node.type === 'ParenthesizedExpression') { return false; } @@ -154,15 +168,13 @@ function shouldParenthesizeDecoratorExpression(node) { } function Decorator(node) { - this.token("@"); - const { - expression - } = node; + this.token('@'); + const { expression } = node; if (shouldParenthesizeDecoratorExpression(expression)) { - this.token("("); + this.token('('); this.print(expression, node); - this.token(")"); + this.token(')'); } else { this.print(expression, node); } @@ -174,26 +186,26 @@ function OptionalMemberExpression(node) { this.print(node.object, node); if (!node.computed && isMemberExpression(node.property)) { - throw new TypeError("Got a MemberExpression for MemberExpression property"); + throw new TypeError('Got a MemberExpression for MemberExpression property'); } let computed = node.computed; - if (isLiteral(node.property) && typeof node.property.value === "number") { + if (isLiteral(node.property) && typeof node.property.value === 'number') { computed = true; } if (node.optional) { - this.token("?."); + this.token('?.'); } if (computed) { - this.token("["); + this.token('['); this.print(node.property, node); - this.token("]"); + this.token(']'); } else { if (!node.optional) { - this.token("."); + this.token('.'); } this.print(node.property, node); @@ -206,25 +218,25 @@ function OptionalCallExpression(node) { this.print(node.typeParameters, node); if (node.optional) { - this.token("?."); + this.token('?.'); } - this.token("("); + this.token('('); this.printList(node.arguments, node); - this.token(")"); + this.token(')'); } function CallExpression(node) { this.print(node.callee, node); this.print(node.typeArguments, node); this.print(node.typeParameters, node); - this.token("("); + this.token('('); this.printList(node.arguments, node); - this.token(")"); + this.token(')'); } function Import() { - this.word("import"); + this.word('import'); } function buildYieldAwait(keyword) { @@ -232,7 +244,7 @@ function buildYieldAwait(keyword) { this.word(keyword); if (node.delegate) { - this.token("*"); + this.token('*'); } if (node.argument) { @@ -244,9 +256,9 @@ function buildYieldAwait(keyword) { }; } -const YieldExpression = buildYieldAwait("yield"); +const YieldExpression = buildYieldAwait('yield'); exports.YieldExpression = YieldExpression; -const AwaitExpression = buildYieldAwait("await"); +const AwaitExpression = buildYieldAwait('await'); exports.AwaitExpression = AwaitExpression; function EmptyStatement() { @@ -260,25 +272,28 @@ function ExpressionStatement(node) { function AssignmentPattern(node) { this.print(node.left, node); - if (node.left.optional) this.token("?"); + if (node.left.optional) this.token('?'); this.print(node.left.typeAnnotation, node); this.space(); - this.token("="); + this.token('='); this.space(); this.print(node.right, node); } function AssignmentExpression(node, parent) { - const parens = this.inForStatementInitCounter && node.operator === "in" && !n.needsParens(node, parent); + const parens = + this.inForStatementInitCounter && + node.operator === 'in' && + !n.needsParens(node, parent); if (parens) { - this.token("("); + this.token('('); } this.print(node.left, node); this.space(); - if (node.operator === "in" || node.operator === "instanceof") { + if (node.operator === 'in' || node.operator === 'instanceof') { this.word(node.operator); } else { this.token(node.operator); @@ -288,13 +303,13 @@ function AssignmentExpression(node, parent) { this.print(node.right, node); if (parens) { - this.token(")"); + this.token(')'); } } function BindExpression(node) { this.print(node.object, node); - this.token("::"); + this.token('::'); this.print(node.callee, node); } @@ -302,53 +317,53 @@ function MemberExpression(node) { this.print(node.object, node); if (!node.computed && isMemberExpression(node.property)) { - throw new TypeError("Got a MemberExpression for MemberExpression property"); + throw new TypeError('Got a MemberExpression for MemberExpression property'); } let computed = node.computed; - if (isLiteral(node.property) && typeof node.property.value === "number") { + if (isLiteral(node.property) && typeof node.property.value === 'number') { computed = true; } if (computed) { - this.token("["); + this.token('['); this.print(node.property, node); - this.token("]"); + this.token(']'); } else { - this.token("."); + this.token('.'); this.print(node.property, node); } } function MetaProperty(node) { this.print(node.meta, node); - this.token("."); + this.token('.'); this.print(node.property, node); } function PrivateName(node) { - this.token("#"); + this.token('#'); this.print(node.id, node); } function V8IntrinsicIdentifier(node) { - this.token("%"); + this.token('%'); this.word(node.name); } function ModuleExpression(node) { - this.word("module"); + this.word('module'); this.space(); - this.token("{"); + this.token('{'); if (node.body.body.length === 0) { - this.token("}"); + this.token('}'); } else { this.newline(); this.printSequence(node.body.body, node, { - indent: true + indent: true, }); this.rightBrace(); } -} \ No newline at end of file +} diff --git a/node_modules/@babel/generator/lib/generators/flow.js b/node_modules/@babel/generator/lib/generators/flow.js index 7c0bc7d..908fea3 100644 --- a/node_modules/@babel/generator/lib/generators/flow.js +++ b/node_modules/@babel/generator/lib/generators/flow.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.AnyTypeAnnotation = AnyTypeAnnotation; exports.ArrayTypeAnnotation = ArrayTypeAnnotation; @@ -34,17 +34,20 @@ exports.FunctionTypeParam = FunctionTypeParam; exports.IndexedAccessType = IndexedAccessType; exports.InferredPredicate = InferredPredicate; exports.InterfaceDeclaration = InterfaceDeclaration; -exports.GenericTypeAnnotation = exports.ClassImplements = exports.InterfaceExtends = InterfaceExtends; +exports.GenericTypeAnnotation = + exports.ClassImplements = + exports.InterfaceExtends = + InterfaceExtends; exports.InterfaceTypeAnnotation = InterfaceTypeAnnotation; exports.IntersectionTypeAnnotation = IntersectionTypeAnnotation; exports.MixedTypeAnnotation = MixedTypeAnnotation; exports.NullLiteralTypeAnnotation = NullLiteralTypeAnnotation; exports.NullableTypeAnnotation = NullableTypeAnnotation; -Object.defineProperty(exports, "NumberLiteralTypeAnnotation", { +Object.defineProperty(exports, 'NumberLiteralTypeAnnotation', { enumerable: true, get: function () { return _types2.NumericLiteral; - } + }, }); exports.NumberTypeAnnotation = NumberTypeAnnotation; exports.ObjectTypeAnnotation = ObjectTypeAnnotation; @@ -56,11 +59,11 @@ exports.ObjectTypeSpreadProperty = ObjectTypeSpreadProperty; exports.OpaqueType = OpaqueType; exports.OptionalIndexedAccessType = OptionalIndexedAccessType; exports.QualifiedTypeIdentifier = QualifiedTypeIdentifier; -Object.defineProperty(exports, "StringLiteralTypeAnnotation", { +Object.defineProperty(exports, 'StringLiteralTypeAnnotation', { enumerable: true, get: function () { return _types2.StringLiteral; - } + }, }); exports.StringTypeAnnotation = StringTypeAnnotation; exports.SymbolTypeAnnotation = SymbolTypeAnnotation; @@ -70,7 +73,8 @@ exports.TypeAlias = TypeAlias; exports.TypeAnnotation = TypeAnnotation; exports.TypeCastExpression = TypeCastExpression; exports.TypeParameter = TypeParameter; -exports.TypeParameterDeclaration = exports.TypeParameterInstantiation = TypeParameterInstantiation; +exports.TypeParameterDeclaration = exports.TypeParameterInstantiation = + TypeParameterInstantiation; exports.TypeofTypeAnnotation = TypeofTypeAnnotation; exports.UnionTypeAnnotation = UnionTypeAnnotation; exports.Variance = Variance; @@ -78,46 +82,43 @@ exports.VoidTypeAnnotation = VoidTypeAnnotation; exports._interfaceish = _interfaceish; exports._variance = _variance; -var _t = require("@babel/types"); +var _t = require('@babel/types'); -var _modules = require("./modules"); +var _modules = require('./modules'); -var _types2 = require("./types"); +var _types2 = require('./types'); -const { - isDeclareExportDeclaration, - isStatement -} = _t; +const { isDeclareExportDeclaration, isStatement } = _t; function AnyTypeAnnotation() { - this.word("any"); + this.word('any'); } function ArrayTypeAnnotation(node) { this.print(node.elementType, node); - this.token("["); - this.token("]"); + this.token('['); + this.token(']'); } function BooleanTypeAnnotation() { - this.word("boolean"); + this.word('boolean'); } function BooleanLiteralTypeAnnotation(node) { - this.word(node.value ? "true" : "false"); + this.word(node.value ? 'true' : 'false'); } function NullLiteralTypeAnnotation() { - this.word("null"); + this.word('null'); } function DeclareClass(node, parent) { if (!isDeclareExportDeclaration(parent)) { - this.word("declare"); + this.word('declare'); this.space(); } - this.word("class"); + this.word('class'); this.space(); this._interfaceish(node); @@ -125,11 +126,11 @@ function DeclareClass(node, parent) { function DeclareFunction(node, parent) { if (!isDeclareExportDeclaration(parent)) { - this.word("declare"); + this.word('declare'); this.space(); } - this.word("function"); + this.word('function'); this.space(); this.print(node.id, node); this.print(node.id.typeAnnotation.typeAnnotation, node); @@ -143,28 +144,28 @@ function DeclareFunction(node, parent) { } function InferredPredicate() { - this.token("%"); - this.word("checks"); + this.token('%'); + this.word('checks'); } function DeclaredPredicate(node) { - this.token("%"); - this.word("checks"); - this.token("("); + this.token('%'); + this.word('checks'); + this.token('('); this.print(node.value, node); - this.token(")"); + this.token(')'); } function DeclareInterface(node) { - this.word("declare"); + this.word('declare'); this.space(); this.InterfaceDeclaration(node); } function DeclareModule(node) { - this.word("declare"); + this.word('declare'); this.space(); - this.word("module"); + this.word('module'); this.space(); this.print(node.id, node); this.space(); @@ -172,23 +173,23 @@ function DeclareModule(node) { } function DeclareModuleExports(node) { - this.word("declare"); + this.word('declare'); this.space(); - this.word("module"); - this.token("."); - this.word("exports"); + this.word('module'); + this.token('.'); + this.word('exports'); this.print(node.typeAnnotation, node); } function DeclareTypeAlias(node) { - this.word("declare"); + this.word('declare'); this.space(); this.TypeAlias(node); } function DeclareOpaqueType(node, parent) { if (!isDeclareExportDeclaration(parent)) { - this.word("declare"); + this.word('declare'); this.space(); } @@ -197,11 +198,11 @@ function DeclareOpaqueType(node, parent) { function DeclareVariable(node, parent) { if (!isDeclareExportDeclaration(parent)) { - this.word("declare"); + this.word('declare'); this.space(); } - this.word("var"); + this.word('var'); this.space(); this.print(node.id, node); this.print(node.id.typeAnnotation, node); @@ -209,13 +210,13 @@ function DeclareVariable(node, parent) { } function DeclareExportDeclaration(node) { - this.word("declare"); + this.word('declare'); this.space(); - this.word("export"); + this.word('export'); this.space(); if (node.default) { - this.word("default"); + this.word('default'); this.space(); } @@ -223,18 +224,15 @@ function DeclareExportDeclaration(node) { } function DeclareExportAllDeclaration() { - this.word("declare"); + this.word('declare'); this.space(); _modules.ExportAllDeclaration.apply(this, arguments); } function EnumDeclaration(node) { - const { - id, - body - } = node; - this.word("enum"); + const { id, body } = node; + this.word('enum'); this.space(); this.print(id, node); this.print(body, node); @@ -243,7 +241,7 @@ function EnumDeclaration(node) { function enumExplicitType(context, name, hasExplicitType) { if (hasExplicitType) { context.space(); - context.word("of"); + context.word('of'); context.space(); context.word(name); } @@ -252,10 +250,8 @@ function enumExplicitType(context, name, hasExplicitType) { } function enumBody(context, node) { - const { - members - } = node; - context.token("{"); + const { members } = node; + context.token('{'); context.indent(); context.newline(); @@ -265,62 +261,51 @@ function enumBody(context, node) { } if (node.hasUnknownMembers) { - context.token("..."); + context.token('...'); context.newline(); } context.dedent(); - context.token("}"); + context.token('}'); } function EnumBooleanBody(node) { - const { - explicitType - } = node; - enumExplicitType(this, "boolean", explicitType); + const { explicitType } = node; + enumExplicitType(this, 'boolean', explicitType); enumBody(this, node); } function EnumNumberBody(node) { - const { - explicitType - } = node; - enumExplicitType(this, "number", explicitType); + const { explicitType } = node; + enumExplicitType(this, 'number', explicitType); enumBody(this, node); } function EnumStringBody(node) { - const { - explicitType - } = node; - enumExplicitType(this, "string", explicitType); + const { explicitType } = node; + enumExplicitType(this, 'string', explicitType); enumBody(this, node); } function EnumSymbolBody(node) { - enumExplicitType(this, "symbol", true); + enumExplicitType(this, 'symbol', true); enumBody(this, node); } function EnumDefaultedMember(node) { - const { - id - } = node; + const { id } = node; this.print(id, node); - this.token(","); + this.token(','); } function enumInitializedMember(context, node) { - const { - id, - init - } = node; + const { id, init } = node; context.print(id, node); context.space(); - context.token("="); + context.token('='); context.space(); context.print(init, node); - context.token(","); + context.token(','); } function EnumBooleanMember(node) { @@ -341,7 +326,7 @@ function FlowExportDeclaration(node) { this.print(declar, node); if (!isStatement(declar)) this.semicolon(); } else { - this.token("{"); + this.token('{'); if (node.specifiers.length) { this.space(); @@ -349,11 +334,11 @@ function FlowExportDeclaration(node) { this.space(); } - this.token("}"); + this.token('}'); if (node.source) { this.space(); - this.word("from"); + this.word('from'); this.space(); this.print(node.source, node); } @@ -363,21 +348,21 @@ function FlowExportDeclaration(node) { } function ExistsTypeAnnotation() { - this.token("*"); + this.token('*'); } function FunctionTypeAnnotation(node, parent) { this.print(node.typeParameters, node); - this.token("("); + this.token('('); if (node.this) { - this.word("this"); - this.token(":"); + this.word('this'); + this.token(':'); this.space(); this.print(node.this.typeAnnotation, node); if (node.params.length || node.rest) { - this.token(","); + this.token(','); this.space(); } } @@ -386,21 +371,26 @@ function FunctionTypeAnnotation(node, parent) { if (node.rest) { if (node.params.length) { - this.token(","); + this.token(','); this.space(); } - this.token("..."); + this.token('...'); this.print(node.rest, node); } - this.token(")"); + this.token(')'); - if (parent && (parent.type === "ObjectTypeCallProperty" || parent.type === "DeclareFunction" || parent.type === "ObjectTypeProperty" && parent.method)) { - this.token(":"); + if ( + parent && + (parent.type === 'ObjectTypeCallProperty' || + parent.type === 'DeclareFunction' || + (parent.type === 'ObjectTypeProperty' && parent.method)) + ) { + this.token(':'); } else { this.space(); - this.token("=>"); + this.token('=>'); } this.space(); @@ -409,10 +399,10 @@ function FunctionTypeAnnotation(node, parent) { function FunctionTypeParam(node) { this.print(node.name, node); - if (node.optional) this.token("?"); + if (node.optional) this.token('?'); if (node.name) { - this.token(":"); + this.token(':'); this.space(); } @@ -432,21 +422,21 @@ function _interfaceish(node) { if ((_node$extends = node.extends) != null && _node$extends.length) { this.space(); - this.word("extends"); + this.word('extends'); this.space(); this.printList(node.extends, node); } if (node.mixins && node.mixins.length) { this.space(); - this.word("mixins"); + this.word('mixins'); this.space(); this.printList(node.mixins, node); } if (node.implements && node.implements.length) { this.space(); - this.word("implements"); + this.word('implements'); this.space(); this.printList(node.implements, node); } @@ -457,16 +447,16 @@ function _interfaceish(node) { function _variance(node) { if (node.variance) { - if (node.variance.kind === "plus") { - this.token("+"); - } else if (node.variance.kind === "minus") { - this.token("-"); + if (node.variance.kind === 'plus') { + this.token('+'); + } else if (node.variance.kind === 'minus') { + this.token('-'); } } } function InterfaceDeclaration(node) { - this.word("interface"); + this.word('interface'); this.space(); this._interfaceish(node); @@ -474,16 +464,16 @@ function InterfaceDeclaration(node) { function andSeparator() { this.space(); - this.token("&"); + this.token('&'); this.space(); } function InterfaceTypeAnnotation(node) { - this.word("interface"); + this.word('interface'); if (node.extends && node.extends.length) { this.space(); - this.word("extends"); + this.word('extends'); this.space(); this.printList(node.extends, node); } @@ -494,70 +484,70 @@ function InterfaceTypeAnnotation(node) { function IntersectionTypeAnnotation(node) { this.printJoin(node.types, node, { - separator: andSeparator + separator: andSeparator, }); } function MixedTypeAnnotation() { - this.word("mixed"); + this.word('mixed'); } function EmptyTypeAnnotation() { - this.word("empty"); + this.word('empty'); } function NullableTypeAnnotation(node) { - this.token("?"); + this.token('?'); this.print(node.typeAnnotation, node); } function NumberTypeAnnotation() { - this.word("number"); + this.word('number'); } function StringTypeAnnotation() { - this.word("string"); + this.word('string'); } function ThisTypeAnnotation() { - this.word("this"); + this.word('this'); } function TupleTypeAnnotation(node) { - this.token("["); + this.token('['); this.printList(node.types, node); - this.token("]"); + this.token(']'); } function TypeofTypeAnnotation(node) { - this.word("typeof"); + this.word('typeof'); this.space(); this.print(node.argument, node); } function TypeAlias(node) { - this.word("type"); + this.word('type'); this.space(); this.print(node.id, node); this.print(node.typeParameters, node); this.space(); - this.token("="); + this.token('='); this.space(); this.print(node.right, node); this.semicolon(); } function TypeAnnotation(node) { - this.token(":"); + this.token(':'); this.space(); - if (node.optional) this.token("?"); + if (node.optional) this.token('?'); this.print(node.typeAnnotation, node); } function TypeParameterInstantiation(node) { - this.token("<"); + this.token('<'); this.printList(node.params, node, {}); - this.token(">"); + this.token('>'); } function TypeParameter(node) { @@ -571,29 +561,29 @@ function TypeParameter(node) { if (node.default) { this.space(); - this.token("="); + this.token('='); this.space(); this.print(node.default, node); } } function OpaqueType(node) { - this.word("opaque"); + this.word('opaque'); this.space(); - this.word("type"); + this.word('type'); this.space(); this.print(node.id, node); this.print(node.typeParameters, node); if (node.supertype) { - this.token(":"); + this.token(':'); this.space(); this.print(node.supertype, node); } if (node.impltype) { this.space(); - this.token("="); + this.token('='); this.space(); this.print(node.impltype, node); } @@ -603,12 +593,17 @@ function OpaqueType(node) { function ObjectTypeAnnotation(node) { if (node.exact) { - this.token("{|"); + this.token('{|'); } else { - this.token("{"); + this.token('{'); } - const props = [...node.properties, ...(node.callProperties || []), ...(node.indexers || []), ...(node.internalSlots || [])]; + const props = [ + ...node.properties, + ...(node.callProperties || []), + ...(node.indexers || []), + ...(node.internalSlots || []), + ]; if (props.length) { this.space(); @@ -621,17 +616,17 @@ function ObjectTypeAnnotation(node) { statement: true, iterator: () => { if (props.length !== 1 || node.inexact) { - this.token(","); + this.token(','); this.space(); } - } + }, }); this.space(); } if (node.inexact) { this.indent(); - this.token("..."); + this.token('...'); if (props.length) { this.newline(); @@ -641,27 +636,27 @@ function ObjectTypeAnnotation(node) { } if (node.exact) { - this.token("|}"); + this.token('|}'); } else { - this.token("}"); + this.token('}'); } } function ObjectTypeInternalSlot(node) { if (node.static) { - this.word("static"); + this.word('static'); this.space(); } - this.token("["); - this.token("["); + this.token('['); + this.token('['); this.print(node.id, node); - this.token("]"); - this.token("]"); - if (node.optional) this.token("?"); + this.token(']'); + this.token(']'); + if (node.optional) this.token('?'); if (!node.method) { - this.token(":"); + this.token(':'); this.space(); } @@ -670,7 +665,7 @@ function ObjectTypeInternalSlot(node) { function ObjectTypeCallProperty(node) { if (node.static) { - this.word("static"); + this.word('static'); this.space(); } @@ -679,39 +674,39 @@ function ObjectTypeCallProperty(node) { function ObjectTypeIndexer(node) { if (node.static) { - this.word("static"); + this.word('static'); this.space(); } this._variance(node); - this.token("["); + this.token('['); if (node.id) { this.print(node.id, node); - this.token(":"); + this.token(':'); this.space(); } this.print(node.key, node); - this.token("]"); - this.token(":"); + this.token(']'); + this.token(':'); this.space(); this.print(node.value, node); } function ObjectTypeProperty(node) { if (node.proto) { - this.word("proto"); + this.word('proto'); this.space(); } if (node.static) { - this.word("static"); + this.word('static'); this.space(); } - if (node.kind === "get" || node.kind === "set") { + if (node.kind === 'get' || node.kind === 'set') { this.word(node.kind); this.space(); } @@ -719,10 +714,10 @@ function ObjectTypeProperty(node) { this._variance(node); this.print(node.key, node); - if (node.optional) this.token("?"); + if (node.optional) this.token('?'); if (!node.method) { - this.token(":"); + this.token(':'); this.space(); } @@ -730,66 +725,66 @@ function ObjectTypeProperty(node) { } function ObjectTypeSpreadProperty(node) { - this.token("..."); + this.token('...'); this.print(node.argument, node); } function QualifiedTypeIdentifier(node) { this.print(node.qualification, node); - this.token("."); + this.token('.'); this.print(node.id, node); } function SymbolTypeAnnotation() { - this.word("symbol"); + this.word('symbol'); } function orSeparator() { this.space(); - this.token("|"); + this.token('|'); this.space(); } function UnionTypeAnnotation(node) { this.printJoin(node.types, node, { - separator: orSeparator + separator: orSeparator, }); } function TypeCastExpression(node) { - this.token("("); + this.token('('); this.print(node.expression, node); this.print(node.typeAnnotation, node); - this.token(")"); + this.token(')'); } function Variance(node) { - if (node.kind === "plus") { - this.token("+"); + if (node.kind === 'plus') { + this.token('+'); } else { - this.token("-"); + this.token('-'); } } function VoidTypeAnnotation() { - this.word("void"); + this.word('void'); } function IndexedAccessType(node) { this.print(node.objectType, node); - this.token("["); + this.token('['); this.print(node.indexType, node); - this.token("]"); + this.token(']'); } function OptionalIndexedAccessType(node) { this.print(node.objectType, node); if (node.optional) { - this.token("?."); + this.token('?.'); } - this.token("["); + this.token('['); this.print(node.indexType, node); - this.token("]"); -} \ No newline at end of file + this.token(']'); +} diff --git a/node_modules/@babel/generator/lib/generators/index.js b/node_modules/@babel/generator/lib/generators/index.js index 8820db0..5de776a 100644 --- a/node_modules/@babel/generator/lib/generators/index.js +++ b/node_modules/@babel/generator/lib/generators/index.js @@ -1,148 +1,148 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); -var _templateLiterals = require("./template-literals"); +var _templateLiterals = require('./template-literals'); Object.keys(_templateLiterals).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (key in exports && exports[key] === _templateLiterals[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _templateLiterals[key]; - } + }, }); }); -var _expressions = require("./expressions"); +var _expressions = require('./expressions'); Object.keys(_expressions).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (key in exports && exports[key] === _expressions[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _expressions[key]; - } + }, }); }); -var _statements = require("./statements"); +var _statements = require('./statements'); Object.keys(_statements).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (key in exports && exports[key] === _statements[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _statements[key]; - } + }, }); }); -var _classes = require("./classes"); +var _classes = require('./classes'); Object.keys(_classes).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (key in exports && exports[key] === _classes[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _classes[key]; - } + }, }); }); -var _methods = require("./methods"); +var _methods = require('./methods'); Object.keys(_methods).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (key in exports && exports[key] === _methods[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _methods[key]; - } + }, }); }); -var _modules = require("./modules"); +var _modules = require('./modules'); Object.keys(_modules).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (key in exports && exports[key] === _modules[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _modules[key]; - } + }, }); }); -var _types = require("./types"); +var _types = require('./types'); Object.keys(_types).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (key in exports && exports[key] === _types[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _types[key]; - } + }, }); }); -var _flow = require("./flow"); +var _flow = require('./flow'); Object.keys(_flow).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (key in exports && exports[key] === _flow[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _flow[key]; - } + }, }); }); -var _base = require("./base"); +var _base = require('./base'); Object.keys(_base).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (key in exports && exports[key] === _base[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _base[key]; - } + }, }); }); -var _jsx = require("./jsx"); +var _jsx = require('./jsx'); Object.keys(_jsx).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (key in exports && exports[key] === _jsx[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _jsx[key]; - } + }, }); }); -var _typescript = require("./typescript"); +var _typescript = require('./typescript'); Object.keys(_typescript).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (key in exports && exports[key] === _typescript[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _typescript[key]; - } + }, }); -}); \ No newline at end of file +}); diff --git a/node_modules/@babel/generator/lib/generators/jsx.js b/node_modules/@babel/generator/lib/generators/jsx.js index 3c11f59..60560ba 100644 --- a/node_modules/@babel/generator/lib/generators/jsx.js +++ b/node_modules/@babel/generator/lib/generators/jsx.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.JSXAttribute = JSXAttribute; exports.JSXClosingElement = JSXClosingElement; @@ -23,7 +23,7 @@ function JSXAttribute(node) { this.print(node.name, node); if (node.value) { - this.token("="); + this.token('='); this.print(node.value, node); } } @@ -34,34 +34,34 @@ function JSXIdentifier(node) { function JSXNamespacedName(node) { this.print(node.namespace, node); - this.token(":"); + this.token(':'); this.print(node.name, node); } function JSXMemberExpression(node) { this.print(node.object, node); - this.token("."); + this.token('.'); this.print(node.property, node); } function JSXSpreadAttribute(node) { - this.token("{"); - this.token("..."); + this.token('{'); + this.token('...'); this.print(node.argument, node); - this.token("}"); + this.token('}'); } function JSXExpressionContainer(node) { - this.token("{"); + this.token('{'); this.print(node.expression, node); - this.token("}"); + this.token('}'); } function JSXSpreadChild(node) { - this.token("{"); - this.token("..."); + this.token('{'); + this.token('...'); this.print(node.expression, node); - this.token("}"); + this.token('}'); } function JSXText(node) { @@ -93,29 +93,29 @@ function spaceSeparator() { } function JSXOpeningElement(node) { - this.token("<"); + this.token('<'); this.print(node.name, node); this.print(node.typeParameters, node); if (node.attributes.length > 0) { this.space(); this.printJoin(node.attributes, node, { - separator: spaceSeparator + separator: spaceSeparator, }); } if (node.selfClosing) { this.space(); - this.token("/>"); + this.token('/>'); } else { - this.token(">"); + this.token('>'); } } function JSXClosingElement(node) { - this.token(""); + this.token('>'); } function JSXEmptyExpression(node) { @@ -135,11 +135,11 @@ function JSXFragment(node) { } function JSXOpeningFragment() { - this.token("<"); - this.token(">"); + this.token('<'); + this.token('>'); } function JSXClosingFragment() { - this.token(""); -} \ No newline at end of file + this.token(''); +} diff --git a/node_modules/@babel/generator/lib/generators/methods.js b/node_modules/@babel/generator/lib/generators/methods.js index d31e7fa..660d21a 100644 --- a/node_modules/@babel/generator/lib/generators/methods.js +++ b/node_modules/@babel/generator/lib/generators/methods.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.ArrowFunctionExpression = ArrowFunctionExpression; exports.FunctionDeclaration = exports.FunctionExpression = FunctionExpression; @@ -12,19 +12,17 @@ exports._parameters = _parameters; exports._params = _params; exports._predicate = _predicate; -var _t = require("@babel/types"); +var _t = require('@babel/types'); -const { - isIdentifier -} = _t; +const { isIdentifier } = _t; function _params(node) { this.print(node.typeParameters, node); - this.token("("); + this.token('('); this._parameters(node.params, node); - this.token(")"); + this.token(')'); this.print(node.returnType, node); } @@ -33,7 +31,7 @@ function _parameters(parameters, parent) { this._param(parameters[i], parent); if (i < parameters.length - 1) { - this.token(","); + this.token(','); this.space(); } } @@ -42,7 +40,7 @@ function _parameters(parameters, parent) { function _param(parameter, parent) { this.printJoin(parameter.decorators, parameter); this.print(parameter, parent); - if (parameter.optional) this.token("?"); + if (parameter.optional) this.token('?'); this.print(parameter.typeAnnotation, parameter); } @@ -50,34 +48,34 @@ function _methodHead(node) { const kind = node.kind; const key = node.key; - if (kind === "get" || kind === "set") { + if (kind === 'get' || kind === 'set') { this.word(kind); this.space(); } if (node.async) { - this._catchUp("start", key.loc); + this._catchUp('start', key.loc); - this.word("async"); + this.word('async'); this.space(); } - if (kind === "method" || kind === "init") { + if (kind === 'method' || kind === 'init') { if (node.generator) { - this.token("*"); + this.token('*'); } } if (node.computed) { - this.token("["); + this.token('['); this.print(key, node); - this.token("]"); + this.token(']'); } else { this.print(key, node); } if (node.optional) { - this.token("?"); + this.token('?'); } this._params(node); @@ -86,7 +84,7 @@ function _methodHead(node) { function _predicate(node) { if (node.predicate) { if (!node.returnType) { - this.token(":"); + this.token(':'); } this.space(); @@ -96,12 +94,12 @@ function _predicate(node) { function _functionHead(node) { if (node.async) { - this.word("async"); + this.word('async'); this.space(); } - this.word("function"); - if (node.generator) this.token("*"); + this.word('function'); + if (node.generator) this.token('*'); this.printInnerComments(node); this.space(); @@ -123,13 +121,20 @@ function FunctionExpression(node) { function ArrowFunctionExpression(node) { if (node.async) { - this.word("async"); + this.word('async'); this.space(); } const firstParam = node.params[0]; - if (!this.format.retainLines && !this.format.auxiliaryCommentBefore && !this.format.auxiliaryCommentAfter && node.params.length === 1 && isIdentifier(firstParam) && !hasTypesOrComments(node, firstParam)) { + if ( + !this.format.retainLines && + !this.format.auxiliaryCommentBefore && + !this.format.auxiliaryCommentAfter && + node.params.length === 1 && + isIdentifier(firstParam) && + !hasTypesOrComments(node, firstParam) + ) { this.print(firstParam, node); } else { this._params(node); @@ -138,7 +143,7 @@ function ArrowFunctionExpression(node) { this._predicate(node); this.space(); - this.token("=>"); + this.token('=>'); this.space(); this.print(node.body, node); } @@ -146,5 +151,15 @@ function ArrowFunctionExpression(node) { function hasTypesOrComments(node, param) { var _param$leadingComment, _param$trailingCommen; - return !!(node.typeParameters || node.returnType || node.predicate || param.typeAnnotation || param.optional || (_param$leadingComment = param.leadingComments) != null && _param$leadingComment.length || (_param$trailingCommen = param.trailingComments) != null && _param$trailingCommen.length); -} \ No newline at end of file + return !!( + node.typeParameters || + node.returnType || + node.predicate || + param.typeAnnotation || + param.optional || + ((_param$leadingComment = param.leadingComments) != null && + _param$leadingComment.length) || + ((_param$trailingCommen = param.trailingComments) != null && + _param$trailingCommen.length) + ); +} diff --git a/node_modules/@babel/generator/lib/generators/modules.js b/node_modules/@babel/generator/lib/generators/modules.js index 3224deb..3b82429 100644 --- a/node_modules/@babel/generator/lib/generators/modules.js +++ b/node_modules/@babel/generator/lib/generators/modules.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.ExportAllDeclaration = ExportAllDeclaration; exports.ExportDefaultDeclaration = ExportDefaultDeclaration; @@ -15,7 +15,7 @@ exports.ImportDefaultSpecifier = ImportDefaultSpecifier; exports.ImportNamespaceSpecifier = ImportNamespaceSpecifier; exports.ImportSpecifier = ImportSpecifier; -var _t = require("@babel/types"); +var _t = require('@babel/types'); const { isClassDeclaration, @@ -23,11 +23,11 @@ const { isExportNamespaceSpecifier, isImportDefaultSpecifier, isImportNamespaceSpecifier, - isStatement + isStatement, } = _t; function ImportSpecifier(node) { - if (node.importKind === "type" || node.importKind === "typeof") { + if (node.importKind === 'type' || node.importKind === 'typeof') { this.word(node.importKind); this.space(); } @@ -36,7 +36,7 @@ function ImportSpecifier(node) { if (node.local && node.local.name !== node.imported.name) { this.space(); - this.word("as"); + this.word('as'); this.space(); this.print(node.local, node); } @@ -51,8 +51,8 @@ function ExportDefaultSpecifier(node) { } function ExportSpecifier(node) { - if (node.exportKind === "type") { - this.word("type"); + if (node.exportKind === 'type') { + this.word('type'); this.space(); } @@ -60,32 +60,32 @@ function ExportSpecifier(node) { if (node.exported && node.local.name !== node.exported.name) { this.space(); - this.word("as"); + this.word('as'); this.space(); this.print(node.exported, node); } } function ExportNamespaceSpecifier(node) { - this.token("*"); + this.token('*'); this.space(); - this.word("as"); + this.word('as'); this.space(); this.print(node.exported, node); } function ExportAllDeclaration(node) { - this.word("export"); + this.word('export'); this.space(); - if (node.exportKind === "type") { - this.word("type"); + if (node.exportKind === 'type') { + this.word('type'); this.space(); } - this.token("*"); + this.token('*'); this.space(); - this.word("from"); + this.word('from'); this.space(); this.print(node.source, node); this.printAssertions(node); @@ -93,23 +93,29 @@ function ExportAllDeclaration(node) { } function ExportNamedDeclaration(node) { - if (this.format.decoratorsBeforeExport && isClassDeclaration(node.declaration)) { + if ( + this.format.decoratorsBeforeExport && + isClassDeclaration(node.declaration) + ) { this.printJoin(node.declaration.decorators, node); } - this.word("export"); + this.word('export'); this.space(); ExportDeclaration.apply(this, arguments); } function ExportDefaultDeclaration(node) { - if (this.format.decoratorsBeforeExport && isClassDeclaration(node.declaration)) { + if ( + this.format.decoratorsBeforeExport && + isClassDeclaration(node.declaration) + ) { this.printJoin(node.declaration.decorators, node); } - this.word("export"); + this.word('export'); this.space(); - this.word("default"); + this.word('default'); this.space(); ExportDeclaration.apply(this, arguments); } @@ -120,8 +126,8 @@ function ExportDeclaration(node) { this.print(declar, node); if (!isStatement(declar)) this.semicolon(); } else { - if (node.exportKind === "type") { - this.word("type"); + if (node.exportKind === 'type') { + this.word('type'); this.space(); } @@ -131,12 +137,15 @@ function ExportDeclaration(node) { for (;;) { const first = specifiers[0]; - if (isExportDefaultSpecifier(first) || isExportNamespaceSpecifier(first)) { + if ( + isExportDefaultSpecifier(first) || + isExportNamespaceSpecifier(first) + ) { hasSpecial = true; this.print(specifiers.shift(), node); if (specifiers.length) { - this.token(","); + this.token(','); this.space(); } } else { @@ -144,8 +153,8 @@ function ExportDeclaration(node) { } } - if (specifiers.length || !specifiers.length && !hasSpecial) { - this.token("{"); + if (specifiers.length || (!specifiers.length && !hasSpecial)) { + this.token('{'); if (specifiers.length) { this.space(); @@ -153,12 +162,12 @@ function ExportDeclaration(node) { this.space(); } - this.token("}"); + this.token('}'); } if (node.source) { this.space(); - this.word("from"); + this.word('from'); this.space(); this.print(node.source, node); this.printAssertions(node); @@ -169,9 +178,9 @@ function ExportDeclaration(node) { } function ImportDeclaration(node) { - this.word("import"); + this.word('import'); this.space(); - const isTypeKind = node.importKind === "type" || node.importKind === "typeof"; + const isTypeKind = node.importKind === 'type' || node.importKind === 'typeof'; if (isTypeKind) { this.word(node.importKind); @@ -188,7 +197,7 @@ function ImportDeclaration(node) { this.print(specifiers.shift(), node); if (specifiers.length) { - this.token(","); + this.token(','); this.space(); } } else { @@ -197,19 +206,19 @@ function ImportDeclaration(node) { } if (specifiers.length) { - this.token("{"); + this.token('{'); this.space(); this.printList(specifiers, node); this.space(); - this.token("}"); + this.token('}'); } else if (isTypeKind && !hasSpecifiers) { - this.token("{"); - this.token("}"); + this.token('{'); + this.token('}'); } if (hasSpecifiers || isTypeKind) { this.space(); - this.word("from"); + this.word('from'); this.space(); } @@ -218,9 +227,12 @@ function ImportDeclaration(node) { { var _node$attributes; - if ((_node$attributes = node.attributes) != null && _node$attributes.length) { + if ( + (_node$attributes = node.attributes) != null && + _node$attributes.length + ) { this.space(); - this.word("with"); + this.word('with'); this.space(); this.printList(node.attributes, node); } @@ -230,15 +242,15 @@ function ImportDeclaration(node) { function ImportAttribute(node) { this.print(node.key); - this.token(":"); + this.token(':'); this.space(); this.print(node.value); } function ImportNamespaceSpecifier(node) { - this.token("*"); + this.token('*'); this.space(); - this.word("as"); + this.word('as'); this.space(); this.print(node.local, node); -} \ No newline at end of file +} diff --git a/node_modules/@babel/generator/lib/generators/statements.js b/node_modules/@babel/generator/lib/generators/statements.js index 8b7b8fd..4db9627 100644 --- a/node_modules/@babel/generator/lib/generators/statements.js +++ b/node_modules/@babel/generator/lib/generators/statements.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.BreakStatement = void 0; exports.CatchClause = CatchClause; @@ -22,35 +22,31 @@ exports.VariableDeclarator = VariableDeclarator; exports.WhileStatement = WhileStatement; exports.WithStatement = WithStatement; -var _t = require("@babel/types"); +var _t = require('@babel/types'); -const { - isFor, - isForStatement, - isIfStatement, - isStatement -} = _t; +const { isFor, isForStatement, isIfStatement, isStatement } = _t; function WithStatement(node) { - this.word("with"); + this.word('with'); this.space(); - this.token("("); + this.token('('); this.print(node.object, node); - this.token(")"); + this.token(')'); this.printBlock(node); } function IfStatement(node) { - this.word("if"); + this.word('if'); this.space(); - this.token("("); + this.token('('); this.print(node.test, node); - this.token(")"); + this.token(')'); this.space(); - const needsBlock = node.alternate && isIfStatement(getLastStatement(node.consequent)); + const needsBlock = + node.alternate && isIfStatement(getLastStatement(node.consequent)); if (needsBlock) { - this.token("{"); + this.token('{'); this.newline(); this.indent(); } @@ -60,12 +56,12 @@ function IfStatement(node) { if (needsBlock) { this.dedent(); this.newline(); - this.token("}"); + this.token('}'); } if (node.alternate) { if (this.endsWith(125)) this.space(); - this.word("else"); + this.word('else'); this.space(); this.printAndIndentOnComments(node.alternate, node); } @@ -77,86 +73,86 @@ function getLastStatement(statement) { } function ForStatement(node) { - this.word("for"); + this.word('for'); this.space(); - this.token("("); + this.token('('); this.inForStatementInitCounter++; this.print(node.init, node); this.inForStatementInitCounter--; - this.token(";"); + this.token(';'); if (node.test) { this.space(); this.print(node.test, node); } - this.token(";"); + this.token(';'); if (node.update) { this.space(); this.print(node.update, node); } - this.token(")"); + this.token(')'); this.printBlock(node); } function WhileStatement(node) { - this.word("while"); + this.word('while'); this.space(); - this.token("("); + this.token('('); this.print(node.test, node); - this.token(")"); + this.token(')'); this.printBlock(node); } const buildForXStatement = function (op) { return function (node) { - this.word("for"); + this.word('for'); this.space(); - if (op === "of" && node.await) { - this.word("await"); + if (op === 'of' && node.await) { + this.word('await'); this.space(); } - this.token("("); + this.token('('); this.print(node.left, node); this.space(); this.word(op); this.space(); this.print(node.right, node); - this.token(")"); + this.token(')'); this.printBlock(node); }; }; -const ForInStatement = buildForXStatement("in"); +const ForInStatement = buildForXStatement('in'); exports.ForInStatement = ForInStatement; -const ForOfStatement = buildForXStatement("of"); +const ForOfStatement = buildForXStatement('of'); exports.ForOfStatement = ForOfStatement; function DoWhileStatement(node) { - this.word("do"); + this.word('do'); this.space(); this.print(node.body, node); this.space(); - this.word("while"); + this.word('while'); this.space(); - this.token("("); + this.token('('); this.print(node.test, node); - this.token(")"); + this.token(')'); this.semicolon(); } -function buildLabelStatement(prefix, key = "label") { +function buildLabelStatement(prefix, key = 'label') { return function (node) { this.word(prefix); const label = node[key]; if (label) { this.space(); - const isLabel = key == "label"; + const isLabel = key == 'label'; const terminatorState = this.startTerminatorless(isLabel); this.print(label, node); this.endTerminatorless(terminatorState); @@ -166,24 +162,24 @@ function buildLabelStatement(prefix, key = "label") { }; } -const ContinueStatement = buildLabelStatement("continue"); +const ContinueStatement = buildLabelStatement('continue'); exports.ContinueStatement = ContinueStatement; -const ReturnStatement = buildLabelStatement("return", "argument"); +const ReturnStatement = buildLabelStatement('return', 'argument'); exports.ReturnStatement = ReturnStatement; -const BreakStatement = buildLabelStatement("break"); +const BreakStatement = buildLabelStatement('break'); exports.BreakStatement = BreakStatement; -const ThrowStatement = buildLabelStatement("throw", "argument"); +const ThrowStatement = buildLabelStatement('throw', 'argument'); exports.ThrowStatement = ThrowStatement; function LabeledStatement(node) { this.print(node.label, node); - this.token(":"); + this.token(':'); this.space(); this.print(node.body, node); } function TryStatement(node) { - this.word("try"); + this.word('try'); this.space(); this.print(node.block, node); this.space(); @@ -196,21 +192,21 @@ function TryStatement(node) { if (node.finalizer) { this.space(); - this.word("finally"); + this.word('finally'); this.space(); this.print(node.finalizer, node); } } function CatchClause(node) { - this.word("catch"); + this.word('catch'); this.space(); if (node.param) { - this.token("("); + this.token('('); this.print(node.param, node); this.print(node.param.typeAnnotation, node); - this.token(")"); + this.token(')'); this.space(); } @@ -218,50 +214,49 @@ function CatchClause(node) { } function SwitchStatement(node) { - this.word("switch"); + this.word('switch'); this.space(); - this.token("("); + this.token('('); this.print(node.discriminant, node); - this.token(")"); + this.token(')'); this.space(); - this.token("{"); + this.token('{'); this.printSequence(node.cases, node, { indent: true, addNewlines(leading, cas) { if (!leading && node.cases[node.cases.length - 1] === cas) return -1; - } - + }, }); - this.token("}"); + this.token('}'); } function SwitchCase(node) { if (node.test) { - this.word("case"); + this.word('case'); this.space(); this.print(node.test, node); - this.token(":"); + this.token(':'); } else { - this.word("default"); - this.token(":"); + this.word('default'); + this.token(':'); } if (node.consequent.length) { this.newline(); this.printSequence(node.consequent, node, { - indent: true + indent: true, }); } } function DebuggerStatement() { - this.word("debugger"); + this.word('debugger'); this.semicolon(); } function variableDeclarationIndent() { - this.token(","); + this.token(','); this.newline(); if (this.endsWith(10)) { @@ -270,7 +265,7 @@ function variableDeclarationIndent() { } function constDeclarationIndent() { - this.token(","); + this.token(','); this.newline(); if (this.endsWith(10)) { @@ -280,7 +275,7 @@ function constDeclarationIndent() { function VariableDeclaration(node, parent) { if (node.declare) { - this.word("declare"); + this.word('declare'); this.space(); } @@ -299,11 +294,14 @@ function VariableDeclaration(node, parent) { let separator; if (hasInits) { - separator = node.kind === "const" ? constDeclarationIndent : variableDeclarationIndent; + separator = + node.kind === 'const' ? + constDeclarationIndent + : variableDeclarationIndent; } this.printList(node.declarations, node, { - separator + separator, }); if (isFor(parent)) { @@ -319,13 +317,13 @@ function VariableDeclaration(node, parent) { function VariableDeclarator(node) { this.print(node.id, node); - if (node.definite) this.token("!"); + if (node.definite) this.token('!'); this.print(node.id.typeAnnotation, node); if (node.init) { this.space(); - this.token("="); + this.token('='); this.space(); this.print(node.init, node); } -} \ No newline at end of file +} diff --git a/node_modules/@babel/generator/lib/generators/template-literals.js b/node_modules/@babel/generator/lib/generators/template-literals.js index 0543303..bdc3560 100644 --- a/node_modules/@babel/generator/lib/generators/template-literals.js +++ b/node_modules/@babel/generator/lib/generators/template-literals.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.TaggedTemplateExpression = TaggedTemplateExpression; exports.TemplateElement = TemplateElement; @@ -16,7 +16,7 @@ function TaggedTemplateExpression(node) { function TemplateElement(node, parent) { const isFirst = parent.quasis[0] === node; const isLast = parent.quasis[parent.quasis.length - 1] === node; - const value = (isFirst ? "`" : "}") + node.value.raw + (isLast ? "`" : "${"); + const value = (isFirst ? '`' : '}') + node.value.raw + (isLast ? '`' : '${'); this.token(value); } @@ -30,4 +30,4 @@ function TemplateLiteral(node) { this.print(node.expressions[i], node); } } -} \ No newline at end of file +} diff --git a/node_modules/@babel/generator/lib/generators/types.js b/node_modules/@babel/generator/lib/generators/types.js index a56fb47..a023cd0 100644 --- a/node_modules/@babel/generator/lib/generators/types.js +++ b/node_modules/@babel/generator/lib/generators/types.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.ArgumentPlaceholder = ArgumentPlaceholder; exports.ArrayPattern = exports.ArrayExpression = ArrayExpression; @@ -24,14 +24,11 @@ exports.StringLiteral = StringLiteral; exports.TopicReference = TopicReference; exports.TupleExpression = TupleExpression; -var _t = require("@babel/types"); +var _t = require('@babel/types'); -var _jsesc = require("jsesc"); +var _jsesc = require('jsesc'); -const { - isAssignmentPattern, - isIdentifier -} = _t; +const { isAssignmentPattern, isIdentifier } = _t; function Identifier(node) { this.exactSource(node.loc, () => { @@ -40,29 +37,29 @@ function Identifier(node) { } function ArgumentPlaceholder() { - this.token("?"); + this.token('?'); } function RestElement(node) { - this.token("..."); + this.token('...'); this.print(node.argument, node); } function ObjectExpression(node) { const props = node.properties; - this.token("{"); + this.token('{'); this.printInnerComments(node); if (props.length) { this.space(); this.printList(props, node, { indent: true, - statement: true + statement: true, }); this.space(); } - this.token("}"); + this.token('}'); } function ObjectMethod(node) { @@ -78,23 +75,32 @@ function ObjectProperty(node) { this.printJoin(node.decorators, node); if (node.computed) { - this.token("["); + this.token('['); this.print(node.key, node); - this.token("]"); + this.token(']'); } else { - if (isAssignmentPattern(node.value) && isIdentifier(node.key) && node.key.name === node.value.left.name) { + if ( + isAssignmentPattern(node.value) && + isIdentifier(node.key) && + node.key.name === node.value.left.name + ) { this.print(node.value, node); return; } this.print(node.key, node); - if (node.shorthand && isIdentifier(node.key) && isIdentifier(node.value) && node.key.name === node.value.name) { + if ( + node.shorthand && + isIdentifier(node.key) && + isIdentifier(node.value) && + node.key.name === node.value.name + ) { return; } } - this.token(":"); + this.token(':'); this.space(); this.print(node.value, node); } @@ -102,7 +108,7 @@ function ObjectProperty(node) { function ArrayExpression(node) { const elems = node.elements; const len = elems.length; - this.token("["); + this.token('['); this.printInnerComments(node); for (let i = 0; i < elems.length; i++) { @@ -111,13 +117,13 @@ function ArrayExpression(node) { if (elem) { if (i > 0) this.space(); this.print(elem, node); - if (i < len - 1) this.token(","); + if (i < len - 1) this.token(','); } else { - this.token(","); + this.token(','); } } - this.token("]"); + this.token(']'); } function RecordExpression(node) { @@ -125,14 +131,16 @@ function RecordExpression(node) { let startToken; let endToken; - if (this.format.recordAndTupleSyntaxType === "bar") { - startToken = "{|"; - endToken = "|}"; - } else if (this.format.recordAndTupleSyntaxType === "hash") { - startToken = "#{"; - endToken = "}"; + if (this.format.recordAndTupleSyntaxType === 'bar') { + startToken = '{|'; + endToken = '|}'; + } else if (this.format.recordAndTupleSyntaxType === 'hash') { + startToken = '#{'; + endToken = '}'; } else { - throw new Error(`The "recordAndTupleSyntaxType" generator option must be "bar" or "hash" (${JSON.stringify(this.format.recordAndTupleSyntaxType)} received).`); + throw new Error( + `The "recordAndTupleSyntaxType" generator option must be "bar" or "hash" (${JSON.stringify(this.format.recordAndTupleSyntaxType)} received).` + ); } this.token(startToken); @@ -142,7 +150,7 @@ function RecordExpression(node) { this.space(); this.printList(props, node, { indent: true, - statement: true + statement: true, }); this.space(); } @@ -156,14 +164,16 @@ function TupleExpression(node) { let startToken; let endToken; - if (this.format.recordAndTupleSyntaxType === "bar") { - startToken = "[|"; - endToken = "|]"; - } else if (this.format.recordAndTupleSyntaxType === "hash") { - startToken = "#["; - endToken = "]"; + if (this.format.recordAndTupleSyntaxType === 'bar') { + startToken = '[|'; + endToken = '|]'; + } else if (this.format.recordAndTupleSyntaxType === 'hash') { + startToken = '#['; + endToken = ']'; } else { - throw new Error(`${this.format.recordAndTupleSyntaxType} is not a valid recordAndTuple syntax type`); + throw new Error( + `${this.format.recordAndTupleSyntaxType} is not a valid recordAndTuple syntax type` + ); } this.token(startToken); @@ -175,7 +185,7 @@ function TupleExpression(node) { if (elem) { if (i > 0) this.space(); this.print(elem, node); - if (i < len - 1) this.token(","); + if (i < len - 1) this.token(','); } } @@ -187,17 +197,17 @@ function RegExpLiteral(node) { } function BooleanLiteral(node) { - this.word(node.value ? "true" : "false"); + this.word(node.value ? 'true' : 'false'); } function NullLiteral() { - this.word("null"); + this.word('null'); } function NumericLiteral(node) { const raw = this.getPossibleRaw(node); const opts = this.format.jsescOption; - const value = node.value + ""; + const value = node.value + ''; if (opts.numbers) { this.number(_jsesc(node.value, opts)); @@ -218,9 +228,15 @@ function StringLiteral(node) { return; } - const val = _jsesc(node.value, Object.assign(this.format.jsescOption, this.format.jsonCompatibleStrings && { - json: true - })); + const val = _jsesc( + node.value, + Object.assign( + this.format.jsescOption, + this.format.jsonCompatibleStrings && { + json: true, + } + ) + ); return this.token(val); } @@ -233,7 +249,7 @@ function BigIntLiteral(node) { return; } - this.word(node.value + "n"); + this.word(node.value + 'n'); } function DecimalLiteral(node) { @@ -244,22 +260,25 @@ function DecimalLiteral(node) { return; } - this.word(node.value + "m"); + this.word(node.value + 'm'); } -const validTopicTokenSet = new Set(["^^", "@@", "^", "%", "#"]); +const validTopicTokenSet = new Set(['^^', '@@', '^', '%', '#']); function TopicReference() { - const { - topicToken - } = this.format; + const { topicToken } = this.format; if (validTopicTokenSet.has(topicToken)) { this.token(topicToken); } else { const givenTopicTokenJSON = JSON.stringify(topicToken); - const validTopics = Array.from(validTopicTokenSet, v => JSON.stringify(v)); - throw new Error(`The "topicToken" generator option must be one of ` + `${validTopics.join(", ")} (${givenTopicTokenJSON} received instead).`); + const validTopics = Array.from(validTopicTokenSet, (v) => + JSON.stringify(v) + ); + throw new Error( + `The "topicToken" generator option must be one of ` + + `${validTopics.join(', ')} (${givenTopicTokenJSON} received instead).` + ); } } @@ -272,5 +291,5 @@ function PipelineBareFunction(node) { } function PipelinePrimaryTopicReference() { - this.token("#"); -} \ No newline at end of file + this.token('#'); +} diff --git a/node_modules/@babel/generator/lib/generators/typescript.js b/node_modules/@babel/generator/lib/generators/typescript.js index 1ab6471..cb910cb 100644 --- a/node_modules/@babel/generator/lib/generators/typescript.js +++ b/node_modules/@babel/generator/lib/generators/typescript.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.TSAnyKeyword = TSAnyKeyword; exports.TSArrayType = TSArrayType; @@ -58,7 +58,8 @@ exports.TSTypeAssertion = TSTypeAssertion; exports.TSTypeLiteral = TSTypeLiteral; exports.TSTypeOperator = TSTypeOperator; exports.TSTypeParameter = TSTypeParameter; -exports.TSTypeParameterDeclaration = exports.TSTypeParameterInstantiation = TSTypeParameterInstantiation; +exports.TSTypeParameterDeclaration = exports.TSTypeParameterInstantiation = + TSTypeParameterInstantiation; exports.TSTypePredicate = TSTypePredicate; exports.TSTypeQuery = TSTypeQuery; exports.TSTypeReference = TSTypeReference; @@ -75,31 +76,31 @@ exports.tsPrintTypeLiteralOrInterfaceBody = tsPrintTypeLiteralOrInterfaceBody; exports.tsPrintUnionOrIntersectionType = tsPrintUnionOrIntersectionType; function TSTypeAnnotation(node) { - this.token(":"); + this.token(':'); this.space(); - if (node.optional) this.token("?"); + if (node.optional) this.token('?'); this.print(node.typeAnnotation, node); } function TSTypeParameterInstantiation(node, parent) { - this.token("<"); + this.token('<'); this.printList(node.params, node, {}); - if (parent.type === "ArrowFunctionExpression" && node.params.length === 1) { - this.token(","); + if (parent.type === 'ArrowFunctionExpression' && node.params.length === 1) { + this.token(','); } - this.token(">"); + this.token('>'); } function TSTypeParameter(node) { if (node.in) { - this.word("in"); + this.word('in'); this.space(); } if (node.out) { - this.word("out"); + this.word('out'); this.space(); } @@ -107,14 +108,14 @@ function TSTypeParameter(node) { if (node.constraint) { this.space(); - this.word("extends"); + this.word('extends'); this.space(); this.print(node.constraint, node); } if (node.default) { this.space(); - this.token("="); + this.token('='); this.space(); this.print(node.default, node); } @@ -127,7 +128,7 @@ function TSParameterProperty(node) { } if (node.readonly) { - this.word("readonly"); + this.word('readonly'); this.space(); } @@ -136,47 +137,44 @@ function TSParameterProperty(node) { function TSDeclareFunction(node) { if (node.declare) { - this.word("declare"); + this.word('declare'); this.space(); } this._functionHead(node); - this.token(";"); + this.token(';'); } function TSDeclareMethod(node) { this._classMethodHead(node); - this.token(";"); + this.token(';'); } function TSQualifiedName(node) { this.print(node.left, node); - this.token("."); + this.token('.'); this.print(node.right, node); } function TSCallSignatureDeclaration(node) { this.tsPrintSignatureDeclarationBase(node); - this.token(";"); + this.token(';'); } function TSConstructSignatureDeclaration(node) { - this.word("new"); + this.word('new'); this.space(); this.tsPrintSignatureDeclarationBase(node); - this.token(";"); + this.token(';'); } function TSPropertySignature(node) { - const { - readonly, - initializer - } = node; + const { readonly, initializer } = node; if (readonly) { - this.word("readonly"); + this.word('readonly'); this.space(); } @@ -185,124 +183,119 @@ function TSPropertySignature(node) { if (initializer) { this.space(); - this.token("="); + this.token('='); this.space(); this.print(initializer, node); } - this.token(";"); + this.token(';'); } function tsPrintPropertyOrMethodName(node) { if (node.computed) { - this.token("["); + this.token('['); } this.print(node.key, node); if (node.computed) { - this.token("]"); + this.token(']'); } if (node.optional) { - this.token("?"); + this.token('?'); } } function TSMethodSignature(node) { - const { - kind - } = node; + const { kind } = node; - if (kind === "set" || kind === "get") { + if (kind === 'set' || kind === 'get') { this.word(kind); this.space(); } this.tsPrintPropertyOrMethodName(node); this.tsPrintSignatureDeclarationBase(node); - this.token(";"); + this.token(';'); } function TSIndexSignature(node) { - const { - readonly, - static: isStatic - } = node; + const { readonly, static: isStatic } = node; if (isStatic) { - this.word("static"); + this.word('static'); this.space(); } if (readonly) { - this.word("readonly"); + this.word('readonly'); this.space(); } - this.token("["); + this.token('['); this._parameters(node.parameters, node); - this.token("]"); + this.token(']'); this.print(node.typeAnnotation, node); - this.token(";"); + this.token(';'); } function TSAnyKeyword() { - this.word("any"); + this.word('any'); } function TSBigIntKeyword() { - this.word("bigint"); + this.word('bigint'); } function TSUnknownKeyword() { - this.word("unknown"); + this.word('unknown'); } function TSNumberKeyword() { - this.word("number"); + this.word('number'); } function TSObjectKeyword() { - this.word("object"); + this.word('object'); } function TSBooleanKeyword() { - this.word("boolean"); + this.word('boolean'); } function TSStringKeyword() { - this.word("string"); + this.word('string'); } function TSSymbolKeyword() { - this.word("symbol"); + this.word('symbol'); } function TSVoidKeyword() { - this.word("void"); + this.word('void'); } function TSUndefinedKeyword() { - this.word("undefined"); + this.word('undefined'); } function TSNullKeyword() { - this.word("null"); + this.word('null'); } function TSNeverKeyword() { - this.word("never"); + this.word('never'); } function TSIntrinsicKeyword() { - this.word("intrinsic"); + this.word('intrinsic'); } function TSThisType() { - this.word("this"); + this.word('this'); } function TSFunctionType(node) { @@ -311,28 +304,26 @@ function TSFunctionType(node) { function TSConstructorType(node) { if (node.abstract) { - this.word("abstract"); + this.word('abstract'); this.space(); } - this.word("new"); + this.word('new'); this.space(); this.tsPrintFunctionOrConstructorType(node); } function tsPrintFunctionOrConstructorType(node) { - const { - typeParameters - } = node; + const { typeParameters } = node; const parameters = node.parameters; this.print(typeParameters, node); - this.token("("); + this.token('('); this._parameters(parameters, node); - this.token(")"); + this.token(')'); this.space(); - this.token("=>"); + this.token('=>'); this.space(); const returnType = node.typeAnnotation; this.print(returnType.typeAnnotation, node); @@ -345,7 +336,7 @@ function TSTypeReference(node) { function TSTypePredicate(node) { if (node.asserts) { - this.word("asserts"); + this.word('asserts'); this.space(); } @@ -353,14 +344,14 @@ function TSTypePredicate(node) { if (node.typeAnnotation) { this.space(); - this.word("is"); + this.word('is'); this.space(); this.print(node.typeAnnotation.typeAnnotation); } } function TSTypeQuery(node) { - this.word("typeof"); + this.word('typeof'); this.space(); this.print(node.exprName); @@ -378,7 +369,7 @@ function tsPrintTypeLiteralOrInterfaceBody(members, node) { } function tsPrintBraced(members, node) { - this.token("{"); + this.token('{'); if (members.length) { this.indent(); @@ -392,45 +383,45 @@ function tsPrintBraced(members, node) { this.dedent(); this.rightBrace(); } else { - this.token("}"); + this.token('}'); } } function TSArrayType(node) { this.print(node.elementType, node); - this.token("[]"); + this.token('[]'); } function TSTupleType(node) { - this.token("["); + this.token('['); this.printList(node.elementTypes, node); - this.token("]"); + this.token(']'); } function TSOptionalType(node) { this.print(node.typeAnnotation, node); - this.token("?"); + this.token('?'); } function TSRestType(node) { - this.token("..."); + this.token('...'); this.print(node.typeAnnotation, node); } function TSNamedTupleMember(node) { this.print(node.label, node); - if (node.optional) this.token("?"); - this.token(":"); + if (node.optional) this.token('?'); + this.token(':'); this.space(); this.print(node.elementType, node); } function TSUnionType(node) { - this.tsPrintUnionOrIntersectionType(node, "|"); + this.tsPrintUnionOrIntersectionType(node, '|'); } function TSIntersectionType(node) { - this.tsPrintUnionOrIntersectionType(node, "&"); + this.tsPrintUnionOrIntersectionType(node, '&'); } function tsPrintUnionOrIntersectionType(node, sep) { @@ -439,37 +430,36 @@ function tsPrintUnionOrIntersectionType(node, sep) { this.space(); this.token(sep); this.space(); - } - + }, }); } function TSConditionalType(node) { this.print(node.checkType); this.space(); - this.word("extends"); + this.word('extends'); this.space(); this.print(node.extendsType); this.space(); - this.token("?"); + this.token('?'); this.space(); this.print(node.trueType); this.space(); - this.token(":"); + this.token(':'); this.space(); this.print(node.falseType); } function TSInferType(node) { - this.token("infer"); + this.token('infer'); this.space(); this.print(node.typeParameter); } function TSParenthesizedType(node) { - this.token("("); + this.token('('); this.print(node.typeAnnotation, node); - this.token(")"); + this.token(')'); } function TSTypeOperator(node) { @@ -480,53 +470,48 @@ function TSTypeOperator(node) { function TSIndexedAccessType(node) { this.print(node.objectType, node); - this.token("["); + this.token('['); this.print(node.indexType, node); - this.token("]"); + this.token(']'); } function TSMappedType(node) { - const { - nameType, - optional, - readonly, - typeParameter - } = node; - this.token("{"); + const { nameType, optional, readonly, typeParameter } = node; + this.token('{'); this.space(); if (readonly) { tokenIfPlusMinus(this, readonly); - this.word("readonly"); + this.word('readonly'); this.space(); } - this.token("["); + this.token('['); this.word(typeParameter.name); this.space(); - this.word("in"); + this.word('in'); this.space(); this.print(typeParameter.constraint, typeParameter); if (nameType) { this.space(); - this.word("as"); + this.word('as'); this.space(); this.print(nameType, node); } - this.token("]"); + this.token(']'); if (optional) { tokenIfPlusMinus(this, optional); - this.token("?"); + this.token('?'); } - this.token(":"); + this.token(':'); this.space(); this.print(node.typeAnnotation, node); this.space(); - this.token("}"); + this.token('}'); } function tokenIfPlusMinus(self, tok) { @@ -545,27 +530,21 @@ function TSExpressionWithTypeArguments(node) { } function TSInterfaceDeclaration(node) { - const { - declare, - id, - typeParameters, - extends: extendz, - body - } = node; + const { declare, id, typeParameters, extends: extendz, body } = node; if (declare) { - this.word("declare"); + this.word('declare'); this.space(); } - this.word("interface"); + this.word('interface'); this.space(); this.print(id, node); this.print(typeParameters, node); if (extendz != null && extendz.length) { this.space(); - this.word("extends"); + this.word('extends'); this.space(); this.printList(extendz, node); } @@ -579,49 +558,38 @@ function TSInterfaceBody(node) { } function TSTypeAliasDeclaration(node) { - const { - declare, - id, - typeParameters, - typeAnnotation - } = node; + const { declare, id, typeParameters, typeAnnotation } = node; if (declare) { - this.word("declare"); + this.word('declare'); this.space(); } - this.word("type"); + this.word('type'); this.space(); this.print(id, node); this.print(typeParameters, node); this.space(); - this.token("="); + this.token('='); this.space(); this.print(typeAnnotation, node); - this.token(";"); + this.token(';'); } function TSAsExpression(node) { - const { - expression, - typeAnnotation - } = node; + const { expression, typeAnnotation } = node; this.print(expression, node); this.space(); - this.word("as"); + this.word('as'); this.space(); this.print(typeAnnotation, node); } function TSTypeAssertion(node) { - const { - typeAnnotation, - expression - } = node; - this.token("<"); + const { typeAnnotation, expression } = node; + this.token('<'); this.print(typeAnnotation, node); - this.token(">"); + this.token('>'); this.space(); this.print(expression, node); } @@ -632,24 +600,19 @@ function TSInstantiationExpression(node) { } function TSEnumDeclaration(node) { - const { - declare, - const: isConst, - id, - members - } = node; + const { declare, const: isConst, id, members } = node; if (declare) { - this.word("declare"); + this.word('declare'); this.space(); } if (isConst) { - this.word("const"); + this.word('const'); this.space(); } - this.word("enum"); + this.word('enum'); this.space(); this.print(id, node); this.space(); @@ -657,49 +620,43 @@ function TSEnumDeclaration(node) { } function TSEnumMember(node) { - const { - id, - initializer - } = node; + const { id, initializer } = node; this.print(id, node); if (initializer) { this.space(); - this.token("="); + this.token('='); this.space(); this.print(initializer, node); } - this.token(","); + this.token(','); } function TSModuleDeclaration(node) { - const { - declare, - id - } = node; + const { declare, id } = node; if (declare) { - this.word("declare"); + this.word('declare'); this.space(); } if (!node.global) { - this.word(id.type === "Identifier" ? "namespace" : "module"); + this.word(id.type === 'Identifier' ? 'namespace' : 'module'); this.space(); } this.print(id, node); if (!node.body) { - this.token(";"); + this.token(';'); return; } let body = node.body; - while (body.type === "TSModuleDeclaration") { - this.token("."); + while (body.type === 'TSModuleDeclaration') { + this.token('.'); this.print(body.id, body); body = body.body; } @@ -713,18 +670,14 @@ function TSModuleBlock(node) { } function TSImportType(node) { - const { - argument, - qualifier, - typeParameters - } = node; - this.word("import"); - this.token("("); + const { argument, qualifier, typeParameters } = node; + this.word('import'); + this.token('('); this.print(argument, node); - this.token(")"); + this.token(')'); if (qualifier) { - this.token("."); + this.token('.'); this.print(qualifier, node); } @@ -734,75 +687,69 @@ function TSImportType(node) { } function TSImportEqualsDeclaration(node) { - const { - isExport, - id, - moduleReference - } = node; + const { isExport, id, moduleReference } = node; if (isExport) { - this.word("export"); + this.word('export'); this.space(); } - this.word("import"); + this.word('import'); this.space(); this.print(id, node); this.space(); - this.token("="); + this.token('='); this.space(); this.print(moduleReference, node); - this.token(";"); + this.token(';'); } function TSExternalModuleReference(node) { - this.token("require("); + this.token('require('); this.print(node.expression, node); - this.token(")"); + this.token(')'); } function TSNonNullExpression(node) { this.print(node.expression, node); - this.token("!"); + this.token('!'); } function TSExportAssignment(node) { - this.word("export"); + this.word('export'); this.space(); - this.token("="); + this.token('='); this.space(); this.print(node.expression, node); - this.token(";"); + this.token(';'); } function TSNamespaceExportDeclaration(node) { - this.word("export"); + this.word('export'); this.space(); - this.word("as"); + this.word('as'); this.space(); - this.word("namespace"); + this.word('namespace'); this.space(); this.print(node.id, node); } function tsPrintSignatureDeclarationBase(node) { - const { - typeParameters - } = node; + const { typeParameters } = node; const parameters = node.parameters; this.print(typeParameters, node); - this.token("("); + this.token('('); this._parameters(parameters, node); - this.token(")"); + this.token(')'); const returnType = node.typeAnnotation; this.print(returnType, node); } function tsPrintClassMemberModifiers(node, isField) { if (isField && node.declare) { - this.word("declare"); + this.word('declare'); this.space(); } @@ -812,22 +759,22 @@ function tsPrintClassMemberModifiers(node, isField) { } if (node.static) { - this.word("static"); + this.word('static'); this.space(); } if (node.override) { - this.word("override"); + this.word('override'); this.space(); } if (node.abstract) { - this.word("abstract"); + this.word('abstract'); this.space(); } if (isField && node.readonly) { - this.word("readonly"); + this.word('readonly'); this.space(); } -} \ No newline at end of file +} diff --git a/node_modules/@babel/generator/lib/index.js b/node_modules/@babel/generator/lib/index.js index ca8a0bd..20ac863 100644 --- a/node_modules/@babel/generator/lib/index.js +++ b/node_modules/@babel/generator/lib/index.js @@ -1,14 +1,14 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.CodeGenerator = void 0; exports.default = generate; -var _sourceMap = require("./source-map"); +var _sourceMap = require('./source-map'); -var _printer = require("./printer"); +var _printer = require('./printer'); class Generator extends _printer.default { constructor(ast, opts = {}, code) { @@ -22,7 +22,6 @@ class Generator extends _printer.default { generate() { return super.generate(this.ast); } - } function normalizeOptions(code, opts) { @@ -38,17 +37,20 @@ function normalizeOptions(code, opts) { concise: opts.concise, indent: { adjustMultilineComment: true, - style: " ", - base: 0 + style: ' ', + base: 0, }, decoratorsBeforeExport: !!opts.decoratorsBeforeExport, - jsescOption: Object.assign({ - quotes: "double", - wrap: true, - minimal: false - }, opts.jsescOption), + jsescOption: Object.assign( + { + quotes: 'double', + wrap: true, + minimal: false, + }, + opts.jsescOption + ), recordAndTupleSyntaxType: opts.recordAndTupleSyntaxType, - topicToken: opts.topicToken + topicToken: opts.topicToken, }; { format.jsonCompatibleStrings = opts.jsonCompatibleStrings; @@ -57,16 +59,25 @@ function normalizeOptions(code, opts) { if (format.minified) { format.compact = true; - format.shouldPrintComment = format.shouldPrintComment || (() => format.comments); + format.shouldPrintComment = + format.shouldPrintComment || (() => format.comments); } else { - format.shouldPrintComment = format.shouldPrintComment || (value => format.comments || value.indexOf("@license") >= 0 || value.indexOf("@preserve") >= 0); + format.shouldPrintComment = + format.shouldPrintComment || + ((value) => + format.comments || + value.indexOf('@license') >= 0 || + value.indexOf('@preserve') >= 0); } - if (format.compact === "auto") { + if (format.compact === 'auto') { format.compact = code.length > 500000; if (format.compact) { - console.error("[BABEL] Note: The code generator has deoptimised the styling of " + `${opts.filename} as it exceeds the max of ${"500KB"}.`); + console.error( + '[BABEL] Note: The code generator has deoptimised the styling of ' + + `${opts.filename} as it exceeds the max of ${'500KB'}.` + ); } } @@ -86,7 +97,6 @@ class CodeGenerator { generate() { return this._generator.generate(); } - } exports.CodeGenerator = CodeGenerator; @@ -94,4 +104,4 @@ exports.CodeGenerator = CodeGenerator; function generate(ast, opts, code) { const gen = new Generator(ast, opts, code); return gen.generate(); -} \ No newline at end of file +} diff --git a/node_modules/@babel/generator/lib/node/index.js b/node_modules/@babel/generator/lib/node/index.js index b594ae4..09d1cec 100644 --- a/node_modules/@babel/generator/lib/node/index.js +++ b/node_modules/@babel/generator/lib/node/index.js @@ -1,25 +1,25 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.needsParens = needsParens; exports.needsWhitespace = needsWhitespace; exports.needsWhitespaceAfter = needsWhitespaceAfter; exports.needsWhitespaceBefore = needsWhitespaceBefore; -var whitespace = require("./whitespace"); +var whitespace = require('./whitespace'); -var parens = require("./parentheses"); +var parens = require('./parentheses'); -var _t = require("@babel/types"); +var _t = require('@babel/types'); const { FLIPPED_ALIAS_KEYS, isCallExpression, isExpressionStatement, isMemberExpression, - isNewExpression + isNewExpression, } = _t; function expandAliases(obj) { @@ -27,10 +27,13 @@ function expandAliases(obj) { function add(type, func) { const fn = newObj[type]; - newObj[type] = fn ? function (node, parent, stack) { - const result = fn(node, parent, stack); - return result == null ? func(node, parent, stack) : result; - } : func; + newObj[type] = + fn ? + function (node, parent, stack) { + const result = fn(node, parent, stack); + return result == null ? func(node, parent, stack) : result; + } + : func; } for (const type of Object.keys(obj)) { @@ -85,7 +88,7 @@ function needsWhitespace(node, parent, type) { } } - if (typeof linesInfo === "object" && linesInfo !== null) { + if (typeof linesInfo === 'object' && linesInfo !== null) { return linesInfo[type] || 0; } @@ -93,11 +96,11 @@ function needsWhitespace(node, parent, type) { } function needsWhitespaceBefore(node, parent) { - return needsWhitespace(node, parent, "before"); + return needsWhitespace(node, parent, 'before'); } function needsWhitespaceAfter(node, parent) { - return needsWhitespace(node, parent, "after"); + return needsWhitespace(node, parent, 'after'); } function needsParens(node, parent, printStack) { @@ -108,4 +111,4 @@ function needsParens(node, parent, printStack) { } return find(expandedParens, node, parent, printStack); -} \ No newline at end of file +} diff --git a/node_modules/@babel/generator/lib/node/parentheses.js b/node_modules/@babel/generator/lib/node/parentheses.js index 8ba2e64..71137f6 100644 --- a/node_modules/@babel/generator/lib/node/parentheses.js +++ b/node_modules/@babel/generator/lib/node/parentheses.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.ArrowFunctionExpression = ArrowFunctionExpression; exports.AssignmentExpression = AssignmentExpression; @@ -17,7 +17,8 @@ exports.LogicalExpression = LogicalExpression; exports.NullableTypeAnnotation = NullableTypeAnnotation; exports.ObjectExpression = ObjectExpression; exports.OptionalIndexedAccessType = OptionalIndexedAccessType; -exports.OptionalCallExpression = exports.OptionalMemberExpression = OptionalMemberExpression; +exports.OptionalCallExpression = exports.OptionalMemberExpression = + OptionalMemberExpression; exports.SequenceExpression = SequenceExpression; exports.TSAsExpression = TSAsExpression; exports.TSInferType = TSInferType; @@ -25,11 +26,12 @@ exports.TSInstantiationExpression = TSInstantiationExpression; exports.TSTypeAssertion = TSTypeAssertion; exports.TSIntersectionType = exports.TSUnionType = TSUnionType; exports.UnaryLike = UnaryLike; -exports.IntersectionTypeAnnotation = exports.UnionTypeAnnotation = UnionTypeAnnotation; +exports.IntersectionTypeAnnotation = exports.UnionTypeAnnotation = + UnionTypeAnnotation; exports.UpdateExpression = UpdateExpression; exports.AwaitExpression = exports.YieldExpression = YieldExpression; -var _t = require("@babel/types"); +var _t = require('@babel/types'); const { isArrayTypeAnnotation, @@ -81,46 +83,62 @@ const { isUnionTypeAnnotation, isVariableDeclarator, isWhileStatement, - isYieldExpression + isYieldExpression, } = _t; const PRECEDENCE = { - "||": 0, - "??": 0, - "&&": 1, - "|": 2, - "^": 3, - "&": 4, - "==": 5, - "===": 5, - "!=": 5, - "!==": 5, - "<": 6, - ">": 6, - "<=": 6, - ">=": 6, + '||': 0, + '??': 0, + '&&': 1, + '|': 2, + '^': 3, + '&': 4, + '==': 5, + '===': 5, + '!=': 5, + '!==': 5, + '<': 6, + '>': 6, + '<=': 6, + '>=': 6, in: 6, instanceof: 6, - ">>": 7, - "<<": 7, - ">>>": 7, - "+": 8, - "-": 8, - "*": 9, - "/": 9, - "%": 9, - "**": 10 + '>>': 7, + '<<': 7, + '>>>': 7, + '+': 8, + '-': 8, + '*': 9, + '/': 9, + '%': 9, + '**': 10, }; -const isClassExtendsClause = (node, parent) => (isClassDeclaration(parent) || isClassExpression(parent)) && parent.superClass === node; +const isClassExtendsClause = (node, parent) => + (isClassDeclaration(parent) || isClassExpression(parent)) && + parent.superClass === node; -const hasPostfixPart = (node, parent) => (isMemberExpression(parent) || isOptionalMemberExpression(parent)) && parent.object === node || (isCallExpression(parent) || isOptionalCallExpression(parent) || isNewExpression(parent)) && parent.callee === node || isTaggedTemplateExpression(parent) && parent.tag === node || isTSNonNullExpression(parent); +const hasPostfixPart = (node, parent) => + ((isMemberExpression(parent) || isOptionalMemberExpression(parent)) && + parent.object === node) || + ((isCallExpression(parent) || + isOptionalCallExpression(parent) || + isNewExpression(parent)) && + parent.callee === node) || + (isTaggedTemplateExpression(parent) && parent.tag === node) || + isTSNonNullExpression(parent); function NullableTypeAnnotation(node, parent) { return isArrayTypeAnnotation(parent); } function FunctionTypeAnnotation(node, parent, printStack) { - return isUnionTypeAnnotation(parent) || isIntersectionTypeAnnotation(parent) || isArrayTypeAnnotation(parent) || isTypeAnnotation(parent) && isArrowFunctionExpression(printStack[printStack.length - 3]); + return ( + isUnionTypeAnnotation(parent) || + isIntersectionTypeAnnotation(parent) || + isArrayTypeAnnotation(parent) || + (isTypeAnnotation(parent) && + isArrowFunctionExpression(printStack[printStack.length - 3])) + ); } function UpdateExpression(node, parent) { @@ -130,20 +148,26 @@ function UpdateExpression(node, parent) { function ObjectExpression(node, parent, printStack) { return isFirstInContext(printStack, { expressionStatement: true, - arrowBody: true + arrowBody: true, }); } function DoExpression(node, parent, printStack) { - return !node.async && isFirstInContext(printStack, { - expressionStatement: true - }); + return ( + !node.async && + isFirstInContext(printStack, { + expressionStatement: true, + }) + ); } function Binary(node, parent) { - if (node.operator === "**" && isBinaryExpression(parent, { - operator: "**" - })) { + if ( + node.operator === '**' && + isBinaryExpression(parent, { + operator: '**', + }) + ) { return parent.left === node; } @@ -151,7 +175,11 @@ function Binary(node, parent) { return true; } - if (hasPostfixPart(node, parent) || isUnaryLike(parent) || isAwaitExpression(parent)) { + if ( + hasPostfixPart(node, parent) || + isUnaryLike(parent) || + isAwaitExpression(parent) + ) { return true; } @@ -161,19 +189,29 @@ function Binary(node, parent) { const nodeOp = node.operator; const nodePos = PRECEDENCE[nodeOp]; - if (parentPos === nodePos && parent.right === node && !isLogicalExpression(parent) || parentPos > nodePos) { + if ( + (parentPos === nodePos && + parent.right === node && + !isLogicalExpression(parent)) || + parentPos > nodePos + ) { return true; } } } function UnionTypeAnnotation(node, parent) { - return isArrayTypeAnnotation(parent) || isNullableTypeAnnotation(parent) || isIntersectionTypeAnnotation(parent) || isUnionTypeAnnotation(parent); + return ( + isArrayTypeAnnotation(parent) || + isNullableTypeAnnotation(parent) || + isIntersectionTypeAnnotation(parent) || + isUnionTypeAnnotation(parent) + ); } function OptionalIndexedAccessType(node, parent) { return isIndexedAccessType(parent, { - objectType: node + objectType: node, }); } @@ -186,7 +224,13 @@ function TSTypeAssertion() { } function TSUnionType(node, parent) { - return isTSArrayType(parent) || isTSOptionalType(parent) || isTSIntersectionType(parent) || isTSUnionType(parent) || isTSRestType(parent); + return ( + isTSArrayType(parent) || + isTSOptionalType(parent) || + isTSIntersectionType(parent) || + isTSUnionType(parent) || + isTSRestType(parent) + ); } function TSInferType(node, parent) { @@ -194,15 +238,32 @@ function TSInferType(node, parent) { } function TSInstantiationExpression(node, parent) { - return (isCallExpression(parent) || isOptionalCallExpression(parent) || isNewExpression(parent) || isTSInstantiationExpression(parent)) && !!parent.typeParameters; + return ( + (isCallExpression(parent) || + isOptionalCallExpression(parent) || + isNewExpression(parent) || + isTSInstantiationExpression(parent)) && + !!parent.typeParameters + ); } function BinaryExpression(node, parent) { - return node.operator === "in" && (isVariableDeclarator(parent) || isFor(parent)); + return ( + node.operator === 'in' && (isVariableDeclarator(parent) || isFor(parent)) + ); } function SequenceExpression(node, parent) { - if (isForStatement(parent) || isThrowStatement(parent) || isReturnStatement(parent) || isIfStatement(parent) && parent.test === node || isWhileStatement(parent) && parent.test === node || isForInStatement(parent) && parent.right === node || isSwitchStatement(parent) && parent.discriminant === node || isExpressionStatement(parent) && parent.expression === node) { + if ( + isForStatement(parent) || + isThrowStatement(parent) || + isReturnStatement(parent) || + (isIfStatement(parent) && parent.test === node) || + (isWhileStatement(parent) && parent.test === node) || + (isForInStatement(parent) && parent.right === node) || + (isSwitchStatement(parent) && parent.discriminant === node) || + (isExpressionStatement(parent) && parent.expression === node) + ) { return false; } @@ -210,27 +271,38 @@ function SequenceExpression(node, parent) { } function YieldExpression(node, parent) { - return isBinary(parent) || isUnaryLike(parent) || hasPostfixPart(node, parent) || isAwaitExpression(parent) && isYieldExpression(node) || isConditionalExpression(parent) && node === parent.test || isClassExtendsClause(node, parent); + return ( + isBinary(parent) || + isUnaryLike(parent) || + hasPostfixPart(node, parent) || + (isAwaitExpression(parent) && isYieldExpression(node)) || + (isConditionalExpression(parent) && node === parent.test) || + isClassExtendsClause(node, parent) + ); } function ClassExpression(node, parent, printStack) { return isFirstInContext(printStack, { expressionStatement: true, - exportDefault: true + exportDefault: true, }); } function UnaryLike(node, parent) { - return hasPostfixPart(node, parent) || isBinaryExpression(parent, { - operator: "**", - left: node - }) || isClassExtendsClause(node, parent); + return ( + hasPostfixPart(node, parent) || + isBinaryExpression(parent, { + operator: '**', + left: node, + }) || + isClassExtendsClause(node, parent) + ); } function FunctionExpression(node, parent, printStack) { return isFirstInContext(printStack, { expressionStatement: true, - exportDefault: true + exportDefault: true, }); } @@ -239,9 +311,16 @@ function ArrowFunctionExpression(node, parent) { } function ConditionalExpression(node, parent) { - if (isUnaryLike(parent) || isBinary(parent) || isConditionalExpression(parent, { - test: node - }) || isAwaitExpression(parent) || isTSTypeAssertion(parent) || isTSAsExpression(parent)) { + if ( + isUnaryLike(parent) || + isBinary(parent) || + isConditionalExpression(parent, { + test: node, + }) || + isAwaitExpression(parent) || + isTSTypeAssertion(parent) || + isTSAsExpression(parent) + ) { return true; } @@ -249,11 +328,14 @@ function ConditionalExpression(node, parent) { } function OptionalMemberExpression(node, parent) { - return isCallExpression(parent, { - callee: node - }) || isMemberExpression(parent, { - object: node - }); + return ( + isCallExpression(parent, { + callee: node, + }) || + isMemberExpression(parent, { + object: node, + }) + ); } function AssignmentExpression(node, parent) { @@ -266,86 +348,119 @@ function AssignmentExpression(node, parent) { function LogicalExpression(node, parent) { switch (node.operator) { - case "||": + case '||': if (!isLogicalExpression(parent)) return false; - return parent.operator === "??" || parent.operator === "&&"; + return parent.operator === '??' || parent.operator === '&&'; - case "&&": + case '&&': return isLogicalExpression(parent, { - operator: "??" + operator: '??', }); - case "??": - return isLogicalExpression(parent) && parent.operator !== "??"; + case '??': + return isLogicalExpression(parent) && parent.operator !== '??'; } } function Identifier(node, parent, printStack) { var _node$extra; - if ((_node$extra = node.extra) != null && _node$extra.parenthesized && isAssignmentExpression(parent, { - left: node - }) && (isFunctionExpression(parent.right) || isClassExpression(parent.right)) && parent.right.id == null) { + if ( + (_node$extra = node.extra) != null && + _node$extra.parenthesized && + isAssignmentExpression(parent, { + left: node, + }) && + (isFunctionExpression(parent.right) || isClassExpression(parent.right)) && + parent.right.id == null + ) { return true; } - if (node.name === "let") { - const isFollowedByBracket = isMemberExpression(parent, { - object: node, - computed: true - }) || isOptionalMemberExpression(parent, { - object: node, - computed: true, - optional: false - }); + if (node.name === 'let') { + const isFollowedByBracket = + isMemberExpression(parent, { + object: node, + computed: true, + }) || + isOptionalMemberExpression(parent, { + object: node, + computed: true, + optional: false, + }); return isFirstInContext(printStack, { expressionStatement: isFollowedByBracket, forHead: isFollowedByBracket, forInHead: isFollowedByBracket, - forOfHead: true + forOfHead: true, }); } - return node.name === "async" && isForOfStatement(parent) && node === parent.left; + return ( + node.name === 'async' && isForOfStatement(parent) && node === parent.left + ); } -function isFirstInContext(printStack, { - expressionStatement = false, - arrowBody = false, - exportDefault = false, - forHead = false, - forInHead = false, - forOfHead = false -}) { +function isFirstInContext( + printStack, + { + expressionStatement = false, + arrowBody = false, + exportDefault = false, + forHead = false, + forInHead = false, + forOfHead = false, + } +) { let i = printStack.length - 1; let node = printStack[i]; i--; let parent = printStack[i]; while (i >= 0) { - if (expressionStatement && isExpressionStatement(parent, { - expression: node - }) || exportDefault && isExportDefaultDeclaration(parent, { - declaration: node - }) || arrowBody && isArrowFunctionExpression(parent, { - body: node - }) || forHead && isForStatement(parent, { - init: node - }) || forInHead && isForInStatement(parent, { - left: node - }) || forOfHead && isForOfStatement(parent, { - left: node - })) { + if ( + (expressionStatement && + isExpressionStatement(parent, { + expression: node, + })) || + (exportDefault && + isExportDefaultDeclaration(parent, { + declaration: node, + })) || + (arrowBody && + isArrowFunctionExpression(parent, { + body: node, + })) || + (forHead && + isForStatement(parent, { + init: node, + })) || + (forInHead && + isForInStatement(parent, { + left: node, + })) || + (forOfHead && + isForOfStatement(parent, { + left: node, + })) + ) { return true; } - if (hasPostfixPart(node, parent) && !isNewExpression(parent) || isSequenceExpression(parent) && parent.expressions[0] === node || isUpdateExpression(parent) && !parent.prefix || isConditional(parent, { - test: node - }) || isBinary(parent, { - left: node - }) || isAssignmentExpression(parent, { - left: node - })) { + if ( + (hasPostfixPart(node, parent) && !isNewExpression(parent)) || + (isSequenceExpression(parent) && parent.expressions[0] === node) || + (isUpdateExpression(parent) && !parent.prefix) || + isConditional(parent, { + test: node, + }) || + isBinary(parent, { + left: node, + }) || + isAssignmentExpression(parent, { + left: node, + }) + ) { node = parent; i--; parent = printStack[i]; @@ -355,4 +470,4 @@ function isFirstInContext(printStack, { } return false; -} \ No newline at end of file +} diff --git a/node_modules/@babel/generator/lib/node/whitespace.js b/node_modules/@babel/generator/lib/node/whitespace.js index 80e2da9..e95d862 100644 --- a/node_modules/@babel/generator/lib/node/whitespace.js +++ b/node_modules/@babel/generator/lib/node/whitespace.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.nodes = exports.list = void 0; -var _t = require("@babel/types"); +var _t = require('@babel/types'); const { FLIPPED_ALIAS_KEYS, @@ -21,7 +21,7 @@ const { isObjectExpression, isOptionalCallExpression, isOptionalMemberExpression, - isStringLiteral + isStringLiteral, } = _t; function crawl(node, state = {}) { @@ -47,28 +47,36 @@ function isHelper(node) { if (isMemberExpression(node)) { return isHelper(node.object) || isHelper(node.property); } else if (isIdentifier(node)) { - return node.name === "require" || node.name[0] === "_"; + return node.name === 'require' || node.name[0] === '_'; } else if (isCallExpression(node)) { return isHelper(node.callee); } else if (isBinary(node) || isAssignmentExpression(node)) { - return isIdentifier(node.left) && isHelper(node.left) || isHelper(node.right); + return ( + (isIdentifier(node.left) && isHelper(node.left)) || isHelper(node.right) + ); } else { return false; } } function isType(node) { - return isLiteral(node) || isObjectExpression(node) || isArrayExpression(node) || isIdentifier(node) || isMemberExpression(node); + return ( + isLiteral(node) || + isObjectExpression(node) || + isArrayExpression(node) || + isIdentifier(node) || + isMemberExpression(node) + ); } const nodes = { AssignmentExpression(node) { const state = crawl(node.right); - if (state.hasCall && state.hasHelper || state.hasFunction) { + if ((state.hasCall && state.hasHelper) || state.hasFunction) { return { before: state.hasFunction, - after: true + after: true, }; } }, @@ -76,22 +84,24 @@ const nodes = { SwitchCase(node, parent) { return { before: !!node.consequent.length || parent.cases[0] === node, - after: !node.consequent.length && parent.cases[parent.cases.length - 1] === node + after: + !node.consequent.length && + parent.cases[parent.cases.length - 1] === node, }; }, LogicalExpression(node) { if (isFunction(node.left) || isFunction(node.right)) { return { - after: true + after: true, }; } }, Literal(node) { - if (isStringLiteral(node) && node.value === "use strict") { + if (isStringLiteral(node) && node.value === 'use strict') { return { - after: true + after: true, }; } }, @@ -100,7 +110,7 @@ const nodes = { if (isFunction(node.callee) || isHelper(node)) { return { before: true, - after: true + after: true, }; } }, @@ -109,7 +119,7 @@ const nodes = { if (isFunction(node.callee)) { return { before: true, - after: true + after: true, }; } }, @@ -121,13 +131,13 @@ const nodes = { if (!enabled) { const state = crawl(declar.init); - enabled = isHelper(declar.init) && state.hasCall || state.hasFunction; + enabled = (isHelper(declar.init) && state.hasCall) || state.hasFunction; } if (enabled) { return { before: true, - after: true + after: true, }; } } @@ -137,28 +147,36 @@ const nodes = { if (isBlockStatement(node.consequent)) { return { before: true, - after: true + after: true, }; } - } - + }, }; exports.nodes = nodes; -nodes.ObjectProperty = nodes.ObjectTypeProperty = nodes.ObjectMethod = function (node, parent) { - if (parent.properties[0] === node) { - return { - before: true +nodes.ObjectProperty = + nodes.ObjectTypeProperty = + nodes.ObjectMethod = + function (node, parent) { + if (parent.properties[0] === node) { + return { + before: true, + }; + } }; - } -}; nodes.ObjectTypeCallProperty = function (node, parent) { var _parent$properties; - if (parent.callProperties[0] === node && !((_parent$properties = parent.properties) != null && _parent$properties.length)) { + if ( + parent.callProperties[0] === node && + !( + (_parent$properties = parent.properties) != null && + _parent$properties.length + ) + ) { return { - before: true + before: true, }; } }; @@ -166,9 +184,19 @@ nodes.ObjectTypeCallProperty = function (node, parent) { nodes.ObjectTypeIndexer = function (node, parent) { var _parent$properties2, _parent$callPropertie; - if (parent.indexers[0] === node && !((_parent$properties2 = parent.properties) != null && _parent$properties2.length) && !((_parent$callPropertie = parent.callProperties) != null && _parent$callPropertie.length)) { + if ( + parent.indexers[0] === node && + !( + (_parent$properties2 = parent.properties) != null && + _parent$properties2.length + ) && + !( + (_parent$callPropertie = parent.callProperties) != null && + _parent$callPropertie.length + ) + ) { return { - before: true + before: true, }; } }; @@ -176,16 +204,27 @@ nodes.ObjectTypeIndexer = function (node, parent) { nodes.ObjectTypeInternalSlot = function (node, parent) { var _parent$properties3, _parent$callPropertie2, _parent$indexers; - if (parent.internalSlots[0] === node && !((_parent$properties3 = parent.properties) != null && _parent$properties3.length) && !((_parent$callPropertie2 = parent.callProperties) != null && _parent$callPropertie2.length) && !((_parent$indexers = parent.indexers) != null && _parent$indexers.length)) { + if ( + parent.internalSlots[0] === node && + !( + (_parent$properties3 = parent.properties) != null && + _parent$properties3.length + ) && + !( + (_parent$callPropertie2 = parent.callProperties) != null && + _parent$callPropertie2.length + ) && + !((_parent$indexers = parent.indexers) != null && _parent$indexers.length) + ) { return { - before: true + before: true, }; } }; const list = { VariableDeclaration(node) { - return node.declarations.map(decl => decl.init); + return node.declarations.map((decl) => decl.init); }, ArrayExpression(node) { @@ -194,15 +233,21 @@ const list = { ObjectExpression(node) { return node.properties; - } - + }, }; exports.list = list; -[["Function", true], ["Class", true], ["Loop", true], ["LabeledStatement", true], ["SwitchStatement", true], ["TryStatement", true]].forEach(function ([type, amounts]) { - if (typeof amounts === "boolean") { +[ + ['Function', true], + ['Class', true], + ['Loop', true], + ['LabeledStatement', true], + ['SwitchStatement', true], + ['TryStatement', true], +].forEach(function ([type, amounts]) { + if (typeof amounts === 'boolean') { amounts = { after: amounts, - before: amounts + before: amounts, }; } @@ -211,4 +256,4 @@ exports.list = list; return amounts; }; }); -}); \ No newline at end of file +}); diff --git a/node_modules/@babel/generator/lib/printer.js b/node_modules/@babel/generator/lib/printer.js index 011460b..ce66348 100644 --- a/node_modules/@babel/generator/lib/printer.js +++ b/node_modules/@babel/generator/lib/printer.js @@ -1,32 +1,24 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = void 0; -var _buffer = require("./buffer"); +var _buffer = require('./buffer'); -var n = require("./node"); +var n = require('./node'); -var _t = require("@babel/types"); +var _t = require('@babel/types'); -var generatorFunctions = require("./generators"); +var generatorFunctions = require('./generators'); -const { - isProgram, - isFile, - isEmptyStatement -} = _t; +const { isProgram, isFile, isEmptyStatement } = _t; const SCIENTIFIC_NOTATION = /e/i; const ZERO_DECIMAL_INTEGER = /\.0+$/; const NON_DECIMAL_LITERAL = /^0[box]/; const PURE_ANNOTATION_RE = /^\s*[@#]__PURE__\s*$/; -const { - needsParens, - needsWhitespaceAfter, - needsWhitespaceBefore -} = n; +const { needsParens, needsWhitespaceAfter, needsWhitespaceBefore } = n; class Printer { constructor(format, map) { @@ -65,7 +57,7 @@ class Printer { semicolon(force = false) { this._maybeAddAuxComment(); - this._append(";", !force); + this._append(';', !force); } rightBrace() { @@ -73,7 +65,7 @@ class Printer { this._buf.removeLastSemicolon(); } - this.token("}"); + this.token('}'); } space(force = false) { @@ -91,7 +83,7 @@ class Printer { } word(str) { - if (this._endsWithWord || this.endsWith(47) && str.charCodeAt(0) === 47) { + if (this._endsWithWord || (this.endsWith(47) && str.charCodeAt(0) === 47)) { this._space(); } @@ -104,14 +96,24 @@ class Printer { number(str) { this.word(str); - this._endsWithInteger = Number.isInteger(+str) && !NON_DECIMAL_LITERAL.test(str) && !SCIENTIFIC_NOTATION.test(str) && !ZERO_DECIMAL_INTEGER.test(str) && str.charCodeAt(str.length - 1) !== 46; + this._endsWithInteger = + Number.isInteger(+str) && + !NON_DECIMAL_LITERAL.test(str) && + !SCIENTIFIC_NOTATION.test(str) && + !ZERO_DECIMAL_INTEGER.test(str) && + str.charCodeAt(str.length - 1) !== 46; } token(str) { const lastChar = this.getLastChar(); const strFirst = str.charCodeAt(0); - if (str === "--" && lastChar === 33 || strFirst === 43 && lastChar === 43 || strFirst === 45 && lastChar === 45 || strFirst === 46 && this._endsWithInteger) { + if ( + (str === '--' && lastChar === 33) || + (strFirst === 43 && lastChar === 43) || + (strFirst === 45 && lastChar === 45) || + (strFirst === 46 && this._endsWithInteger) + ) { this._space(); } @@ -159,7 +161,7 @@ class Printer { } exactSource(loc, cb) { - this._catchUp("start", loc); + this._catchUp('start', loc); this._buf.exactSource(loc, cb); } @@ -177,11 +179,11 @@ class Printer { } _space() { - this._append(" ", true); + this._append(' ', true); } _newline() { - this._append("\n", true); + this._append('\n', true); } _append(str, queue = false) { @@ -189,7 +191,8 @@ class Printer { this._maybeIndent(str); - if (queue) this._buf.queue(str);else this._buf.append(str); + if (queue) this._buf.queue(str); + else this._buf.append(str); this._endsWithWord = false; this._endsWithInteger = false; } @@ -205,7 +208,7 @@ class Printer { if (!parenPushNewlineState) return; let i; - for (i = 0; i < str.length && str[i] === " "; i++) continue; + for (i = 0; i < str.length && str[i] === ' '; i++) continue; if (i === str.length) { return; @@ -213,25 +216,25 @@ class Printer { const cha = str[i]; - if (cha !== "\n") { - if (cha !== "/" || i + 1 === str.length) { + if (cha !== '\n') { + if (cha !== '/' || i + 1 === str.length) { this._parenPushNewlineState = null; return; } const chaPost = str[i + 1]; - if (chaPost === "*") { + if (chaPost === '*') { if (PURE_ANNOTATION_RE.test(str.slice(i + 2, str.length - 2))) { return; } - } else if (chaPost !== "/") { + } else if (chaPost !== '/') { this._parenPushNewlineState = null; return; } } - this.token("("); + this.token('('); this.indent(); parenPushNewlineState.printed = true; } @@ -258,9 +261,9 @@ class Printer { this._noLineTerminator = true; return null; } else { - return this._parenPushNewlineState = { - printed: false - }; + return (this._parenPushNewlineState = { + printed: false, + }); } } @@ -270,7 +273,7 @@ class Printer { if (state != null && state.printed) { this.dedent(); this.newline(); - this.token(")"); + this.token(')'); } } @@ -285,7 +288,9 @@ class Printer { const printMethod = this[node.type]; if (!printMethod) { - throw new ReferenceError(`unknown node of type ${JSON.stringify(node.type)} with constructor ${JSON.stringify(node == null ? void 0 : node.constructor.name)}`); + throw new ReferenceError( + `unknown node of type ${JSON.stringify(node.type)} with constructor ${JSON.stringify(node == null ? void 0 : node.constructor.name)}` + ); } this._printStack.push(node); @@ -297,22 +302,27 @@ class Printer { let shouldPrintParens = needsParens(node, parent, this._printStack); - if (this.format.retainFunctionParens && node.type === "FunctionExpression" && node.extra && node.extra.parenthesized) { + if ( + this.format.retainFunctionParens && + node.type === 'FunctionExpression' && + node.extra && + node.extra.parenthesized + ) { shouldPrintParens = true; } - if (shouldPrintParens) this.token("("); + if (shouldPrintParens) this.token('('); this._printLeadingComments(node); const loc = isProgram(node) || isFile(node) ? null : node.loc; - this.withSource("start", loc, () => { + this.withSource('start', loc, () => { printMethod.call(this, node, parent); }); this._printTrailingComments(node); - if (shouldPrintParens) this.token(")"); + if (shouldPrintParens) this.token(')'); this._printStack.pop(); @@ -332,8 +342,8 @@ class Printer { if (comment) { this._printComment({ - type: "CommentBlock", - value: comment + type: 'CommentBlock', + value: comment, }); } } @@ -345,8 +355,8 @@ class Printer { if (comment) { this._printComment({ - type: "CommentBlock", - value: comment + type: 'CommentBlock', + value: comment, }); } } @@ -354,7 +364,12 @@ class Printer { getPossibleRaw(node) { const extra = node.extra; - if (extra && extra.raw != null && extra.rawValue != null && node.value === extra.rawValue) { + if ( + extra && + extra.raw != null && + extra.rawValue != null && + node.value === extra.rawValue + ) { return extra.raw; } } @@ -363,7 +378,7 @@ class Printer { if (!(nodes != null && nodes.length)) return; if (opts.indent) this.indent(); const newlineOpts = { - addNewlines: opts.addNewlines + addNewlines: opts.addNewlines, }; for (let i = 0; i < nodes.length; i++) { @@ -414,7 +429,13 @@ class Printer { printInnerComments(node, indent = true) { var _node$innerComments; - if (!((_node$innerComments = node.innerComments) != null && _node$innerComments.length)) return; + if ( + !( + (_node$innerComments = node.innerComments) != null && + _node$innerComments.length + ) + ) + return; if (indent) this.indent(); this._printComments(node.innerComments); @@ -456,7 +477,9 @@ class Printer { } _getComments(leading, node) { - return node && (leading ? node.leadingComments : node.trailingComments) || []; + return ( + (node && (leading ? node.leadingComments : node.trailingComments)) || [] + ); } _printComment(comment, skipNewLines) { @@ -466,8 +489,9 @@ class Printer { this._printedComments.add(comment); - const isBlockComment = comment.type === "CommentBlock"; - const printNewLines = isBlockComment && !skipNewLines && !this._noLineTerminator; + const isBlockComment = comment.type === 'CommentBlock'; + const printNewLines = + isBlockComment && !skipNewLines && !this._noLineTerminator; if (printNewLines && this._buf.hasContent()) this.newline(1); const lastCharCode = this.getLastChar(); @@ -475,24 +499,33 @@ class Printer { this.space(); } - let val = !isBlockComment && !this._noLineTerminator ? `//${comment.value}\n` : `/*${comment.value}*/`; + let val = + !isBlockComment && !this._noLineTerminator ? + `//${comment.value}\n` + : `/*${comment.value}*/`; if (isBlockComment && this.format.indent.adjustMultilineComment) { var _comment$loc; - const offset = (_comment$loc = comment.loc) == null ? void 0 : _comment$loc.start.column; + const offset = + (_comment$loc = comment.loc) == null ? + void 0 + : _comment$loc.start.column; if (offset) { - const newlineRegex = new RegExp("\\n\\s{1," + offset + "}", "g"); - val = val.replace(newlineRegex, "\n"); + const newlineRegex = new RegExp('\\n\\s{1,' + offset + '}', 'g'); + val = val.replace(newlineRegex, '\n'); } - const indentSize = Math.max(this._getIndent().length, this.format.retainLines ? 0 : this._buf.getCurrentColumn()); - val = val.replace(/\n(?!$)/g, `\n${" ".repeat(indentSize)}`); + const indentSize = Math.max( + this._getIndent().length, + this.format.retainLines ? 0 : this._buf.getCurrentColumn() + ); + val = val.replace(/\n(?!$)/g, `\n${' '.repeat(indentSize)}`); } if (this.endsWith(47)) this._space(); - this.withSource("start", comment.loc, () => { + this.withSource('start', comment.loc, () => { this._append(val); }); if (printNewLines) this.newline(1); @@ -501,8 +534,15 @@ class Printer { _printComments(comments, inlinePureAnnotation) { if (!(comments != null && comments.length)) return; - if (inlinePureAnnotation && comments.length === 1 && PURE_ANNOTATION_RE.test(comments[0].value)) { - this._printComment(comments[0], this._buf.hasContent() && !this.endsWith(10)); + if ( + inlinePureAnnotation && + comments.length === 1 && + PURE_ANNOTATION_RE.test(comments[0].value) + ) { + this._printComment( + comments[0], + this._buf.hasContent() && !this.endsWith(10) + ); } else { for (const comment of comments) { this._printComment(comment); @@ -513,18 +553,20 @@ class Printer { printAssertions(node) { var _node$assertions; - if ((_node$assertions = node.assertions) != null && _node$assertions.length) { + if ( + (_node$assertions = node.assertions) != null && + _node$assertions.length + ) { this.space(); - this.word("assert"); + this.word('assert'); this.space(); - this.token("{"); + this.token('{'); this.space(); this.printList(node.assertions, node); this.space(); - this.token("}"); + this.token('}'); } } - } Object.assign(Printer.prototype, generatorFunctions); @@ -535,6 +577,6 @@ var _default = Printer; exports.default = _default; function commaSeparator() { - this.token(","); + this.token(','); this.space(); -} \ No newline at end of file +} diff --git a/node_modules/@babel/generator/lib/source-map.js b/node_modules/@babel/generator/lib/source-map.js index e611778..fd787cf 100644 --- a/node_modules/@babel/generator/lib/source-map.js +++ b/node_modules/@babel/generator/lib/source-map.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = void 0; -var _genMapping = require("@jridgewell/gen-mapping"); +var _genMapping = require('@jridgewell/gen-mapping'); class SourceMap { constructor(opts, code) { @@ -17,17 +17,24 @@ class SourceMap { this._lastGenLine = 0; this._lastSourceLine = 0; this._lastSourceColumn = 0; - const map = this._map = new _genMapping.GenMapping({ - sourceRoot: opts.sourceRoot - }); - this._sourceFileName = (_opts$sourceFileName = opts.sourceFileName) == null ? void 0 : _opts$sourceFileName.replace(/\\/g, "/"); + const map = (this._map = new _genMapping.GenMapping({ + sourceRoot: opts.sourceRoot, + })); + this._sourceFileName = + (_opts$sourceFileName = opts.sourceFileName) == null ? + void 0 + : _opts$sourceFileName.replace(/\\/g, '/'); this._rawMappings = undefined; - if (typeof code === "string") { + if (typeof code === 'string') { (0, _genMapping.setSourceContent)(map, this._sourceFileName, code); - } else if (typeof code === "object") { - Object.keys(code).forEach(sourceFileName => { - (0, _genMapping.setSourceContent)(map, sourceFileName.replace(/\\/g, "/"), code[sourceFileName]); + } else if (typeof code === 'object') { + Object.keys(code).forEach((sourceFileName) => { + (0, _genMapping.setSourceContent)( + map, + sourceFileName.replace(/\\/g, '/'), + code[sourceFileName] + ); }); } } @@ -41,7 +48,10 @@ class SourceMap { } getRawMappings() { - return this._rawMappings || (this._rawMappings = (0, _genMapping.allMappings)(this._map)); + return ( + this._rawMappings || + (this._rawMappings = (0, _genMapping.allMappings)(this._map)) + ); } mark(generated, line, column, identifierName, filename) { @@ -49,14 +59,20 @@ class SourceMap { (0, _genMapping.maybeAddMapping)(this._map, { name: identifierName, generated, - source: line == null ? undefined : (filename == null ? void 0 : filename.replace(/\\/g, "/")) || this._sourceFileName, - original: line == null ? undefined : { - line: line, - column: column - } + source: + line == null ? undefined : ( + (filename == null ? void 0 : filename.replace(/\\/g, '/')) || + this._sourceFileName + ), + original: + line == null ? undefined : ( + { + line: line, + column: column, + } + ), }); } - } -exports.default = SourceMap; \ No newline at end of file +exports.default = SourceMap; diff --git a/node_modules/@babel/generator/package.json b/node_modules/@babel/generator/package.json index 07f8154..bc137ec 100644 --- a/node_modules/@babel/generator/package.json +++ b/node_modules/@babel/generator/package.json @@ -33,4 +33,4 @@ "engines": { "node": ">=6.9.0" } -} \ No newline at end of file +} diff --git a/node_modules/@babel/helper-string-parser/lib/index.js b/node_modules/@babel/helper-string-parser/lib/index.js index 2d94115..6b616e2 100644 --- a/node_modules/@babel/helper-string-parser/lib/index.js +++ b/node_modules/@babel/helper-string-parser/lib/index.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.readCodePoint = readCodePoint; exports.readInt = readInt; @@ -11,24 +11,23 @@ var _isDigit = function isDigit(code) { }; const forbiddenNumericSeparatorSiblings = { decBinOct: new Set([46, 66, 69, 79, 95, 98, 101, 111]), - hex: new Set([46, 88, 95, 120]) + hex: new Set([46, 88, 95, 120]), }; const isAllowedNumericSeparatorSibling = { - bin: ch => ch === 48 || ch === 49, - oct: ch => ch >= 48 && ch <= 55, - dec: ch => ch >= 48 && ch <= 57, - hex: ch => ch >= 48 && ch <= 57 || ch >= 65 && ch <= 70 || ch >= 97 && ch <= 102 + bin: (ch) => ch === 48 || ch === 49, + oct: (ch) => ch >= 48 && ch <= 55, + dec: (ch) => ch >= 48 && ch <= 57, + hex: (ch) => + (ch >= 48 && ch <= 57) || (ch >= 65 && ch <= 70) || (ch >= 97 && ch <= 102), }; function readStringContents(type, input, pos, lineStart, curLine, errors) { const initialPos = pos; const initialLineStart = lineStart; const initialCurLine = curLine; - let out = ""; + let out = ''; let firstInvalidLoc = null; let chunkStart = pos; - const { - length - } = input; + const { length } = input; for (;;) { if (pos >= length) { errors.unterminated(initialPos, initialLineStart, initialCurLine); @@ -42,29 +41,32 @@ function readStringContents(type, input, pos, lineStart, curLine, errors) { } if (ch === 92) { out += input.slice(chunkStart, pos); - const res = readEscapedChar(input, pos, lineStart, curLine, type === "template", errors); + const res = readEscapedChar( + input, + pos, + lineStart, + curLine, + type === 'template', + errors + ); if (res.ch === null && !firstInvalidLoc) { firstInvalidLoc = { pos, lineStart, - curLine + curLine, }; } else { out += res.ch; } - ({ - pos, - lineStart, - curLine - } = res); + ({ pos, lineStart, curLine } = res); chunkStart = pos; } else if (ch === 8232 || ch === 8233) { ++pos; ++curLine; lineStart = pos; } else if (ch === 10 || ch === 13) { - if (type === "template") { - out += input.slice(chunkStart, pos) + "\n"; + if (type === 'template') { + out += input.slice(chunkStart, pos) + '\n'; ++pos; if (ch === 13 && input.charCodeAt(pos) === 10) { ++pos; @@ -84,56 +86,64 @@ function readStringContents(type, input, pos, lineStart, curLine, errors) { firstInvalidLoc, lineStart, curLine, - containsInvalid: !!firstInvalidLoc + containsInvalid: !!firstInvalidLoc, }; } function isStringEnd(type, ch, input, pos) { - if (type === "template") { - return ch === 96 || ch === 36 && input.charCodeAt(pos + 1) === 123; + if (type === 'template') { + return ch === 96 || (ch === 36 && input.charCodeAt(pos + 1) === 123); } - return ch === (type === "double" ? 34 : 39); + return ch === (type === 'double' ? 34 : 39); } function readEscapedChar(input, pos, lineStart, curLine, inTemplate, errors) { const throwOnInvalid = !inTemplate; pos++; - const res = ch => ({ + const res = (ch) => ({ pos, ch, lineStart, - curLine + curLine, }); const ch = input.charCodeAt(pos++); switch (ch) { case 110: - return res("\n"); + return res('\n'); case 114: - return res("\r"); - case 120: - { - let code; - ({ - code, - pos - } = readHexChar(input, pos, lineStart, curLine, 2, false, throwOnInvalid, errors)); - return res(code === null ? null : String.fromCharCode(code)); - } - case 117: - { - let code; - ({ - code, - pos - } = readCodePoint(input, pos, lineStart, curLine, throwOnInvalid, errors)); - return res(code === null ? null : String.fromCodePoint(code)); - } + return res('\r'); + case 120: { + let code; + ({ code, pos } = readHexChar( + input, + pos, + lineStart, + curLine, + 2, + false, + throwOnInvalid, + errors + )); + return res(code === null ? null : String.fromCharCode(code)); + } + case 117: { + let code; + ({ code, pos } = readCodePoint( + input, + pos, + lineStart, + curLine, + throwOnInvalid, + errors + )); + return res(code === null ? null : String.fromCodePoint(code)); + } case 116: - return res("\t"); + return res('\t'); case 98: - return res("\b"); + return res('\b'); case 118: - return res("\u000b"); + return res('\u000b'); case 102: - return res("\f"); + return res('\f'); case 13: if (input.charCodeAt(pos) === 10) { ++pos; @@ -143,7 +153,7 @@ function readEscapedChar(input, pos, lineStart, curLine, inTemplate, errors) { ++curLine; case 8232: case 8233: - return res(""); + return res(''); case 56: case 57: if (inTemplate) { @@ -163,7 +173,7 @@ function readEscapedChar(input, pos, lineStart, curLine, inTemplate, errors) { } pos += octalStr.length - 1; const next = input.charCodeAt(pos); - if (octalStr !== "0" || next === 56 || next === 57) { + if (octalStr !== '0' || next === 56 || next === 57) { if (inTemplate) { return res(null); } else { @@ -175,13 +185,30 @@ function readEscapedChar(input, pos, lineStart, curLine, inTemplate, errors) { return res(String.fromCharCode(ch)); } } -function readHexChar(input, pos, lineStart, curLine, len, forceLen, throwOnInvalid, errors) { +function readHexChar( + input, + pos, + lineStart, + curLine, + len, + forceLen, + throwOnInvalid, + errors +) { const initialPos = pos; let n; - ({ - n, - pos - } = readInt(input, pos, lineStart, curLine, 16, len, forceLen, false, errors, !throwOnInvalid)); + ({ n, pos } = readInt( + input, + pos, + lineStart, + curLine, + 16, + len, + forceLen, + false, + errors, + !throwOnInvalid + )); if (n === null) { if (throwOnInvalid) { errors.invalidEscapeSequence(initialPos, lineStart, curLine); @@ -191,32 +218,57 @@ function readHexChar(input, pos, lineStart, curLine, len, forceLen, throwOnInval } return { code: n, - pos + pos, }; } -function readInt(input, pos, lineStart, curLine, radix, len, forceLen, allowNumSeparator, errors, bailOnError) { +function readInt( + input, + pos, + lineStart, + curLine, + radix, + len, + forceLen, + allowNumSeparator, + errors, + bailOnError +) { const start = pos; - const forbiddenSiblings = radix === 16 ? forbiddenNumericSeparatorSiblings.hex : forbiddenNumericSeparatorSiblings.decBinOct; - const isAllowedSibling = radix === 16 ? isAllowedNumericSeparatorSibling.hex : radix === 10 ? isAllowedNumericSeparatorSibling.dec : radix === 8 ? isAllowedNumericSeparatorSibling.oct : isAllowedNumericSeparatorSibling.bin; + const forbiddenSiblings = + radix === 16 ? + forbiddenNumericSeparatorSiblings.hex + : forbiddenNumericSeparatorSiblings.decBinOct; + const isAllowedSibling = + radix === 16 ? isAllowedNumericSeparatorSibling.hex + : radix === 10 ? isAllowedNumericSeparatorSibling.dec + : radix === 8 ? isAllowedNumericSeparatorSibling.oct + : isAllowedNumericSeparatorSibling.bin; let invalid = false; let total = 0; for (let i = 0, e = len == null ? Infinity : len; i < e; ++i) { const code = input.charCodeAt(pos); let val; - if (code === 95 && allowNumSeparator !== "bail") { + if (code === 95 && allowNumSeparator !== 'bail') { const prev = input.charCodeAt(pos - 1); const next = input.charCodeAt(pos + 1); if (!allowNumSeparator) { - if (bailOnError) return { - n: null, - pos - }; + if (bailOnError) + return { + n: null, + pos, + }; errors.numericSeparatorInEscapeSequence(pos, lineStart, curLine); - } else if (Number.isNaN(next) || !isAllowedSibling(next) || forbiddenSiblings.has(prev) || forbiddenSiblings.has(next)) { - if (bailOnError) return { - n: null, - pos - }; + } else if ( + Number.isNaN(next) || + !isAllowedSibling(next) || + forbiddenSiblings.has(prev) || + forbiddenSiblings.has(next) + ) { + if (bailOnError) + return { + n: null, + pos, + }; errors.unexpectedNumericSeparator(pos, lineStart, curLine); } ++pos; @@ -235,9 +287,12 @@ function readInt(input, pos, lineStart, curLine, radix, len, forceLen, allowNumS if (val <= 9 && bailOnError) { return { n: null, - pos + pos, }; - } else if (val <= 9 && errors.invalidDigit(pos, lineStart, curLine, radix)) { + } else if ( + val <= 9 && + errors.invalidDigit(pos, lineStart, curLine, radix) + ) { val = 0; } else if (forceLen) { val = 0; @@ -249,15 +304,15 @@ function readInt(input, pos, lineStart, curLine, radix, len, forceLen, allowNumS ++pos; total = total * radix + val; } - if (pos === start || len != null && pos - start !== len || invalid) { + if (pos === start || (len != null && pos - start !== len) || invalid) { return { n: null, - pos + pos, }; } return { n: total, - pos + pos, }; } function readCodePoint(input, pos, lineStart, curLine, throwOnInvalid, errors) { @@ -265,10 +320,16 @@ function readCodePoint(input, pos, lineStart, curLine, throwOnInvalid, errors) { let code; if (ch === 123) { ++pos; - ({ - code, - pos - } = readHexChar(input, pos, lineStart, curLine, input.indexOf("}", pos) - pos, true, throwOnInvalid, errors)); + ({ code, pos } = readHexChar( + input, + pos, + lineStart, + curLine, + input.indexOf('}', pos) - pos, + true, + throwOnInvalid, + errors + )); ++pos; if (code !== null && code > 0x10ffff) { if (throwOnInvalid) { @@ -276,19 +337,25 @@ function readCodePoint(input, pos, lineStart, curLine, throwOnInvalid, errors) { } else { return { code: null, - pos + pos, }; } } } else { - ({ - code, - pos - } = readHexChar(input, pos, lineStart, curLine, 4, false, throwOnInvalid, errors)); + ({ code, pos } = readHexChar( + input, + pos, + lineStart, + curLine, + 4, + false, + throwOnInvalid, + errors + )); } return { code, - pos + pos, }; } diff --git a/node_modules/@babel/helper-string-parser/package.json b/node_modules/@babel/helper-string-parser/package.json index 0d0a31a..636b3d0 100644 --- a/node_modules/@babel/helper-string-parser/package.json +++ b/node_modules/@babel/helper-string-parser/package.json @@ -28,4 +28,4 @@ "./package.json": "./package.json" }, "type": "commonjs" -} \ No newline at end of file +} diff --git a/node_modules/@babel/helper-validator-identifier/lib/identifier.js b/node_modules/@babel/helper-validator-identifier/lib/identifier.js index fdb9aec..55222df 100644 --- a/node_modules/@babel/helper-validator-identifier/lib/identifier.js +++ b/node_modules/@babel/helper-validator-identifier/lib/identifier.js @@ -1,18 +1,69 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.isIdentifierChar = isIdentifierChar; exports.isIdentifierName = isIdentifierName; exports.isIdentifierStart = isIdentifierStart; -let nonASCIIidentifierStartChars = "\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0560-\u0588\u05d0-\u05ea\u05ef-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0860-\u086a\u0870-\u0887\u0889-\u088e\u08a0-\u08c9\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u09fc\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c5d\u0c60\u0c61\u0c80\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cdd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d04-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d54-\u0d56\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e86-\u0e8a\u0e8c-\u0ea3\u0ea5\u0ea7-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f8\u1700-\u1711\u171f-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1878\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4c\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1c80-\u1c8a\u1c90-\u1cba\u1cbd-\u1cbf\u1ce9-\u1cec\u1cee-\u1cf3\u1cf5\u1cf6\u1cfa\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2118-\u211d\u2124\u2126\u2128\u212a-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309b-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u31a0-\u31bf\u31f0-\u31ff\u3400-\u4dbf\u4e00-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua7cd\ua7d0\ua7d1\ua7d3\ua7d5-\ua7dc\ua7f2-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua8fe\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab69\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc"; -let nonASCIIidentifierChars = "\xb7\u0300-\u036f\u0387\u0483-\u0487\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u0669\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u06f0-\u06f9\u0711\u0730-\u074a\u07a6-\u07b0\u07c0-\u07c9\u07eb-\u07f3\u07fd\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u0897-\u089f\u08ca-\u08e1\u08e3-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0966-\u096f\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u09e6-\u09ef\u09fe\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a66-\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0ae6-\u0aef\u0afa-\u0aff\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b55-\u0b57\u0b62\u0b63\u0b66-\u0b6f\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0be6-\u0bef\u0c00-\u0c04\u0c3c\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c66-\u0c6f\u0c81-\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0ce6-\u0cef\u0cf3\u0d00-\u0d03\u0d3b\u0d3c\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d66-\u0d6f\u0d81-\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0de6-\u0def\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0e50-\u0e59\u0eb1\u0eb4-\u0ebc\u0ec8-\u0ece\u0ed0-\u0ed9\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1040-\u1049\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f-\u109d\u135d-\u135f\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17b4-\u17d3\u17dd\u17e0-\u17e9\u180b-\u180d\u180f-\u1819\u18a9\u1920-\u192b\u1930-\u193b\u1946-\u194f\u19d0-\u19da\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1ab0-\u1abd\u1abf-\u1ace\u1b00-\u1b04\u1b34-\u1b44\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1bad\u1bb0-\u1bb9\u1be6-\u1bf3\u1c24-\u1c37\u1c40-\u1c49\u1c50-\u1c59\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf4\u1cf7-\u1cf9\u1dc0-\u1dff\u200c\u200d\u203f\u2040\u2054\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\u30fb\ua620-\ua629\ua66f\ua674-\ua67d\ua69e\ua69f\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua82c\ua880\ua881\ua8b4-\ua8c5\ua8d0-\ua8d9\ua8e0-\ua8f1\ua8ff-\ua909\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\ua9d0-\ua9d9\ua9e5\ua9f0-\ua9f9\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa50-\uaa59\uaa7b-\uaa7d\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uaaeb-\uaaef\uaaf5\uaaf6\uabe3-\uabea\uabec\uabed\uabf0-\uabf9\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\ufe33\ufe34\ufe4d-\ufe4f\uff10-\uff19\uff3f\uff65"; -const nonASCIIidentifierStart = new RegExp("[" + nonASCIIidentifierStartChars + "]"); -const nonASCIIidentifier = new RegExp("[" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "]"); +let nonASCIIidentifierStartChars = + '\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0560-\u0588\u05d0-\u05ea\u05ef-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0860-\u086a\u0870-\u0887\u0889-\u088e\u08a0-\u08c9\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u09fc\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c5d\u0c60\u0c61\u0c80\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cdd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d04-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d54-\u0d56\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e86-\u0e8a\u0e8c-\u0ea3\u0ea5\u0ea7-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f8\u1700-\u1711\u171f-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1878\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4c\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1c80-\u1c8a\u1c90-\u1cba\u1cbd-\u1cbf\u1ce9-\u1cec\u1cee-\u1cf3\u1cf5\u1cf6\u1cfa\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2118-\u211d\u2124\u2126\u2128\u212a-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309b-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u31a0-\u31bf\u31f0-\u31ff\u3400-\u4dbf\u4e00-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua7cd\ua7d0\ua7d1\ua7d3\ua7d5-\ua7dc\ua7f2-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua8fe\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab69\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc'; +let nonASCIIidentifierChars = + '\xb7\u0300-\u036f\u0387\u0483-\u0487\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u0669\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u06f0-\u06f9\u0711\u0730-\u074a\u07a6-\u07b0\u07c0-\u07c9\u07eb-\u07f3\u07fd\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u0897-\u089f\u08ca-\u08e1\u08e3-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0966-\u096f\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u09e6-\u09ef\u09fe\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a66-\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0ae6-\u0aef\u0afa-\u0aff\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b55-\u0b57\u0b62\u0b63\u0b66-\u0b6f\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0be6-\u0bef\u0c00-\u0c04\u0c3c\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c66-\u0c6f\u0c81-\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0ce6-\u0cef\u0cf3\u0d00-\u0d03\u0d3b\u0d3c\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d66-\u0d6f\u0d81-\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0de6-\u0def\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0e50-\u0e59\u0eb1\u0eb4-\u0ebc\u0ec8-\u0ece\u0ed0-\u0ed9\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1040-\u1049\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f-\u109d\u135d-\u135f\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17b4-\u17d3\u17dd\u17e0-\u17e9\u180b-\u180d\u180f-\u1819\u18a9\u1920-\u192b\u1930-\u193b\u1946-\u194f\u19d0-\u19da\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1ab0-\u1abd\u1abf-\u1ace\u1b00-\u1b04\u1b34-\u1b44\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1bad\u1bb0-\u1bb9\u1be6-\u1bf3\u1c24-\u1c37\u1c40-\u1c49\u1c50-\u1c59\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf4\u1cf7-\u1cf9\u1dc0-\u1dff\u200c\u200d\u203f\u2040\u2054\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\u30fb\ua620-\ua629\ua66f\ua674-\ua67d\ua69e\ua69f\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua82c\ua880\ua881\ua8b4-\ua8c5\ua8d0-\ua8d9\ua8e0-\ua8f1\ua8ff-\ua909\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\ua9d0-\ua9d9\ua9e5\ua9f0-\ua9f9\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa50-\uaa59\uaa7b-\uaa7d\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uaaeb-\uaaef\uaaf5\uaaf6\uabe3-\uabea\uabec\uabed\uabf0-\uabf9\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\ufe33\ufe34\ufe4d-\ufe4f\uff10-\uff19\uff3f\uff65'; +const nonASCIIidentifierStart = new RegExp( + '[' + nonASCIIidentifierStartChars + ']' +); +const nonASCIIidentifier = new RegExp( + '[' + nonASCIIidentifierStartChars + nonASCIIidentifierChars + ']' +); nonASCIIidentifierStartChars = nonASCIIidentifierChars = null; -const astralIdentifierStartCodes = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 4, 51, 13, 310, 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 39, 27, 10, 22, 251, 41, 7, 1, 17, 2, 60, 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 20, 1, 64, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 31, 9, 2, 0, 3, 0, 2, 37, 2, 0, 26, 0, 2, 0, 45, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 200, 32, 32, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, 16, 0, 2, 12, 2, 33, 125, 0, 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1071, 18, 5, 26, 3994, 6, 582, 6842, 29, 1763, 568, 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 433, 44, 212, 63, 129, 74, 6, 0, 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 42, 9, 8936, 3, 2, 6, 2, 1, 2, 290, 16, 0, 30, 2, 3, 0, 15, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 1845, 30, 7, 5, 262, 61, 147, 44, 11, 6, 17, 0, 322, 29, 19, 43, 485, 27, 229, 29, 3, 0, 496, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4153, 7, 221, 3, 5761, 15, 7472, 16, 621, 2467, 541, 1507, 4938, 6, 4191]; -const astralIdentifierCodes = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 7, 9, 32, 4, 318, 1, 80, 3, 71, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 68, 8, 2, 0, 3, 0, 2, 3, 2, 4, 2, 0, 15, 1, 83, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 7, 19, 58, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 343, 9, 54, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, 10, 5350, 0, 7, 14, 11465, 27, 2343, 9, 87, 9, 39, 4, 60, 6, 26, 9, 535, 9, 470, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4178, 9, 519, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, 0, 62, 13, 499, 13, 245, 1, 2, 9, 726, 6, 110, 6, 6, 9, 4759, 9, 787719, 239]; +const astralIdentifierStartCodes = [ + 0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, + 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, + 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 4, 51, 13, 310, + 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, + 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, + 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, + 50, 14, 50, 14, 35, 39, 27, 10, 22, 251, 41, 7, 1, 17, 2, 60, 28, 11, 0, 9, + 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, + 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 20, 1, 64, 6, + 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, + 19, 0, 13, 4, 31, 9, 2, 0, 3, 0, 2, 37, 2, 0, 26, 0, 2, 0, 45, 52, 19, 3, 21, + 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, + 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, + 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 200, + 32, 32, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, + 31, 15, 0, 328, 18, 16, 0, 2, 12, 2, 33, 125, 0, 80, 921, 103, 110, 18, 195, + 2637, 96, 16, 1071, 18, 5, 26, 3994, 6, 582, 6842, 29, 1763, 568, 8, 30, 18, + 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 433, 44, 212, 63, 129, 74, 6, 0, 67, + 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 42, 9, 8936, 3, 2, 6, 2, 1, 2, 290, 16, 0, + 30, 2, 3, 0, 15, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, + 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, + 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, + 24, 2, 30, 2, 24, 2, 7, 1845, 30, 7, 5, 262, 61, 147, 44, 11, 6, 17, 0, 322, + 29, 19, 43, 485, 27, 229, 29, 3, 0, 496, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, + 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, + 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, + 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4153, 7, + 221, 3, 5761, 15, 7472, 16, 621, 2467, 541, 1507, 4938, 6, 4191, +]; +const astralIdentifierCodes = [ + 509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, + 3, 9, 9, 7, 9, 32, 4, 318, 1, 80, 3, 71, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, + 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, + 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, + 10, 0, 11, 1, 3, 6, 4, 4, 68, 8, 2, 0, 3, 0, 2, 3, 2, 4, 2, 0, 15, 1, 83, 17, + 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, + 7, 19, 58, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, + 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 343, 9, 54, 7, + 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, + 2, 4, 9, 9, 330, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, 10, 5350, 0, 7, 14, 11465, + 27, 2343, 9, 87, 9, 39, 4, 60, 6, 26, 9, 535, 9, 470, 0, 2, 54, 8, 3, 82, 0, + 12, 1, 19628, 1, 4178, 9, 519, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, + 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, + 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, 0, 62, 13, 499, 13, 245, 1, 2, + 9, 726, 6, 110, 6, 6, 9, 4759, 9, 787719, 239, +]; function isInAstralSet(code, set) { let pos = 0x10000; for (let i = 0, length = set.length; i < length; i += 2) { @@ -29,7 +80,9 @@ function isIdentifierStart(code) { if (code < 97) return code === 95; if (code <= 122) return true; if (code <= 0xffff) { - return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)); + return ( + code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)) + ); } return isInAstralSet(code, astralIdentifierStartCodes); } @@ -43,7 +96,10 @@ function isIdentifierChar(code) { if (code <= 0xffff) { return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code)); } - return isInAstralSet(code, astralIdentifierStartCodes) || isInAstralSet(code, astralIdentifierCodes); + return ( + isInAstralSet(code, astralIdentifierStartCodes) || + isInAstralSet(code, astralIdentifierCodes) + ); } function isIdentifierName(name) { let isFirst = true; diff --git a/node_modules/@babel/helper-validator-identifier/lib/index.js b/node_modules/@babel/helper-validator-identifier/lib/index.js index 76b2282..dca3738 100644 --- a/node_modules/@babel/helper-validator-identifier/lib/index.js +++ b/node_modules/@babel/helper-validator-identifier/lib/index.js @@ -1,57 +1,57 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); -Object.defineProperty(exports, "isIdentifierChar", { +Object.defineProperty(exports, 'isIdentifierChar', { enumerable: true, get: function () { return _identifier.isIdentifierChar; - } + }, }); -Object.defineProperty(exports, "isIdentifierName", { +Object.defineProperty(exports, 'isIdentifierName', { enumerable: true, get: function () { return _identifier.isIdentifierName; - } + }, }); -Object.defineProperty(exports, "isIdentifierStart", { +Object.defineProperty(exports, 'isIdentifierStart', { enumerable: true, get: function () { return _identifier.isIdentifierStart; - } + }, }); -Object.defineProperty(exports, "isKeyword", { +Object.defineProperty(exports, 'isKeyword', { enumerable: true, get: function () { return _keyword.isKeyword; - } + }, }); -Object.defineProperty(exports, "isReservedWord", { +Object.defineProperty(exports, 'isReservedWord', { enumerable: true, get: function () { return _keyword.isReservedWord; - } + }, }); -Object.defineProperty(exports, "isStrictBindOnlyReservedWord", { +Object.defineProperty(exports, 'isStrictBindOnlyReservedWord', { enumerable: true, get: function () { return _keyword.isStrictBindOnlyReservedWord; - } + }, }); -Object.defineProperty(exports, "isStrictBindReservedWord", { +Object.defineProperty(exports, 'isStrictBindReservedWord', { enumerable: true, get: function () { return _keyword.isStrictBindReservedWord; - } + }, }); -Object.defineProperty(exports, "isStrictReservedWord", { +Object.defineProperty(exports, 'isStrictReservedWord', { enumerable: true, get: function () { return _keyword.isStrictReservedWord; - } + }, }); -var _identifier = require("./identifier.js"); -var _keyword = require("./keyword.js"); +var _identifier = require('./identifier.js'); +var _keyword = require('./keyword.js'); //# sourceMappingURL=index.js.map diff --git a/node_modules/@babel/helper-validator-identifier/lib/keyword.js b/node_modules/@babel/helper-validator-identifier/lib/keyword.js index 054cf84..9a2579b 100644 --- a/node_modules/@babel/helper-validator-identifier/lib/keyword.js +++ b/node_modules/@babel/helper-validator-identifier/lib/keyword.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.isKeyword = isKeyword; exports.isReservedWord = isReservedWord; @@ -9,15 +9,61 @@ exports.isStrictBindOnlyReservedWord = isStrictBindOnlyReservedWord; exports.isStrictBindReservedWord = isStrictBindReservedWord; exports.isStrictReservedWord = isStrictReservedWord; const reservedWords = { - keyword: ["break", "case", "catch", "continue", "debugger", "default", "do", "else", "finally", "for", "function", "if", "return", "switch", "throw", "try", "var", "const", "while", "with", "new", "this", "super", "class", "extends", "export", "import", "null", "true", "false", "in", "instanceof", "typeof", "void", "delete"], - strict: ["implements", "interface", "let", "package", "private", "protected", "public", "static", "yield"], - strictBind: ["eval", "arguments"] + keyword: [ + 'break', + 'case', + 'catch', + 'continue', + 'debugger', + 'default', + 'do', + 'else', + 'finally', + 'for', + 'function', + 'if', + 'return', + 'switch', + 'throw', + 'try', + 'var', + 'const', + 'while', + 'with', + 'new', + 'this', + 'super', + 'class', + 'extends', + 'export', + 'import', + 'null', + 'true', + 'false', + 'in', + 'instanceof', + 'typeof', + 'void', + 'delete', + ], + strict: [ + 'implements', + 'interface', + 'let', + 'package', + 'private', + 'protected', + 'public', + 'static', + 'yield', + ], + strictBind: ['eval', 'arguments'], }; const keywords = new Set(reservedWords.keyword); const reservedWordsStrictSet = new Set(reservedWords.strict); const reservedWordsStrictBindSet = new Set(reservedWords.strictBind); function isReservedWord(word, inModule) { - return inModule && word === "await" || word === "enum"; + return (inModule && word === 'await') || word === 'enum'; } function isStrictReservedWord(word, inModule) { return isReservedWord(word, inModule) || reservedWordsStrictSet.has(word); @@ -26,7 +72,9 @@ function isStrictBindOnlyReservedWord(word) { return reservedWordsStrictBindSet.has(word); } function isStrictBindReservedWord(word, inModule) { - return isStrictReservedWord(word, inModule) || isStrictBindOnlyReservedWord(word); + return ( + isStrictReservedWord(word, inModule) || isStrictBindOnlyReservedWord(word) + ); } function isKeyword(word) { return keywords.has(word); diff --git a/node_modules/@babel/helper-validator-identifier/package.json b/node_modules/@babel/helper-validator-identifier/package.json index 0147740..890abcb 100644 --- a/node_modules/@babel/helper-validator-identifier/package.json +++ b/node_modules/@babel/helper-validator-identifier/package.json @@ -28,4 +28,4 @@ }, "author": "The Babel Team (https://babel.dev/team)", "type": "commonjs" -} \ No newline at end of file +} diff --git a/node_modules/@babel/parser/bin/babel-parser.js b/node_modules/@babel/parser/bin/babel-parser.js index 3aca314..2d21eab 100644 --- a/node_modules/@babel/parser/bin/babel-parser.js +++ b/node_modules/@babel/parser/bin/babel-parser.js @@ -1,15 +1,15 @@ #!/usr/bin/env node /* eslint no-var: 0 */ -var parser = require(".."); -var fs = require("fs"); +var parser = require('..'); +var fs = require('fs'); var filename = process.argv[2]; if (!filename) { - console.error("no filename specified"); + console.error('no filename specified'); } else { - var file = fs.readFileSync(filename, "utf8"); + var file = fs.readFileSync(filename, 'utf8'); var ast = parser.parse(file); - console.log(JSON.stringify(ast, null, " ")); + console.log(JSON.stringify(ast, null, ' ')); } diff --git a/node_modules/@babel/parser/lib/index.js b/node_modules/@babel/parser/lib/index.js index efa309e..4f8b11f 100644 --- a/node_modules/@babel/parser/lib/index.js +++ b/node_modules/@babel/parser/lib/index.js @@ -26,7 +26,6 @@ class Position { this.column = col; this.index = index; } - } class SourceLocation { constructor(start, end) { @@ -37,20 +36,15 @@ class SourceLocation { this.start = start; this.end = end; } - } function createPositionWithColumnOffset(position, columnOffset) { - const { - line, - column, - index - } = position; + const { line, column, index } = position; return new Position(line, column + columnOffset, index + columnOffset); } const ParseErrorCodes = Object.freeze({ - SyntaxError: "BABEL_PARSER_SYNTAX_ERROR", - SourceTypeModuleError: "BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED" + SyntaxError: 'BABEL_PARSER_SYNTAX_ERROR', + SourceTypeModuleError: 'BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED', }); const reflect = (keys, last = keys.length - 1) => ({ @@ -59,762 +53,1041 @@ const reflect = (keys, last = keys.length - 1) => ({ }, set(value) { - keys.reduce((item, key, i) => i === last ? item[key] = value : item[key], this); - } - + keys.reduce( + (item, key, i) => (i === last ? (item[key] = value) : item[key]), + this + ); + }, }); -const instantiate = (constructor, properties, descriptors) => Object.keys(descriptors).map(key => [key, descriptors[key]]).filter(([, descriptor]) => !!descriptor).map(([key, descriptor]) => [key, typeof descriptor === "function" ? { - value: descriptor, - enumerable: false -} : typeof descriptor.reflect === "string" ? Object.assign({}, descriptor, reflect(descriptor.reflect.split("."))) : descriptor]).reduce((instance, [key, descriptor]) => Object.defineProperty(instance, key, Object.assign({ - configurable: true -}, descriptor)), Object.assign(new constructor(), properties)); +const instantiate = (constructor, properties, descriptors) => + Object.keys(descriptors) + .map((key) => [key, descriptors[key]]) + .filter(([, descriptor]) => !!descriptor) + .map(([key, descriptor]) => [ + key, + typeof descriptor === 'function' ? + { + value: descriptor, + enumerable: false, + } + : typeof descriptor.reflect === 'string' ? + Object.assign({}, descriptor, reflect(descriptor.reflect.split('.'))) + : descriptor, + ]) + .reduce( + (instance, [key, descriptor]) => + Object.defineProperty( + instance, + key, + Object.assign( + { + configurable: true, + }, + descriptor + ) + ), + Object.assign(new constructor(), properties) + ); -var ModuleErrors = (_ => ({ - ImportMetaOutsideModule: _(`import.meta may appear only with 'sourceType: "module"'`, { - code: ParseErrorCodes.SourceTypeModuleError - }), - ImportOutsideModule: _(`'import' and 'export' may appear only with 'sourceType: "module"'`, { - code: ParseErrorCodes.SourceTypeModuleError - }) -})); +var ModuleErrors = (_) => ({ + ImportMetaOutsideModule: _( + `import.meta may appear only with 'sourceType: "module"'`, + { + code: ParseErrorCodes.SourceTypeModuleError, + } + ), + ImportOutsideModule: _( + `'import' and 'export' may appear only with 'sourceType: "module"'`, + { + code: ParseErrorCodes.SourceTypeModuleError, + } + ), +}); const NodeDescriptions = { - ArrayPattern: "array destructuring pattern", - AssignmentExpression: "assignment expression", - AssignmentPattern: "assignment expression", - ArrowFunctionExpression: "arrow function expression", - ConditionalExpression: "conditional expression", - ForOfStatement: "for-of statement", - ForInStatement: "for-in statement", - ForStatement: "for-loop", - FormalParameters: "function parameter list", - Identifier: "identifier", - ObjectPattern: "object destructuring pattern", - ParenthesizedExpression: "parenthesized expression", - RestElement: "rest element", + ArrayPattern: 'array destructuring pattern', + AssignmentExpression: 'assignment expression', + AssignmentPattern: 'assignment expression', + ArrowFunctionExpression: 'arrow function expression', + ConditionalExpression: 'conditional expression', + ForOfStatement: 'for-of statement', + ForInStatement: 'for-in statement', + ForStatement: 'for-loop', + FormalParameters: 'function parameter list', + Identifier: 'identifier', + ObjectPattern: 'object destructuring pattern', + ParenthesizedExpression: 'parenthesized expression', + RestElement: 'rest element', UpdateExpression: { - true: "prefix operation", - false: "postfix operation" + true: 'prefix operation', + false: 'postfix operation', }, - VariableDeclarator: "variable declaration", - YieldExpression: "yield expression" + VariableDeclarator: 'variable declaration', + YieldExpression: 'yield expression', }; -const toNodeDescription = ({ - type, - prefix -}) => type === "UpdateExpression" ? NodeDescriptions.UpdateExpression[String(prefix)] : NodeDescriptions[type]; +const toNodeDescription = ({ type, prefix }) => + type === 'UpdateExpression' ? + NodeDescriptions.UpdateExpression[String(prefix)] + : NodeDescriptions[type]; -var StandardErrors = (_ => ({ - AccessorIsGenerator: _(({ - kind - }) => `A ${kind}ter cannot be a generator.`), - ArgumentsInClass: _("'arguments' is only allowed in functions and class methods."), - AsyncFunctionInSingleStatementContext: _("Async functions can only be declared at the top level or inside a block."), - AwaitBindingIdentifier: _("Can not use 'await' as identifier inside an async function."), - AwaitBindingIdentifierInStaticBlock: _("Can not use 'await' as identifier inside a static block."), - AwaitExpressionFormalParameter: _("'await' is not allowed in async function parameters."), - AwaitNotInAsyncContext: _("'await' is only allowed within async functions and at the top levels of modules."), +var StandardErrors = (_) => ({ + AccessorIsGenerator: _(({ kind }) => `A ${kind}ter cannot be a generator.`), + ArgumentsInClass: _( + "'arguments' is only allowed in functions and class methods." + ), + AsyncFunctionInSingleStatementContext: _( + 'Async functions can only be declared at the top level or inside a block.' + ), + AwaitBindingIdentifier: _( + "Can not use 'await' as identifier inside an async function." + ), + AwaitBindingIdentifierInStaticBlock: _( + "Can not use 'await' as identifier inside a static block." + ), + AwaitExpressionFormalParameter: _( + "'await' is not allowed in async function parameters." + ), + AwaitNotInAsyncContext: _( + "'await' is only allowed within async functions and at the top levels of modules." + ), AwaitNotInAsyncFunction: _("'await' is only allowed within async functions."), BadGetterArity: _("A 'get' accesor must not have any formal parameters."), BadSetterArity: _("A 'set' accesor must have exactly one formal parameter."), - BadSetterRestParameter: _("A 'set' accesor function argument must not be a rest parameter."), + BadSetterRestParameter: _( + "A 'set' accesor function argument must not be a rest parameter." + ), ConstructorClassField: _("Classes may not have a field named 'constructor'."), - ConstructorClassPrivateField: _("Classes may not have a private field named '#constructor'."), - ConstructorIsAccessor: _("Class constructor may not be an accessor."), + ConstructorClassPrivateField: _( + "Classes may not have a private field named '#constructor'." + ), + ConstructorIsAccessor: _('Class constructor may not be an accessor.'), ConstructorIsAsync: _("Constructor can't be an async function."), ConstructorIsGenerator: _("Constructor can't be a generator."), - DeclarationMissingInitializer: _(({ - kind - }) => `Missing initializer in ${kind} declaration.`), - DecoratorBeforeExport: _("Decorators must be placed *before* the 'export' keyword. You can set the 'decoratorsBeforeExport' option to false to use the 'export @decorator class {}' syntax."), - DecoratorConstructor: _("Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?"), - DecoratorExportClass: _("Using the export keyword between a decorator and a class is not allowed. Please use `export @dec class` instead."), - DecoratorSemicolon: _("Decorators must not be followed by a semicolon."), + DeclarationMissingInitializer: _( + ({ kind }) => `Missing initializer in ${kind} declaration.` + ), + DecoratorBeforeExport: _( + "Decorators must be placed *before* the 'export' keyword. You can set the 'decoratorsBeforeExport' option to false to use the 'export @decorator class {}' syntax." + ), + DecoratorConstructor: _( + "Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?" + ), + DecoratorExportClass: _( + 'Using the export keyword between a decorator and a class is not allowed. Please use `export @dec class` instead.' + ), + DecoratorSemicolon: _('Decorators must not be followed by a semicolon.'), DecoratorStaticBlock: _("Decorators can't be used with a static block."), - DeletePrivateField: _("Deleting a private field is not allowed."), - DestructureNamedImport: _("ES2015 named imports do not destructure. Use another statement for destructuring after the import."), - DuplicateConstructor: _("Duplicate constructor in the same class."), - DuplicateDefaultExport: _("Only one default export allowed per module."), - DuplicateExport: _(({ - exportName - }) => `\`${exportName}\` has already been exported. Exported identifiers must be unique.`), - DuplicateProto: _("Redefinition of __proto__ property."), - DuplicateRegExpFlags: _("Duplicate regular expression flag."), - ElementAfterRest: _("Rest element must be last element."), - EscapedCharNotAnIdentifier: _("Invalid Unicode escape."), - ExportBindingIsString: _(({ - localName, - exportName - }) => `A string literal cannot be used as an exported binding without \`from\`.\n- Did you mean \`export { '${localName}' as '${exportName}' } from 'some-module'\`?`), - ExportDefaultFromAsIdentifier: _("'from' is not allowed as an identifier after 'export default'."), - ForInOfLoopInitializer: _(({ - type - }) => `'${type === "ForInStatement" ? "for-in" : "for-of"}' loop variable declaration may not have an initializer.`), + DeletePrivateField: _('Deleting a private field is not allowed.'), + DestructureNamedImport: _( + 'ES2015 named imports do not destructure. Use another statement for destructuring after the import.' + ), + DuplicateConstructor: _('Duplicate constructor in the same class.'), + DuplicateDefaultExport: _('Only one default export allowed per module.'), + DuplicateExport: _( + ({ exportName }) => + `\`${exportName}\` has already been exported. Exported identifiers must be unique.` + ), + DuplicateProto: _('Redefinition of __proto__ property.'), + DuplicateRegExpFlags: _('Duplicate regular expression flag.'), + ElementAfterRest: _('Rest element must be last element.'), + EscapedCharNotAnIdentifier: _('Invalid Unicode escape.'), + ExportBindingIsString: _( + ({ localName, exportName }) => + `A string literal cannot be used as an exported binding without \`from\`.\n- Did you mean \`export { '${localName}' as '${exportName}' } from 'some-module'\`?` + ), + ExportDefaultFromAsIdentifier: _( + "'from' is not allowed as an identifier after 'export default'." + ), + ForInOfLoopInitializer: _( + ({ type }) => + `'${type === 'ForInStatement' ? 'for-in' : 'for-of'}' loop variable declaration may not have an initializer.` + ), ForOfAsync: _("The left-hand side of a for-of loop may not be 'async'."), ForOfLet: _("The left-hand side of a for-of loop may not start with 'let'."), - GeneratorInSingleStatementContext: _("Generators can only be declared at the top level or inside a block."), - IllegalBreakContinue: _(({ - type - }) => `Unsyntactic ${type === "BreakStatement" ? "break" : "continue"}.`), - IllegalLanguageModeDirective: _("Illegal 'use strict' directive in function with non-simple parameter list."), + GeneratorInSingleStatementContext: _( + 'Generators can only be declared at the top level or inside a block.' + ), + IllegalBreakContinue: _( + ({ type }) => + `Unsyntactic ${type === 'BreakStatement' ? 'break' : 'continue'}.` + ), + IllegalLanguageModeDirective: _( + "Illegal 'use strict' directive in function with non-simple parameter list." + ), IllegalReturn: _("'return' outside of function."), - ImportBindingIsString: _(({ - importName - }) => `A string literal cannot be used as an imported binding.\n- Did you mean \`import { "${importName}" as foo }\`?`), - ImportCallArgumentTrailingComma: _("Trailing comma is disallowed inside import(...) arguments."), - ImportCallArity: _(({ - maxArgumentCount - }) => `\`import()\` requires exactly ${maxArgumentCount === 1 ? "one argument" : "one or two arguments"}.`), - ImportCallNotNewExpression: _("Cannot use new with import(...)."), - ImportCallSpreadArgument: _("`...` is not allowed in `import()`."), - IncompatibleRegExpUVFlags: _("The 'u' and 'v' regular expression flags cannot be enabled at the same time."), - InvalidBigIntLiteral: _("Invalid BigIntLiteral."), - InvalidCodePoint: _("Code point out of bounds."), - InvalidCoverInitializedName: _("Invalid shorthand property initializer."), - InvalidDecimal: _("Invalid decimal."), - InvalidDigit: _(({ - radix - }) => `Expected number in radix ${radix}.`), - InvalidEscapeSequence: _("Bad character escape sequence."), - InvalidEscapeSequenceTemplate: _("Invalid escape sequence in template."), - InvalidEscapedReservedWord: _(({ - reservedWord - }) => `Escape sequence in keyword ${reservedWord}.`), - InvalidIdentifier: _(({ - identifierName - }) => `Invalid identifier ${identifierName}.`), - InvalidLhs: _(({ - ancestor - }) => `Invalid left-hand side in ${toNodeDescription(ancestor)}.`), - InvalidLhsBinding: _(({ - ancestor - }) => `Binding invalid left-hand side in ${toNodeDescription(ancestor)}.`), - InvalidNumber: _("Invalid number."), - InvalidOrMissingExponent: _("Floating-point numbers require a valid exponent after the 'e'."), - InvalidOrUnexpectedToken: _(({ - unexpected - }) => `Unexpected character '${unexpected}'.`), - InvalidParenthesizedAssignment: _("Invalid parenthesized assignment pattern."), - InvalidPrivateFieldResolution: _(({ - identifierName - }) => `Private name #${identifierName} is not defined.`), - InvalidPropertyBindingPattern: _("Binding member expression."), - InvalidRecordProperty: _("Only properties and spread elements are allowed in record definitions."), + ImportBindingIsString: _( + ({ importName }) => + `A string literal cannot be used as an imported binding.\n- Did you mean \`import { "${importName}" as foo }\`?` + ), + ImportCallArgumentTrailingComma: _( + 'Trailing comma is disallowed inside import(...) arguments.' + ), + ImportCallArity: _( + ({ maxArgumentCount }) => + `\`import()\` requires exactly ${maxArgumentCount === 1 ? 'one argument' : 'one or two arguments'}.` + ), + ImportCallNotNewExpression: _('Cannot use new with import(...).'), + ImportCallSpreadArgument: _('`...` is not allowed in `import()`.'), + IncompatibleRegExpUVFlags: _( + "The 'u' and 'v' regular expression flags cannot be enabled at the same time." + ), + InvalidBigIntLiteral: _('Invalid BigIntLiteral.'), + InvalidCodePoint: _('Code point out of bounds.'), + InvalidCoverInitializedName: _('Invalid shorthand property initializer.'), + InvalidDecimal: _('Invalid decimal.'), + InvalidDigit: _(({ radix }) => `Expected number in radix ${radix}.`), + InvalidEscapeSequence: _('Bad character escape sequence.'), + InvalidEscapeSequenceTemplate: _('Invalid escape sequence in template.'), + InvalidEscapedReservedWord: _( + ({ reservedWord }) => `Escape sequence in keyword ${reservedWord}.` + ), + InvalidIdentifier: _( + ({ identifierName }) => `Invalid identifier ${identifierName}.` + ), + InvalidLhs: _( + ({ ancestor }) => + `Invalid left-hand side in ${toNodeDescription(ancestor)}.` + ), + InvalidLhsBinding: _( + ({ ancestor }) => + `Binding invalid left-hand side in ${toNodeDescription(ancestor)}.` + ), + InvalidNumber: _('Invalid number.'), + InvalidOrMissingExponent: _( + "Floating-point numbers require a valid exponent after the 'e'." + ), + InvalidOrUnexpectedToken: _( + ({ unexpected }) => `Unexpected character '${unexpected}'.` + ), + InvalidParenthesizedAssignment: _( + 'Invalid parenthesized assignment pattern.' + ), + InvalidPrivateFieldResolution: _( + ({ identifierName }) => `Private name #${identifierName} is not defined.` + ), + InvalidPropertyBindingPattern: _('Binding member expression.'), + InvalidRecordProperty: _( + 'Only properties and spread elements are allowed in record definitions.' + ), InvalidRestAssignmentPattern: _("Invalid rest operator's argument."), - LabelRedeclaration: _(({ - labelName - }) => `Label '${labelName}' is already declared.`), - LetInLexicalBinding: _("'let' is not allowed to be used as a name in 'let' or 'const' declarations."), + LabelRedeclaration: _( + ({ labelName }) => `Label '${labelName}' is already declared.` + ), + LetInLexicalBinding: _( + "'let' is not allowed to be used as a name in 'let' or 'const' declarations." + ), LineTerminatorBeforeArrow: _("No line break is allowed before '=>'."), - MalformedRegExpFlags: _("Invalid regular expression flag."), - MissingClassName: _("A class name is required."), - MissingEqInAssignment: _("Only '=' operator can be used for specifying default value."), - MissingSemicolon: _("Missing semicolon."), - MissingPlugin: _(({ - missingPlugin - }) => `This experimental syntax requires enabling the parser plugin: ${missingPlugin.map(name => JSON.stringify(name)).join(", ")}.`), - MissingOneOfPlugins: _(({ - missingPlugin - }) => `This experimental syntax requires enabling one of the following parser plugin(s): ${missingPlugin.map(name => JSON.stringify(name)).join(", ")}.`), - MissingUnicodeEscape: _("Expecting Unicode escape sequence \\uXXXX."), - MixingCoalesceWithLogical: _("Nullish coalescing operator(??) requires parens when mixing with logical operators."), - ModuleAttributeDifferentFromType: _("The only accepted module attribute is `type`."), - ModuleAttributeInvalidValue: _("Only string literals are allowed as module attribute values."), - ModuleAttributesWithDuplicateKeys: _(({ - key - }) => `Duplicate key "${key}" is not allowed in module attributes.`), - ModuleExportNameHasLoneSurrogate: _(({ - surrogateCharCode - }) => `An export name cannot include a lone surrogate, found '\\u${surrogateCharCode.toString(16)}'.`), - ModuleExportUndefined: _(({ - localName - }) => `Export '${localName}' is not defined.`), - MultipleDefaultsInSwitch: _("Multiple default clauses."), - NewlineAfterThrow: _("Illegal newline after throw."), - NoCatchOrFinally: _("Missing catch or finally clause."), - NumberIdentifier: _("Identifier directly after number."), - NumericSeparatorInEscapeSequence: _("Numeric separators are not allowed inside unicode escape sequences or hex escape sequences."), - ObsoleteAwaitStar: _("'await*' has been removed from the async functions proposal. Use Promise.all() instead."), - OptionalChainingNoNew: _("Constructors in/after an Optional Chain are not allowed."), - OptionalChainingNoTemplate: _("Tagged Template Literals are not allowed in optionalChain."), - OverrideOnConstructor: _("'override' modifier cannot appear on a constructor declaration."), - ParamDupe: _("Argument name clash."), + MalformedRegExpFlags: _('Invalid regular expression flag.'), + MissingClassName: _('A class name is required.'), + MissingEqInAssignment: _( + "Only '=' operator can be used for specifying default value." + ), + MissingSemicolon: _('Missing semicolon.'), + MissingPlugin: _( + ({ missingPlugin }) => + `This experimental syntax requires enabling the parser plugin: ${missingPlugin.map((name) => JSON.stringify(name)).join(', ')}.` + ), + MissingOneOfPlugins: _( + ({ missingPlugin }) => + `This experimental syntax requires enabling one of the following parser plugin(s): ${missingPlugin.map((name) => JSON.stringify(name)).join(', ')}.` + ), + MissingUnicodeEscape: _('Expecting Unicode escape sequence \\uXXXX.'), + MixingCoalesceWithLogical: _( + 'Nullish coalescing operator(??) requires parens when mixing with logical operators.' + ), + ModuleAttributeDifferentFromType: _( + 'The only accepted module attribute is `type`.' + ), + ModuleAttributeInvalidValue: _( + 'Only string literals are allowed as module attribute values.' + ), + ModuleAttributesWithDuplicateKeys: _( + ({ key }) => `Duplicate key "${key}" is not allowed in module attributes.` + ), + ModuleExportNameHasLoneSurrogate: _( + ({ surrogateCharCode }) => + `An export name cannot include a lone surrogate, found '\\u${surrogateCharCode.toString(16)}'.` + ), + ModuleExportUndefined: _( + ({ localName }) => `Export '${localName}' is not defined.` + ), + MultipleDefaultsInSwitch: _('Multiple default clauses.'), + NewlineAfterThrow: _('Illegal newline after throw.'), + NoCatchOrFinally: _('Missing catch or finally clause.'), + NumberIdentifier: _('Identifier directly after number.'), + NumericSeparatorInEscapeSequence: _( + 'Numeric separators are not allowed inside unicode escape sequences or hex escape sequences.' + ), + ObsoleteAwaitStar: _( + "'await*' has been removed from the async functions proposal. Use Promise.all() instead." + ), + OptionalChainingNoNew: _( + 'Constructors in/after an Optional Chain are not allowed.' + ), + OptionalChainingNoTemplate: _( + 'Tagged Template Literals are not allowed in optionalChain.' + ), + OverrideOnConstructor: _( + "'override' modifier cannot appear on a constructor declaration." + ), + ParamDupe: _('Argument name clash.'), PatternHasAccessor: _("Object pattern can't contain getter or setter."), PatternHasMethod: _("Object pattern can't contain methods."), - PrivateInExpectedIn: _(({ - identifierName - }) => `Private names are only allowed in property accesses (\`obj.#${identifierName}\`) or in \`in\` expressions (\`#${identifierName} in obj\`).`), - PrivateNameRedeclaration: _(({ - identifierName - }) => `Duplicate private name #${identifierName}.`), - RecordExpressionBarIncorrectEndSyntaxType: _("Record expressions ending with '|}' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'."), - RecordExpressionBarIncorrectStartSyntaxType: _("Record expressions starting with '{|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'."), - RecordExpressionHashIncorrectStartSyntaxType: _("Record expressions starting with '#{' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'."), + PrivateInExpectedIn: _( + ({ identifierName }) => + `Private names are only allowed in property accesses (\`obj.#${identifierName}\`) or in \`in\` expressions (\`#${identifierName} in obj\`).` + ), + PrivateNameRedeclaration: _( + ({ identifierName }) => `Duplicate private name #${identifierName}.` + ), + RecordExpressionBarIncorrectEndSyntaxType: _( + "Record expressions ending with '|}' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'." + ), + RecordExpressionBarIncorrectStartSyntaxType: _( + "Record expressions starting with '{|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'." + ), + RecordExpressionHashIncorrectStartSyntaxType: _( + "Record expressions starting with '#{' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'." + ), RecordNoProto: _("'__proto__' is not allowed in Record expressions."), - RestTrailingComma: _("Unexpected trailing comma after rest element."), - SloppyFunction: _("In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement."), - StaticPrototype: _("Classes may not have static property named prototype."), - SuperNotAllowed: _("`super()` is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?"), + RestTrailingComma: _('Unexpected trailing comma after rest element.'), + SloppyFunction: _( + 'In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement.' + ), + StaticPrototype: _('Classes may not have static property named prototype.'), + SuperNotAllowed: _( + "`super()` is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?" + ), SuperPrivateField: _("Private fields can't be accessed on super."), - TrailingDecorator: _("Decorators must be attached to a class element."), - TupleExpressionBarIncorrectEndSyntaxType: _("Tuple expressions ending with '|]' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'."), - TupleExpressionBarIncorrectStartSyntaxType: _("Tuple expressions starting with '[|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'."), - TupleExpressionHashIncorrectStartSyntaxType: _("Tuple expressions starting with '#[' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'."), - UnexpectedArgumentPlaceholder: _("Unexpected argument placeholder."), - UnexpectedAwaitAfterPipelineBody: _('Unexpected "await" after pipeline body; await must have parentheses in minimal proposal.'), - UnexpectedDigitAfterHash: _("Unexpected digit after hash token."), - UnexpectedImportExport: _("'import' and 'export' may only appear at the top level."), - UnexpectedKeyword: _(({ - keyword - }) => `Unexpected keyword '${keyword}'.`), - UnexpectedLeadingDecorator: _("Leading decorators must be attached to a class declaration."), - UnexpectedLexicalDeclaration: _("Lexical declaration cannot appear in a single-statement context."), - UnexpectedNewTarget: _("`new.target` can only be used in functions or class properties."), - UnexpectedNumericSeparator: _("A numeric separator is only allowed between two digits."), - UnexpectedPrivateField: _("Unexpected private name."), - UnexpectedReservedWord: _(({ - reservedWord - }) => `Unexpected reserved word '${reservedWord}'.`), + TrailingDecorator: _('Decorators must be attached to a class element.'), + TupleExpressionBarIncorrectEndSyntaxType: _( + "Tuple expressions ending with '|]' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'." + ), + TupleExpressionBarIncorrectStartSyntaxType: _( + "Tuple expressions starting with '[|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'." + ), + TupleExpressionHashIncorrectStartSyntaxType: _( + "Tuple expressions starting with '#[' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'." + ), + UnexpectedArgumentPlaceholder: _('Unexpected argument placeholder.'), + UnexpectedAwaitAfterPipelineBody: _( + 'Unexpected "await" after pipeline body; await must have parentheses in minimal proposal.' + ), + UnexpectedDigitAfterHash: _('Unexpected digit after hash token.'), + UnexpectedImportExport: _( + "'import' and 'export' may only appear at the top level." + ), + UnexpectedKeyword: _(({ keyword }) => `Unexpected keyword '${keyword}'.`), + UnexpectedLeadingDecorator: _( + 'Leading decorators must be attached to a class declaration.' + ), + UnexpectedLexicalDeclaration: _( + 'Lexical declaration cannot appear in a single-statement context.' + ), + UnexpectedNewTarget: _( + '`new.target` can only be used in functions or class properties.' + ), + UnexpectedNumericSeparator: _( + 'A numeric separator is only allowed between two digits.' + ), + UnexpectedPrivateField: _('Unexpected private name.'), + UnexpectedReservedWord: _( + ({ reservedWord }) => `Unexpected reserved word '${reservedWord}'.` + ), UnexpectedSuper: _("'super' is only allowed in object methods and classes."), - UnexpectedToken: _(({ - expected, - unexpected - }) => `Unexpected token${unexpected ? ` '${unexpected}'.` : ""}${expected ? `, expected "${expected}"` : ""}`), - UnexpectedTokenUnaryExponentiation: _("Illegal expression. Wrap left hand side or entire exponentiation in parentheses."), - UnsupportedBind: _("Binding should be performed on object property."), - UnsupportedDecoratorExport: _("A decorated export must export a class declaration."), - UnsupportedDefaultExport: _("Only expressions, functions or classes are allowed as the `default` export."), - UnsupportedImport: _("`import` can only be used in `import()` or `import.meta`."), - UnsupportedMetaProperty: _(({ - target, - onlyValidPropertyName - }) => `The only valid meta property for ${target} is ${target}.${onlyValidPropertyName}.`), - UnsupportedParameterDecorator: _("Decorators cannot be used to decorate parameters."), - UnsupportedPropertyDecorator: _("Decorators cannot be used to decorate object literal properties."), - UnsupportedSuper: _("'super' can only be used with function calls (i.e. super()) or in property accesses (i.e. super.prop or super[prop])."), - UnterminatedComment: _("Unterminated comment."), - UnterminatedRegExp: _("Unterminated regular expression."), - UnterminatedString: _("Unterminated string constant."), - UnterminatedTemplate: _("Unterminated template."), - VarRedeclaration: _(({ - identifierName - }) => `Identifier '${identifierName}' has already been declared.`), - YieldBindingIdentifier: _("Can not use 'yield' as identifier inside a generator."), - YieldInParameter: _("Yield expression is not allowed in formal parameters."), - ZeroDigitNumericSeparator: _("Numeric separator can not be used after leading 0.") -})); + UnexpectedToken: _( + ({ expected, unexpected }) => + `Unexpected token${unexpected ? ` '${unexpected}'.` : ''}${expected ? `, expected "${expected}"` : ''}` + ), + UnexpectedTokenUnaryExponentiation: _( + 'Illegal expression. Wrap left hand side or entire exponentiation in parentheses.' + ), + UnsupportedBind: _('Binding should be performed on object property.'), + UnsupportedDecoratorExport: _( + 'A decorated export must export a class declaration.' + ), + UnsupportedDefaultExport: _( + 'Only expressions, functions or classes are allowed as the `default` export.' + ), + UnsupportedImport: _( + '`import` can only be used in `import()` or `import.meta`.' + ), + UnsupportedMetaProperty: _( + ({ target, onlyValidPropertyName }) => + `The only valid meta property for ${target} is ${target}.${onlyValidPropertyName}.` + ), + UnsupportedParameterDecorator: _( + 'Decorators cannot be used to decorate parameters.' + ), + UnsupportedPropertyDecorator: _( + 'Decorators cannot be used to decorate object literal properties.' + ), + UnsupportedSuper: _( + "'super' can only be used with function calls (i.e. super()) or in property accesses (i.e. super.prop or super[prop])." + ), + UnterminatedComment: _('Unterminated comment.'), + UnterminatedRegExp: _('Unterminated regular expression.'), + UnterminatedString: _('Unterminated string constant.'), + UnterminatedTemplate: _('Unterminated template.'), + VarRedeclaration: _( + ({ identifierName }) => + `Identifier '${identifierName}' has already been declared.` + ), + YieldBindingIdentifier: _( + "Can not use 'yield' as identifier inside a generator." + ), + YieldInParameter: _('Yield expression is not allowed in formal parameters.'), + ZeroDigitNumericSeparator: _( + 'Numeric separator can not be used after leading 0.' + ), +}); -var StrictModeErrors = (_ => ({ - StrictDelete: _("Deleting local variable in strict mode."), - StrictEvalArguments: _(({ - referenceName - }) => `Assigning to '${referenceName}' in strict mode.`), - StrictEvalArgumentsBinding: _(({ - bindingName - }) => `Binding '${bindingName}' in strict mode.`), - StrictFunction: _("In strict mode code, functions can only be declared at top level or inside a block."), - StrictNumericEscape: _("The only valid numeric escape in strict mode is '\\0'."), - StrictOctalLiteral: _("Legacy octal literals are not allowed in strict mode."), - StrictWith: _("'with' in strict mode.") -})); +var StrictModeErrors = (_) => ({ + StrictDelete: _('Deleting local variable in strict mode.'), + StrictEvalArguments: _( + ({ referenceName }) => `Assigning to '${referenceName}' in strict mode.` + ), + StrictEvalArgumentsBinding: _( + ({ bindingName }) => `Binding '${bindingName}' in strict mode.` + ), + StrictFunction: _( + 'In strict mode code, functions can only be declared at top level or inside a block.' + ), + StrictNumericEscape: _( + "The only valid numeric escape in strict mode is '\\0'." + ), + StrictOctalLiteral: _( + 'Legacy octal literals are not allowed in strict mode.' + ), + StrictWith: _("'with' in strict mode."), +}); -const UnparenthesizedPipeBodyDescriptions = new Set(["ArrowFunctionExpression", "AssignmentExpression", "ConditionalExpression", "YieldExpression"]); -var PipelineOperatorErrors = (_ => ({ - PipeBodyIsTighter: _("Unexpected yield after pipeline body; any yield expression acting as Hack-style pipe body must be parenthesized due to its loose operator precedence."), - PipeTopicRequiresHackPipes: _('Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.'), - PipeTopicUnbound: _("Topic reference is unbound; it must be inside a pipe body."), - PipeTopicUnconfiguredToken: _(({ - token - }) => `Invalid topic token ${token}. In order to use ${token} as a topic reference, the pipelineOperator plugin must be configured with { "proposal": "hack", "topicToken": "${token}" }.`), - PipeTopicUnused: _("Hack-style pipe body does not contain a topic reference; Hack-style pipes must use topic at least once."), - PipeUnparenthesizedBody: _(({ - type - }) => `Hack-style pipe body cannot be an unparenthesized ${toNodeDescription({ - type - })}; please wrap it in parentheses.`), - PipelineBodyNoArrow: _('Unexpected arrow "=>" after pipeline body; arrow function in pipeline body must be parenthesized.'), - PipelineBodySequenceExpression: _("Pipeline body may not be a comma-separated sequence expression."), - PipelineHeadSequenceExpression: _("Pipeline head should not be a comma-separated sequence expression."), - PipelineTopicUnused: _("Pipeline is in topic style but does not use topic reference."), - PrimaryTopicNotAllowed: _("Topic reference was used in a lexical context without topic binding."), - PrimaryTopicRequiresSmartPipeline: _('Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.') -})); +const UnparenthesizedPipeBodyDescriptions = new Set([ + 'ArrowFunctionExpression', + 'AssignmentExpression', + 'ConditionalExpression', + 'YieldExpression', +]); +var PipelineOperatorErrors = (_) => ({ + PipeBodyIsTighter: _( + 'Unexpected yield after pipeline body; any yield expression acting as Hack-style pipe body must be parenthesized due to its loose operator precedence.' + ), + PipeTopicRequiresHackPipes: _( + 'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.' + ), + PipeTopicUnbound: _( + 'Topic reference is unbound; it must be inside a pipe body.' + ), + PipeTopicUnconfiguredToken: _( + ({ token }) => + `Invalid topic token ${token}. In order to use ${token} as a topic reference, the pipelineOperator plugin must be configured with { "proposal": "hack", "topicToken": "${token}" }.` + ), + PipeTopicUnused: _( + 'Hack-style pipe body does not contain a topic reference; Hack-style pipes must use topic at least once.' + ), + PipeUnparenthesizedBody: _( + ({ type }) => + `Hack-style pipe body cannot be an unparenthesized ${toNodeDescription({ + type, + })}; please wrap it in parentheses.` + ), + PipelineBodyNoArrow: _( + 'Unexpected arrow "=>" after pipeline body; arrow function in pipeline body must be parenthesized.' + ), + PipelineBodySequenceExpression: _( + 'Pipeline body may not be a comma-separated sequence expression.' + ), + PipelineHeadSequenceExpression: _( + 'Pipeline head should not be a comma-separated sequence expression.' + ), + PipelineTopicUnused: _( + 'Pipeline is in topic style but does not use topic reference.' + ), + PrimaryTopicNotAllowed: _( + 'Topic reference was used in a lexical context without topic binding.' + ), + PrimaryTopicRequiresSmartPipeline: _( + 'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.' + ), +}); -const _excluded$1 = ["toMessage"]; +const _excluded$1 = ['toMessage']; function toParseErrorConstructor(_ref) { - let { - toMessage - } = _ref, - properties = _objectWithoutPropertiesLoose(_ref, _excluded$1); + let { toMessage } = _ref, + properties = _objectWithoutPropertiesLoose(_ref, _excluded$1); - return function constructor({ - loc, - details - }) { - return instantiate(SyntaxError, Object.assign({}, properties, { - loc - }), { - clone(overrides = {}) { - const loc = overrides.loc || {}; - return constructor({ - loc: new Position("line" in loc ? loc.line : this.loc.line, "column" in loc ? loc.column : this.loc.column, "index" in loc ? loc.index : this.loc.index), - details: Object.assign({}, this.details, overrides.details) - }); - }, - - details: { - value: details, - enumerable: false - }, - message: { - get() { - return `${toMessage(this.details)} (${this.loc.line}:${this.loc.column})`; + return function constructor({ loc, details }) { + return instantiate( + SyntaxError, + Object.assign({}, properties, { + loc, + }), + { + clone(overrides = {}) { + const loc = overrides.loc || {}; + return constructor({ + loc: new Position( + 'line' in loc ? loc.line : this.loc.line, + 'column' in loc ? loc.column : this.loc.column, + 'index' in loc ? loc.index : this.loc.index + ), + details: Object.assign({}, this.details, overrides.details), + }); }, - set(value) { - Object.defineProperty(this, "message", { - value - }); - } + details: { + value: details, + enumerable: false, + }, + message: { + get() { + return `${toMessage(this.details)} (${this.loc.line}:${this.loc.column})`; + }, - }, - pos: { - reflect: "loc.index", - enumerable: true - }, - missingPlugin: "missingPlugin" in details && { - reflect: "details.missingPlugin", - enumerable: true + set(value) { + Object.defineProperty(this, 'message', { + value, + }); + }, + }, + pos: { + reflect: 'loc.index', + enumerable: true, + }, + missingPlugin: 'missingPlugin' in details && { + reflect: 'details.missingPlugin', + enumerable: true, + }, } - }); + ); }; } function toParseErrorCredentials(toMessageOrMessage, credentials) { - return Object.assign({ - toMessage: typeof toMessageOrMessage === "string" ? () => toMessageOrMessage : toMessageOrMessage - }, credentials); + return Object.assign( + { + toMessage: + typeof toMessageOrMessage === 'string' ? + () => toMessageOrMessage + : toMessageOrMessage, + }, + credentials + ); } function ParseErrorEnum(argument, syntaxPlugin) { if (Array.isArray(argument)) { - return toParseErrorCredentialsMap => ParseErrorEnum(toParseErrorCredentialsMap, argument[0]); + return (toParseErrorCredentialsMap) => + ParseErrorEnum(toParseErrorCredentialsMap, argument[0]); } const partialCredentials = argument(toParseErrorCredentials); const ParseErrorConstructors = {}; for (const reasonCode of Object.keys(partialCredentials)) { - ParseErrorConstructors[reasonCode] = toParseErrorConstructor(Object.assign({ - code: ParseErrorCodes.SyntaxError, - reasonCode - }, syntaxPlugin ? { - syntaxPlugin - } : {}, partialCredentials[reasonCode])); + ParseErrorConstructors[reasonCode] = toParseErrorConstructor( + Object.assign( + { + code: ParseErrorCodes.SyntaxError, + reasonCode, + }, + syntaxPlugin ? + { + syntaxPlugin, + } + : {}, + partialCredentials[reasonCode] + ) + ); } return ParseErrorConstructors; } -const Errors = Object.assign({}, ParseErrorEnum(ModuleErrors), ParseErrorEnum(StandardErrors), ParseErrorEnum(StrictModeErrors), ParseErrorEnum`pipelineOperator`(PipelineOperatorErrors)); +const Errors = Object.assign( + {}, + ParseErrorEnum(ModuleErrors), + ParseErrorEnum(StandardErrors), + ParseErrorEnum(StrictModeErrors), + ParseErrorEnum`pipelineOperator`(PipelineOperatorErrors) +); -const { - defineProperty -} = Object; +const { defineProperty } = Object; -const toUnenumerable = (object, key) => defineProperty(object, key, { - enumerable: false, - value: object[key] -}); +const toUnenumerable = (object, key) => + defineProperty(object, key, { + enumerable: false, + value: object[key], + }); function toESTreeLocation(node) { - node.loc.start && toUnenumerable(node.loc.start, "index"); - node.loc.end && toUnenumerable(node.loc.end, "index"); + node.loc.start && toUnenumerable(node.loc.start, 'index'); + node.loc.end && toUnenumerable(node.loc.end, 'index'); return node; } -var estree = (superClass => class extends superClass { - parse() { - const file = toESTreeLocation(super.parse()); +var estree = (superClass) => + class extends superClass { + parse() { + const file = toESTreeLocation(super.parse()); - if (this.options.tokens) { - file.tokens = file.tokens.map(toESTreeLocation); - } - - return file; - } - - parseRegExpLiteral({ - pattern, - flags - }) { - let regex = null; - - try { - regex = new RegExp(pattern, flags); - } catch (e) {} - - const node = this.estreeParseLiteral(regex); - node.regex = { - pattern, - flags - }; - return node; - } - - parseBigIntLiteral(value) { - let bigInt; - - try { - bigInt = BigInt(value); - } catch (_unused) { - bigInt = null; - } - - const node = this.estreeParseLiteral(bigInt); - node.bigint = String(node.value || value); - return node; - } - - parseDecimalLiteral(value) { - const decimal = null; - const node = this.estreeParseLiteral(decimal); - node.decimal = String(node.value || value); - return node; - } - - estreeParseLiteral(value) { - return this.parseLiteral(value, "Literal"); - } - - parseStringLiteral(value) { - return this.estreeParseLiteral(value); - } - - parseNumericLiteral(value) { - return this.estreeParseLiteral(value); - } - - parseNullLiteral() { - return this.estreeParseLiteral(null); - } - - parseBooleanLiteral(value) { - return this.estreeParseLiteral(value); - } - - directiveToStmt(directive) { - const directiveLiteral = directive.value; - const stmt = this.startNodeAt(directive.start, directive.loc.start); - const expression = this.startNodeAt(directiveLiteral.start, directiveLiteral.loc.start); - expression.value = directiveLiteral.extra.expressionValue; - expression.raw = directiveLiteral.extra.raw; - stmt.expression = this.finishNodeAt(expression, "Literal", directiveLiteral.loc.end); - stmt.directive = directiveLiteral.extra.raw.slice(1, -1); - return this.finishNodeAt(stmt, "ExpressionStatement", directive.loc.end); - } - - initFunction(node, isAsync) { - super.initFunction(node, isAsync); - node.expression = false; - } - - checkDeclaration(node) { - if (node != null && this.isObjectProperty(node)) { - this.checkDeclaration(node.value); - } else { - super.checkDeclaration(node); - } - } - - getObjectOrClassMethodParams(method) { - return method.value.params; - } - - isValidDirective(stmt) { - var _stmt$expression$extr; - - return stmt.type === "ExpressionStatement" && stmt.expression.type === "Literal" && typeof stmt.expression.value === "string" && !((_stmt$expression$extr = stmt.expression.extra) != null && _stmt$expression$extr.parenthesized); - } - - parseBlockBody(node, ...args) { - super.parseBlockBody(node, ...args); - const directiveStatements = node.directives.map(d => this.directiveToStmt(d)); - node.body = directiveStatements.concat(node.body); - delete node.directives; - } - - pushClassMethod(classBody, method, isGenerator, isAsync, isConstructor, allowsDirectSuper) { - this.parseMethod(method, isGenerator, isAsync, isConstructor, allowsDirectSuper, "ClassMethod", true); - - if (method.typeParameters) { - method.value.typeParameters = method.typeParameters; - delete method.typeParameters; - } - - classBody.body.push(method); - } - - parsePrivateName() { - const node = super.parsePrivateName(); - { - if (!this.getPluginOption("estree", "classFeatures")) { - return node; - } - } - return this.convertPrivateNameToPrivateIdentifier(node); - } - - convertPrivateNameToPrivateIdentifier(node) { - const name = super.getPrivateNameSV(node); - node = node; - delete node.id; - node.name = name; - node.type = "PrivateIdentifier"; - return node; - } - - isPrivateName(node) { - { - if (!this.getPluginOption("estree", "classFeatures")) { - return super.isPrivateName(node); - } - } - return node.type === "PrivateIdentifier"; - } - - getPrivateNameSV(node) { - { - if (!this.getPluginOption("estree", "classFeatures")) { - return super.getPrivateNameSV(node); - } - } - return node.name; - } - - parseLiteral(value, type) { - const node = super.parseLiteral(value, type); - node.raw = node.extra.raw; - delete node.extra; - return node; - } - - parseFunctionBody(node, allowExpression, isMethod = false) { - super.parseFunctionBody(node, allowExpression, isMethod); - node.expression = node.body.type !== "BlockStatement"; - } - - parseMethod(node, isGenerator, isAsync, isConstructor, allowDirectSuper, type, inClassScope = false) { - let funcNode = this.startNode(); - funcNode.kind = node.kind; - funcNode = super.parseMethod(funcNode, isGenerator, isAsync, isConstructor, allowDirectSuper, type, inClassScope); - funcNode.type = "FunctionExpression"; - delete funcNode.kind; - node.value = funcNode; - - if (type === "ClassPrivateMethod") { - node.computed = false; - } - - type = "MethodDefinition"; - return this.finishNode(node, type); - } - - parseClassProperty(...args) { - const propertyNode = super.parseClassProperty(...args); - { - if (!this.getPluginOption("estree", "classFeatures")) { - return propertyNode; - } - } - propertyNode.type = "PropertyDefinition"; - return propertyNode; - } - - parseClassPrivateProperty(...args) { - const propertyNode = super.parseClassPrivateProperty(...args); - { - if (!this.getPluginOption("estree", "classFeatures")) { - return propertyNode; - } - } - propertyNode.type = "PropertyDefinition"; - propertyNode.computed = false; - return propertyNode; - } - - parseObjectMethod(prop, isGenerator, isAsync, isPattern, isAccessor) { - const node = super.parseObjectMethod(prop, isGenerator, isAsync, isPattern, isAccessor); - - if (node) { - node.type = "Property"; - if (node.kind === "method") node.kind = "init"; - node.shorthand = false; - } - - return node; - } - - parseObjectProperty(prop, startPos, startLoc, isPattern, refExpressionErrors) { - const node = super.parseObjectProperty(prop, startPos, startLoc, isPattern, refExpressionErrors); - - if (node) { - node.kind = "init"; - node.type = "Property"; - } - - return node; - } - - isValidLVal(type, ...rest) { - return type === "Property" ? "value" : super.isValidLVal(type, ...rest); - } - - isAssignable(node, isBinding) { - if (node != null && this.isObjectProperty(node)) { - return this.isAssignable(node.value, isBinding); - } - - return super.isAssignable(node, isBinding); - } - - toAssignable(node, isLHS = false) { - if (node != null && this.isObjectProperty(node)) { - const { - key, - value - } = node; - - if (this.isPrivateName(key)) { - this.classScope.usePrivateName(this.getPrivateNameSV(key), key.loc.start); + if (this.options.tokens) { + file.tokens = file.tokens.map(toESTreeLocation); } - this.toAssignable(value, isLHS); - } else { - super.toAssignable(node, isLHS); + return file; } - } - toAssignableObjectExpressionProp(prop) { - if (prop.kind === "get" || prop.kind === "set") { - this.raise(Errors.PatternHasAccessor, { - at: prop.key - }); - } else if (prop.method) { - this.raise(Errors.PatternHasMethod, { - at: prop.key - }); - } else { - super.toAssignableObjectExpressionProp(...arguments); + parseRegExpLiteral({ pattern, flags }) { + let regex = null; + + try { + regex = new RegExp(pattern, flags); + } catch (e) {} + + const node = this.estreeParseLiteral(regex); + node.regex = { + pattern, + flags, + }; + return node; } - } - finishCallExpression(node, optional) { - super.finishCallExpression(node, optional); + parseBigIntLiteral(value) { + let bigInt; - if (node.callee.type === "Import") { - node.type = "ImportExpression"; - node.source = node.arguments[0]; - - if (this.hasPlugin("importAssertions")) { - var _node$arguments$; - - node.attributes = (_node$arguments$ = node.arguments[1]) != null ? _node$arguments$ : null; + try { + bigInt = BigInt(value); + } catch (_unused) { + bigInt = null; } - delete node.arguments; - delete node.callee; + const node = this.estreeParseLiteral(bigInt); + node.bigint = String(node.value || value); + return node; } - return node; - } - - toReferencedArguments(node) { - if (node.type === "ImportExpression") { - return; + parseDecimalLiteral(value) { + const decimal = null; + const node = this.estreeParseLiteral(decimal); + node.decimal = String(node.value || value); + return node; } - super.toReferencedArguments(node); - } + estreeParseLiteral(value) { + return this.parseLiteral(value, 'Literal'); + } - parseExport(node) { - super.parseExport(node); + parseStringLiteral(value) { + return this.estreeParseLiteral(value); + } - switch (node.type) { - case "ExportAllDeclaration": - node.exported = null; - break; + parseNumericLiteral(value) { + return this.estreeParseLiteral(value); + } - case "ExportNamedDeclaration": - if (node.specifiers.length === 1 && node.specifiers[0].type === "ExportNamespaceSpecifier") { - node.type = "ExportAllDeclaration"; - node.exported = node.specifiers[0].exported; - delete node.specifiers; + parseNullLiteral() { + return this.estreeParseLiteral(null); + } + + parseBooleanLiteral(value) { + return this.estreeParseLiteral(value); + } + + directiveToStmt(directive) { + const directiveLiteral = directive.value; + const stmt = this.startNodeAt(directive.start, directive.loc.start); + const expression = this.startNodeAt( + directiveLiteral.start, + directiveLiteral.loc.start + ); + expression.value = directiveLiteral.extra.expressionValue; + expression.raw = directiveLiteral.extra.raw; + stmt.expression = this.finishNodeAt( + expression, + 'Literal', + directiveLiteral.loc.end + ); + stmt.directive = directiveLiteral.extra.raw.slice(1, -1); + return this.finishNodeAt(stmt, 'ExpressionStatement', directive.loc.end); + } + + initFunction(node, isAsync) { + super.initFunction(node, isAsync); + node.expression = false; + } + + checkDeclaration(node) { + if (node != null && this.isObjectProperty(node)) { + this.checkDeclaration(node.value); + } else { + super.checkDeclaration(node); + } + } + + getObjectOrClassMethodParams(method) { + return method.value.params; + } + + isValidDirective(stmt) { + var _stmt$expression$extr; + + return ( + stmt.type === 'ExpressionStatement' && + stmt.expression.type === 'Literal' && + typeof stmt.expression.value === 'string' && + !( + (_stmt$expression$extr = stmt.expression.extra) != null && + _stmt$expression$extr.parenthesized + ) + ); + } + + parseBlockBody(node, ...args) { + super.parseBlockBody(node, ...args); + const directiveStatements = node.directives.map((d) => + this.directiveToStmt(d) + ); + node.body = directiveStatements.concat(node.body); + delete node.directives; + } + + pushClassMethod( + classBody, + method, + isGenerator, + isAsync, + isConstructor, + allowsDirectSuper + ) { + this.parseMethod( + method, + isGenerator, + isAsync, + isConstructor, + allowsDirectSuper, + 'ClassMethod', + true + ); + + if (method.typeParameters) { + method.value.typeParameters = method.typeParameters; + delete method.typeParameters; + } + + classBody.body.push(method); + } + + parsePrivateName() { + const node = super.parsePrivateName(); + { + if (!this.getPluginOption('estree', 'classFeatures')) { + return node; + } + } + return this.convertPrivateNameToPrivateIdentifier(node); + } + + convertPrivateNameToPrivateIdentifier(node) { + const name = super.getPrivateNameSV(node); + node = node; + delete node.id; + node.name = name; + node.type = 'PrivateIdentifier'; + return node; + } + + isPrivateName(node) { + { + if (!this.getPluginOption('estree', 'classFeatures')) { + return super.isPrivateName(node); + } + } + return node.type === 'PrivateIdentifier'; + } + + getPrivateNameSV(node) { + { + if (!this.getPluginOption('estree', 'classFeatures')) { + return super.getPrivateNameSV(node); + } + } + return node.name; + } + + parseLiteral(value, type) { + const node = super.parseLiteral(value, type); + node.raw = node.extra.raw; + delete node.extra; + return node; + } + + parseFunctionBody(node, allowExpression, isMethod = false) { + super.parseFunctionBody(node, allowExpression, isMethod); + node.expression = node.body.type !== 'BlockStatement'; + } + + parseMethod( + node, + isGenerator, + isAsync, + isConstructor, + allowDirectSuper, + type, + inClassScope = false + ) { + let funcNode = this.startNode(); + funcNode.kind = node.kind; + funcNode = super.parseMethod( + funcNode, + isGenerator, + isAsync, + isConstructor, + allowDirectSuper, + type, + inClassScope + ); + funcNode.type = 'FunctionExpression'; + delete funcNode.kind; + node.value = funcNode; + + if (type === 'ClassPrivateMethod') { + node.computed = false; + } + + type = 'MethodDefinition'; + return this.finishNode(node, type); + } + + parseClassProperty(...args) { + const propertyNode = super.parseClassProperty(...args); + { + if (!this.getPluginOption('estree', 'classFeatures')) { + return propertyNode; + } + } + propertyNode.type = 'PropertyDefinition'; + return propertyNode; + } + + parseClassPrivateProperty(...args) { + const propertyNode = super.parseClassPrivateProperty(...args); + { + if (!this.getPluginOption('estree', 'classFeatures')) { + return propertyNode; + } + } + propertyNode.type = 'PropertyDefinition'; + propertyNode.computed = false; + return propertyNode; + } + + parseObjectMethod(prop, isGenerator, isAsync, isPattern, isAccessor) { + const node = super.parseObjectMethod( + prop, + isGenerator, + isAsync, + isPattern, + isAccessor + ); + + if (node) { + node.type = 'Property'; + if (node.kind === 'method') node.kind = 'init'; + node.shorthand = false; + } + + return node; + } + + parseObjectProperty( + prop, + startPos, + startLoc, + isPattern, + refExpressionErrors + ) { + const node = super.parseObjectProperty( + prop, + startPos, + startLoc, + isPattern, + refExpressionErrors + ); + + if (node) { + node.kind = 'init'; + node.type = 'Property'; + } + + return node; + } + + isValidLVal(type, ...rest) { + return type === 'Property' ? 'value' : super.isValidLVal(type, ...rest); + } + + isAssignable(node, isBinding) { + if (node != null && this.isObjectProperty(node)) { + return this.isAssignable(node.value, isBinding); + } + + return super.isAssignable(node, isBinding); + } + + toAssignable(node, isLHS = false) { + if (node != null && this.isObjectProperty(node)) { + const { key, value } = node; + + if (this.isPrivateName(key)) { + this.classScope.usePrivateName( + this.getPrivateNameSV(key), + key.loc.start + ); } - break; + this.toAssignable(value, isLHS); + } else { + super.toAssignable(node, isLHS); + } } - return node; - } + toAssignableObjectExpressionProp(prop) { + if (prop.kind === 'get' || prop.kind === 'set') { + this.raise(Errors.PatternHasAccessor, { + at: prop.key, + }); + } else if (prop.method) { + this.raise(Errors.PatternHasMethod, { + at: prop.key, + }); + } else { + super.toAssignableObjectExpressionProp(...arguments); + } + } - parseSubscript(base, startPos, startLoc, noCalls, state) { - const node = super.parseSubscript(base, startPos, startLoc, noCalls, state); + finishCallExpression(node, optional) { + super.finishCallExpression(node, optional); - if (state.optionalChainMember) { - if (node.type === "OptionalMemberExpression" || node.type === "OptionalCallExpression") { - node.type = node.type.substring(8); + if (node.callee.type === 'Import') { + node.type = 'ImportExpression'; + node.source = node.arguments[0]; + + if (this.hasPlugin('importAssertions')) { + var _node$arguments$; + + node.attributes = + (_node$arguments$ = node.arguments[1]) != null ? + _node$arguments$ + : null; + } + + delete node.arguments; + delete node.callee; } - if (state.stop) { - const chain = this.startNodeAtNode(node); - chain.expression = node; - return this.finishNode(chain, "ChainExpression"); + return node; + } + + toReferencedArguments(node) { + if (node.type === 'ImportExpression') { + return; } - } else if (node.type === "MemberExpression" || node.type === "CallExpression") { - node.optional = false; + + super.toReferencedArguments(node); } - return node; - } + parseExport(node) { + super.parseExport(node); - hasPropertyAsPrivateName(node) { - if (node.type === "ChainExpression") { - node = node.expression; + switch (node.type) { + case 'ExportAllDeclaration': + node.exported = null; + break; + + case 'ExportNamedDeclaration': + if ( + node.specifiers.length === 1 && + node.specifiers[0].type === 'ExportNamespaceSpecifier' + ) { + node.type = 'ExportAllDeclaration'; + node.exported = node.specifiers[0].exported; + delete node.specifiers; + } + + break; + } + + return node; } - return super.hasPropertyAsPrivateName(node); - } + parseSubscript(base, startPos, startLoc, noCalls, state) { + const node = super.parseSubscript( + base, + startPos, + startLoc, + noCalls, + state + ); - isOptionalChain(node) { - return node.type === "ChainExpression"; - } + if (state.optionalChainMember) { + if ( + node.type === 'OptionalMemberExpression' || + node.type === 'OptionalCallExpression' + ) { + node.type = node.type.substring(8); + } - isObjectProperty(node) { - return node.type === "Property" && node.kind === "init" && !node.method; - } + if (state.stop) { + const chain = this.startNodeAtNode(node); + chain.expression = node; + return this.finishNode(chain, 'ChainExpression'); + } + } else if ( + node.type === 'MemberExpression' || + node.type === 'CallExpression' + ) { + node.optional = false; + } - isObjectMethod(node) { - return node.method || node.kind === "get" || node.kind === "set"; - } + return node; + } - finishNodeAt(node, type, endLoc) { - return toESTreeLocation(super.finishNodeAt(node, type, endLoc)); - } + hasPropertyAsPrivateName(node) { + if (node.type === 'ChainExpression') { + node = node.expression; + } - resetStartLocation(node, start, startLoc) { - super.resetStartLocation(node, start, startLoc); - toESTreeLocation(node); - } + return super.hasPropertyAsPrivateName(node); + } - resetEndLocation(node, endLoc = this.state.lastTokEndLoc) { - super.resetEndLocation(node, endLoc); - toESTreeLocation(node); - } + isOptionalChain(node) { + return node.type === 'ChainExpression'; + } -}); + isObjectProperty(node) { + return node.type === 'Property' && node.kind === 'init' && !node.method; + } + + isObjectMethod(node) { + return node.method || node.kind === 'get' || node.kind === 'set'; + } + + finishNodeAt(node, type, endLoc) { + return toESTreeLocation(super.finishNodeAt(node, type, endLoc)); + } + + resetStartLocation(node, start, startLoc) { + super.resetStartLocation(node, start, startLoc); + toESTreeLocation(node); + } + + resetEndLocation(node, endLoc = this.state.lastTokEndLoc) { + super.resetEndLocation(node, endLoc); + toESTreeLocation(node); + } + }; class TokContext { constructor(token, preserveSpace) { @@ -823,16 +1096,15 @@ class TokContext { this.token = token; this.preserveSpace = !!preserveSpace; } - } const types = { - brace: new TokContext("{"), - j_oTag: new TokContext("...", true) + brace: new TokContext('{'), + j_oTag: new TokContext('...', true), }; { - types.template = new TokContext("`", true); + types.template = new TokContext('`', true); } const beforeExpr = true; @@ -867,7 +1139,6 @@ class ExportedTokenType { this.updateContext = null; } } - } const keywords$1 = new Map(); @@ -881,7 +1152,7 @@ function createKeyword(name, options = {}) { function createBinop(name, binop) { return createToken(name, { beforeExpr, - binop + binop, }); } @@ -898,410 +1169,437 @@ function createToken(name, options = {}) { ++tokenTypeCounter; tokenLabels.push(name); - tokenBinops.push((_options$binop = options.binop) != null ? _options$binop : -1); - tokenBeforeExprs.push((_options$beforeExpr = options.beforeExpr) != null ? _options$beforeExpr : false); - tokenStartsExprs.push((_options$startsExpr = options.startsExpr) != null ? _options$startsExpr : false); - tokenPrefixes.push((_options$prefix = options.prefix) != null ? _options$prefix : false); + tokenBinops.push( + (_options$binop = options.binop) != null ? _options$binop : -1 + ); + tokenBeforeExprs.push( + (_options$beforeExpr = options.beforeExpr) != null ? + _options$beforeExpr + : false + ); + tokenStartsExprs.push( + (_options$startsExpr = options.startsExpr) != null ? + _options$startsExpr + : false + ); + tokenPrefixes.push( + (_options$prefix = options.prefix) != null ? _options$prefix : false + ); tokenTypes.push(new ExportedTokenType(name, options)); return tokenTypeCounter; } function createKeywordLike(name, options = {}) { - var _options$binop2, _options$beforeExpr2, _options$startsExpr2, _options$prefix2; + var _options$binop2, + _options$beforeExpr2, + _options$startsExpr2, + _options$prefix2; ++tokenTypeCounter; keywords$1.set(name, tokenTypeCounter); tokenLabels.push(name); - tokenBinops.push((_options$binop2 = options.binop) != null ? _options$binop2 : -1); - tokenBeforeExprs.push((_options$beforeExpr2 = options.beforeExpr) != null ? _options$beforeExpr2 : false); - tokenStartsExprs.push((_options$startsExpr2 = options.startsExpr) != null ? _options$startsExpr2 : false); - tokenPrefixes.push((_options$prefix2 = options.prefix) != null ? _options$prefix2 : false); - tokenTypes.push(new ExportedTokenType("name", options)); + tokenBinops.push( + (_options$binop2 = options.binop) != null ? _options$binop2 : -1 + ); + tokenBeforeExprs.push( + (_options$beforeExpr2 = options.beforeExpr) != null ? + _options$beforeExpr2 + : false + ); + tokenStartsExprs.push( + (_options$startsExpr2 = options.startsExpr) != null ? + _options$startsExpr2 + : false + ); + tokenPrefixes.push( + (_options$prefix2 = options.prefix) != null ? _options$prefix2 : false + ); + tokenTypes.push(new ExportedTokenType('name', options)); return tokenTypeCounter; } const tt = { - bracketL: createToken("[", { + bracketL: createToken('[', { beforeExpr, - startsExpr + startsExpr, }), - bracketHashL: createToken("#[", { + bracketHashL: createToken('#[', { beforeExpr, - startsExpr + startsExpr, }), - bracketBarL: createToken("[|", { + bracketBarL: createToken('[|', { beforeExpr, - startsExpr + startsExpr, }), - bracketR: createToken("]"), - bracketBarR: createToken("|]"), - braceL: createToken("{", { + bracketR: createToken(']'), + bracketBarR: createToken('|]'), + braceL: createToken('{', { beforeExpr, - startsExpr + startsExpr, }), - braceBarL: createToken("{|", { + braceBarL: createToken('{|', { beforeExpr, - startsExpr + startsExpr, }), - braceHashL: createToken("#{", { + braceHashL: createToken('#{', { beforeExpr, - startsExpr + startsExpr, }), - braceR: createToken("}"), - braceBarR: createToken("|}"), - parenL: createToken("(", { + braceR: createToken('}'), + braceBarR: createToken('|}'), + parenL: createToken('(', { beforeExpr, - startsExpr + startsExpr, }), - parenR: createToken(")"), - comma: createToken(",", { - beforeExpr - }), - semi: createToken(";", { - beforeExpr - }), - colon: createToken(":", { - beforeExpr - }), - doubleColon: createToken("::", { - beforeExpr - }), - dot: createToken("."), - question: createToken("?", { - beforeExpr - }), - questionDot: createToken("?."), - arrow: createToken("=>", { - beforeExpr - }), - template: createToken("template"), - ellipsis: createToken("...", { - beforeExpr - }), - backQuote: createToken("`", { - startsExpr - }), - dollarBraceL: createToken("${", { + parenR: createToken(')'), + comma: createToken(',', { beforeExpr, - startsExpr }), - templateTail: createToken("...`", { - startsExpr - }), - templateNonTail: createToken("...${", { + semi: createToken(';', { beforeExpr, - startsExpr }), - at: createToken("@"), - hash: createToken("#", { - startsExpr - }), - interpreterDirective: createToken("#!..."), - eq: createToken("=", { + colon: createToken(':', { beforeExpr, - isAssign }), - assign: createToken("_=", { + doubleColon: createToken('::', { beforeExpr, - isAssign }), - slashAssign: createToken("_=", { + dot: createToken('.'), + question: createToken('?', { beforeExpr, - isAssign }), - xorAssign: createToken("_=", { + questionDot: createToken('?.'), + arrow: createToken('=>', { beforeExpr, - isAssign }), - moduloAssign: createToken("_=", { + template: createToken('template'), + ellipsis: createToken('...', { beforeExpr, - isAssign }), - incDec: createToken("++/--", { + backQuote: createToken('`', { + startsExpr, + }), + dollarBraceL: createToken('${', { + beforeExpr, + startsExpr, + }), + templateTail: createToken('...`', { + startsExpr, + }), + templateNonTail: createToken('...${', { + beforeExpr, + startsExpr, + }), + at: createToken('@'), + hash: createToken('#', { + startsExpr, + }), + interpreterDirective: createToken('#!...'), + eq: createToken('=', { + beforeExpr, + isAssign, + }), + assign: createToken('_=', { + beforeExpr, + isAssign, + }), + slashAssign: createToken('_=', { + beforeExpr, + isAssign, + }), + xorAssign: createToken('_=', { + beforeExpr, + isAssign, + }), + moduloAssign: createToken('_=', { + beforeExpr, + isAssign, + }), + incDec: createToken('++/--', { prefix, postfix, - startsExpr + startsExpr, }), - bang: createToken("!", { + bang: createToken('!', { beforeExpr, prefix, - startsExpr + startsExpr, }), - tilde: createToken("~", { + tilde: createToken('~', { beforeExpr, prefix, - startsExpr + startsExpr, }), - doubleCaret: createToken("^^", { - startsExpr + doubleCaret: createToken('^^', { + startsExpr, }), - doubleAt: createToken("@@", { - startsExpr + doubleAt: createToken('@@', { + startsExpr, }), - pipeline: createBinop("|>", 0), - nullishCoalescing: createBinop("??", 1), - logicalOR: createBinop("||", 1), - logicalAND: createBinop("&&", 2), - bitwiseOR: createBinop("|", 3), - bitwiseXOR: createBinop("^", 4), - bitwiseAND: createBinop("&", 5), - equality: createBinop("==/!=/===/!==", 6), - lt: createBinop("/<=/>=", 7), - gt: createBinop("/<=/>=", 7), - relational: createBinop("/<=/>=", 7), - bitShift: createBinop("<>/>>>", 8), - bitShiftL: createBinop("<>/>>>", 8), - bitShiftR: createBinop("<>/>>>", 8), - plusMin: createToken("+/-", { + pipeline: createBinop('|>', 0), + nullishCoalescing: createBinop('??', 1), + logicalOR: createBinop('||', 1), + logicalAND: createBinop('&&', 2), + bitwiseOR: createBinop('|', 3), + bitwiseXOR: createBinop('^', 4), + bitwiseAND: createBinop('&', 5), + equality: createBinop('==/!=/===/!==', 6), + lt: createBinop('/<=/>=', 7), + gt: createBinop('/<=/>=', 7), + relational: createBinop('/<=/>=', 7), + bitShift: createBinop('<>/>>>', 8), + bitShiftL: createBinop('<>/>>>', 8), + bitShiftR: createBinop('<>/>>>', 8), + plusMin: createToken('+/-', { beforeExpr, binop: 9, prefix, - startsExpr + startsExpr, }), - modulo: createToken("%", { + modulo: createToken('%', { binop: 10, - startsExpr + startsExpr, }), - star: createToken("*", { - binop: 10 + star: createToken('*', { + binop: 10, }), - slash: createBinop("/", 10), - exponent: createToken("**", { + slash: createBinop('/', 10), + exponent: createToken('**', { beforeExpr, binop: 11, - rightAssociative: true + rightAssociative: true, }), - _in: createKeyword("in", { + _in: createKeyword('in', { beforeExpr, - binop: 7 + binop: 7, }), - _instanceof: createKeyword("instanceof", { + _instanceof: createKeyword('instanceof', { beforeExpr, - binop: 7 + binop: 7, }), - _break: createKeyword("break"), - _case: createKeyword("case", { - beforeExpr + _break: createKeyword('break'), + _case: createKeyword('case', { + beforeExpr, }), - _catch: createKeyword("catch"), - _continue: createKeyword("continue"), - _debugger: createKeyword("debugger"), - _default: createKeyword("default", { - beforeExpr + _catch: createKeyword('catch'), + _continue: createKeyword('continue'), + _debugger: createKeyword('debugger'), + _default: createKeyword('default', { + beforeExpr, }), - _else: createKeyword("else", { - beforeExpr + _else: createKeyword('else', { + beforeExpr, }), - _finally: createKeyword("finally"), - _function: createKeyword("function", { - startsExpr + _finally: createKeyword('finally'), + _function: createKeyword('function', { + startsExpr, }), - _if: createKeyword("if"), - _return: createKeyword("return", { - beforeExpr + _if: createKeyword('if'), + _return: createKeyword('return', { + beforeExpr, }), - _switch: createKeyword("switch"), - _throw: createKeyword("throw", { + _switch: createKeyword('switch'), + _throw: createKeyword('throw', { beforeExpr, prefix, - startsExpr + startsExpr, }), - _try: createKeyword("try"), - _var: createKeyword("var"), - _const: createKeyword("const"), - _with: createKeyword("with"), - _new: createKeyword("new", { + _try: createKeyword('try'), + _var: createKeyword('var'), + _const: createKeyword('const'), + _with: createKeyword('with'), + _new: createKeyword('new', { beforeExpr, - startsExpr + startsExpr, }), - _this: createKeyword("this", { - startsExpr + _this: createKeyword('this', { + startsExpr, }), - _super: createKeyword("super", { - startsExpr + _super: createKeyword('super', { + startsExpr, }), - _class: createKeyword("class", { - startsExpr + _class: createKeyword('class', { + startsExpr, }), - _extends: createKeyword("extends", { - beforeExpr + _extends: createKeyword('extends', { + beforeExpr, }), - _export: createKeyword("export"), - _import: createKeyword("import", { - startsExpr + _export: createKeyword('export'), + _import: createKeyword('import', { + startsExpr, }), - _null: createKeyword("null", { - startsExpr + _null: createKeyword('null', { + startsExpr, }), - _true: createKeyword("true", { - startsExpr + _true: createKeyword('true', { + startsExpr, }), - _false: createKeyword("false", { - startsExpr + _false: createKeyword('false', { + startsExpr, }), - _typeof: createKeyword("typeof", { + _typeof: createKeyword('typeof', { beforeExpr, prefix, - startsExpr + startsExpr, }), - _void: createKeyword("void", { + _void: createKeyword('void', { beforeExpr, prefix, - startsExpr + startsExpr, }), - _delete: createKeyword("delete", { + _delete: createKeyword('delete', { beforeExpr, prefix, - startsExpr + startsExpr, }), - _do: createKeyword("do", { + _do: createKeyword('do', { isLoop, - beforeExpr + beforeExpr, }), - _for: createKeyword("for", { - isLoop + _for: createKeyword('for', { + isLoop, }), - _while: createKeyword("while", { - isLoop + _while: createKeyword('while', { + isLoop, }), - _as: createKeywordLike("as", { - startsExpr + _as: createKeywordLike('as', { + startsExpr, }), - _assert: createKeywordLike("assert", { - startsExpr + _assert: createKeywordLike('assert', { + startsExpr, }), - _async: createKeywordLike("async", { - startsExpr + _async: createKeywordLike('async', { + startsExpr, }), - _await: createKeywordLike("await", { - startsExpr + _await: createKeywordLike('await', { + startsExpr, }), - _from: createKeywordLike("from", { - startsExpr + _from: createKeywordLike('from', { + startsExpr, }), - _get: createKeywordLike("get", { - startsExpr + _get: createKeywordLike('get', { + startsExpr, }), - _let: createKeywordLike("let", { - startsExpr + _let: createKeywordLike('let', { + startsExpr, }), - _meta: createKeywordLike("meta", { - startsExpr + _meta: createKeywordLike('meta', { + startsExpr, }), - _of: createKeywordLike("of", { - startsExpr + _of: createKeywordLike('of', { + startsExpr, }), - _sent: createKeywordLike("sent", { - startsExpr + _sent: createKeywordLike('sent', { + startsExpr, }), - _set: createKeywordLike("set", { - startsExpr + _set: createKeywordLike('set', { + startsExpr, }), - _static: createKeywordLike("static", { - startsExpr + _static: createKeywordLike('static', { + startsExpr, }), - _yield: createKeywordLike("yield", { - startsExpr + _yield: createKeywordLike('yield', { + startsExpr, }), - _asserts: createKeywordLike("asserts", { - startsExpr + _asserts: createKeywordLike('asserts', { + startsExpr, }), - _checks: createKeywordLike("checks", { - startsExpr + _checks: createKeywordLike('checks', { + startsExpr, }), - _exports: createKeywordLike("exports", { - startsExpr + _exports: createKeywordLike('exports', { + startsExpr, }), - _global: createKeywordLike("global", { - startsExpr + _global: createKeywordLike('global', { + startsExpr, }), - _implements: createKeywordLike("implements", { - startsExpr + _implements: createKeywordLike('implements', { + startsExpr, }), - _intrinsic: createKeywordLike("intrinsic", { - startsExpr + _intrinsic: createKeywordLike('intrinsic', { + startsExpr, }), - _infer: createKeywordLike("infer", { - startsExpr + _infer: createKeywordLike('infer', { + startsExpr, }), - _is: createKeywordLike("is", { - startsExpr + _is: createKeywordLike('is', { + startsExpr, }), - _mixins: createKeywordLike("mixins", { - startsExpr + _mixins: createKeywordLike('mixins', { + startsExpr, }), - _proto: createKeywordLike("proto", { - startsExpr + _proto: createKeywordLike('proto', { + startsExpr, }), - _require: createKeywordLike("require", { - startsExpr + _require: createKeywordLike('require', { + startsExpr, }), - _keyof: createKeywordLike("keyof", { - startsExpr + _keyof: createKeywordLike('keyof', { + startsExpr, }), - _readonly: createKeywordLike("readonly", { - startsExpr + _readonly: createKeywordLike('readonly', { + startsExpr, }), - _unique: createKeywordLike("unique", { - startsExpr + _unique: createKeywordLike('unique', { + startsExpr, }), - _abstract: createKeywordLike("abstract", { - startsExpr + _abstract: createKeywordLike('abstract', { + startsExpr, }), - _declare: createKeywordLike("declare", { - startsExpr + _declare: createKeywordLike('declare', { + startsExpr, }), - _enum: createKeywordLike("enum", { - startsExpr + _enum: createKeywordLike('enum', { + startsExpr, }), - _module: createKeywordLike("module", { - startsExpr + _module: createKeywordLike('module', { + startsExpr, }), - _namespace: createKeywordLike("namespace", { - startsExpr + _namespace: createKeywordLike('namespace', { + startsExpr, }), - _interface: createKeywordLike("interface", { - startsExpr + _interface: createKeywordLike('interface', { + startsExpr, }), - _type: createKeywordLike("type", { - startsExpr + _type: createKeywordLike('type', { + startsExpr, }), - _opaque: createKeywordLike("opaque", { - startsExpr + _opaque: createKeywordLike('opaque', { + startsExpr, }), - name: createToken("name", { - startsExpr + name: createToken('name', { + startsExpr, }), - string: createToken("string", { - startsExpr + string: createToken('string', { + startsExpr, }), - num: createToken("num", { - startsExpr + num: createToken('num', { + startsExpr, }), - bigint: createToken("bigint", { - startsExpr + bigint: createToken('bigint', { + startsExpr, }), - decimal: createToken("decimal", { - startsExpr + decimal: createToken('decimal', { + startsExpr, }), - regexp: createToken("regexp", { - startsExpr + regexp: createToken('regexp', { + startsExpr, }), - privateName: createToken("#name", { - startsExpr + privateName: createToken('#name', { + startsExpr, }), - eof: createToken("eof"), - jsxName: createToken("jsxName"), - jsxText: createToken("jsxText", { - beforeExpr: true + eof: createToken('eof'), + jsxName: createToken('jsxName'), + jsxText: createToken('jsxText', { + beforeExpr: true, }), - jsxTagStart: createToken("jsxTagStart", { - startsExpr: true + jsxTagStart: createToken('jsxTagStart', { + startsExpr: true, + }), + jsxTagEnd: createToken('jsxTagEnd'), + placeholder: createToken('%%', { + startsExpr: true, }), - jsxTagEnd: createToken("jsxTagEnd"), - placeholder: createToken("%%", { - startsExpr: true - }) }; function tokenIsIdentifier(token) { return token >= 93 && token <= 128; @@ -1367,15 +1665,18 @@ function getExportedToken(token) { return tokenTypes[token]; } { - tokenTypes[8].updateContext = context => { + tokenTypes[8].updateContext = (context) => { context.pop(); }; - tokenTypes[5].updateContext = tokenTypes[7].updateContext = tokenTypes[23].updateContext = context => { - context.push(types.brace); - }; + tokenTypes[5].updateContext = + tokenTypes[7].updateContext = + tokenTypes[23].updateContext = + (context) => { + context.push(types.brace); + }; - tokenTypes[22].updateContext = context => { + tokenTypes[22].updateContext = (context) => { if (context[context.length - 1] === types.template) { context.pop(); } else { @@ -1383,18 +1684,65 @@ function getExportedToken(token) { } }; - tokenTypes[138].updateContext = context => { + tokenTypes[138].updateContext = (context) => { context.push(types.j_expr, types.j_oTag); }; } -let nonASCIIidentifierStartChars = "\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0560-\u0588\u05d0-\u05ea\u05ef-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0860-\u086a\u0870-\u0887\u0889-\u088e\u08a0-\u08c9\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u09fc\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c5d\u0c60\u0c61\u0c80\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cdd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d04-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d54-\u0d56\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e86-\u0e8a\u0e8c-\u0ea3\u0ea5\u0ea7-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f8\u1700-\u1711\u171f-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1878\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4c\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1c80-\u1c88\u1c90-\u1cba\u1cbd-\u1cbf\u1ce9-\u1cec\u1cee-\u1cf3\u1cf5\u1cf6\u1cfa\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2118-\u211d\u2124\u2126\u2128\u212a-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309b-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u31a0-\u31bf\u31f0-\u31ff\u3400-\u4dbf\u4e00-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua7ca\ua7d0\ua7d1\ua7d3\ua7d5-\ua7d9\ua7f2-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua8fe\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab69\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc"; -let nonASCIIidentifierChars = "\u200c\u200d\xb7\u0300-\u036f\u0387\u0483-\u0487\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u0669\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u06f0-\u06f9\u0711\u0730-\u074a\u07a6-\u07b0\u07c0-\u07c9\u07eb-\u07f3\u07fd\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u0898-\u089f\u08ca-\u08e1\u08e3-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0966-\u096f\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u09e6-\u09ef\u09fe\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a66-\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0ae6-\u0aef\u0afa-\u0aff\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b55-\u0b57\u0b62\u0b63\u0b66-\u0b6f\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0be6-\u0bef\u0c00-\u0c04\u0c3c\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c66-\u0c6f\u0c81-\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0ce6-\u0cef\u0d00-\u0d03\u0d3b\u0d3c\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d66-\u0d6f\u0d81-\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0de6-\u0def\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0e50-\u0e59\u0eb1\u0eb4-\u0ebc\u0ec8-\u0ecd\u0ed0-\u0ed9\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1040-\u1049\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f-\u109d\u135d-\u135f\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17b4-\u17d3\u17dd\u17e0-\u17e9\u180b-\u180d\u180f-\u1819\u18a9\u1920-\u192b\u1930-\u193b\u1946-\u194f\u19d0-\u19da\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1ab0-\u1abd\u1abf-\u1ace\u1b00-\u1b04\u1b34-\u1b44\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1bad\u1bb0-\u1bb9\u1be6-\u1bf3\u1c24-\u1c37\u1c40-\u1c49\u1c50-\u1c59\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf4\u1cf7-\u1cf9\u1dc0-\u1dff\u203f\u2040\u2054\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua620-\ua629\ua66f\ua674-\ua67d\ua69e\ua69f\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua82c\ua880\ua881\ua8b4-\ua8c5\ua8d0-\ua8d9\ua8e0-\ua8f1\ua8ff-\ua909\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\ua9d0-\ua9d9\ua9e5\ua9f0-\ua9f9\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa50-\uaa59\uaa7b-\uaa7d\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uaaeb-\uaaef\uaaf5\uaaf6\uabe3-\uabea\uabec\uabed\uabf0-\uabf9\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\ufe33\ufe34\ufe4d-\ufe4f\uff10-\uff19\uff3f"; -const nonASCIIidentifierStart = new RegExp("[" + nonASCIIidentifierStartChars + "]"); -const nonASCIIidentifier = new RegExp("[" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "]"); +let nonASCIIidentifierStartChars = + '\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0560-\u0588\u05d0-\u05ea\u05ef-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0860-\u086a\u0870-\u0887\u0889-\u088e\u08a0-\u08c9\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u09fc\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c5d\u0c60\u0c61\u0c80\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cdd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d04-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d54-\u0d56\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e86-\u0e8a\u0e8c-\u0ea3\u0ea5\u0ea7-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f8\u1700-\u1711\u171f-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1878\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4c\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1c80-\u1c88\u1c90-\u1cba\u1cbd-\u1cbf\u1ce9-\u1cec\u1cee-\u1cf3\u1cf5\u1cf6\u1cfa\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2118-\u211d\u2124\u2126\u2128\u212a-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309b-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u31a0-\u31bf\u31f0-\u31ff\u3400-\u4dbf\u4e00-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua7ca\ua7d0\ua7d1\ua7d3\ua7d5-\ua7d9\ua7f2-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua8fe\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab69\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc'; +let nonASCIIidentifierChars = + '\u200c\u200d\xb7\u0300-\u036f\u0387\u0483-\u0487\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u0669\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u06f0-\u06f9\u0711\u0730-\u074a\u07a6-\u07b0\u07c0-\u07c9\u07eb-\u07f3\u07fd\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u0898-\u089f\u08ca-\u08e1\u08e3-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0966-\u096f\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u09e6-\u09ef\u09fe\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a66-\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0ae6-\u0aef\u0afa-\u0aff\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b55-\u0b57\u0b62\u0b63\u0b66-\u0b6f\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0be6-\u0bef\u0c00-\u0c04\u0c3c\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c66-\u0c6f\u0c81-\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0ce6-\u0cef\u0d00-\u0d03\u0d3b\u0d3c\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d66-\u0d6f\u0d81-\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0de6-\u0def\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0e50-\u0e59\u0eb1\u0eb4-\u0ebc\u0ec8-\u0ecd\u0ed0-\u0ed9\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1040-\u1049\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f-\u109d\u135d-\u135f\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17b4-\u17d3\u17dd\u17e0-\u17e9\u180b-\u180d\u180f-\u1819\u18a9\u1920-\u192b\u1930-\u193b\u1946-\u194f\u19d0-\u19da\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1ab0-\u1abd\u1abf-\u1ace\u1b00-\u1b04\u1b34-\u1b44\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1bad\u1bb0-\u1bb9\u1be6-\u1bf3\u1c24-\u1c37\u1c40-\u1c49\u1c50-\u1c59\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf4\u1cf7-\u1cf9\u1dc0-\u1dff\u203f\u2040\u2054\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua620-\ua629\ua66f\ua674-\ua67d\ua69e\ua69f\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua82c\ua880\ua881\ua8b4-\ua8c5\ua8d0-\ua8d9\ua8e0-\ua8f1\ua8ff-\ua909\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\ua9d0-\ua9d9\ua9e5\ua9f0-\ua9f9\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa50-\uaa59\uaa7b-\uaa7d\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uaaeb-\uaaef\uaaf5\uaaf6\uabe3-\uabea\uabec\uabed\uabf0-\uabf9\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\ufe33\ufe34\ufe4d-\ufe4f\uff10-\uff19\uff3f'; +const nonASCIIidentifierStart = new RegExp( + '[' + nonASCIIidentifierStartChars + ']' +); +const nonASCIIidentifier = new RegExp( + '[' + nonASCIIidentifierStartChars + nonASCIIidentifierChars + ']' +); nonASCIIidentifierStartChars = nonASCIIidentifierChars = null; -const astralIdentifierStartCodes = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 68, 310, 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 349, 41, 7, 1, 79, 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 85, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 159, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 264, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, 190, 0, 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1070, 4050, 582, 8634, 568, 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 689, 63, 129, 74, 6, 0, 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 43, 8, 8936, 3, 2, 6, 2, 1, 2, 290, 46, 2, 18, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 1845, 30, 482, 44, 11, 6, 17, 0, 322, 29, 19, 43, 1269, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4152, 8, 221, 3, 5761, 15, 7472, 3104, 541, 1507, 4938]; -const astralIdentifierCodes = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 370, 1, 154, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 161, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 193, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 84, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 406, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 19306, 9, 87, 9, 39, 4, 60, 6, 26, 9, 1014, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4706, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 262, 6, 10, 9, 357, 0, 62, 13, 1495, 6, 110, 6, 6, 9, 4759, 9, 787719, 239]; +const astralIdentifierStartCodes = [ + 0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, + 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, + 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 68, 310, 10, 21, + 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, + 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, + 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, + 50, 14, 35, 349, 41, 7, 1, 79, 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, + 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, + 3, 22, 0, 2, 0, 36, 17, 2, 24, 85, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, + 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 159, 52, 19, 3, 21, 2, 31, + 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 38, 6, + 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, + 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 264, 8, 2, 36, + 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, + 190, 0, 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1070, 4050, 582, 8634, 568, + 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 689, 63, 129, 74, 6, 0, + 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 43, 8, 8936, 3, 2, 6, 2, 1, 2, 290, + 46, 2, 18, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, + 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, + 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, + 30, 2, 24, 2, 7, 1845, 30, 482, 44, 11, 6, 17, 0, 322, 29, 19, 43, 1269, 6, 2, + 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, + 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, + 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, + 2, 16, 4421, 42719, 33, 4152, 8, 221, 3, 5761, 15, 7472, 3104, 541, 1507, + 4938, +]; +const astralIdentifierCodes = [ + 509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, + 3, 9, 9, 370, 1, 154, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, + 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, + 11, 7, 0, 161, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, + 4, 193, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, + 82, 12, 9, 9, 84, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, + 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 406, 7, + 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, + 2, 4, 9, 9, 330, 3, 19306, 9, 87, 9, 39, 4, 60, 6, 26, 9, 1014, 0, 2, 54, 8, + 3, 82, 0, 12, 1, 19628, 1, 4706, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, + 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, + 3, 6, 2, 1, 2, 4, 262, 6, 10, 9, 357, 0, 62, 13, 1495, 6, 110, 6, 6, 9, 4759, + 9, 787719, 239, +]; function isInAstralSet(code, set) { let pos = 0x10000; @@ -1416,7 +1764,9 @@ function isIdentifierStart(code) { if (code <= 122) return true; if (code <= 0xffff) { - return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)); + return ( + code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)) + ); } return isInAstralSet(code, astralIdentifierStartCodes); @@ -1433,19 +1783,68 @@ function isIdentifierChar(code) { return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code)); } - return isInAstralSet(code, astralIdentifierStartCodes) || isInAstralSet(code, astralIdentifierCodes); + return ( + isInAstralSet(code, astralIdentifierStartCodes) || + isInAstralSet(code, astralIdentifierCodes) + ); } const reservedWords = { - keyword: ["break", "case", "catch", "continue", "debugger", "default", "do", "else", "finally", "for", "function", "if", "return", "switch", "throw", "try", "var", "const", "while", "with", "new", "this", "super", "class", "extends", "export", "import", "null", "true", "false", "in", "instanceof", "typeof", "void", "delete"], - strict: ["implements", "interface", "let", "package", "private", "protected", "public", "static", "yield"], - strictBind: ["eval", "arguments"] + keyword: [ + 'break', + 'case', + 'catch', + 'continue', + 'debugger', + 'default', + 'do', + 'else', + 'finally', + 'for', + 'function', + 'if', + 'return', + 'switch', + 'throw', + 'try', + 'var', + 'const', + 'while', + 'with', + 'new', + 'this', + 'super', + 'class', + 'extends', + 'export', + 'import', + 'null', + 'true', + 'false', + 'in', + 'instanceof', + 'typeof', + 'void', + 'delete', + ], + strict: [ + 'implements', + 'interface', + 'let', + 'package', + 'private', + 'protected', + 'public', + 'static', + 'yield', + ], + strictBind: ['eval', 'arguments'], }; const keywords = new Set(reservedWords.keyword); const reservedWordsStrictSet = new Set(reservedWords.strict); const reservedWordsStrictBindSet = new Set(reservedWords.strictBind); function isReservedWord(word, inModule) { - return inModule && word === "await" || word === "enum"; + return (inModule && word === 'await') || word === 'enum'; } function isStrictReservedWord(word, inModule) { return isReservedWord(word, inModule) || reservedWordsStrictSet.has(word); @@ -1454,7 +1853,9 @@ function isStrictBindOnlyReservedWord(word) { return reservedWordsStrictBindSet.has(word); } function isStrictBindReservedWord(word, inModule) { - return isStrictReservedWord(word, inModule) || isStrictBindOnlyReservedWord(word); + return ( + isStrictReservedWord(word, inModule) || isStrictBindOnlyReservedWord(word) + ); } function isKeyword(word) { return keywords.has(word); @@ -1463,55 +1864,109 @@ function isKeyword(word) { function isIteratorStart(current, next, next2) { return current === 64 && next === 64 && isIdentifierStart(next2); } -const reservedWordLikeSet = new Set(["break", "case", "catch", "continue", "debugger", "default", "do", "else", "finally", "for", "function", "if", "return", "switch", "throw", "try", "var", "const", "while", "with", "new", "this", "super", "class", "extends", "export", "import", "null", "true", "false", "in", "instanceof", "typeof", "void", "delete", "implements", "interface", "let", "package", "private", "protected", "public", "static", "yield", "eval", "arguments", "enum", "await"]); +const reservedWordLikeSet = new Set([ + 'break', + 'case', + 'catch', + 'continue', + 'debugger', + 'default', + 'do', + 'else', + 'finally', + 'for', + 'function', + 'if', + 'return', + 'switch', + 'throw', + 'try', + 'var', + 'const', + 'while', + 'with', + 'new', + 'this', + 'super', + 'class', + 'extends', + 'export', + 'import', + 'null', + 'true', + 'false', + 'in', + 'instanceof', + 'typeof', + 'void', + 'delete', + 'implements', + 'interface', + 'let', + 'package', + 'private', + 'protected', + 'public', + 'static', + 'yield', + 'eval', + 'arguments', + 'enum', + 'await', +]); function canBeReservedWord(word) { return reservedWordLikeSet.has(word); } const SCOPE_OTHER = 0b000000000, - SCOPE_PROGRAM = 0b000000001, - SCOPE_FUNCTION = 0b000000010, - SCOPE_ARROW = 0b000000100, - SCOPE_SIMPLE_CATCH = 0b000001000, - SCOPE_SUPER = 0b000010000, - SCOPE_DIRECT_SUPER = 0b000100000, - SCOPE_CLASS = 0b001000000, - SCOPE_STATIC_BLOCK = 0b010000000, - SCOPE_TS_MODULE = 0b100000000, - SCOPE_VAR = SCOPE_PROGRAM | SCOPE_FUNCTION | SCOPE_TS_MODULE; + SCOPE_PROGRAM = 0b000000001, + SCOPE_FUNCTION = 0b000000010, + SCOPE_ARROW = 0b000000100, + SCOPE_SIMPLE_CATCH = 0b000001000, + SCOPE_SUPER = 0b000010000, + SCOPE_DIRECT_SUPER = 0b000100000, + SCOPE_CLASS = 0b001000000, + SCOPE_STATIC_BLOCK = 0b010000000, + SCOPE_TS_MODULE = 0b100000000, + SCOPE_VAR = SCOPE_PROGRAM | SCOPE_FUNCTION | SCOPE_TS_MODULE; const BIND_KIND_VALUE = 0b000000000001, - BIND_KIND_TYPE = 0b000000000010, - BIND_SCOPE_VAR = 0b000000000100, - BIND_SCOPE_LEXICAL = 0b000000001000, - BIND_SCOPE_FUNCTION = 0b000000010000, - BIND_FLAGS_NONE = 0b000001000000, - BIND_FLAGS_CLASS = 0b000010000000, - BIND_FLAGS_TS_ENUM = 0b000100000000, - BIND_FLAGS_TS_CONST_ENUM = 0b001000000000, - BIND_FLAGS_TS_EXPORT_ONLY = 0b010000000000, - BIND_FLAGS_FLOW_DECLARE_FN = 0b100000000000; -const BIND_CLASS = BIND_KIND_VALUE | BIND_KIND_TYPE | BIND_SCOPE_LEXICAL | BIND_FLAGS_CLASS, - BIND_LEXICAL = BIND_KIND_VALUE | 0 | BIND_SCOPE_LEXICAL | 0, - BIND_VAR = BIND_KIND_VALUE | 0 | BIND_SCOPE_VAR | 0, - BIND_FUNCTION = BIND_KIND_VALUE | 0 | BIND_SCOPE_FUNCTION | 0, - BIND_TS_INTERFACE = 0 | BIND_KIND_TYPE | 0 | BIND_FLAGS_CLASS, - BIND_TS_TYPE = 0 | BIND_KIND_TYPE | 0 | 0, - BIND_TS_ENUM = BIND_KIND_VALUE | BIND_KIND_TYPE | BIND_SCOPE_LEXICAL | BIND_FLAGS_TS_ENUM, - BIND_TS_AMBIENT = 0 | 0 | 0 | BIND_FLAGS_TS_EXPORT_ONLY, - BIND_NONE = 0 | 0 | 0 | BIND_FLAGS_NONE, - BIND_OUTSIDE = BIND_KIND_VALUE | 0 | 0 | BIND_FLAGS_NONE, - BIND_TS_CONST_ENUM = BIND_TS_ENUM | BIND_FLAGS_TS_CONST_ENUM, - BIND_TS_NAMESPACE = 0 | 0 | 0 | BIND_FLAGS_TS_EXPORT_ONLY, - BIND_FLOW_DECLARE_FN = BIND_FLAGS_FLOW_DECLARE_FN; + BIND_KIND_TYPE = 0b000000000010, + BIND_SCOPE_VAR = 0b000000000100, + BIND_SCOPE_LEXICAL = 0b000000001000, + BIND_SCOPE_FUNCTION = 0b000000010000, + BIND_FLAGS_NONE = 0b000001000000, + BIND_FLAGS_CLASS = 0b000010000000, + BIND_FLAGS_TS_ENUM = 0b000100000000, + BIND_FLAGS_TS_CONST_ENUM = 0b001000000000, + BIND_FLAGS_TS_EXPORT_ONLY = 0b010000000000, + BIND_FLAGS_FLOW_DECLARE_FN = 0b100000000000; +const BIND_CLASS = + BIND_KIND_VALUE | BIND_KIND_TYPE | BIND_SCOPE_LEXICAL | BIND_FLAGS_CLASS, + BIND_LEXICAL = BIND_KIND_VALUE | 0 | BIND_SCOPE_LEXICAL | 0, + BIND_VAR = BIND_KIND_VALUE | 0 | BIND_SCOPE_VAR | 0, + BIND_FUNCTION = BIND_KIND_VALUE | 0 | BIND_SCOPE_FUNCTION | 0, + BIND_TS_INTERFACE = 0 | BIND_KIND_TYPE | 0 | BIND_FLAGS_CLASS, + BIND_TS_TYPE = 0 | BIND_KIND_TYPE | 0 | 0, + BIND_TS_ENUM = + BIND_KIND_VALUE | BIND_KIND_TYPE | BIND_SCOPE_LEXICAL | BIND_FLAGS_TS_ENUM, + BIND_TS_AMBIENT = 0 | 0 | 0 | BIND_FLAGS_TS_EXPORT_ONLY, + BIND_NONE = 0 | 0 | 0 | BIND_FLAGS_NONE, + BIND_OUTSIDE = BIND_KIND_VALUE | 0 | 0 | BIND_FLAGS_NONE, + BIND_TS_CONST_ENUM = BIND_TS_ENUM | BIND_FLAGS_TS_CONST_ENUM, + BIND_TS_NAMESPACE = 0 | 0 | 0 | BIND_FLAGS_TS_EXPORT_ONLY, + BIND_FLOW_DECLARE_FN = BIND_FLAGS_FLOW_DECLARE_FN; const CLASS_ELEMENT_FLAG_STATIC = 0b100, - CLASS_ELEMENT_KIND_GETTER = 0b010, - CLASS_ELEMENT_KIND_SETTER = 0b001, - CLASS_ELEMENT_KIND_ACCESSOR = CLASS_ELEMENT_KIND_GETTER | CLASS_ELEMENT_KIND_SETTER; -const CLASS_ELEMENT_STATIC_GETTER = CLASS_ELEMENT_KIND_GETTER | CLASS_ELEMENT_FLAG_STATIC, - CLASS_ELEMENT_STATIC_SETTER = CLASS_ELEMENT_KIND_SETTER | CLASS_ELEMENT_FLAG_STATIC, - CLASS_ELEMENT_INSTANCE_GETTER = CLASS_ELEMENT_KIND_GETTER, - CLASS_ELEMENT_INSTANCE_SETTER = CLASS_ELEMENT_KIND_SETTER, - CLASS_ELEMENT_OTHER = 0; + CLASS_ELEMENT_KIND_GETTER = 0b010, + CLASS_ELEMENT_KIND_SETTER = 0b001, + CLASS_ELEMENT_KIND_ACCESSOR = + CLASS_ELEMENT_KIND_GETTER | CLASS_ELEMENT_KIND_SETTER; +const CLASS_ELEMENT_STATIC_GETTER = + CLASS_ELEMENT_KIND_GETTER | CLASS_ELEMENT_FLAG_STATIC, + CLASS_ELEMENT_STATIC_SETTER = + CLASS_ELEMENT_KIND_SETTER | CLASS_ELEMENT_FLAG_STATIC, + CLASS_ELEMENT_INSTANCE_GETTER = CLASS_ELEMENT_KIND_GETTER, + CLASS_ELEMENT_INSTANCE_SETTER = CLASS_ELEMENT_KIND_SETTER, + CLASS_ELEMENT_OTHER = 0; class BaseParser { constructor() { @@ -1520,7 +1975,7 @@ class BaseParser { } hasPlugin(pluginConfig) { - if (typeof pluginConfig === "string") { + if (typeof pluginConfig === 'string') { return this.plugins.has(pluginConfig); } else { const [pluginName, pluginOptions] = pluginConfig; @@ -1532,7 +1987,10 @@ class BaseParser { const actualOptions = this.plugins.get(pluginName); for (const key of Object.keys(pluginOptions)) { - if ((actualOptions == null ? void 0 : actualOptions[key]) !== pluginOptions[key]) { + if ( + (actualOptions == null ? void 0 : actualOptions[key]) !== + pluginOptions[key] + ) { return false; } } @@ -1544,9 +2002,10 @@ class BaseParser { getPluginOption(plugin, name) { var _this$plugins$get; - return (_this$plugins$get = this.plugins.get(plugin)) == null ? void 0 : _this$plugins$get[name]; + return (_this$plugins$get = this.plugins.get(plugin)) == null ? + void 0 + : _this$plugins$get[name]; } - } function setTrailingComments(node, comments) { @@ -1595,9 +2054,7 @@ class CommentsParser extends BaseParser { } processComment(node) { - const { - commentStack - } = this.state; + const { commentStack } = this.state; const commentStackLength = commentStack.length; if (commentStackLength === 0) return; let i = commentStackLength - 1; @@ -1608,9 +2065,7 @@ class CommentsParser extends BaseParser { i--; } - const { - start: nodeStart - } = node; + const { start: nodeStart } = node; for (; i >= 0; i--) { const commentWS = commentStack[i]; @@ -1631,9 +2086,7 @@ class CommentsParser extends BaseParser { } finalizeComment(commentWS) { - const { - comments - } = commentWS; + const { comments } = commentWS; if (commentWS.leadingNode !== null || commentWS.trailingNode !== null) { if (commentWS.leadingNode !== null) { @@ -1644,48 +2097,44 @@ class CommentsParser extends BaseParser { setLeadingComments(commentWS.trailingNode, comments); } } else { - const { - containingNode: node, - start: commentStart - } = commentWS; + const { containingNode: node, start: commentStart } = commentWS; if (this.input.charCodeAt(commentStart - 1) === 44) { switch (node.type) { - case "ObjectExpression": - case "ObjectPattern": - case "RecordExpression": + case 'ObjectExpression': + case 'ObjectPattern': + case 'RecordExpression': adjustInnerComments(node, node.properties, commentWS); break; - case "CallExpression": - case "OptionalCallExpression": + case 'CallExpression': + case 'OptionalCallExpression': adjustInnerComments(node, node.arguments, commentWS); break; - case "FunctionDeclaration": - case "FunctionExpression": - case "ArrowFunctionExpression": - case "ObjectMethod": - case "ClassMethod": - case "ClassPrivateMethod": + case 'FunctionDeclaration': + case 'FunctionExpression': + case 'ArrowFunctionExpression': + case 'ObjectMethod': + case 'ClassMethod': + case 'ClassPrivateMethod': adjustInnerComments(node, node.params, commentWS); break; - case "ArrayExpression": - case "ArrayPattern": - case "TupleExpression": + case 'ArrayExpression': + case 'ArrayPattern': + case 'TupleExpression': adjustInnerComments(node, node.elements, commentWS); break; - case "ExportNamedDeclaration": - case "ImportDeclaration": + case 'ExportNamedDeclaration': + case 'ImportDeclaration': adjustInnerComments(node, node.specifiers, commentWS); break; - default: - { - setInnerComments(node, comments); - } + default: { + setInnerComments(node, comments); + } } } else { setInnerComments(node, comments); @@ -1694,9 +2143,7 @@ class CommentsParser extends BaseParser { } finalizeRemainingComments() { - const { - commentStack - } = this.state; + const { commentStack } = this.state; for (let i = commentStack.length - 1; i >= 0; i--) { this.finalizeComment(commentStack[i]); @@ -1706,12 +2153,8 @@ class CommentsParser extends BaseParser { } resetPreviousNodeTrailingComments(node) { - const { - commentStack - } = this.state; - const { - length - } = commentStack; + const { commentStack } = this.state; + const { length } = commentStack; if (length === 0) return; const commentWS = commentStack[length - 1]; @@ -1721,9 +2164,7 @@ class CommentsParser extends BaseParser { } takeSurroundingComments(node, start, end) { - const { - commentStack - } = this.state; + const { commentStack } = this.state; const commentStackLength = commentStack.length; if (commentStackLength === 0) return; let i = commentStackLength - 1; @@ -1742,11 +2183,10 @@ class CommentsParser extends BaseParser { } } } - } const lineBreak = /\r\n?|[\n\u2028\u2029]/; -const lineBreakG = new RegExp(lineBreak.source, "g"); +const lineBreakG = new RegExp(lineBreak.source, 'g'); function isNewLine(code) { switch (code) { case 10: @@ -1761,7 +2201,13 @@ function isNewLine(code) { } const skipWhiteSpace = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g; const skipWhiteSpaceInLine = /(?:[^\S\n\r\u2028\u2029]|\/\/.*|\/\*.*?\*\/)*/y; -const skipWhiteSpaceToLineBreak = new RegExp("(?=(" + skipWhiteSpaceInLine.source + "))\\1" + /(?=[\n\r\u2028\u2029]|\/\*(?!.*?\*\/)|$)/.source, "y"); +const skipWhiteSpaceToLineBreak = new RegExp( + '(?=(' + + skipWhiteSpaceInLine.source + + '))\\1' + + /(?=[\n\r\u2028\u2029]|\/\*(?!.*?\*\/)|$)/.source, + 'y' +); function isWhitespace(code) { switch (code) { case 0x0009: @@ -1812,7 +2258,7 @@ class State { this.inDisallowConditionalTypesContext = false; this.topicContext = { maxNumOfResolvableTopics: 0, - maxTopicIndex: null + maxTopicIndex: null, }; this.soloAwait = false; this.inFSharpPipelineDirectBody = false; @@ -1835,13 +2281,11 @@ class State { this.tokensLength = 0; } - init({ - strictMode, - sourceType, - startLine, - startColumn - }) { - this.strict = strictMode === false ? false : strictMode === true ? true : sourceType === "module"; + init({ strictMode, sourceType, startLine, startColumn }) { + this.strict = + strictMode === false ? false + : strictMode === true ? true + : sourceType === 'module'; this.curLine = startLine; this.lineStart = -startColumn; this.startLoc = this.endLoc = new Position(startLine, startColumn, 0); @@ -1868,11 +2312,10 @@ class State { return state; } - } -const _excluded = ["at"], - _excluded2 = ["at"]; +const _excluded = ['at'], + _excluded2 = ['at']; var _isDigit = function isDigit(code) { return code >= 48 && code <= 57; @@ -1880,13 +2323,14 @@ var _isDigit = function isDigit(code) { const VALID_REGEX_FLAGS = new Set([103, 109, 115, 105, 121, 117, 100, 118]); const forbiddenNumericSeparatorSiblings = { decBinOct: new Set([46, 66, 69, 79, 95, 98, 101, 111]), - hex: new Set([46, 88, 95, 120]) + hex: new Set([46, 88, 95, 120]), }; const isAllowedNumericSeparatorSibling = { - bin: ch => ch === 48 || ch === 49, - oct: ch => ch >= 48 && ch <= 55, - dec: ch => ch >= 48 && ch <= 57, - hex: ch => ch >= 48 && ch <= 57 || ch >= 65 && ch <= 70 || ch >= 97 && ch <= 102 + bin: (ch) => ch === 48 || ch === 49, + oct: (ch) => ch >= 48 && ch <= 55, + dec: (ch) => ch >= 48 && ch <= 57, + hex: (ch) => + (ch >= 48 && ch <= 57) || (ch >= 65 && ch <= 70) || (ch >= 97 && ch <= 102), }; class Token { constructor(state) { @@ -1896,7 +2340,6 @@ class Token { this.end = state.end; this.loc = new SourceLocation(state.startLoc, state.endLoc); } - } class Tokenizer extends CommentsParser { constructor(options, input) { @@ -1955,7 +2398,7 @@ class Tokenizer extends CommentsParser { lastTokEndLoc: state.lastTokEndLoc, curLine: state.curLine, lineStart: state.lineStart, - curPosition: state.curPosition + curPosition: state.curPosition, }; } @@ -2001,9 +2444,11 @@ class Tokenizer extends CommentsParser { this.state.strict = strict; if (strict) { - this.state.strictErrors.forEach(([toParseError, at]) => this.raise(toParseError, { - at - })); + this.state.strictErrors.forEach(([toParseError, at]) => + this.raise(toParseError, { + at, + }) + ); this.state.strictErrors.clear(); } } @@ -2029,11 +2474,11 @@ class Tokenizer extends CommentsParser { let startLoc; if (!this.isLookahead) startLoc = this.state.curPosition(); const start = this.state.pos; - const end = this.input.indexOf("*/", start + 2); + const end = this.input.indexOf('*/', start + 2); if (end === -1) { throw this.raise(Errors.UnterminatedComment, { - at: this.state.curPosition() + at: this.state.curPosition(), }); } @@ -2047,11 +2492,11 @@ class Tokenizer extends CommentsParser { if (this.isLookahead) return; const comment = { - type: "CommentBlock", + type: 'CommentBlock', value: this.input.slice(start + 2, end), start, end: end + 2, - loc: new SourceLocation(startLoc, this.state.curPosition()) + loc: new SourceLocation(startLoc, this.state.curPosition()), }; if (this.options.tokens) this.pushToken(comment); return comment; @@ -2061,7 +2506,7 @@ class Tokenizer extends CommentsParser { const start = this.state.pos; let startLoc; if (!this.isLookahead) startLoc = this.state.curPosition(); - let ch = this.input.charCodeAt(this.state.pos += startSkip); + let ch = this.input.charCodeAt((this.state.pos += startSkip)); if (this.state.pos < this.length) { while (!isNewLine(ch) && ++this.state.pos < this.length) { @@ -2073,11 +2518,11 @@ class Tokenizer extends CommentsParser { const end = this.state.pos; const value = this.input.slice(start + startSkip, end); const comment = { - type: "CommentLine", + type: 'CommentLine', value, start, end, - loc: new SourceLocation(startLoc, this.state.curPosition()) + loc: new SourceLocation(startLoc, this.state.curPosition()), }; if (this.options.tokens) this.pushToken(comment); return comment; @@ -2112,30 +2557,28 @@ class Tokenizer extends CommentsParser { case 47: switch (this.input.charCodeAt(this.state.pos + 1)) { - case 42: - { - const comment = this.skipBlockComment(); + case 42: { + const comment = this.skipBlockComment(); - if (comment !== undefined) { - this.addComment(comment); - if (this.options.attachComment) comments.push(comment); - } - - break; + if (comment !== undefined) { + this.addComment(comment); + if (this.options.attachComment) comments.push(comment); } - case 47: - { - const comment = this.skipLineComment(2); + break; + } - if (comment !== undefined) { - this.addComment(comment); - if (this.options.attachComment) comments.push(comment); - } + case 47: { + const comment = this.skipLineComment(2); - break; + if (comment !== undefined) { + this.addComment(comment); + if (this.options.attachComment) comments.push(comment); } + break; + } + default: break loop; } @@ -2148,7 +2591,11 @@ class Tokenizer extends CommentsParser { } else if (ch === 45 && !this.inModule) { const pos = this.state.pos; - if (this.input.charCodeAt(pos + 1) === 45 && this.input.charCodeAt(pos + 2) === 62 && (spaceStart === 0 || this.state.lineStart > spaceStart)) { + if ( + this.input.charCodeAt(pos + 1) === 45 && + this.input.charCodeAt(pos + 2) === 62 && + (spaceStart === 0 || this.state.lineStart > spaceStart) + ) { const comment = this.skipLineComment(3); if (comment !== undefined) { @@ -2161,7 +2608,11 @@ class Tokenizer extends CommentsParser { } else if (ch === 60 && !this.inModule) { const pos = this.state.pos; - if (this.input.charCodeAt(pos + 1) === 33 && this.input.charCodeAt(pos + 2) === 45 && this.input.charCodeAt(pos + 3) === 45) { + if ( + this.input.charCodeAt(pos + 1) === 33 && + this.input.charCodeAt(pos + 2) === 45 && + this.input.charCodeAt(pos + 3) === 45 + ) { const comment = this.skipLineComment(4); if (comment !== undefined) { @@ -2174,7 +2625,6 @@ class Tokenizer extends CommentsParser { } else { break loop; } - } } @@ -2186,7 +2636,7 @@ class Tokenizer extends CommentsParser { comments, leadingNode: null, trailingNode: null, - containingNode: null + containingNode: null, }; this.state.commentStack.push(CommentWhitespace); } @@ -2219,17 +2669,22 @@ class Tokenizer extends CommentsParser { if (next >= 48 && next <= 57) { throw this.raise(Errors.UnexpectedDigitAfterHash, { - at: this.state.curPosition() + at: this.state.curPosition(), }); } - if (next === 123 || next === 91 && this.hasPlugin("recordAndTuple")) { - this.expectPlugin("recordAndTuple"); + if (next === 123 || (next === 91 && this.hasPlugin('recordAndTuple'))) { + this.expectPlugin('recordAndTuple'); - if (this.getPluginOption("recordAndTuple", "syntaxType") !== "hash") { - throw this.raise(next === 123 ? Errors.RecordExpressionHashIncorrectStartSyntaxType : Errors.TupleExpressionHashIncorrectStartSyntaxType, { - at: this.state.curPosition() - }); + if (this.getPluginOption('recordAndTuple', 'syntaxType') !== 'hash') { + throw this.raise( + next === 123 ? + Errors.RecordExpressionHashIncorrectStartSyntaxType + : Errors.TupleExpressionHashIncorrectStartSyntaxType, + { + at: this.state.curPosition(), + } + ); } this.state.pos += 2; @@ -2331,10 +2786,10 @@ class Tokenizer extends CommentsParser { return; } - if (this.hasPlugin("recordAndTuple") && next === 125) { - if (this.getPluginOption("recordAndTuple", "syntaxType") !== "bar") { + if (this.hasPlugin('recordAndTuple') && next === 125) { + if (this.getPluginOption('recordAndTuple', 'syntaxType') !== 'bar') { throw this.raise(Errors.RecordExpressionBarIncorrectEndSyntaxType, { - at: this.state.curPosition() + at: this.state.curPosition(), }); } @@ -2343,10 +2798,10 @@ class Tokenizer extends CommentsParser { return; } - if (this.hasPlugin("recordAndTuple") && next === 93) { - if (this.getPluginOption("recordAndTuple", "syntaxType") !== "bar") { + if (this.hasPlugin('recordAndTuple') && next === 93) { + if (this.getPluginOption('recordAndTuple', 'syntaxType') !== 'bar') { throw this.raise(Errors.TupleExpressionBarIncorrectEndSyntaxType, { - at: this.state.curPosition() + at: this.state.curPosition(), }); } @@ -2369,10 +2824,16 @@ class Tokenizer extends CommentsParser { if (next === 61 && !this.state.inType) { this.finishOp(32, 2); - } else if (next === 94 && this.hasPlugin(["pipelineOperator", { - proposal: "hack", - topicToken: "^^" - }])) { + } else if ( + next === 94 && + this.hasPlugin([ + 'pipelineOperator', + { + proposal: 'hack', + topicToken: '^^', + }, + ]) + ) { this.finishOp(37, 2); const lookaheadCh = this.input.codePointAt(this.state.pos); @@ -2387,10 +2848,16 @@ class Tokenizer extends CommentsParser { readToken_atSign() { const next = this.input.charCodeAt(this.state.pos + 1); - if (next === 64 && this.hasPlugin(["pipelineOperator", { - proposal: "hack", - topicToken: "@@" - }])) { + if ( + next === 64 && + this.hasPlugin([ + 'pipelineOperator', + { + proposal: 'hack', + topicToken: '@@', + }, + ]) + ) { this.finishOp(38, 2); } else { this.finishOp(26, 1); @@ -2413,9 +2880,7 @@ class Tokenizer extends CommentsParser { } readToken_lt() { - const { - pos - } = this.state; + const { pos } = this.state; const next = this.input.charCodeAt(pos + 1); if (next === 60) { @@ -2437,9 +2902,7 @@ class Tokenizer extends CommentsParser { } readToken_gt() { - const { - pos - } = this.state; + const { pos } = this.state; const next = this.input.charCodeAt(pos + 1); if (next === 62) { @@ -2466,7 +2929,10 @@ class Tokenizer extends CommentsParser { const next = this.input.charCodeAt(this.state.pos + 1); if (next === 61) { - this.finishOp(46, this.input.charCodeAt(this.state.pos + 2) === 61 ? 3 : 2); + this.finishOp( + 46, + this.input.charCodeAt(this.state.pos + 2) === 61 ? 3 : 2 + ); return; } @@ -2525,11 +2991,17 @@ class Tokenizer extends CommentsParser { return; case 91: - if (this.hasPlugin("recordAndTuple") && this.input.charCodeAt(this.state.pos + 1) === 124) { - if (this.getPluginOption("recordAndTuple", "syntaxType") !== "bar") { - throw this.raise(Errors.TupleExpressionBarIncorrectStartSyntaxType, { - at: this.state.curPosition() - }); + if ( + this.hasPlugin('recordAndTuple') && + this.input.charCodeAt(this.state.pos + 1) === 124 + ) { + if (this.getPluginOption('recordAndTuple', 'syntaxType') !== 'bar') { + throw this.raise( + Errors.TupleExpressionBarIncorrectStartSyntaxType, + { + at: this.state.curPosition(), + } + ); } this.state.pos += 2; @@ -2547,11 +3019,17 @@ class Tokenizer extends CommentsParser { return; case 123: - if (this.hasPlugin("recordAndTuple") && this.input.charCodeAt(this.state.pos + 1) === 124) { - if (this.getPluginOption("recordAndTuple", "syntaxType") !== "bar") { - throw this.raise(Errors.RecordExpressionBarIncorrectStartSyntaxType, { - at: this.state.curPosition() - }); + if ( + this.hasPlugin('recordAndTuple') && + this.input.charCodeAt(this.state.pos + 1) === 124 + ) { + if (this.getPluginOption('recordAndTuple', 'syntaxType') !== 'bar') { + throw this.raise( + Errors.RecordExpressionBarIncorrectStartSyntaxType, + { + at: this.state.curPosition(), + } + ); } this.state.pos += 2; @@ -2569,7 +3047,10 @@ class Tokenizer extends CommentsParser { return; case 58: - if (this.hasPlugin("functionBind") && this.input.charCodeAt(this.state.pos + 1) === 58) { + if ( + this.hasPlugin('functionBind') && + this.input.charCodeAt(this.state.pos + 1) === 58 + ) { this.finishOp(15, 2); } else { ++this.state.pos; @@ -2586,26 +3067,25 @@ class Tokenizer extends CommentsParser { this.readTemplateToken(); return; - case 48: - { - const next = this.input.charCodeAt(this.state.pos + 1); + case 48: { + const next = this.input.charCodeAt(this.state.pos + 1); - if (next === 120 || next === 88) { - this.readRadixNumber(16); - return; - } - - if (next === 111 || next === 79) { - this.readRadixNumber(8); - return; - } - - if (next === 98 || next === 66) { - this.readRadixNumber(2); - return; - } + if (next === 120 || next === 88) { + this.readRadixNumber(16); + return; } + if (next === 111 || next === 79) { + this.readRadixNumber(8); + return; + } + + if (next === 98 || next === 66) { + this.readRadixNumber(2); + return; + } + } + case 49: case 50: case 51: @@ -2680,12 +3160,11 @@ class Tokenizer extends CommentsParser { this.readWord(code); return; } - } throw this.raise(Errors.InvalidOrUnexpectedToken, { at: this.state.curPosition(), - unexpected: String.fromCodePoint(code) + unexpected: String.fromCodePoint(code), }); } @@ -2699,14 +3178,12 @@ class Tokenizer extends CommentsParser { const startLoc = this.state.startLoc; const start = this.state.start + 1; let escaped, inClass; - let { - pos - } = this.state; + let { pos } = this.state; - for (;; ++pos) { + for (; ; ++pos) { if (pos >= this.length) { throw this.raise(Errors.UnterminatedRegExp, { - at: createPositionWithColumnOffset(startLoc, 1) + at: createPositionWithColumnOffset(startLoc, 1), }); } @@ -2714,7 +3191,7 @@ class Tokenizer extends CommentsParser { if (isNewLine(ch)) { throw this.raise(Errors.UnterminatedRegExp, { - at: createPositionWithColumnOffset(startLoc, 1) + at: createPositionWithColumnOffset(startLoc, 1), }); } @@ -2735,9 +3212,10 @@ class Tokenizer extends CommentsParser { const content = this.input.slice(start, pos); ++pos; - let mods = ""; + let mods = ''; - const nextPos = () => createPositionWithColumnOffset(startLoc, pos + 2 - start); + const nextPos = () => + createPositionWithColumnOffset(startLoc, pos + 2 - start); while (pos < this.length) { const cp = this.codePointAtPos(pos); @@ -2745,29 +3223,29 @@ class Tokenizer extends CommentsParser { if (VALID_REGEX_FLAGS.has(cp)) { if (cp === 118) { - this.expectPlugin("regexpUnicodeSets", nextPos()); + this.expectPlugin('regexpUnicodeSets', nextPos()); - if (mods.includes("u")) { + if (mods.includes('u')) { this.raise(Errors.IncompatibleRegExpUVFlags, { - at: nextPos() + at: nextPos(), }); } } else if (cp === 117) { - if (mods.includes("v")) { + if (mods.includes('v')) { this.raise(Errors.IncompatibleRegExpUVFlags, { - at: nextPos() + at: nextPos(), }); } } if (mods.includes(char)) { this.raise(Errors.DuplicateRegExpFlags, { - at: nextPos() + at: nextPos(), }); } } else if (isIdentifierChar(cp) || cp === 92) { this.raise(Errors.MalformedRegExpFlags, { - at: nextPos() + at: nextPos(), }); } else { break; @@ -2780,14 +3258,21 @@ class Tokenizer extends CommentsParser { this.state.pos = pos; this.finishToken(133, { pattern: content, - flags: mods + flags: mods, }); } readInt(radix, len, forceLen, allowNumSeparator = true) { const start = this.state.pos; - const forbiddenSiblings = radix === 16 ? forbiddenNumericSeparatorSiblings.hex : forbiddenNumericSeparatorSiblings.decBinOct; - const isAllowedSibling = radix === 16 ? isAllowedNumericSeparatorSibling.hex : radix === 10 ? isAllowedNumericSeparatorSibling.dec : radix === 8 ? isAllowedNumericSeparatorSibling.oct : isAllowedNumericSeparatorSibling.bin; + const forbiddenSiblings = + radix === 16 ? + forbiddenNumericSeparatorSiblings.hex + : forbiddenNumericSeparatorSiblings.decBinOct; + const isAllowedSibling = + radix === 16 ? isAllowedNumericSeparatorSibling.hex + : radix === 10 ? isAllowedNumericSeparatorSibling.dec + : radix === 8 ? isAllowedNumericSeparatorSibling.oct + : isAllowedNumericSeparatorSibling.bin; let invalid = false; let total = 0; @@ -2795,17 +3280,22 @@ class Tokenizer extends CommentsParser { const code = this.input.charCodeAt(this.state.pos); let val; - if (code === 95 && allowNumSeparator !== "bail") { + if (code === 95 && allowNumSeparator !== 'bail') { const prev = this.input.charCodeAt(this.state.pos - 1); const next = this.input.charCodeAt(this.state.pos + 1); if (!allowNumSeparator) { this.raise(Errors.NumericSeparatorInEscapeSequence, { - at: this.state.curPosition() + at: this.state.curPosition(), }); - } else if (Number.isNaN(next) || !isAllowedSibling(next) || forbiddenSiblings.has(prev) || forbiddenSiblings.has(next)) { + } else if ( + Number.isNaN(next) || + !isAllowedSibling(next) || + forbiddenSiblings.has(prev) || + forbiddenSiblings.has(next) + ) { this.raise(Errors.UnexpectedNumericSeparator, { - at: this.state.curPosition() + at: this.state.curPosition(), }); } @@ -2828,7 +3318,7 @@ class Tokenizer extends CommentsParser { val = 0; this.raise(Errors.InvalidDigit, { at: this.state.curPosition(), - radix + radix, }); } else if (forceLen) { val = 0; @@ -2842,7 +3332,11 @@ class Tokenizer extends CommentsParser { total = total * radix + val; } - if (this.state.pos === start || len != null && this.state.pos - start !== len || invalid) { + if ( + this.state.pos === start || + (len != null && this.state.pos - start !== len) || + invalid + ) { return null; } @@ -2858,7 +3352,7 @@ class Tokenizer extends CommentsParser { if (val == null) { this.raise(Errors.InvalidDigit, { at: createPositionWithColumnOffset(startLoc, 2), - radix + radix, }); } @@ -2869,18 +3363,20 @@ class Tokenizer extends CommentsParser { isBigInt = true; } else if (next === 109) { throw this.raise(Errors.InvalidDecimal, { - at: startLoc + at: startLoc, }); } if (isIdentifierStart(this.codePointAtPos(this.state.pos))) { throw this.raise(Errors.NumberIdentifier, { - at: this.state.curPosition() + at: this.state.curPosition(), }); } if (isBigInt) { - const str = this.input.slice(startLoc.index, this.state.pos).replace(/[_n]/g, ""); + const str = this.input + .slice(startLoc.index, this.state.pos) + .replace(/[_n]/g, ''); this.finishToken(131, str); return; } @@ -2899,24 +3395,25 @@ class Tokenizer extends CommentsParser { if (!startsWithDot && this.readInt(10) === null) { this.raise(Errors.InvalidNumber, { - at: this.state.curPosition() + at: this.state.curPosition(), }); } - const hasLeadingZero = this.state.pos - start >= 2 && this.input.charCodeAt(start) === 48; + const hasLeadingZero = + this.state.pos - start >= 2 && this.input.charCodeAt(start) === 48; if (hasLeadingZero) { const integer = this.input.slice(start, this.state.pos); this.recordStrictModeErrors(Errors.StrictOctalLiteral, { - at: startLoc + at: startLoc, }); if (!this.state.strict) { - const underscorePos = integer.indexOf("_"); + const underscorePos = integer.indexOf('_'); if (underscorePos > 0) { this.raise(Errors.ZeroDigitNumericSeparator, { - at: createPositionWithColumnOffset(startLoc, underscorePos) + at: createPositionWithColumnOffset(startLoc, underscorePos), }); } } @@ -2942,7 +3439,7 @@ class Tokenizer extends CommentsParser { if (this.readInt(10) === null) { this.raise(Errors.InvalidOrMissingExponent, { - at: startLoc + at: startLoc, }); } @@ -2954,7 +3451,7 @@ class Tokenizer extends CommentsParser { if (next === 110) { if (isFloat || hasLeadingZero) { this.raise(Errors.InvalidBigIntLiteral, { - at: startLoc + at: startLoc, }); } @@ -2963,11 +3460,11 @@ class Tokenizer extends CommentsParser { } if (next === 109) { - this.expectPlugin("decimal", this.state.curPosition()); + this.expectPlugin('decimal', this.state.curPosition()); if (hasExponent || hasLeadingZero) { this.raise(Errors.InvalidDecimal, { - at: startLoc + at: startLoc, }); } @@ -2977,11 +3474,11 @@ class Tokenizer extends CommentsParser { if (isIdentifierStart(this.codePointAtPos(this.state.pos))) { throw this.raise(Errors.NumberIdentifier, { - at: this.state.curPosition() + at: this.state.curPosition(), }); } - const str = this.input.slice(start, this.state.pos).replace(/[_mn]/g, ""); + const str = this.input.slice(start, this.state.pos).replace(/[_mn]/g, ''); if (isBigInt) { this.finishToken(131, str); @@ -3003,13 +3500,17 @@ class Tokenizer extends CommentsParser { if (ch === 123) { ++this.state.pos; - code = this.readHexChar(this.input.indexOf("}", this.state.pos) - this.state.pos, true, throwOnInvalid); + code = this.readHexChar( + this.input.indexOf('}', this.state.pos) - this.state.pos, + true, + throwOnInvalid + ); ++this.state.pos; if (code !== null && code > 0x10ffff) { if (throwOnInvalid) { this.raise(Errors.InvalidCodePoint, { - at: this.state.curPosition() + at: this.state.curPosition(), }); } else { return null; @@ -3023,13 +3524,13 @@ class Tokenizer extends CommentsParser { } readString(quote) { - let out = "", - chunkStart = ++this.state.pos; + let out = '', + chunkStart = ++this.state.pos; for (;;) { if (this.state.pos >= this.length) { throw this.raise(Errors.UnterminatedString, { - at: this.state.startLoc + at: this.state.startLoc, }); } @@ -3046,7 +3547,7 @@ class Tokenizer extends CommentsParser { this.state.lineStart = this.state.pos; } else if (isNewLine(ch)) { throw this.raise(Errors.UnterminatedString, { - at: this.state.startLoc + at: this.state.startLoc, }); } else { ++this.state.pos; @@ -3067,15 +3568,15 @@ class Tokenizer extends CommentsParser { } readTemplateToken() { - let out = "", - chunkStart = this.state.pos, - containsInvalid = false; + let out = '', + chunkStart = this.state.pos, + containsInvalid = false; ++this.state.pos; for (;;) { if (this.state.pos >= this.length) { throw this.raise(Errors.UnterminatedTemplate, { - at: createPositionWithColumnOffset(this.state.startLoc, 1) + at: createPositionWithColumnOffset(this.state.startLoc, 1), }); } @@ -3117,7 +3618,7 @@ class Tokenizer extends CommentsParser { } case 10: - out += "\n"; + out += '\n'; break; default: @@ -3134,14 +3635,12 @@ class Tokenizer extends CommentsParser { } } - recordStrictModeErrors(toParseError, { - at - }) { + recordStrictModeErrors(toParseError, { at }) { const index = at.index; if (this.state.strict && !this.state.strictErrors.has(index)) { this.raise(toParseError, { - at + at, }); } else { this.state.strictErrors.set(index, [toParseError, at]); @@ -3155,34 +3654,32 @@ class Tokenizer extends CommentsParser { switch (ch) { case 110: - return "\n"; + return '\n'; case 114: - return "\r"; + return '\r'; - case 120: - { - const code = this.readHexChar(2, false, throwOnInvalid); - return code === null ? null : String.fromCharCode(code); - } + case 120: { + const code = this.readHexChar(2, false, throwOnInvalid); + return code === null ? null : String.fromCharCode(code); + } - case 117: - { - const code = this.readCodePoint(throwOnInvalid); - return code === null ? null : String.fromCodePoint(code); - } + case 117: { + const code = this.readCodePoint(throwOnInvalid); + return code === null ? null : String.fromCodePoint(code); + } case 116: - return "\t"; + return '\t'; case 98: - return "\b"; + return '\b'; case 118: - return "\u000b"; + return '\u000b'; case 102: - return "\f"; + return '\f'; case 13: if (this.input.charCodeAt(this.state.pos) === 10) { @@ -3195,7 +3692,7 @@ class Tokenizer extends CommentsParser { case 8232: case 8233: - return ""; + return ''; case 56: case 57: @@ -3203,14 +3700,19 @@ class Tokenizer extends CommentsParser { return null; } else { this.recordStrictModeErrors(Errors.StrictNumericEscape, { - at: createPositionWithColumnOffset(this.state.curPosition(), -1) + at: createPositionWithColumnOffset(this.state.curPosition(), -1), }); } default: if (ch >= 48 && ch <= 55) { - const codePos = createPositionWithColumnOffset(this.state.curPosition(), -1); - const match = this.input.slice(this.state.pos - 1, this.state.pos + 2).match(/^[0-7]+/); + const codePos = createPositionWithColumnOffset( + this.state.curPosition(), + -1 + ); + const match = this.input + .slice(this.state.pos - 1, this.state.pos + 2) + .match(/^[0-7]+/); let octalStr = match[0]; let octal = parseInt(octalStr, 8); @@ -3222,12 +3724,12 @@ class Tokenizer extends CommentsParser { this.state.pos += octalStr.length - 1; const next = this.input.charCodeAt(this.state.pos); - if (octalStr !== "0" || next === 56 || next === 57) { + if (octalStr !== '0' || next === 56 || next === 57) { if (inTemplate) { return null; } else { this.recordStrictModeErrors(Errors.StrictNumericEscape, { - at: codePos + at: codePos, }); } } @@ -3246,7 +3748,7 @@ class Tokenizer extends CommentsParser { if (n === null) { if (throwOnInvalid) { this.raise(Errors.InvalidEscapeSequence, { - at: codeLoc + at: codeLoc, }); } else { this.state.pos = codeLoc.index - 1; @@ -3258,7 +3760,7 @@ class Tokenizer extends CommentsParser { readWord1(firstCode) { this.state.containsEsc = false; - let word = ""; + let word = ''; const start = this.state.pos; let chunkStart = this.state.pos; @@ -3275,11 +3777,12 @@ class Tokenizer extends CommentsParser { this.state.containsEsc = true; word += this.input.slice(chunkStart, this.state.pos); const escStart = this.state.curPosition(); - const identifierCheck = this.state.pos === start ? isIdentifierStart : isIdentifierChar; + const identifierCheck = + this.state.pos === start ? isIdentifierStart : isIdentifierChar; if (this.input.charCodeAt(++this.state.pos) !== 117) { this.raise(Errors.MissingUnicodeEscape, { - at: this.state.curPosition() + at: this.state.curPosition(), }); chunkStart = this.state.pos - 1; continue; @@ -3291,7 +3794,7 @@ class Tokenizer extends CommentsParser { if (esc !== null) { if (!identifierCheck(esc)) { this.raise(Errors.EscapedCharNotAnIdentifier, { - at: escStart + at: escStart, }); } @@ -3319,28 +3822,24 @@ class Tokenizer extends CommentsParser { } checkKeywordEscapes() { - const { - type - } = this.state; + const { type } = this.state; if (tokenIsKeyword(type) && this.state.containsEsc) { this.raise(Errors.InvalidEscapedReservedWord, { at: this.state.startLoc, - reservedWord: tokenLabelName(type) + reservedWord: tokenLabelName(type), }); } } raise(toParseError, raiseProperties) { - const { - at - } = raiseProperties, - details = _objectWithoutPropertiesLoose(raiseProperties, _excluded); + const { at } = raiseProperties, + details = _objectWithoutPropertiesLoose(raiseProperties, _excluded); const loc = at instanceof Position ? at : at.loc.start; const error = toParseError({ loc, - details + details, }); if (!this.options.errorRecovery) throw error; if (!this.isLookahead) this.state.errors.push(error); @@ -3348,10 +3847,8 @@ class Tokenizer extends CommentsParser { } raiseOverwrite(toParseError, raiseProperties) { - const { - at - } = raiseProperties, - details = _objectWithoutPropertiesLoose(raiseProperties, _excluded2); + const { at } = raiseProperties, + details = _objectWithoutPropertiesLoose(raiseProperties, _excluded2); const loc = at instanceof Position ? at : at.loc.start; const pos = loc.index; @@ -3361,10 +3858,10 @@ class Tokenizer extends CommentsParser { const error = errors[i]; if (error.loc.index === pos) { - return errors[i] = toParseError({ + return (errors[i] = toParseError({ loc, - details - }); + details, + })); } if (error.loc.index < pos) break; @@ -3378,7 +3875,7 @@ class Tokenizer extends CommentsParser { unexpected(loc, type) { throw this.raise(Errors.UnexpectedToken, { expected: type ? tokenLabelName(type) : null, - at: loc != null ? loc : this.state.startLoc + at: loc != null ? loc : this.state.startLoc, }); } @@ -3389,19 +3886,18 @@ class Tokenizer extends CommentsParser { throw this.raise(Errors.MissingPlugin, { at: loc != null ? loc : this.state.startLoc, - missingPlugin: [pluginName] + missingPlugin: [pluginName], }); } expectOnePlugin(pluginNames) { - if (!pluginNames.some(name => this.hasPlugin(name))) { + if (!pluginNames.some((name) => this.hasPlugin(name))) { throw this.raise(Errors.MissingOneOfPlugins, { at: this.state.startLoc, - missingPlugin: pluginNames + missingPlugin: pluginNames, }); } } - } class Scope { @@ -3411,7 +3907,6 @@ class Scope { this.functions = new Set(); this.flags = flags; } - } class ScopeHandler { constructor(parser, inModule) { @@ -3445,10 +3940,8 @@ class ScopeHandler { } get inStaticBlock() { - for (let i = this.scopeStack.length - 1;; i--) { - const { - flags - } = this.scopeStack[i]; + for (let i = this.scopeStack.length - 1; ; i--) { + const { flags } = this.scopeStack[i]; if (flags & SCOPE_STATIC_BLOCK) { return true; @@ -3481,7 +3974,10 @@ class ScopeHandler { } treatFunctionsAsVarInScope(scope) { - return !!(scope.flags & (SCOPE_FUNCTION | SCOPE_STATIC_BLOCK) || !this.parser.inModule && scope.flags & SCOPE_PROGRAM); + return !!( + scope.flags & (SCOPE_FUNCTION | SCOPE_STATIC_BLOCK) || + (!this.parser.inModule && scope.flags & SCOPE_PROGRAM) + ); } declareName(name, bindingType, loc) { @@ -3524,7 +4020,7 @@ class ScopeHandler { if (this.isRedeclaredInScope(scope, name, bindingType)) { this.parser.raise(Errors.VarRedeclaration, { at: loc, - identifierName: name + identifierName: name, }); } } @@ -3533,23 +4029,39 @@ class ScopeHandler { if (!(bindingType & BIND_KIND_VALUE)) return false; if (bindingType & BIND_SCOPE_LEXICAL) { - return scope.lexical.has(name) || scope.functions.has(name) || scope.var.has(name); + return ( + scope.lexical.has(name) || + scope.functions.has(name) || + scope.var.has(name) + ); } if (bindingType & BIND_SCOPE_FUNCTION) { - return scope.lexical.has(name) || !this.treatFunctionsAsVarInScope(scope) && scope.var.has(name); + return ( + scope.lexical.has(name) || + (!this.treatFunctionsAsVarInScope(scope) && scope.var.has(name)) + ); } - return scope.lexical.has(name) && !(scope.flags & SCOPE_SIMPLE_CATCH && scope.lexical.values().next().value === name) || !this.treatFunctionsAsVarInScope(scope) && scope.functions.has(name); + return ( + (scope.lexical.has(name) && + !( + scope.flags & SCOPE_SIMPLE_CATCH && + scope.lexical.values().next().value === name + )) || + (!this.treatFunctionsAsVarInScope(scope) && scope.functions.has(name)) + ); } checkLocalExport(id) { - const { - name - } = id; + const { name } = id; const topLevelScope = this.scopeStack[0]; - if (!topLevelScope.lexical.has(name) && !topLevelScope.var.has(name) && !topLevelScope.functions.has(name)) { + if ( + !topLevelScope.lexical.has(name) && + !topLevelScope.var.has(name) && + !topLevelScope.functions.has(name) + ) { this.undefinedExports.set(name, id.loc.start); } } @@ -3559,10 +4071,8 @@ class ScopeHandler { } currentVarScopeFlags() { - for (let i = this.scopeStack.length - 1;; i--) { - const { - flags - } = this.scopeStack[i]; + for (let i = this.scopeStack.length - 1; ; i--) { + const { flags } = this.scopeStack[i]; if (flags & SCOPE_VAR) { return flags; @@ -3571,17 +4081,14 @@ class ScopeHandler { } currentThisScopeFlags() { - for (let i = this.scopeStack.length - 1;; i--) { - const { - flags - } = this.scopeStack[i]; + for (let i = this.scopeStack.length - 1; ; i--) { + const { flags } = this.scopeStack[i]; if (flags & (SCOPE_VAR | SCOPE_CLASS) && !(flags & SCOPE_ARROW)) { return flags; } } } - } class FlowScope extends Scope { @@ -3589,7 +4096,6 @@ class FlowScope extends Scope { super(...args); this.declareFunctions = new Set(); } - } class FlowScopeHandler extends ScopeHandler { @@ -3614,7 +4120,10 @@ class FlowScopeHandler extends ScopeHandler { if (super.isRedeclaredInScope(...arguments)) return true; if (bindingType & BIND_FLAGS_FLOW_DECLARE_FN) { - return !scope.declareFunctions.has(name) && (scope.lexical.has(name) || scope.functions.has(name)); + return ( + !scope.declareFunctions.has(name) && + (scope.lexical.has(name) || scope.functions.has(name)) + ); } return false; @@ -3625,7 +4134,6 @@ class FlowScopeHandler extends ScopeHandler { super.checkLocalExport(id); } } - } class ClassScope { @@ -3634,7 +4142,6 @@ class ClassScope { this.loneAccessors = new Map(); this.undefinedPrivateNames = new Map(); } - } class ClassScopeHandler { constructor(parser) { @@ -3664,18 +4171,15 @@ class ClassScopeHandler { } else { this.parser.raise(Errors.InvalidPrivateFieldResolution, { at: loc, - identifierName: name + identifierName: name, }); } } } declarePrivateName(name, elementType, loc) { - const { - privateNames, - loneAccessors, - undefinedPrivateNames - } = this.current(); + const { privateNames, loneAccessors, undefinedPrivateNames } = + this.current(); let redefined = privateNames.has(name); if (elementType & CLASS_ELEMENT_KIND_ACCESSOR) { @@ -3696,7 +4200,7 @@ class ClassScopeHandler { if (redefined) { this.parser.raise(Errors.PrivateNameRedeclaration, { at: loc, - identifierName: name + identifierName: name, }); } @@ -3716,17 +4220,16 @@ class ClassScopeHandler { } else { this.parser.raise(Errors.InvalidPrivateFieldResolution, { at: loc, - identifierName: name + identifierName: name, }); } } - } const kExpression = 0, - kMaybeArrowParameterDeclaration = 1, - kMaybeAsyncArrowParameterDeclaration = 2, - kParameterDeclaration = 3; + kMaybeArrowParameterDeclaration = 1, + kMaybeAsyncArrowParameterDeclaration = 2, + kParameterDeclaration = 3; class ExpressionScope { constructor(type = kExpression) { @@ -3735,13 +4238,15 @@ class ExpressionScope { } canBeArrowParameterDeclaration() { - return this.type === kMaybeAsyncArrowParameterDeclaration || this.type === kMaybeArrowParameterDeclaration; + return ( + this.type === kMaybeAsyncArrowParameterDeclaration || + this.type === kMaybeArrowParameterDeclaration + ); } isCertainlyParameterDeclaration() { return this.type === kParameterDeclaration; } - } class ArrowHeadParsingScope extends ExpressionScope { @@ -3750,9 +4255,7 @@ class ArrowHeadParsingScope extends ExpressionScope { this.declarationErrors = new Map(); } - recordDeclarationError(ParsingErrorClass, { - at - }) { + recordDeclarationError(ParsingErrorClass, { at }) { const index = at.index; this.declarationErrors.set(index, [ParsingErrorClass, at]); } @@ -3764,7 +4267,6 @@ class ArrowHeadParsingScope extends ExpressionScope { iterateErrors(iterator) { this.declarationErrors.forEach(iterator); } - } class ExpressionScopeHandler { @@ -3782,15 +4284,11 @@ class ExpressionScopeHandler { this.stack.pop(); } - recordParameterInitializerError(toParseError, { - at: node - }) { + recordParameterInitializerError(toParseError, { at: node }) { const origin = { - at: node.loc.start + at: node.loc.start, }; - const { - stack - } = this; + const { stack } = this; let i = stack.length - 1; let scope = stack[i]; @@ -3807,15 +4305,11 @@ class ExpressionScopeHandler { this.parser.raise(toParseError, origin); } - recordArrowParemeterBindingError(error, { - at: node - }) { - const { - stack - } = this; + recordArrowParemeterBindingError(error, { at: node }) { + const { stack } = this; const scope = stack[stack.length - 1]; const origin = { - at: node.loc.start + at: node.loc.start, }; if (scope.isCertainlyParameterDeclaration()) { @@ -3827,19 +4321,15 @@ class ExpressionScopeHandler { } } - recordAsyncArrowParametersError({ - at - }) { - const { - stack - } = this; + recordAsyncArrowParametersError({ at }) { + const { stack } = this; let i = stack.length - 1; let scope = stack[i]; while (scope.canBeArrowParameterDeclaration()) { if (scope.type === kMaybeAsyncArrowParameterDeclaration) { scope.recordDeclarationError(Errors.AwaitBindingIdentifier, { - at + at, }); } @@ -3848,14 +4338,12 @@ class ExpressionScopeHandler { } validateAsPattern() { - const { - stack - } = this; + const { stack } = this; const currentScope = stack[stack.length - 1]; if (!currentScope.canBeArrowParameterDeclaration()) return; currentScope.iterateErrors(([toParseError, loc]) => { this.parser.raise(toParseError, { - at: loc + at: loc, }); let i = stack.length - 2; let scope = stack[i]; @@ -3866,7 +4354,6 @@ class ExpressionScopeHandler { } }); } - } function newParameterDeclarationScope() { return new ExpressionScope(kParameterDeclaration); @@ -3882,10 +4369,10 @@ function newExpressionScope() { } const PARAM = 0b0000, - PARAM_YIELD = 0b0001, - PARAM_AWAIT = 0b0010, - PARAM_RETURN = 0b0100, - PARAM_IN = 0b1000; + PARAM_YIELD = 0b0001, + PARAM_AWAIT = 0b0010, + PARAM_RETURN = 0b0100, + PARAM_IN = 0b1000; class ProductionParameterHandler { constructor() { this.stacks = []; @@ -3918,7 +4405,6 @@ class ProductionParameterHandler { get hasIn() { return (this.currentFlags() & PARAM_IN) > 0; } - } function functionFlags(isAsync, isGenerator) { return (isAsync ? PARAM_AWAIT : 0) | (isGenerator ? PARAM_YIELD : 0); @@ -3927,14 +4413,14 @@ function functionFlags(isAsync, isGenerator) { class UtilParser extends Tokenizer { addExtra(node, key, value, enumerable = true) { if (!node) return; - const extra = node.extra = node.extra || {}; + const extra = (node.extra = node.extra || {}); if (enumerable) { extra[key] = value; } else { Object.defineProperty(extra, key, { enumerable, - value + value, }); } } @@ -3972,7 +4458,7 @@ class UtilParser extends Tokenizer { if (!this.eatContextual(token)) { if (toParseError != null) { throw this.raise(toParseError, { - at: this.state.startLoc + at: this.state.startLoc, }); } @@ -3985,7 +4471,9 @@ class UtilParser extends Tokenizer { } hasPrecedingLineBreak() { - return lineBreak.test(this.input.slice(this.state.lastTokEndLoc.index, this.state.start)); + return lineBreak.test( + this.input.slice(this.state.lastTokEndLoc.index, this.state.start) + ); } hasFollowingLineBreak() { @@ -4000,7 +4488,7 @@ class UtilParser extends Tokenizer { semicolon(allowAsi = true) { if (allowAsi ? this.isLineTerminator() : this.eat(13)) return; this.raise(Errors.MissingSemicolon, { - at: this.state.lastTokEndLoc + at: this.state.lastTokEndLoc, }); } @@ -4010,7 +4498,7 @@ class UtilParser extends Tokenizer { tryParse(fn, oldState = this.state.clone()) { const abortSignal = { - node: null + node: null, }; try { @@ -4028,7 +4516,7 @@ class UtilParser extends Tokenizer { error: failState.errors[oldState.errors.length], thrown: false, aborted: false, - failState + failState, }; } @@ -4037,7 +4525,7 @@ class UtilParser extends Tokenizer { error: null, thrown: false, aborted: false, - failState: null + failState: null, }; } catch (error) { const failState = this.state; @@ -4049,7 +4537,7 @@ class UtilParser extends Tokenizer { error, thrown: true, aborted: false, - failState + failState, }; } @@ -4059,7 +4547,7 @@ class UtilParser extends Tokenizer { error: null, thrown: false, aborted: true, - failState + failState, }; } @@ -4073,9 +4561,13 @@ class UtilParser extends Tokenizer { shorthandAssignLoc, doubleProtoLoc, privateKeyLoc, - optionalParametersLoc + optionalParametersLoc, } = refExpressionErrors; - const hasErrors = !!shorthandAssignLoc || !!doubleProtoLoc || !!optionalParametersLoc || !!privateKeyLoc; + const hasErrors = + !!shorthandAssignLoc || + !!doubleProtoLoc || + !!optionalParametersLoc || + !!privateKeyLoc; if (!andThrow) { return hasErrors; @@ -4083,19 +4575,19 @@ class UtilParser extends Tokenizer { if (shorthandAssignLoc != null) { this.raise(Errors.InvalidCoverInitializedName, { - at: shorthandAssignLoc + at: shorthandAssignLoc, }); } if (doubleProtoLoc != null) { this.raise(Errors.DuplicateProto, { - at: doubleProtoLoc + at: doubleProtoLoc, }); } if (privateKeyLoc != null) { this.raise(Errors.UnexpectedPrivateField, { - at: privateKeyLoc + at: privateKeyLoc, }); } @@ -4109,7 +4601,7 @@ class UtilParser extends Tokenizer { } isPrivateName(node) { - return node.type === "PrivateName"; + return node.type === 'PrivateName'; } getPrivateNameSV(node) { @@ -4117,22 +4609,29 @@ class UtilParser extends Tokenizer { } hasPropertyAsPrivateName(node) { - return (node.type === "MemberExpression" || node.type === "OptionalMemberExpression") && this.isPrivateName(node.property); + return ( + (node.type === 'MemberExpression' || + node.type === 'OptionalMemberExpression') && + this.isPrivateName(node.property) + ); } isOptionalChain(node) { - return node.type === "OptionalMemberExpression" || node.type === "OptionalCallExpression"; + return ( + node.type === 'OptionalMemberExpression' || + node.type === 'OptionalCallExpression' + ); } isObjectProperty(node) { - return node.type === "ObjectProperty"; + return node.type === 'ObjectProperty'; } isObjectMethod(node) { - return node.type === "ObjectMethod"; + return node.type === 'ObjectMethod'; } - initializeScopes(inModule = this.options.sourceType === "module") { + initializeScopes(inModule = this.options.sourceType === 'module') { const oldLabels = this.state.labels; this.state.labels = []; const oldExportedIdentifiers = this.exportedIdentifiers; @@ -4171,15 +4670,12 @@ class UtilParser extends Tokenizer { } checkDestructuringPrivate(refExpressionErrors) { - const { - privateKeyLoc - } = refExpressionErrors; + const { privateKeyLoc } = refExpressionErrors; if (privateKeyLoc !== null) { - this.expectPlugin("destructuringPrivate", privateKeyLoc); + this.expectPlugin('destructuringPrivate', privateKeyLoc); } } - } class ExpressionErrors { constructor() { @@ -4188,19 +4684,17 @@ class ExpressionErrors { this.privateKeyLoc = null; this.optionalParametersLoc = null; } - } class Node { constructor(parser, pos, loc) { - this.type = ""; + this.type = ''; this.start = pos; this.end = 0; this.loc = new SourceLocation(loc); if (parser != null && parser.options.ranges) this.range = [pos, 0]; if (parser != null && parser.filename) this.loc.filename = parser.filename; } - } const NodePrototype = Node.prototype; @@ -4212,7 +4706,11 @@ const NodePrototype = Node.prototype; for (let i = 0, length = keys.length; i < length; i++) { const key = keys[i]; - if (key !== "leadingComments" && key !== "trailingComments" && key !== "innerComments") { + if ( + key !== 'leadingComments' && + key !== 'trailingComments' && + key !== 'innerComments' + ) { newNode[key] = this[key]; } } @@ -4226,15 +4724,7 @@ function clonePlaceholder(node) { } function cloneIdentifier(node) { - const { - type, - start, - end, - loc, - range, - extra, - name - } = node; + const { type, start, end, loc, range, extra, name } = node; const cloned = Object.create(NodePrototype); cloned.type = type; cloned.start = start; @@ -4244,23 +4734,16 @@ function cloneIdentifier(node) { cloned.extra = extra; cloned.name = name; - if (type === "Placeholder") { + if (type === 'Placeholder') { cloned.expectedNode = node.expectedNode; } return cloned; } function cloneStringLiteral(node) { - const { - type, - start, - end, - loc, - range, - extra - } = node; + const { type, start, end, loc, range, extra } = node; - if (type === "Placeholder") { + if (type === 'Placeholder') { return clonePlaceholder(node); } @@ -4298,7 +4781,6 @@ class NodeUtils extends UtilParser { } finishNodeAt(node, type, endLoc) { - node.type = type; node.end = endLoc.index; node.loc.end = endLoc; @@ -4322,107 +4804,183 @@ class NodeUtils extends UtilParser { resetStartLocationFromNode(node, locationNode) { this.resetStartLocation(node, locationNode.start, locationNode.loc.start); } - } -const reservedTypes = new Set(["_", "any", "bool", "boolean", "empty", "extends", "false", "interface", "mixed", "null", "number", "static", "string", "true", "typeof", "void"]); -const FlowErrors = ParseErrorEnum`flow`(_ => ({ - AmbiguousConditionalArrow: _("Ambiguous expression: wrap the arrow functions in parentheses to disambiguate."), - AmbiguousDeclareModuleKind: _("Found both `declare module.exports` and `declare export` in the same module. Modules can only have 1 since they are either an ES module or they are a CommonJS module."), - AssignReservedType: _(({ - reservedType - }) => `Cannot overwrite reserved type ${reservedType}.`), - DeclareClassElement: _("The `declare` modifier can only appear on class fields."), - DeclareClassFieldInitializer: _("Initializers are not allowed in fields with the `declare` modifier."), - DuplicateDeclareModuleExports: _("Duplicate `declare module.exports` statement."), - EnumBooleanMemberNotInitialized: _(({ - memberName, - enumName - }) => `Boolean enum members need to be initialized. Use either \`${memberName} = true,\` or \`${memberName} = false,\` in enum \`${enumName}\`.`), - EnumDuplicateMemberName: _(({ - memberName, - enumName - }) => `Enum member names need to be unique, but the name \`${memberName}\` has already been used before in enum \`${enumName}\`.`), - EnumInconsistentMemberValues: _(({ - enumName - }) => `Enum \`${enumName}\` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers.`), - EnumInvalidExplicitType: _(({ - invalidEnumType, - enumName - }) => `Enum type \`${invalidEnumType}\` is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${enumName}\`.`), - EnumInvalidExplicitTypeUnknownSupplied: _(({ - enumName - }) => `Supplied enum type is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${enumName}\`.`), - EnumInvalidMemberInitializerPrimaryType: _(({ - enumName, - memberName, - explicitType - }) => `Enum \`${enumName}\` has type \`${explicitType}\`, so the initializer of \`${memberName}\` needs to be a ${explicitType} literal.`), - EnumInvalidMemberInitializerSymbolType: _(({ - enumName, - memberName - }) => `Symbol enum members cannot be initialized. Use \`${memberName},\` in enum \`${enumName}\`.`), - EnumInvalidMemberInitializerUnknownType: _(({ - enumName, - memberName - }) => `The enum member initializer for \`${memberName}\` needs to be a literal (either a boolean, number, or string) in enum \`${enumName}\`.`), - EnumInvalidMemberName: _(({ - enumName, - memberName, - suggestion - }) => `Enum member names cannot start with lowercase 'a' through 'z'. Instead of using \`${memberName}\`, consider using \`${suggestion}\`, in enum \`${enumName}\`.`), - EnumNumberMemberNotInitialized: _(({ - enumName, - memberName - }) => `Number enum members need to be initialized, e.g. \`${memberName} = 1\` in enum \`${enumName}\`.`), - EnumStringMemberInconsistentlyInitailized: _(({ - enumName - }) => `String enum members need to consistently either all use initializers, or use no initializers, in enum \`${enumName}\`.`), - GetterMayNotHaveThisParam: _("A getter cannot have a `this` parameter."), - ImportTypeShorthandOnlyInPureImport: _("The `type` and `typeof` keywords on named imports can only be used on regular `import` statements. It cannot be used with `import type` or `import typeof` statements."), - InexactInsideExact: _("Explicit inexact syntax cannot appear inside an explicit exact object type."), - InexactInsideNonObject: _("Explicit inexact syntax cannot appear in class or interface definitions."), - InexactVariance: _("Explicit inexact syntax cannot have variance."), - InvalidNonTypeImportInDeclareModule: _("Imports within a `declare module` body must always be `import type` or `import typeof`."), - MissingTypeParamDefault: _("Type parameter declaration needs a default, since a preceding type parameter declaration has a default."), - NestedDeclareModule: _("`declare module` cannot be used inside another `declare module`."), - NestedFlowComment: _("Cannot have a flow comment inside another flow comment."), - PatternIsOptional: _("A binding pattern parameter cannot be optional in an implementation signature.", { - reasonCode: "OptionalBindingPattern" - }), - SetterMayNotHaveThisParam: _("A setter cannot have a `this` parameter."), - SpreadVariance: _("Spread properties cannot have variance."), - ThisParamAnnotationRequired: _("A type annotation is required for the `this` parameter."), - ThisParamBannedInConstructor: _("Constructors cannot have a `this` parameter; constructors don't bind `this` like other functions."), - ThisParamMayNotBeOptional: _("The `this` parameter cannot be optional."), - ThisParamMustBeFirst: _("The `this` parameter must be the first function parameter."), - ThisParamNoDefault: _("The `this` parameter may not have a default value."), - TypeBeforeInitializer: _("Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`."), - TypeCastInPattern: _("The type cast expression is expected to be wrapped with parenthesis."), - UnexpectedExplicitInexactInObject: _("Explicit inexact syntax must appear at the end of an inexact object."), - UnexpectedReservedType: _(({ - reservedType - }) => `Unexpected reserved type ${reservedType}.`), - UnexpectedReservedUnderscore: _("`_` is only allowed as a type argument to call or new."), - UnexpectedSpaceBetweenModuloChecks: _("Spaces between `%` and `checks` are not allowed here."), - UnexpectedSpreadType: _("Spread operator cannot appear in class or interface definitions."), - UnexpectedSubtractionOperand: _('Unexpected token, expected "number" or "bigint".'), - UnexpectedTokenAfterTypeParameter: _("Expected an arrow function after this type parameter declaration."), - UnexpectedTypeParameterBeforeAsyncArrowFunction: _("Type parameters must come after the async keyword, e.g. instead of ` async () => {}`, use `async () => {}`."), - UnsupportedDeclareExportKind: _(({ - unsupportedExportKind, - suggestion - }) => `\`declare export ${unsupportedExportKind}\` is not supported. Use \`${suggestion}\` instead.`), - UnsupportedStatementInDeclareModule: _("Only declares and type imports are allowed inside declare module."), - UnterminatedFlowComment: _("Unterminated flow-comment.") +const reservedTypes = new Set([ + '_', + 'any', + 'bool', + 'boolean', + 'empty', + 'extends', + 'false', + 'interface', + 'mixed', + 'null', + 'number', + 'static', + 'string', + 'true', + 'typeof', + 'void', +]); +const FlowErrors = ParseErrorEnum`flow`((_) => ({ + AmbiguousConditionalArrow: _( + 'Ambiguous expression: wrap the arrow functions in parentheses to disambiguate.' + ), + AmbiguousDeclareModuleKind: _( + 'Found both `declare module.exports` and `declare export` in the same module. Modules can only have 1 since they are either an ES module or they are a CommonJS module.' + ), + AssignReservedType: _( + ({ reservedType }) => `Cannot overwrite reserved type ${reservedType}.` + ), + DeclareClassElement: _( + 'The `declare` modifier can only appear on class fields.' + ), + DeclareClassFieldInitializer: _( + 'Initializers are not allowed in fields with the `declare` modifier.' + ), + DuplicateDeclareModuleExports: _( + 'Duplicate `declare module.exports` statement.' + ), + EnumBooleanMemberNotInitialized: _( + ({ memberName, enumName }) => + `Boolean enum members need to be initialized. Use either \`${memberName} = true,\` or \`${memberName} = false,\` in enum \`${enumName}\`.` + ), + EnumDuplicateMemberName: _( + ({ memberName, enumName }) => + `Enum member names need to be unique, but the name \`${memberName}\` has already been used before in enum \`${enumName}\`.` + ), + EnumInconsistentMemberValues: _( + ({ enumName }) => + `Enum \`${enumName}\` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers.` + ), + EnumInvalidExplicitType: _( + ({ invalidEnumType, enumName }) => + `Enum type \`${invalidEnumType}\` is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${enumName}\`.` + ), + EnumInvalidExplicitTypeUnknownSupplied: _( + ({ enumName }) => + `Supplied enum type is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${enumName}\`.` + ), + EnumInvalidMemberInitializerPrimaryType: _( + ({ enumName, memberName, explicitType }) => + `Enum \`${enumName}\` has type \`${explicitType}\`, so the initializer of \`${memberName}\` needs to be a ${explicitType} literal.` + ), + EnumInvalidMemberInitializerSymbolType: _( + ({ enumName, memberName }) => + `Symbol enum members cannot be initialized. Use \`${memberName},\` in enum \`${enumName}\`.` + ), + EnumInvalidMemberInitializerUnknownType: _( + ({ enumName, memberName }) => + `The enum member initializer for \`${memberName}\` needs to be a literal (either a boolean, number, or string) in enum \`${enumName}\`.` + ), + EnumInvalidMemberName: _( + ({ enumName, memberName, suggestion }) => + `Enum member names cannot start with lowercase 'a' through 'z'. Instead of using \`${memberName}\`, consider using \`${suggestion}\`, in enum \`${enumName}\`.` + ), + EnumNumberMemberNotInitialized: _( + ({ enumName, memberName }) => + `Number enum members need to be initialized, e.g. \`${memberName} = 1\` in enum \`${enumName}\`.` + ), + EnumStringMemberInconsistentlyInitailized: _( + ({ enumName }) => + `String enum members need to consistently either all use initializers, or use no initializers, in enum \`${enumName}\`.` + ), + GetterMayNotHaveThisParam: _('A getter cannot have a `this` parameter.'), + ImportTypeShorthandOnlyInPureImport: _( + 'The `type` and `typeof` keywords on named imports can only be used on regular `import` statements. It cannot be used with `import type` or `import typeof` statements.' + ), + InexactInsideExact: _( + 'Explicit inexact syntax cannot appear inside an explicit exact object type.' + ), + InexactInsideNonObject: _( + 'Explicit inexact syntax cannot appear in class or interface definitions.' + ), + InexactVariance: _('Explicit inexact syntax cannot have variance.'), + InvalidNonTypeImportInDeclareModule: _( + 'Imports within a `declare module` body must always be `import type` or `import typeof`.' + ), + MissingTypeParamDefault: _( + 'Type parameter declaration needs a default, since a preceding type parameter declaration has a default.' + ), + NestedDeclareModule: _( + '`declare module` cannot be used inside another `declare module`.' + ), + NestedFlowComment: _( + 'Cannot have a flow comment inside another flow comment.' + ), + PatternIsOptional: _( + 'A binding pattern parameter cannot be optional in an implementation signature.', + { + reasonCode: 'OptionalBindingPattern', + } + ), + SetterMayNotHaveThisParam: _('A setter cannot have a `this` parameter.'), + SpreadVariance: _('Spread properties cannot have variance.'), + ThisParamAnnotationRequired: _( + 'A type annotation is required for the `this` parameter.' + ), + ThisParamBannedInConstructor: _( + "Constructors cannot have a `this` parameter; constructors don't bind `this` like other functions." + ), + ThisParamMayNotBeOptional: _('The `this` parameter cannot be optional.'), + ThisParamMustBeFirst: _( + 'The `this` parameter must be the first function parameter.' + ), + ThisParamNoDefault: _('The `this` parameter may not have a default value.'), + TypeBeforeInitializer: _( + 'Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.' + ), + TypeCastInPattern: _( + 'The type cast expression is expected to be wrapped with parenthesis.' + ), + UnexpectedExplicitInexactInObject: _( + 'Explicit inexact syntax must appear at the end of an inexact object.' + ), + UnexpectedReservedType: _( + ({ reservedType }) => `Unexpected reserved type ${reservedType}.` + ), + UnexpectedReservedUnderscore: _( + '`_` is only allowed as a type argument to call or new.' + ), + UnexpectedSpaceBetweenModuloChecks: _( + 'Spaces between `%` and `checks` are not allowed here.' + ), + UnexpectedSpreadType: _( + 'Spread operator cannot appear in class or interface definitions.' + ), + UnexpectedSubtractionOperand: _( + 'Unexpected token, expected "number" or "bigint".' + ), + UnexpectedTokenAfterTypeParameter: _( + 'Expected an arrow function after this type parameter declaration.' + ), + UnexpectedTypeParameterBeforeAsyncArrowFunction: _( + 'Type parameters must come after the async keyword, e.g. instead of ` async () => {}`, use `async () => {}`.' + ), + UnsupportedDeclareExportKind: _( + ({ unsupportedExportKind, suggestion }) => + `\`declare export ${unsupportedExportKind}\` is not supported. Use \`${suggestion}\` instead.` + ), + UnsupportedStatementInDeclareModule: _( + 'Only declares and type imports are allowed inside declare module.' + ), + UnterminatedFlowComment: _('Unterminated flow-comment.'), })); function isEsModuleType(bodyElement) { - return bodyElement.type === "DeclareExportAllDeclaration" || bodyElement.type === "DeclareExportDeclaration" && (!bodyElement.declaration || bodyElement.declaration.type !== "TypeAlias" && bodyElement.declaration.type !== "InterfaceDeclaration"); + return ( + bodyElement.type === 'DeclareExportAllDeclaration' || + (bodyElement.type === 'DeclareExportDeclaration' && + (!bodyElement.declaration || + (bodyElement.declaration.type !== 'TypeAlias' && + bodyElement.declaration.type !== 'InterfaceDeclaration'))) + ); } function hasTypeImportKind(node) { - return node.importKind === "type" || node.importKind === "typeof"; + return node.importKind === 'type' || node.importKind === 'typeof'; } function isMaybeDefaultImport(type) { @@ -4430,10 +4988,10 @@ function isMaybeDefaultImport(type) { } const exportSuggestions = { - const: "declare export var", - let: "declare export var", - type: "export type", - interface: "export interface" + const: 'declare export var', + let: 'declare export var', + type: 'export type', + interface: 'export interface', }; function partition(list, test) { @@ -4448,2815 +5006,3103 @@ function partition(list, test) { } const FLOW_PRAGMA_REGEX = /\*?\s*@((?:no)?flow)\b/; -var flow = (superClass => class extends superClass { - constructor(...args) { - super(...args); - this.flowPragma = undefined; - } +var flow = (superClass) => + class extends superClass { + constructor(...args) { + super(...args); + this.flowPragma = undefined; + } - getScopeHandler() { - return FlowScopeHandler; - } + getScopeHandler() { + return FlowScopeHandler; + } - shouldParseTypes() { - return this.getPluginOption("flow", "all") || this.flowPragma === "flow"; - } + shouldParseTypes() { + return this.getPluginOption('flow', 'all') || this.flowPragma === 'flow'; + } - shouldParseEnums() { - return !!this.getPluginOption("flow", "enums"); - } + shouldParseEnums() { + return !!this.getPluginOption('flow', 'enums'); + } - finishToken(type, val) { - if (type !== 129 && type !== 13 && type !== 28) { + finishToken(type, val) { + if (type !== 129 && type !== 13 && type !== 28) { + if (this.flowPragma === undefined) { + this.flowPragma = null; + } + } + + return super.finishToken(type, val); + } + + addComment(comment) { if (this.flowPragma === undefined) { - this.flowPragma = null; + const matches = FLOW_PRAGMA_REGEX.exec(comment.value); + + if (!matches); + else if (matches[1] === 'flow') { + this.flowPragma = 'flow'; + } else if (matches[1] === 'noflow') { + this.flowPragma = 'noflow'; + } else { + throw new Error('Unexpected flow pragma'); + } } + + return super.addComment(comment); } - return super.finishToken(type, val); - } + flowParseTypeInitialiser(tok) { + const oldInType = this.state.inType; + this.state.inType = true; + this.expect(tok || 14); + const type = this.flowParseType(); + this.state.inType = oldInType; + return type; + } - addComment(comment) { - if (this.flowPragma === undefined) { - const matches = FLOW_PRAGMA_REGEX.exec(comment.value); + flowParsePredicate() { + const node = this.startNode(); + const moduloLoc = this.state.startLoc; + this.next(); + this.expectContextual(107); - if (!matches) ; else if (matches[1] === "flow") { - this.flowPragma = "flow"; - } else if (matches[1] === "noflow") { - this.flowPragma = "noflow"; + if (this.state.lastTokStart > moduloLoc.index + 1) { + this.raise(FlowErrors.UnexpectedSpaceBetweenModuloChecks, { + at: moduloLoc, + }); + } + + if (this.eat(10)) { + node.value = this.parseExpression(); + this.expect(11); + return this.finishNode(node, 'DeclaredPredicate'); } else { - throw new Error("Unexpected flow pragma"); + return this.finishNode(node, 'InferredPredicate'); } } - return super.addComment(comment); - } - - flowParseTypeInitialiser(tok) { - const oldInType = this.state.inType; - this.state.inType = true; - this.expect(tok || 14); - const type = this.flowParseType(); - this.state.inType = oldInType; - return type; - } - - flowParsePredicate() { - const node = this.startNode(); - const moduloLoc = this.state.startLoc; - this.next(); - this.expectContextual(107); - - if (this.state.lastTokStart > moduloLoc.index + 1) { - this.raise(FlowErrors.UnexpectedSpaceBetweenModuloChecks, { - at: moduloLoc - }); - } - - if (this.eat(10)) { - node.value = this.parseExpression(); - this.expect(11); - return this.finishNode(node, "DeclaredPredicate"); - } else { - return this.finishNode(node, "InferredPredicate"); - } - } - - flowParseTypeAndPredicateInitialiser() { - const oldInType = this.state.inType; - this.state.inType = true; - this.expect(14); - let type = null; - let predicate = null; - - if (this.match(54)) { - this.state.inType = oldInType; - predicate = this.flowParsePredicate(); - } else { - type = this.flowParseType(); - this.state.inType = oldInType; + flowParseTypeAndPredicateInitialiser() { + const oldInType = this.state.inType; + this.state.inType = true; + this.expect(14); + let type = null; + let predicate = null; if (this.match(54)) { + this.state.inType = oldInType; predicate = this.flowParsePredicate(); + } else { + type = this.flowParseType(); + this.state.inType = oldInType; + + if (this.match(54)) { + predicate = this.flowParsePredicate(); + } + } + + return [type, predicate]; + } + + flowParseDeclareClass(node) { + this.next(); + this.flowParseInterfaceish(node, true); + return this.finishNode(node, 'DeclareClass'); + } + + flowParseDeclareFunction(node) { + this.next(); + const id = (node.id = this.parseIdentifier()); + const typeNode = this.startNode(); + const typeContainer = this.startNode(); + + if (this.match(47)) { + typeNode.typeParameters = this.flowParseTypeParameterDeclaration(); + } else { + typeNode.typeParameters = null; + } + + this.expect(10); + const tmp = this.flowParseFunctionTypeParams(); + typeNode.params = tmp.params; + typeNode.rest = tmp.rest; + typeNode.this = tmp._this; + this.expect(11); + [typeNode.returnType, node.predicate] = + this.flowParseTypeAndPredicateInitialiser(); + typeContainer.typeAnnotation = this.finishNode( + typeNode, + 'FunctionTypeAnnotation' + ); + id.typeAnnotation = this.finishNode(typeContainer, 'TypeAnnotation'); + this.resetEndLocation(id); + this.semicolon(); + this.scope.declareName( + node.id.name, + BIND_FLOW_DECLARE_FN, + node.id.loc.start + ); + return this.finishNode(node, 'DeclareFunction'); + } + + flowParseDeclare(node, insideModule) { + if (this.match(80)) { + return this.flowParseDeclareClass(node); + } else if (this.match(68)) { + return this.flowParseDeclareFunction(node); + } else if (this.match(74)) { + return this.flowParseDeclareVariable(node); + } else if (this.eatContextual(123)) { + if (this.match(16)) { + return this.flowParseDeclareModuleExports(node); + } else { + if (insideModule) { + this.raise(FlowErrors.NestedDeclareModule, { + at: this.state.lastTokStartLoc, + }); + } + + return this.flowParseDeclareModule(node); + } + } else if (this.isContextual(126)) { + return this.flowParseDeclareTypeAlias(node); + } else if (this.isContextual(127)) { + return this.flowParseDeclareOpaqueType(node); + } else if (this.isContextual(125)) { + return this.flowParseDeclareInterface(node); + } else if (this.match(82)) { + return this.flowParseDeclareExportDeclaration(node, insideModule); + } else { + throw this.unexpected(); } } - return [type, predicate]; - } - - flowParseDeclareClass(node) { - this.next(); - this.flowParseInterfaceish(node, true); - return this.finishNode(node, "DeclareClass"); - } - - flowParseDeclareFunction(node) { - this.next(); - const id = node.id = this.parseIdentifier(); - const typeNode = this.startNode(); - const typeContainer = this.startNode(); - - if (this.match(47)) { - typeNode.typeParameters = this.flowParseTypeParameterDeclaration(); - } else { - typeNode.typeParameters = null; + flowParseDeclareVariable(node) { + this.next(); + node.id = this.flowParseTypeAnnotatableIdentifier(true); + this.scope.declareName(node.id.name, BIND_VAR, node.id.loc.start); + this.semicolon(); + return this.finishNode(node, 'DeclareVariable'); } - this.expect(10); - const tmp = this.flowParseFunctionTypeParams(); - typeNode.params = tmp.params; - typeNode.rest = tmp.rest; - typeNode.this = tmp._this; - this.expect(11); - [typeNode.returnType, node.predicate] = this.flowParseTypeAndPredicateInitialiser(); - typeContainer.typeAnnotation = this.finishNode(typeNode, "FunctionTypeAnnotation"); - id.typeAnnotation = this.finishNode(typeContainer, "TypeAnnotation"); - this.resetEndLocation(id); - this.semicolon(); - this.scope.declareName(node.id.name, BIND_FLOW_DECLARE_FN, node.id.loc.start); - return this.finishNode(node, "DeclareFunction"); - } + flowParseDeclareModule(node) { + this.scope.enter(SCOPE_OTHER); - flowParseDeclare(node, insideModule) { - if (this.match(80)) { - return this.flowParseDeclareClass(node); - } else if (this.match(68)) { - return this.flowParseDeclareFunction(node); - } else if (this.match(74)) { - return this.flowParseDeclareVariable(node); - } else if (this.eatContextual(123)) { - if (this.match(16)) { - return this.flowParseDeclareModuleExports(node); + if (this.match(129)) { + node.id = this.parseExprAtom(); } else { - if (insideModule) { - this.raise(FlowErrors.NestedDeclareModule, { - at: this.state.lastTokStartLoc + node.id = this.parseIdentifier(); + } + + const bodyNode = (node.body = this.startNode()); + const body = (bodyNode.body = []); + this.expect(5); + + while (!this.match(8)) { + let bodyNode = this.startNode(); + + if (this.match(83)) { + this.next(); + + if (!this.isContextual(126) && !this.match(87)) { + this.raise(FlowErrors.InvalidNonTypeImportInDeclareModule, { + at: this.state.lastTokStartLoc, + }); + } + + this.parseImport(bodyNode); + } else { + this.expectContextual( + 121, + FlowErrors.UnsupportedStatementInDeclareModule + ); + bodyNode = this.flowParseDeclare(bodyNode, true); + } + + body.push(bodyNode); + } + + this.scope.exit(); + this.expect(8); + this.finishNode(bodyNode, 'BlockStatement'); + let kind = null; + let hasModuleExport = false; + body.forEach((bodyElement) => { + if (isEsModuleType(bodyElement)) { + if (kind === 'CommonJS') { + this.raise(FlowErrors.AmbiguousDeclareModuleKind, { + at: bodyElement, + }); + } + + kind = 'ES'; + } else if (bodyElement.type === 'DeclareModuleExports') { + if (hasModuleExport) { + this.raise(FlowErrors.DuplicateDeclareModuleExports, { + at: bodyElement, + }); + } + + if (kind === 'ES') { + this.raise(FlowErrors.AmbiguousDeclareModuleKind, { + at: bodyElement, + }); + } + + kind = 'CommonJS'; + hasModuleExport = true; + } + }); + node.kind = kind || 'CommonJS'; + return this.finishNode(node, 'DeclareModule'); + } + + flowParseDeclareExportDeclaration(node, insideModule) { + this.expect(82); + + if (this.eat(65)) { + if (this.match(68) || this.match(80)) { + node.declaration = this.flowParseDeclare(this.startNode()); + } else { + node.declaration = this.flowParseType(); + this.semicolon(); + } + + node.default = true; + return this.finishNode(node, 'DeclareExportDeclaration'); + } else { + if ( + this.match(75) || + this.isLet() || + ((this.isContextual(126) || this.isContextual(125)) && !insideModule) + ) { + const label = this.state.value; + throw this.raise(FlowErrors.UnsupportedDeclareExportKind, { + at: this.state.startLoc, + unsupportedExportKind: label, + suggestion: exportSuggestions[label], }); } - return this.flowParseDeclareModule(node); + if ( + this.match(74) || + this.match(68) || + this.match(80) || + this.isContextual(127) + ) { + node.declaration = this.flowParseDeclare(this.startNode()); + node.default = false; + return this.finishNode(node, 'DeclareExportDeclaration'); + } else if ( + this.match(55) || + this.match(5) || + this.isContextual(125) || + this.isContextual(126) || + this.isContextual(127) + ) { + node = this.parseExport(node); + + if (node.type === 'ExportNamedDeclaration') { + node.type = 'ExportDeclaration'; + node.default = false; + delete node.exportKind; + } + + node.type = 'Declare' + node.type; + return node; + } } - } else if (this.isContextual(126)) { - return this.flowParseDeclareTypeAlias(node); - } else if (this.isContextual(127)) { - return this.flowParseDeclareOpaqueType(node); - } else if (this.isContextual(125)) { - return this.flowParseDeclareInterface(node); - } else if (this.match(82)) { - return this.flowParseDeclareExportDeclaration(node, insideModule); - } else { + throw this.unexpected(); } - } - flowParseDeclareVariable(node) { - this.next(); - node.id = this.flowParseTypeAnnotatableIdentifier(true); - this.scope.declareName(node.id.name, BIND_VAR, node.id.loc.start); - this.semicolon(); - return this.finishNode(node, "DeclareVariable"); - } - - flowParseDeclareModule(node) { - this.scope.enter(SCOPE_OTHER); - - if (this.match(129)) { - node.id = this.parseExprAtom(); - } else { - node.id = this.parseIdentifier(); + flowParseDeclareModuleExports(node) { + this.next(); + this.expectContextual(108); + node.typeAnnotation = this.flowParseTypeAnnotation(); + this.semicolon(); + return this.finishNode(node, 'DeclareModuleExports'); } - const bodyNode = node.body = this.startNode(); - const body = bodyNode.body = []; - this.expect(5); + flowParseDeclareTypeAlias(node) { + this.next(); + this.flowParseTypeAlias(node); + node.type = 'DeclareTypeAlias'; + return node; + } - while (!this.match(8)) { - let bodyNode = this.startNode(); + flowParseDeclareOpaqueType(node) { + this.next(); + this.flowParseOpaqueType(node, true); + node.type = 'DeclareOpaqueType'; + return node; + } - if (this.match(83)) { + flowParseDeclareInterface(node) { + this.next(); + this.flowParseInterfaceish(node); + return this.finishNode(node, 'DeclareInterface'); + } + + flowParseInterfaceish(node, isClass = false) { + node.id = this.flowParseRestrictedIdentifier(!isClass, true); + this.scope.declareName( + node.id.name, + isClass ? BIND_FUNCTION : BIND_LEXICAL, + node.id.loc.start + ); + + if (this.match(47)) { + node.typeParameters = this.flowParseTypeParameterDeclaration(); + } else { + node.typeParameters = null; + } + + node.extends = []; + node.implements = []; + node.mixins = []; + + if (this.eat(81)) { + do { + node.extends.push(this.flowParseInterfaceExtends()); + } while (!isClass && this.eat(12)); + } + + if (this.isContextual(114)) { this.next(); - if (!this.isContextual(126) && !this.match(87)) { - this.raise(FlowErrors.InvalidNonTypeImportInDeclareModule, { - at: this.state.lastTokStartLoc - }); - } - - this.parseImport(bodyNode); - } else { - this.expectContextual(121, FlowErrors.UnsupportedStatementInDeclareModule); - bodyNode = this.flowParseDeclare(bodyNode, true); + do { + node.mixins.push(this.flowParseInterfaceExtends()); + } while (this.eat(12)); } - body.push(bodyNode); - } + if (this.isContextual(110)) { + this.next(); - this.scope.exit(); - this.expect(8); - this.finishNode(bodyNode, "BlockStatement"); - let kind = null; - let hasModuleExport = false; - body.forEach(bodyElement => { - if (isEsModuleType(bodyElement)) { - if (kind === "CommonJS") { - this.raise(FlowErrors.AmbiguousDeclareModuleKind, { - at: bodyElement - }); - } - - kind = "ES"; - } else if (bodyElement.type === "DeclareModuleExports") { - if (hasModuleExport) { - this.raise(FlowErrors.DuplicateDeclareModuleExports, { - at: bodyElement - }); - } - - if (kind === "ES") { - this.raise(FlowErrors.AmbiguousDeclareModuleKind, { - at: bodyElement - }); - } - - kind = "CommonJS"; - hasModuleExport = true; - } - }); - node.kind = kind || "CommonJS"; - return this.finishNode(node, "DeclareModule"); - } - - flowParseDeclareExportDeclaration(node, insideModule) { - this.expect(82); - - if (this.eat(65)) { - if (this.match(68) || this.match(80)) { - node.declaration = this.flowParseDeclare(this.startNode()); - } else { - node.declaration = this.flowParseType(); - this.semicolon(); + do { + node.implements.push(this.flowParseInterfaceExtends()); + } while (this.eat(12)); } - node.default = true; - return this.finishNode(node, "DeclareExportDeclaration"); - } else { - if (this.match(75) || this.isLet() || (this.isContextual(126) || this.isContextual(125)) && !insideModule) { - const label = this.state.value; - throw this.raise(FlowErrors.UnsupportedDeclareExportKind, { - at: this.state.startLoc, - unsupportedExportKind: label, - suggestion: exportSuggestions[label] - }); - } - - if (this.match(74) || this.match(68) || this.match(80) || this.isContextual(127)) { - node.declaration = this.flowParseDeclare(this.startNode()); - node.default = false; - return this.finishNode(node, "DeclareExportDeclaration"); - } else if (this.match(55) || this.match(5) || this.isContextual(125) || this.isContextual(126) || this.isContextual(127)) { - node = this.parseExport(node); - - if (node.type === "ExportNamedDeclaration") { - node.type = "ExportDeclaration"; - node.default = false; - delete node.exportKind; - } - - node.type = "Declare" + node.type; - return node; - } - } - - throw this.unexpected(); - } - - flowParseDeclareModuleExports(node) { - this.next(); - this.expectContextual(108); - node.typeAnnotation = this.flowParseTypeAnnotation(); - this.semicolon(); - return this.finishNode(node, "DeclareModuleExports"); - } - - flowParseDeclareTypeAlias(node) { - this.next(); - this.flowParseTypeAlias(node); - node.type = "DeclareTypeAlias"; - return node; - } - - flowParseDeclareOpaqueType(node) { - this.next(); - this.flowParseOpaqueType(node, true); - node.type = "DeclareOpaqueType"; - return node; - } - - flowParseDeclareInterface(node) { - this.next(); - this.flowParseInterfaceish(node); - return this.finishNode(node, "DeclareInterface"); - } - - flowParseInterfaceish(node, isClass = false) { - node.id = this.flowParseRestrictedIdentifier(!isClass, true); - this.scope.declareName(node.id.name, isClass ? BIND_FUNCTION : BIND_LEXICAL, node.id.loc.start); - - if (this.match(47)) { - node.typeParameters = this.flowParseTypeParameterDeclaration(); - } else { - node.typeParameters = null; - } - - node.extends = []; - node.implements = []; - node.mixins = []; - - if (this.eat(81)) { - do { - node.extends.push(this.flowParseInterfaceExtends()); - } while (!isClass && this.eat(12)); - } - - if (this.isContextual(114)) { - this.next(); - - do { - node.mixins.push(this.flowParseInterfaceExtends()); - } while (this.eat(12)); - } - - if (this.isContextual(110)) { - this.next(); - - do { - node.implements.push(this.flowParseInterfaceExtends()); - } while (this.eat(12)); - } - - node.body = this.flowParseObjectType({ - allowStatic: isClass, - allowExact: false, - allowSpread: false, - allowProto: isClass, - allowInexact: false - }); - } - - flowParseInterfaceExtends() { - const node = this.startNode(); - node.id = this.flowParseQualifiedTypeIdentifier(); - - if (this.match(47)) { - node.typeParameters = this.flowParseTypeParameterInstantiation(); - } else { - node.typeParameters = null; - } - - return this.finishNode(node, "InterfaceExtends"); - } - - flowParseInterface(node) { - this.flowParseInterfaceish(node); - return this.finishNode(node, "InterfaceDeclaration"); - } - - checkNotUnderscore(word) { - if (word === "_") { - this.raise(FlowErrors.UnexpectedReservedUnderscore, { - at: this.state.startLoc + node.body = this.flowParseObjectType({ + allowStatic: isClass, + allowExact: false, + allowSpread: false, + allowProto: isClass, + allowInexact: false, }); } - } - checkReservedType(word, startLoc, declaration) { - if (!reservedTypes.has(word)) return; - this.raise(declaration ? FlowErrors.AssignReservedType : FlowErrors.UnexpectedReservedType, { - at: startLoc, - reservedType: word - }); - } + flowParseInterfaceExtends() { + const node = this.startNode(); + node.id = this.flowParseQualifiedTypeIdentifier(); - flowParseRestrictedIdentifier(liberal, declaration) { - this.checkReservedType(this.state.value, this.state.startLoc, declaration); - return this.parseIdentifier(liberal); - } + if (this.match(47)) { + node.typeParameters = this.flowParseTypeParameterInstantiation(); + } else { + node.typeParameters = null; + } - flowParseTypeAlias(node) { - node.id = this.flowParseRestrictedIdentifier(false, true); - this.scope.declareName(node.id.name, BIND_LEXICAL, node.id.loc.start); - - if (this.match(47)) { - node.typeParameters = this.flowParseTypeParameterDeclaration(); - } else { - node.typeParameters = null; + return this.finishNode(node, 'InterfaceExtends'); } - node.right = this.flowParseTypeInitialiser(29); - this.semicolon(); - return this.finishNode(node, "TypeAlias"); - } - - flowParseOpaqueType(node, declare) { - this.expectContextual(126); - node.id = this.flowParseRestrictedIdentifier(true, true); - this.scope.declareName(node.id.name, BIND_LEXICAL, node.id.loc.start); - - if (this.match(47)) { - node.typeParameters = this.flowParseTypeParameterDeclaration(); - } else { - node.typeParameters = null; + flowParseInterface(node) { + this.flowParseInterfaceish(node); + return this.finishNode(node, 'InterfaceDeclaration'); } - node.supertype = null; - - if (this.match(14)) { - node.supertype = this.flowParseTypeInitialiser(14); - } - - node.impltype = null; - - if (!declare) { - node.impltype = this.flowParseTypeInitialiser(29); - } - - this.semicolon(); - return this.finishNode(node, "OpaqueType"); - } - - flowParseTypeParameter(requireDefault = false) { - const nodeStartLoc = this.state.startLoc; - const node = this.startNode(); - const variance = this.flowParseVariance(); - const ident = this.flowParseTypeAnnotatableIdentifier(); - node.name = ident.name; - node.variance = variance; - node.bound = ident.typeAnnotation; - - if (this.match(29)) { - this.eat(29); - node.default = this.flowParseType(); - } else { - if (requireDefault) { - this.raise(FlowErrors.MissingTypeParamDefault, { - at: nodeStartLoc + checkNotUnderscore(word) { + if (word === '_') { + this.raise(FlowErrors.UnexpectedReservedUnderscore, { + at: this.state.startLoc, }); } } - return this.finishNode(node, "TypeParameter"); - } - - flowParseTypeParameterDeclaration() { - const oldInType = this.state.inType; - const node = this.startNode(); - node.params = []; - this.state.inType = true; - - if (this.match(47) || this.match(138)) { - this.next(); - } else { - this.unexpected(); + checkReservedType(word, startLoc, declaration) { + if (!reservedTypes.has(word)) return; + this.raise( + declaration ? + FlowErrors.AssignReservedType + : FlowErrors.UnexpectedReservedType, + { + at: startLoc, + reservedType: word, + } + ); } - let defaultRequired = false; + flowParseRestrictedIdentifier(liberal, declaration) { + this.checkReservedType( + this.state.value, + this.state.startLoc, + declaration + ); + return this.parseIdentifier(liberal); + } - do { - const typeParameter = this.flowParseTypeParameter(defaultRequired); - node.params.push(typeParameter); + flowParseTypeAlias(node) { + node.id = this.flowParseRestrictedIdentifier(false, true); + this.scope.declareName(node.id.name, BIND_LEXICAL, node.id.loc.start); - if (typeParameter.default) { - defaultRequired = true; + if (this.match(47)) { + node.typeParameters = this.flowParseTypeParameterDeclaration(); + } else { + node.typeParameters = null; } - if (!this.match(48)) { - this.expect(12); - } - } while (!this.match(48)); - - this.expect(48); - this.state.inType = oldInType; - return this.finishNode(node, "TypeParameterDeclaration"); - } - - flowParseTypeParameterInstantiation() { - const node = this.startNode(); - const oldInType = this.state.inType; - node.params = []; - this.state.inType = true; - this.expect(47); - const oldNoAnonFunctionType = this.state.noAnonFunctionType; - this.state.noAnonFunctionType = false; - - while (!this.match(48)) { - node.params.push(this.flowParseType()); - - if (!this.match(48)) { - this.expect(12); - } + node.right = this.flowParseTypeInitialiser(29); + this.semicolon(); + return this.finishNode(node, 'TypeAlias'); } - this.state.noAnonFunctionType = oldNoAnonFunctionType; - this.expect(48); - this.state.inType = oldInType; - return this.finishNode(node, "TypeParameterInstantiation"); - } + flowParseOpaqueType(node, declare) { + this.expectContextual(126); + node.id = this.flowParseRestrictedIdentifier(true, true); + this.scope.declareName(node.id.name, BIND_LEXICAL, node.id.loc.start); - flowParseTypeParameterInstantiationCallOrNew() { - const node = this.startNode(); - const oldInType = this.state.inType; - node.params = []; - this.state.inType = true; - this.expect(47); - - while (!this.match(48)) { - node.params.push(this.flowParseTypeOrImplicitInstantiation()); - - if (!this.match(48)) { - this.expect(12); - } - } - - this.expect(48); - this.state.inType = oldInType; - return this.finishNode(node, "TypeParameterInstantiation"); - } - - flowParseInterfaceType() { - const node = this.startNode(); - this.expectContextual(125); - node.extends = []; - - if (this.eat(81)) { - do { - node.extends.push(this.flowParseInterfaceExtends()); - } while (this.eat(12)); - } - - node.body = this.flowParseObjectType({ - allowStatic: false, - allowExact: false, - allowSpread: false, - allowProto: false, - allowInexact: false - }); - return this.finishNode(node, "InterfaceTypeAnnotation"); - } - - flowParseObjectPropertyKey() { - return this.match(130) || this.match(129) ? this.parseExprAtom() : this.parseIdentifier(true); - } - - flowParseObjectTypeIndexer(node, isStatic, variance) { - node.static = isStatic; - - if (this.lookahead().type === 14) { - node.id = this.flowParseObjectPropertyKey(); - node.key = this.flowParseTypeInitialiser(); - } else { - node.id = null; - node.key = this.flowParseType(); - } - - this.expect(3); - node.value = this.flowParseTypeInitialiser(); - node.variance = variance; - return this.finishNode(node, "ObjectTypeIndexer"); - } - - flowParseObjectTypeInternalSlot(node, isStatic) { - node.static = isStatic; - node.id = this.flowParseObjectPropertyKey(); - this.expect(3); - this.expect(3); - - if (this.match(47) || this.match(10)) { - node.method = true; - node.optional = false; - node.value = this.flowParseObjectTypeMethodish(this.startNodeAt(node.start, node.loc.start)); - } else { - node.method = false; - - if (this.eat(17)) { - node.optional = true; + if (this.match(47)) { + node.typeParameters = this.flowParseTypeParameterDeclaration(); + } else { + node.typeParameters = null; } - node.value = this.flowParseTypeInitialiser(); - } + node.supertype = null; - return this.finishNode(node, "ObjectTypeInternalSlot"); - } - - flowParseObjectTypeMethodish(node) { - node.params = []; - node.rest = null; - node.typeParameters = null; - node.this = null; - - if (this.match(47)) { - node.typeParameters = this.flowParseTypeParameterDeclaration(); - } - - this.expect(10); - - if (this.match(78)) { - node.this = this.flowParseFunctionTypeParam(true); - node.this.name = null; - - if (!this.match(11)) { - this.expect(12); + if (this.match(14)) { + node.supertype = this.flowParseTypeInitialiser(14); } - } - while (!this.match(11) && !this.match(21)) { - node.params.push(this.flowParseFunctionTypeParam(false)); + node.impltype = null; - if (!this.match(11)) { - this.expect(12); + if (!declare) { + node.impltype = this.flowParseTypeInitialiser(29); } + + this.semicolon(); + return this.finishNode(node, 'OpaqueType'); } - if (this.eat(21)) { - node.rest = this.flowParseFunctionTypeParam(false); - } - - this.expect(11); - node.returnType = this.flowParseTypeInitialiser(); - return this.finishNode(node, "FunctionTypeAnnotation"); - } - - flowParseObjectTypeCallProperty(node, isStatic) { - const valueNode = this.startNode(); - node.static = isStatic; - node.value = this.flowParseObjectTypeMethodish(valueNode); - return this.finishNode(node, "ObjectTypeCallProperty"); - } - - flowParseObjectType({ - allowStatic, - allowExact, - allowSpread, - allowProto, - allowInexact - }) { - const oldInType = this.state.inType; - this.state.inType = true; - const nodeStart = this.startNode(); - nodeStart.callProperties = []; - nodeStart.properties = []; - nodeStart.indexers = []; - nodeStart.internalSlots = []; - let endDelim; - let exact; - let inexact = false; - - if (allowExact && this.match(6)) { - this.expect(6); - endDelim = 9; - exact = true; - } else { - this.expect(5); - endDelim = 8; - exact = false; - } - - nodeStart.exact = exact; - - while (!this.match(endDelim)) { - let isStatic = false; - let protoStartLoc = null; - let inexactStartLoc = null; + flowParseTypeParameter(requireDefault = false) { + const nodeStartLoc = this.state.startLoc; const node = this.startNode(); - - if (allowProto && this.isContextual(115)) { - const lookahead = this.lookahead(); - - if (lookahead.type !== 14 && lookahead.type !== 17) { - this.next(); - protoStartLoc = this.state.startLoc; - allowStatic = false; - } - } - - if (allowStatic && this.isContextual(104)) { - const lookahead = this.lookahead(); - - if (lookahead.type !== 14 && lookahead.type !== 17) { - this.next(); - isStatic = true; - } - } - const variance = this.flowParseVariance(); + const ident = this.flowParseTypeAnnotatableIdentifier(); + node.name = ident.name; + node.variance = variance; + node.bound = ident.typeAnnotation; - if (this.eat(0)) { - if (protoStartLoc != null) { - this.unexpected(protoStartLoc); + if (this.match(29)) { + this.eat(29); + node.default = this.flowParseType(); + } else { + if (requireDefault) { + this.raise(FlowErrors.MissingTypeParamDefault, { + at: nodeStartLoc, + }); } + } + + return this.finishNode(node, 'TypeParameter'); + } + + flowParseTypeParameterDeclaration() { + const oldInType = this.state.inType; + const node = this.startNode(); + node.params = []; + this.state.inType = true; + + if (this.match(47) || this.match(138)) { + this.next(); + } else { + this.unexpected(); + } + + let defaultRequired = false; + + do { + const typeParameter = this.flowParseTypeParameter(defaultRequired); + node.params.push(typeParameter); + + if (typeParameter.default) { + defaultRequired = true; + } + + if (!this.match(48)) { + this.expect(12); + } + } while (!this.match(48)); + + this.expect(48); + this.state.inType = oldInType; + return this.finishNode(node, 'TypeParameterDeclaration'); + } + + flowParseTypeParameterInstantiation() { + const node = this.startNode(); + const oldInType = this.state.inType; + node.params = []; + this.state.inType = true; + this.expect(47); + const oldNoAnonFunctionType = this.state.noAnonFunctionType; + this.state.noAnonFunctionType = false; + + while (!this.match(48)) { + node.params.push(this.flowParseType()); + + if (!this.match(48)) { + this.expect(12); + } + } + + this.state.noAnonFunctionType = oldNoAnonFunctionType; + this.expect(48); + this.state.inType = oldInType; + return this.finishNode(node, 'TypeParameterInstantiation'); + } + + flowParseTypeParameterInstantiationCallOrNew() { + const node = this.startNode(); + const oldInType = this.state.inType; + node.params = []; + this.state.inType = true; + this.expect(47); + + while (!this.match(48)) { + node.params.push(this.flowParseTypeOrImplicitInstantiation()); + + if (!this.match(48)) { + this.expect(12); + } + } + + this.expect(48); + this.state.inType = oldInType; + return this.finishNode(node, 'TypeParameterInstantiation'); + } + + flowParseInterfaceType() { + const node = this.startNode(); + this.expectContextual(125); + node.extends = []; + + if (this.eat(81)) { + do { + node.extends.push(this.flowParseInterfaceExtends()); + } while (this.eat(12)); + } + + node.body = this.flowParseObjectType({ + allowStatic: false, + allowExact: false, + allowSpread: false, + allowProto: false, + allowInexact: false, + }); + return this.finishNode(node, 'InterfaceTypeAnnotation'); + } + + flowParseObjectPropertyKey() { + return this.match(130) || this.match(129) ? + this.parseExprAtom() + : this.parseIdentifier(true); + } + + flowParseObjectTypeIndexer(node, isStatic, variance) { + node.static = isStatic; + + if (this.lookahead().type === 14) { + node.id = this.flowParseObjectPropertyKey(); + node.key = this.flowParseTypeInitialiser(); + } else { + node.id = null; + node.key = this.flowParseType(); + } + + this.expect(3); + node.value = this.flowParseTypeInitialiser(); + node.variance = variance; + return this.finishNode(node, 'ObjectTypeIndexer'); + } + + flowParseObjectTypeInternalSlot(node, isStatic) { + node.static = isStatic; + node.id = this.flowParseObjectPropertyKey(); + this.expect(3); + this.expect(3); + + if (this.match(47) || this.match(10)) { + node.method = true; + node.optional = false; + node.value = this.flowParseObjectTypeMethodish( + this.startNodeAt(node.start, node.loc.start) + ); + } else { + node.method = false; + + if (this.eat(17)) { + node.optional = true; + } + + node.value = this.flowParseTypeInitialiser(); + } + + return this.finishNode(node, 'ObjectTypeInternalSlot'); + } + + flowParseObjectTypeMethodish(node) { + node.params = []; + node.rest = null; + node.typeParameters = null; + node.this = null; + + if (this.match(47)) { + node.typeParameters = this.flowParseTypeParameterDeclaration(); + } + + this.expect(10); + + if (this.match(78)) { + node.this = this.flowParseFunctionTypeParam(true); + node.this.name = null; + + if (!this.match(11)) { + this.expect(12); + } + } + + while (!this.match(11) && !this.match(21)) { + node.params.push(this.flowParseFunctionTypeParam(false)); + + if (!this.match(11)) { + this.expect(12); + } + } + + if (this.eat(21)) { + node.rest = this.flowParseFunctionTypeParam(false); + } + + this.expect(11); + node.returnType = this.flowParseTypeInitialiser(); + return this.finishNode(node, 'FunctionTypeAnnotation'); + } + + flowParseObjectTypeCallProperty(node, isStatic) { + const valueNode = this.startNode(); + node.static = isStatic; + node.value = this.flowParseObjectTypeMethodish(valueNode); + return this.finishNode(node, 'ObjectTypeCallProperty'); + } + + flowParseObjectType({ + allowStatic, + allowExact, + allowSpread, + allowProto, + allowInexact, + }) { + const oldInType = this.state.inType; + this.state.inType = true; + const nodeStart = this.startNode(); + nodeStart.callProperties = []; + nodeStart.properties = []; + nodeStart.indexers = []; + nodeStart.internalSlots = []; + let endDelim; + let exact; + let inexact = false; + + if (allowExact && this.match(6)) { + this.expect(6); + endDelim = 9; + exact = true; + } else { + this.expect(5); + endDelim = 8; + exact = false; + } + + nodeStart.exact = exact; + + while (!this.match(endDelim)) { + let isStatic = false; + let protoStartLoc = null; + let inexactStartLoc = null; + const node = this.startNode(); + + if (allowProto && this.isContextual(115)) { + const lookahead = this.lookahead(); + + if (lookahead.type !== 14 && lookahead.type !== 17) { + this.next(); + protoStartLoc = this.state.startLoc; + allowStatic = false; + } + } + + if (allowStatic && this.isContextual(104)) { + const lookahead = this.lookahead(); + + if (lookahead.type !== 14 && lookahead.type !== 17) { + this.next(); + isStatic = true; + } + } + + const variance = this.flowParseVariance(); if (this.eat(0)) { + if (protoStartLoc != null) { + this.unexpected(protoStartLoc); + } + + if (this.eat(0)) { + if (variance) { + this.unexpected(variance.loc.start); + } + + nodeStart.internalSlots.push( + this.flowParseObjectTypeInternalSlot(node, isStatic) + ); + } else { + nodeStart.indexers.push( + this.flowParseObjectTypeIndexer(node, isStatic, variance) + ); + } + } else if (this.match(10) || this.match(47)) { + if (protoStartLoc != null) { + this.unexpected(protoStartLoc); + } + if (variance) { this.unexpected(variance.loc.start); } - nodeStart.internalSlots.push(this.flowParseObjectTypeInternalSlot(node, isStatic)); + nodeStart.callProperties.push( + this.flowParseObjectTypeCallProperty(node, isStatic) + ); } else { - nodeStart.indexers.push(this.flowParseObjectTypeIndexer(node, isStatic, variance)); - } - } else if (this.match(10) || this.match(47)) { - if (protoStartLoc != null) { - this.unexpected(protoStartLoc); - } + let kind = 'init'; - if (variance) { - this.unexpected(variance.loc.start); - } + if (this.isContextual(98) || this.isContextual(103)) { + const lookahead = this.lookahead(); - nodeStart.callProperties.push(this.flowParseObjectTypeCallProperty(node, isStatic)); - } else { - let kind = "init"; - - if (this.isContextual(98) || this.isContextual(103)) { - const lookahead = this.lookahead(); - - if (tokenIsLiteralPropertyName(lookahead.type)) { - kind = this.state.value; - this.next(); + if (tokenIsLiteralPropertyName(lookahead.type)) { + kind = this.state.value; + this.next(); + } } - } - const propOrInexact = this.flowParseObjectTypeProperty(node, isStatic, protoStartLoc, variance, kind, allowSpread, allowInexact != null ? allowInexact : !exact); - - if (propOrInexact === null) { - inexact = true; - inexactStartLoc = this.state.lastTokStartLoc; - } else { - nodeStart.properties.push(propOrInexact); - } - } - - this.flowObjectTypeSemicolon(); - - if (inexactStartLoc && !this.match(8) && !this.match(9)) { - this.raise(FlowErrors.UnexpectedExplicitInexactInObject, { - at: inexactStartLoc - }); - } - } - - this.expect(endDelim); - - if (allowSpread) { - nodeStart.inexact = inexact; - } - - const out = this.finishNode(nodeStart, "ObjectTypeAnnotation"); - this.state.inType = oldInType; - return out; - } - - flowParseObjectTypeProperty(node, isStatic, protoStartLoc, variance, kind, allowSpread, allowInexact) { - if (this.eat(21)) { - const isInexactToken = this.match(12) || this.match(13) || this.match(8) || this.match(9); - - if (isInexactToken) { - if (!allowSpread) { - this.raise(FlowErrors.InexactInsideNonObject, { - at: this.state.lastTokStartLoc - }); - } else if (!allowInexact) { - this.raise(FlowErrors.InexactInsideExact, { - at: this.state.lastTokStartLoc - }); - } - - if (variance) { - this.raise(FlowErrors.InexactVariance, { - at: variance - }); - } - - return null; - } - - if (!allowSpread) { - this.raise(FlowErrors.UnexpectedSpreadType, { - at: this.state.lastTokStartLoc - }); - } - - if (protoStartLoc != null) { - this.unexpected(protoStartLoc); - } - - if (variance) { - this.raise(FlowErrors.SpreadVariance, { - at: variance - }); - } - - node.argument = this.flowParseType(); - return this.finishNode(node, "ObjectTypeSpreadProperty"); - } else { - node.key = this.flowParseObjectPropertyKey(); - node.static = isStatic; - node.proto = protoStartLoc != null; - node.kind = kind; - let optional = false; - - if (this.match(47) || this.match(10)) { - node.method = true; - - if (protoStartLoc != null) { - this.unexpected(protoStartLoc); - } - - if (variance) { - this.unexpected(variance.loc.start); - } - - node.value = this.flowParseObjectTypeMethodish(this.startNodeAt(node.start, node.loc.start)); - - if (kind === "get" || kind === "set") { - this.flowCheckGetterSetterParams(node); - } - - if (!allowSpread && node.key.name === "constructor" && node.value.this) { - this.raise(FlowErrors.ThisParamBannedInConstructor, { - at: node.value.this - }); - } - } else { - if (kind !== "init") this.unexpected(); - node.method = false; - - if (this.eat(17)) { - optional = true; - } - - node.value = this.flowParseTypeInitialiser(); - node.variance = variance; - } - - node.optional = optional; - return this.finishNode(node, "ObjectTypeProperty"); - } - } - - flowCheckGetterSetterParams(property) { - const paramCount = property.kind === "get" ? 0 : 1; - const length = property.value.params.length + (property.value.rest ? 1 : 0); - - if (property.value.this) { - this.raise(property.kind === "get" ? FlowErrors.GetterMayNotHaveThisParam : FlowErrors.SetterMayNotHaveThisParam, { - at: property.value.this - }); - } - - if (length !== paramCount) { - this.raise(property.kind === "get" ? Errors.BadGetterArity : Errors.BadSetterArity, { - at: property - }); - } - - if (property.kind === "set" && property.value.rest) { - this.raise(Errors.BadSetterRestParameter, { - at: property - }); - } - } - - flowObjectTypeSemicolon() { - if (!this.eat(13) && !this.eat(12) && !this.match(8) && !this.match(9)) { - this.unexpected(); - } - } - - flowParseQualifiedTypeIdentifier(startPos, startLoc, id) { - startPos = startPos || this.state.start; - startLoc = startLoc || this.state.startLoc; - let node = id || this.flowParseRestrictedIdentifier(true); - - while (this.eat(16)) { - const node2 = this.startNodeAt(startPos, startLoc); - node2.qualification = node; - node2.id = this.flowParseRestrictedIdentifier(true); - node = this.finishNode(node2, "QualifiedTypeIdentifier"); - } - - return node; - } - - flowParseGenericType(startPos, startLoc, id) { - const node = this.startNodeAt(startPos, startLoc); - node.typeParameters = null; - node.id = this.flowParseQualifiedTypeIdentifier(startPos, startLoc, id); - - if (this.match(47)) { - node.typeParameters = this.flowParseTypeParameterInstantiation(); - } - - return this.finishNode(node, "GenericTypeAnnotation"); - } - - flowParseTypeofType() { - const node = this.startNode(); - this.expect(87); - node.argument = this.flowParsePrimaryType(); - return this.finishNode(node, "TypeofTypeAnnotation"); - } - - flowParseTupleType() { - const node = this.startNode(); - node.types = []; - this.expect(0); - - while (this.state.pos < this.length && !this.match(3)) { - node.types.push(this.flowParseType()); - if (this.match(3)) break; - this.expect(12); - } - - this.expect(3); - return this.finishNode(node, "TupleTypeAnnotation"); - } - - flowParseFunctionTypeParam(first) { - let name = null; - let optional = false; - let typeAnnotation = null; - const node = this.startNode(); - const lh = this.lookahead(); - const isThis = this.state.type === 78; - - if (lh.type === 14 || lh.type === 17) { - if (isThis && !first) { - this.raise(FlowErrors.ThisParamMustBeFirst, { - at: node - }); - } - - name = this.parseIdentifier(isThis); - - if (this.eat(17)) { - optional = true; - - if (isThis) { - this.raise(FlowErrors.ThisParamMayNotBeOptional, { - at: node - }); - } - } - - typeAnnotation = this.flowParseTypeInitialiser(); - } else { - typeAnnotation = this.flowParseType(); - } - - node.name = name; - node.optional = optional; - node.typeAnnotation = typeAnnotation; - return this.finishNode(node, "FunctionTypeParam"); - } - - reinterpretTypeAsFunctionTypeParam(type) { - const node = this.startNodeAt(type.start, type.loc.start); - node.name = null; - node.optional = false; - node.typeAnnotation = type; - return this.finishNode(node, "FunctionTypeParam"); - } - - flowParseFunctionTypeParams(params = []) { - let rest = null; - let _this = null; - - if (this.match(78)) { - _this = this.flowParseFunctionTypeParam(true); - _this.name = null; - - if (!this.match(11)) { - this.expect(12); - } - } - - while (!this.match(11) && !this.match(21)) { - params.push(this.flowParseFunctionTypeParam(false)); - - if (!this.match(11)) { - this.expect(12); - } - } - - if (this.eat(21)) { - rest = this.flowParseFunctionTypeParam(false); - } - - return { - params, - rest, - _this - }; - } - - flowIdentToTypeAnnotation(startPos, startLoc, node, id) { - switch (id.name) { - case "any": - return this.finishNode(node, "AnyTypeAnnotation"); - - case "bool": - case "boolean": - return this.finishNode(node, "BooleanTypeAnnotation"); - - case "mixed": - return this.finishNode(node, "MixedTypeAnnotation"); - - case "empty": - return this.finishNode(node, "EmptyTypeAnnotation"); - - case "number": - return this.finishNode(node, "NumberTypeAnnotation"); - - case "string": - return this.finishNode(node, "StringTypeAnnotation"); - - case "symbol": - return this.finishNode(node, "SymbolTypeAnnotation"); - - default: - this.checkNotUnderscore(id.name); - return this.flowParseGenericType(startPos, startLoc, id); - } - } - - flowParsePrimaryType() { - const startPos = this.state.start; - const startLoc = this.state.startLoc; - const node = this.startNode(); - let tmp; - let type; - let isGroupedType = false; - const oldNoAnonFunctionType = this.state.noAnonFunctionType; - - switch (this.state.type) { - case 5: - return this.flowParseObjectType({ - allowStatic: false, - allowExact: false, - allowSpread: true, - allowProto: false, - allowInexact: true - }); - - case 6: - return this.flowParseObjectType({ - allowStatic: false, - allowExact: true, - allowSpread: true, - allowProto: false, - allowInexact: false - }); - - case 0: - this.state.noAnonFunctionType = false; - type = this.flowParseTupleType(); - this.state.noAnonFunctionType = oldNoAnonFunctionType; - return type; - - case 47: - node.typeParameters = this.flowParseTypeParameterDeclaration(); - this.expect(10); - tmp = this.flowParseFunctionTypeParams(); - node.params = tmp.params; - node.rest = tmp.rest; - node.this = tmp._this; - this.expect(11); - this.expect(19); - node.returnType = this.flowParseType(); - return this.finishNode(node, "FunctionTypeAnnotation"); - - case 10: - this.next(); - - if (!this.match(11) && !this.match(21)) { - if (tokenIsIdentifier(this.state.type) || this.match(78)) { - const token = this.lookahead().type; - isGroupedType = token !== 17 && token !== 14; + const propOrInexact = this.flowParseObjectTypeProperty( + node, + isStatic, + protoStartLoc, + variance, + kind, + allowSpread, + allowInexact != null ? allowInexact : !exact + ); + + if (propOrInexact === null) { + inexact = true; + inexactStartLoc = this.state.lastTokStartLoc; } else { - isGroupedType = true; + nodeStart.properties.push(propOrInexact); } } - if (isGroupedType) { - this.state.noAnonFunctionType = false; - type = this.flowParseType(); - this.state.noAnonFunctionType = oldNoAnonFunctionType; + this.flowObjectTypeSemicolon(); - if (this.state.noAnonFunctionType || !(this.match(12) || this.match(11) && this.lookahead().type === 19)) { - this.expect(11); - return type; - } else { - this.eat(12); - } - } - - if (type) { - tmp = this.flowParseFunctionTypeParams([this.reinterpretTypeAsFunctionTypeParam(type)]); - } else { - tmp = this.flowParseFunctionTypeParams(); - } - - node.params = tmp.params; - node.rest = tmp.rest; - node.this = tmp._this; - this.expect(11); - this.expect(19); - node.returnType = this.flowParseType(); - node.typeParameters = null; - return this.finishNode(node, "FunctionTypeAnnotation"); - - case 129: - return this.parseLiteral(this.state.value, "StringLiteralTypeAnnotation"); - - case 85: - case 86: - node.value = this.match(85); - this.next(); - return this.finishNode(node, "BooleanLiteralTypeAnnotation"); - - case 53: - if (this.state.value === "-") { - this.next(); - - if (this.match(130)) { - return this.parseLiteralAtNode(-this.state.value, "NumberLiteralTypeAnnotation", node); - } - - if (this.match(131)) { - return this.parseLiteralAtNode(-this.state.value, "BigIntLiteralTypeAnnotation", node); - } - - throw this.raise(FlowErrors.UnexpectedSubtractionOperand, { - at: this.state.startLoc + if (inexactStartLoc && !this.match(8) && !this.match(9)) { + this.raise(FlowErrors.UnexpectedExplicitInexactInObject, { + at: inexactStartLoc, }); } - - throw this.unexpected(); - - case 130: - return this.parseLiteral(this.state.value, "NumberLiteralTypeAnnotation"); - - case 131: - return this.parseLiteral(this.state.value, "BigIntLiteralTypeAnnotation"); - - case 88: - this.next(); - return this.finishNode(node, "VoidTypeAnnotation"); - - case 84: - this.next(); - return this.finishNode(node, "NullLiteralTypeAnnotation"); - - case 78: - this.next(); - return this.finishNode(node, "ThisTypeAnnotation"); - - case 55: - this.next(); - return this.finishNode(node, "ExistsTypeAnnotation"); - - case 87: - return this.flowParseTypeofType(); - - default: - if (tokenIsKeyword(this.state.type)) { - const label = tokenLabelName(this.state.type); - this.next(); - return super.createIdentifier(node, label); - } else if (tokenIsIdentifier(this.state.type)) { - if (this.isContextual(125)) { - return this.flowParseInterfaceType(); - } - - return this.flowIdentToTypeAnnotation(startPos, startLoc, node, this.parseIdentifier()); - } - - } - - throw this.unexpected(); - } - - flowParsePostfixType() { - const startPos = this.state.start; - const startLoc = this.state.startLoc; - let type = this.flowParsePrimaryType(); - let seenOptionalIndexedAccess = false; - - while ((this.match(0) || this.match(18)) && !this.canInsertSemicolon()) { - const node = this.startNodeAt(startPos, startLoc); - const optional = this.eat(18); - seenOptionalIndexedAccess = seenOptionalIndexedAccess || optional; - this.expect(0); - - if (!optional && this.match(3)) { - node.elementType = type; - this.next(); - type = this.finishNode(node, "ArrayTypeAnnotation"); - } else { - node.objectType = type; - node.indexType = this.flowParseType(); - this.expect(3); - - if (seenOptionalIndexedAccess) { - node.optional = optional; - type = this.finishNode(node, "OptionalIndexedAccessType"); - } else { - type = this.finishNode(node, "IndexedAccessType"); - } - } - } - - return type; - } - - flowParsePrefixType() { - const node = this.startNode(); - - if (this.eat(17)) { - node.typeAnnotation = this.flowParsePrefixType(); - return this.finishNode(node, "NullableTypeAnnotation"); - } else { - return this.flowParsePostfixType(); - } - } - - flowParseAnonFunctionWithoutParens() { - const param = this.flowParsePrefixType(); - - if (!this.state.noAnonFunctionType && this.eat(19)) { - const node = this.startNodeAt(param.start, param.loc.start); - node.params = [this.reinterpretTypeAsFunctionTypeParam(param)]; - node.rest = null; - node.this = null; - node.returnType = this.flowParseType(); - node.typeParameters = null; - return this.finishNode(node, "FunctionTypeAnnotation"); - } - - return param; - } - - flowParseIntersectionType() { - const node = this.startNode(); - this.eat(45); - const type = this.flowParseAnonFunctionWithoutParens(); - node.types = [type]; - - while (this.eat(45)) { - node.types.push(this.flowParseAnonFunctionWithoutParens()); - } - - return node.types.length === 1 ? type : this.finishNode(node, "IntersectionTypeAnnotation"); - } - - flowParseUnionType() { - const node = this.startNode(); - this.eat(43); - const type = this.flowParseIntersectionType(); - node.types = [type]; - - while (this.eat(43)) { - node.types.push(this.flowParseIntersectionType()); - } - - return node.types.length === 1 ? type : this.finishNode(node, "UnionTypeAnnotation"); - } - - flowParseType() { - const oldInType = this.state.inType; - this.state.inType = true; - const type = this.flowParseUnionType(); - this.state.inType = oldInType; - return type; - } - - flowParseTypeOrImplicitInstantiation() { - if (this.state.type === 128 && this.state.value === "_") { - const startPos = this.state.start; - const startLoc = this.state.startLoc; - const node = this.parseIdentifier(); - return this.flowParseGenericType(startPos, startLoc, node); - } else { - return this.flowParseType(); - } - } - - flowParseTypeAnnotation() { - const node = this.startNode(); - node.typeAnnotation = this.flowParseTypeInitialiser(); - return this.finishNode(node, "TypeAnnotation"); - } - - flowParseTypeAnnotatableIdentifier(allowPrimitiveOverride) { - const ident = allowPrimitiveOverride ? this.parseIdentifier() : this.flowParseRestrictedIdentifier(); - - if (this.match(14)) { - ident.typeAnnotation = this.flowParseTypeAnnotation(); - this.resetEndLocation(ident); - } - - return ident; - } - - typeCastToParameter(node) { - node.expression.typeAnnotation = node.typeAnnotation; - this.resetEndLocation(node.expression, node.typeAnnotation.loc.end); - return node.expression; - } - - flowParseVariance() { - let variance = null; - - if (this.match(53)) { - variance = this.startNode(); - - if (this.state.value === "+") { - variance.kind = "plus"; - } else { - variance.kind = "minus"; } - this.next(); - this.finishNode(variance, "Variance"); - } + this.expect(endDelim); - return variance; - } - - parseFunctionBody(node, allowExpressionBody, isMethod = false) { - if (allowExpressionBody) { - return this.forwardNoArrowParamsConversionAt(node, () => super.parseFunctionBody(node, true, isMethod)); - } - - return super.parseFunctionBody(node, false, isMethod); - } - - parseFunctionBodyAndFinish(node, type, isMethod = false) { - if (this.match(14)) { - const typeNode = this.startNode(); - [typeNode.typeAnnotation, node.predicate] = this.flowParseTypeAndPredicateInitialiser(); - node.returnType = typeNode.typeAnnotation ? this.finishNode(typeNode, "TypeAnnotation") : null; - } - - super.parseFunctionBodyAndFinish(node, type, isMethod); - } - - parseStatement(context, topLevel) { - if (this.state.strict && this.isContextual(125)) { - const lookahead = this.lookahead(); - - if (tokenIsKeywordOrIdentifier(lookahead.type)) { - const node = this.startNode(); - this.next(); - return this.flowParseInterface(node); - } - } else if (this.shouldParseEnums() && this.isContextual(122)) { - const node = this.startNode(); - this.next(); - return this.flowParseEnumDeclaration(node); - } - - const stmt = super.parseStatement(context, topLevel); - - if (this.flowPragma === undefined && !this.isValidDirective(stmt)) { - this.flowPragma = null; - } - - return stmt; - } - - parseExpressionStatement(node, expr) { - if (expr.type === "Identifier") { - if (expr.name === "declare") { - if (this.match(80) || tokenIsIdentifier(this.state.type) || this.match(68) || this.match(74) || this.match(82)) { - return this.flowParseDeclare(node); - } - } else if (tokenIsIdentifier(this.state.type)) { - if (expr.name === "interface") { - return this.flowParseInterface(node); - } else if (expr.name === "type") { - return this.flowParseTypeAlias(node); - } else if (expr.name === "opaque") { - return this.flowParseOpaqueType(node, false); - } - } - } - - return super.parseExpressionStatement(node, expr); - } - - shouldParseExportDeclaration() { - const { - type - } = this.state; - - if (tokenIsFlowInterfaceOrTypeOrOpaque(type) || this.shouldParseEnums() && type === 122) { - return !this.state.containsEsc; - } - - return super.shouldParseExportDeclaration(); - } - - isExportDefaultSpecifier() { - const { - type - } = this.state; - - if (tokenIsFlowInterfaceOrTypeOrOpaque(type) || this.shouldParseEnums() && type === 122) { - return this.state.containsEsc; - } - - return super.isExportDefaultSpecifier(); - } - - parseExportDefaultExpression() { - if (this.shouldParseEnums() && this.isContextual(122)) { - const node = this.startNode(); - this.next(); - return this.flowParseEnumDeclaration(node); - } - - return super.parseExportDefaultExpression(); - } - - parseConditional(expr, startPos, startLoc, refExpressionErrors) { - if (!this.match(17)) return expr; - - if (this.state.maybeInArrowParameters) { - const nextCh = this.lookaheadCharCode(); - - if (nextCh === 44 || nextCh === 61 || nextCh === 58 || nextCh === 41) { - this.setOptionalParametersError(refExpressionErrors); - return expr; - } - } - - this.expect(17); - const state = this.state.clone(); - const originalNoArrowAt = this.state.noArrowAt; - const node = this.startNodeAt(startPos, startLoc); - let { - consequent, - failed - } = this.tryParseConditionalConsequent(); - let [valid, invalid] = this.getArrowLikeExpressions(consequent); - - if (failed || invalid.length > 0) { - const noArrowAt = [...originalNoArrowAt]; - - if (invalid.length > 0) { - this.state = state; - this.state.noArrowAt = noArrowAt; - - for (let i = 0; i < invalid.length; i++) { - noArrowAt.push(invalid[i].start); - } - - ({ - consequent, - failed - } = this.tryParseConditionalConsequent()); - [valid, invalid] = this.getArrowLikeExpressions(consequent); + if (allowSpread) { + nodeStart.inexact = inexact; } - if (failed && valid.length > 1) { - this.raise(FlowErrors.AmbiguousConditionalArrow, { - at: state.startLoc - }); - } - - if (failed && valid.length === 1) { - this.state = state; - noArrowAt.push(valid[0].start); - this.state.noArrowAt = noArrowAt; - ({ - consequent, - failed - } = this.tryParseConditionalConsequent()); - } + const out = this.finishNode(nodeStart, 'ObjectTypeAnnotation'); + this.state.inType = oldInType; + return out; } - this.getArrowLikeExpressions(consequent, true); - this.state.noArrowAt = originalNoArrowAt; - this.expect(14); - node.test = expr; - node.consequent = consequent; - node.alternate = this.forwardNoArrowParamsConversionAt(node, () => this.parseMaybeAssign(undefined, undefined)); - return this.finishNode(node, "ConditionalExpression"); - } - - tryParseConditionalConsequent() { - this.state.noArrowParamsConversionAt.push(this.state.start); - const consequent = this.parseMaybeAssignAllowIn(); - const failed = !this.match(14); - this.state.noArrowParamsConversionAt.pop(); - return { - consequent, - failed - }; - } - - getArrowLikeExpressions(node, disallowInvalid) { - const stack = [node]; - const arrows = []; - - while (stack.length !== 0) { - const node = stack.pop(); - - if (node.type === "ArrowFunctionExpression") { - if (node.typeParameters || !node.returnType) { - this.finishArrowValidation(node); - } else { - arrows.push(node); - } - - stack.push(node.body); - } else if (node.type === "ConditionalExpression") { - stack.push(node.consequent); - stack.push(node.alternate); - } - } - - if (disallowInvalid) { - arrows.forEach(node => this.finishArrowValidation(node)); - return [arrows, []]; - } - - return partition(arrows, node => node.params.every(param => this.isAssignable(param, true))); - } - - finishArrowValidation(node) { - var _node$extra; - - this.toAssignableList(node.params, (_node$extra = node.extra) == null ? void 0 : _node$extra.trailingCommaLoc, false); - this.scope.enter(SCOPE_FUNCTION | SCOPE_ARROW); - super.checkParams(node, false, true); - this.scope.exit(); - } - - forwardNoArrowParamsConversionAt(node, parse) { - let result; - - if (this.state.noArrowParamsConversionAt.indexOf(node.start) !== -1) { - this.state.noArrowParamsConversionAt.push(this.state.start); - result = parse(); - this.state.noArrowParamsConversionAt.pop(); - } else { - result = parse(); - } - - return result; - } - - parseParenItem(node, startPos, startLoc) { - node = super.parseParenItem(node, startPos, startLoc); - - if (this.eat(17)) { - node.optional = true; - this.resetEndLocation(node); - } - - if (this.match(14)) { - const typeCastNode = this.startNodeAt(startPos, startLoc); - typeCastNode.expression = node; - typeCastNode.typeAnnotation = this.flowParseTypeAnnotation(); - return this.finishNode(typeCastNode, "TypeCastExpression"); - } - - return node; - } - - assertModuleNodeAllowed(node) { - if (node.type === "ImportDeclaration" && (node.importKind === "type" || node.importKind === "typeof") || node.type === "ExportNamedDeclaration" && node.exportKind === "type" || node.type === "ExportAllDeclaration" && node.exportKind === "type") { - return; - } - - super.assertModuleNodeAllowed(node); - } - - parseExport(node) { - const decl = super.parseExport(node); - - if (decl.type === "ExportNamedDeclaration" || decl.type === "ExportAllDeclaration") { - decl.exportKind = decl.exportKind || "value"; - } - - return decl; - } - - parseExportDeclaration(node) { - if (this.isContextual(126)) { - node.exportKind = "type"; - const declarationNode = this.startNode(); - this.next(); - - if (this.match(5)) { - node.specifiers = this.parseExportSpecifiers(true); - this.parseExportFrom(node); - return null; - } else { - return this.flowParseTypeAlias(declarationNode); - } - } else if (this.isContextual(127)) { - node.exportKind = "type"; - const declarationNode = this.startNode(); - this.next(); - return this.flowParseOpaqueType(declarationNode, false); - } else if (this.isContextual(125)) { - node.exportKind = "type"; - const declarationNode = this.startNode(); - this.next(); - return this.flowParseInterface(declarationNode); - } else if (this.shouldParseEnums() && this.isContextual(122)) { - node.exportKind = "value"; - const declarationNode = this.startNode(); - this.next(); - return this.flowParseEnumDeclaration(declarationNode); - } else { - return super.parseExportDeclaration(node); - } - } - - eatExportStar(node) { - if (super.eatExportStar(...arguments)) return true; - - if (this.isContextual(126) && this.lookahead().type === 55) { - node.exportKind = "type"; - this.next(); - this.next(); - return true; - } - - return false; - } - - maybeParseExportNamespaceSpecifier(node) { - const { - startLoc - } = this.state; - const hasNamespace = super.maybeParseExportNamespaceSpecifier(node); - - if (hasNamespace && node.exportKind === "type") { - this.unexpected(startLoc); - } - - return hasNamespace; - } - - parseClassId(node, isStatement, optionalId) { - super.parseClassId(node, isStatement, optionalId); - - if (this.match(47)) { - node.typeParameters = this.flowParseTypeParameterDeclaration(); - } - } - - parseClassMember(classBody, member, state) { - const { - startLoc - } = this.state; - - if (this.isContextual(121)) { - if (this.parseClassMemberFromModifier(classBody, member)) { - return; - } - - member.declare = true; - } - - super.parseClassMember(classBody, member, state); - - if (member.declare) { - if (member.type !== "ClassProperty" && member.type !== "ClassPrivateProperty" && member.type !== "PropertyDefinition") { - this.raise(FlowErrors.DeclareClassElement, { - at: startLoc - }); - } else if (member.value) { - this.raise(FlowErrors.DeclareClassFieldInitializer, { - at: member.value - }); - } - } - } - - isIterator(word) { - return word === "iterator" || word === "asyncIterator"; - } - - readIterator() { - const word = super.readWord1(); - const fullWord = "@@" + word; - - if (!this.isIterator(word) || !this.state.inType) { - this.raise(Errors.InvalidIdentifier, { - at: this.state.curPosition(), - identifierName: fullWord - }); - } - - this.finishToken(128, fullWord); - } - - getTokenFromCode(code) { - const next = this.input.charCodeAt(this.state.pos + 1); - - if (code === 123 && next === 124) { - return this.finishOp(6, 2); - } else if (this.state.inType && (code === 62 || code === 60)) { - return this.finishOp(code === 62 ? 48 : 47, 1); - } else if (this.state.inType && code === 63) { - if (next === 46) { - return this.finishOp(18, 2); - } - - return this.finishOp(17, 1); - } else if (isIteratorStart(code, next, this.input.charCodeAt(this.state.pos + 2))) { - this.state.pos += 2; - return this.readIterator(); - } else { - return super.getTokenFromCode(code); - } - } - - isAssignable(node, isBinding) { - if (node.type === "TypeCastExpression") { - return this.isAssignable(node.expression, isBinding); - } else { - return super.isAssignable(node, isBinding); - } - } - - toAssignable(node, isLHS = false) { - if (!isLHS && node.type === "AssignmentExpression" && node.left.type === "TypeCastExpression") { - node.left = this.typeCastToParameter(node.left); - } - - super.toAssignable(...arguments); - } - - toAssignableList(exprList, trailingCommaLoc, isLHS) { - for (let i = 0; i < exprList.length; i++) { - const expr = exprList[i]; - - if ((expr == null ? void 0 : expr.type) === "TypeCastExpression") { - exprList[i] = this.typeCastToParameter(expr); - } - } - - super.toAssignableList(exprList, trailingCommaLoc, isLHS); - } - - toReferencedList(exprList, isParenthesizedExpr) { - for (let i = 0; i < exprList.length; i++) { - var _expr$extra; - - const expr = exprList[i]; - - if (expr && expr.type === "TypeCastExpression" && !((_expr$extra = expr.extra) != null && _expr$extra.parenthesized) && (exprList.length > 1 || !isParenthesizedExpr)) { - this.raise(FlowErrors.TypeCastInPattern, { - at: expr.typeAnnotation - }); - } - } - - return exprList; - } - - parseArrayLike(close, canBePattern, isTuple, refExpressionErrors) { - const node = super.parseArrayLike(close, canBePattern, isTuple, refExpressionErrors); - - if (canBePattern && !this.state.maybeInArrowParameters) { - this.toReferencedList(node.elements); - } - - return node; - } - - isValidLVal(type, ...rest) { - return type === "TypeCastExpression" || super.isValidLVal(type, ...rest); - } - - parseClassProperty(node) { - if (this.match(14)) { - node.typeAnnotation = this.flowParseTypeAnnotation(); - } - - return super.parseClassProperty(node); - } - - parseClassPrivateProperty(node) { - if (this.match(14)) { - node.typeAnnotation = this.flowParseTypeAnnotation(); - } - - return super.parseClassPrivateProperty(node); - } - - isClassMethod() { - return this.match(47) || super.isClassMethod(); - } - - isClassProperty() { - return this.match(14) || super.isClassProperty(); - } - - isNonstaticConstructor(method) { - return !this.match(14) && super.isNonstaticConstructor(method); - } - - pushClassMethod(classBody, method, isGenerator, isAsync, isConstructor, allowsDirectSuper) { - if (method.variance) { - this.unexpected(method.variance.loc.start); - } - - delete method.variance; - - if (this.match(47)) { - method.typeParameters = this.flowParseTypeParameterDeclaration(); - } - - super.pushClassMethod(classBody, method, isGenerator, isAsync, isConstructor, allowsDirectSuper); - - if (method.params && isConstructor) { - const params = method.params; - - if (params.length > 0 && this.isThisParam(params[0])) { - this.raise(FlowErrors.ThisParamBannedInConstructor, { - at: method - }); - } - } else if (method.type === "MethodDefinition" && isConstructor && method.value.params) { - const params = method.value.params; - - if (params.length > 0 && this.isThisParam(params[0])) { - this.raise(FlowErrors.ThisParamBannedInConstructor, { - at: method - }); - } - } - } - - pushClassPrivateMethod(classBody, method, isGenerator, isAsync) { - if (method.variance) { - this.unexpected(method.variance.loc.start); - } - - delete method.variance; - - if (this.match(47)) { - method.typeParameters = this.flowParseTypeParameterDeclaration(); - } - - super.pushClassPrivateMethod(classBody, method, isGenerator, isAsync); - } - - parseClassSuper(node) { - super.parseClassSuper(node); - - if (node.superClass && this.match(47)) { - node.superTypeParameters = this.flowParseTypeParameterInstantiation(); - } - - if (this.isContextual(110)) { - this.next(); - const implemented = node.implements = []; - - do { - const node = this.startNode(); - node.id = this.flowParseRestrictedIdentifier(true); - - if (this.match(47)) { - node.typeParameters = this.flowParseTypeParameterInstantiation(); - } else { - node.typeParameters = null; - } - - implemented.push(this.finishNode(node, "ClassImplements")); - } while (this.eat(12)); - } - } - - checkGetterSetterParams(method) { - super.checkGetterSetterParams(method); - const params = this.getObjectOrClassMethodParams(method); - - if (params.length > 0) { - const param = params[0]; - - if (this.isThisParam(param) && method.kind === "get") { - this.raise(FlowErrors.GetterMayNotHaveThisParam, { - at: param - }); - } else if (this.isThisParam(param)) { - this.raise(FlowErrors.SetterMayNotHaveThisParam, { - at: param - }); - } - } - } - - parsePropertyNamePrefixOperator(node) { - node.variance = this.flowParseVariance(); - } - - parseObjPropValue(prop, startPos, startLoc, isGenerator, isAsync, isPattern, isAccessor, refExpressionErrors) { - if (prop.variance) { - this.unexpected(prop.variance.loc.start); - } - - delete prop.variance; - let typeParameters; - - if (this.match(47) && !isAccessor) { - typeParameters = this.flowParseTypeParameterDeclaration(); - if (!this.match(10)) this.unexpected(); - } - - super.parseObjPropValue(prop, startPos, startLoc, isGenerator, isAsync, isPattern, isAccessor, refExpressionErrors); - - if (typeParameters) { - (prop.value || prop).typeParameters = typeParameters; - } - } - - parseAssignableListItemTypes(param) { - if (this.eat(17)) { - if (param.type !== "Identifier") { - this.raise(FlowErrors.PatternIsOptional, { - at: param - }); - } - - if (this.isThisParam(param)) { - this.raise(FlowErrors.ThisParamMayNotBeOptional, { - at: param - }); - } - - param.optional = true; - } - - if (this.match(14)) { - param.typeAnnotation = this.flowParseTypeAnnotation(); - } else if (this.isThisParam(param)) { - this.raise(FlowErrors.ThisParamAnnotationRequired, { - at: param - }); - } - - if (this.match(29) && this.isThisParam(param)) { - this.raise(FlowErrors.ThisParamNoDefault, { - at: param - }); - } - - this.resetEndLocation(param); - return param; - } - - parseMaybeDefault(startPos, startLoc, left) { - const node = super.parseMaybeDefault(startPos, startLoc, left); - - if (node.type === "AssignmentPattern" && node.typeAnnotation && node.right.start < node.typeAnnotation.start) { - this.raise(FlowErrors.TypeBeforeInitializer, { - at: node.typeAnnotation - }); - } - - return node; - } - - shouldParseDefaultImport(node) { - if (!hasTypeImportKind(node)) { - return super.shouldParseDefaultImport(node); - } - - return isMaybeDefaultImport(this.state.type); - } - - parseImportSpecifierLocal(node, specifier, type) { - specifier.local = hasTypeImportKind(node) ? this.flowParseRestrictedIdentifier(true, true) : this.parseIdentifier(); - node.specifiers.push(this.finishImportSpecifier(specifier, type)); - } - - maybeParseDefaultImportSpecifier(node) { - node.importKind = "value"; - let kind = null; - - if (this.match(87)) { - kind = "typeof"; - } else if (this.isContextual(126)) { - kind = "type"; - } - - if (kind) { - const lh = this.lookahead(); - const { - type - } = lh; - - if (kind === "type" && type === 55) { - this.unexpected(null, lh.type); - } - - if (isMaybeDefaultImport(type) || type === 5 || type === 55) { - this.next(); - node.importKind = kind; - } - } - - return super.maybeParseDefaultImportSpecifier(node); - } - - parseImportSpecifier(specifier, importedIsString, isInTypeOnlyImport, isMaybeTypeOnly) { - const firstIdent = specifier.imported; - let specifierTypeKind = null; - - if (firstIdent.type === "Identifier") { - if (firstIdent.name === "type") { - specifierTypeKind = "type"; - } else if (firstIdent.name === "typeof") { - specifierTypeKind = "typeof"; - } - } - - let isBinding = false; - - if (this.isContextual(93) && !this.isLookaheadContextual("as")) { - const as_ident = this.parseIdentifier(true); - - if (specifierTypeKind !== null && !tokenIsKeywordOrIdentifier(this.state.type)) { - specifier.imported = as_ident; - specifier.importKind = specifierTypeKind; - specifier.local = cloneIdentifier(as_ident); - } else { - specifier.imported = firstIdent; - specifier.importKind = null; - specifier.local = this.parseIdentifier(); - } - } else { - if (specifierTypeKind !== null && tokenIsKeywordOrIdentifier(this.state.type)) { - specifier.imported = this.parseIdentifier(true); - specifier.importKind = specifierTypeKind; - } else { - if (importedIsString) { - throw this.raise(Errors.ImportBindingIsString, { - at: specifier, - importName: firstIdent.value - }); - } - - specifier.imported = firstIdent; - specifier.importKind = null; - } - - if (this.eatContextual(93)) { - specifier.local = this.parseIdentifier(); - } else { - isBinding = true; - specifier.local = cloneIdentifier(specifier.imported); - } - } - - const specifierIsTypeImport = hasTypeImportKind(specifier); - - if (isInTypeOnlyImport && specifierIsTypeImport) { - this.raise(FlowErrors.ImportTypeShorthandOnlyInPureImport, { - at: specifier - }); - } - - if (isInTypeOnlyImport || specifierIsTypeImport) { - this.checkReservedType(specifier.local.name, specifier.local.loc.start, true); - } - - if (isBinding && !isInTypeOnlyImport && !specifierIsTypeImport) { - this.checkReservedWord(specifier.local.name, specifier.loc.start, true, true); - } - - return this.finishImportSpecifier(specifier, "ImportSpecifier"); - } - - parseBindingAtom() { - switch (this.state.type) { - case 78: - return this.parseIdentifier(true); - - default: - return super.parseBindingAtom(); - } - } - - parseFunctionParams(node, allowModifiers) { - const kind = node.kind; - - if (kind !== "get" && kind !== "set" && this.match(47)) { - node.typeParameters = this.flowParseTypeParameterDeclaration(); - } - - super.parseFunctionParams(node, allowModifiers); - } - - parseVarId(decl, kind) { - super.parseVarId(decl, kind); - - if (this.match(14)) { - decl.id.typeAnnotation = this.flowParseTypeAnnotation(); - this.resetEndLocation(decl.id); - } - } - - parseAsyncArrowFromCallExpression(node, call) { - if (this.match(14)) { - const oldNoAnonFunctionType = this.state.noAnonFunctionType; - this.state.noAnonFunctionType = true; - node.returnType = this.flowParseTypeAnnotation(); - this.state.noAnonFunctionType = oldNoAnonFunctionType; - } - - return super.parseAsyncArrowFromCallExpression(node, call); - } - - shouldParseAsyncArrow() { - return this.match(14) || super.shouldParseAsyncArrow(); - } - - parseMaybeAssign(refExpressionErrors, afterLeftParse) { - var _jsx; - - let state = null; - let jsx; - - if (this.hasPlugin("jsx") && (this.match(138) || this.match(47))) { - state = this.state.clone(); - jsx = this.tryParse(() => super.parseMaybeAssign(refExpressionErrors, afterLeftParse), state); - if (!jsx.error) return jsx.node; - const { - context - } = this.state; - const currentContext = context[context.length - 1]; - - if (currentContext === types.j_oTag || currentContext === types.j_expr) { - context.pop(); - } - } - - if ((_jsx = jsx) != null && _jsx.error || this.match(47)) { - var _jsx2, _jsx3; - - state = state || this.state.clone(); - let typeParameters; - const arrow = this.tryParse(abort => { - var _arrowExpression$extr; - - typeParameters = this.flowParseTypeParameterDeclaration(); - const arrowExpression = this.forwardNoArrowParamsConversionAt(typeParameters, () => { - const result = super.parseMaybeAssign(refExpressionErrors, afterLeftParse); - this.resetStartLocationFromNode(result, typeParameters); - return result; - }); - if ((_arrowExpression$extr = arrowExpression.extra) != null && _arrowExpression$extr.parenthesized) abort(); - const expr = this.maybeUnwrapTypeCastExpression(arrowExpression); - if (expr.type !== "ArrowFunctionExpression") abort(); - expr.typeParameters = typeParameters; - this.resetStartLocationFromNode(expr, typeParameters); - return arrowExpression; - }, state); - let arrowExpression = null; - - if (arrow.node && this.maybeUnwrapTypeCastExpression(arrow.node).type === "ArrowFunctionExpression") { - if (!arrow.error && !arrow.aborted) { - if (arrow.node.async) { - this.raise(FlowErrors.UnexpectedTypeParameterBeforeAsyncArrowFunction, { - at: typeParameters + flowParseObjectTypeProperty( + node, + isStatic, + protoStartLoc, + variance, + kind, + allowSpread, + allowInexact + ) { + if (this.eat(21)) { + const isInexactToken = + this.match(12) || this.match(13) || this.match(8) || this.match(9); + + if (isInexactToken) { + if (!allowSpread) { + this.raise(FlowErrors.InexactInsideNonObject, { + at: this.state.lastTokStartLoc, + }); + } else if (!allowInexact) { + this.raise(FlowErrors.InexactInsideExact, { + at: this.state.lastTokStartLoc, }); } + if (variance) { + this.raise(FlowErrors.InexactVariance, { + at: variance, + }); + } + + return null; + } + + if (!allowSpread) { + this.raise(FlowErrors.UnexpectedSpreadType, { + at: this.state.lastTokStartLoc, + }); + } + + if (protoStartLoc != null) { + this.unexpected(protoStartLoc); + } + + if (variance) { + this.raise(FlowErrors.SpreadVariance, { + at: variance, + }); + } + + node.argument = this.flowParseType(); + return this.finishNode(node, 'ObjectTypeSpreadProperty'); + } else { + node.key = this.flowParseObjectPropertyKey(); + node.static = isStatic; + node.proto = protoStartLoc != null; + node.kind = kind; + let optional = false; + + if (this.match(47) || this.match(10)) { + node.method = true; + + if (protoStartLoc != null) { + this.unexpected(protoStartLoc); + } + + if (variance) { + this.unexpected(variance.loc.start); + } + + node.value = this.flowParseObjectTypeMethodish( + this.startNodeAt(node.start, node.loc.start) + ); + + if (kind === 'get' || kind === 'set') { + this.flowCheckGetterSetterParams(node); + } + + if ( + !allowSpread && + node.key.name === 'constructor' && + node.value.this + ) { + this.raise(FlowErrors.ThisParamBannedInConstructor, { + at: node.value.this, + }); + } + } else { + if (kind !== 'init') this.unexpected(); + node.method = false; + + if (this.eat(17)) { + optional = true; + } + + node.value = this.flowParseTypeInitialiser(); + node.variance = variance; + } + + node.optional = optional; + return this.finishNode(node, 'ObjectTypeProperty'); + } + } + + flowCheckGetterSetterParams(property) { + const paramCount = property.kind === 'get' ? 0 : 1; + const length = + property.value.params.length + (property.value.rest ? 1 : 0); + + if (property.value.this) { + this.raise( + property.kind === 'get' ? + FlowErrors.GetterMayNotHaveThisParam + : FlowErrors.SetterMayNotHaveThisParam, + { + at: property.value.this, + } + ); + } + + if (length !== paramCount) { + this.raise( + property.kind === 'get' ? + Errors.BadGetterArity + : Errors.BadSetterArity, + { + at: property, + } + ); + } + + if (property.kind === 'set' && property.value.rest) { + this.raise(Errors.BadSetterRestParameter, { + at: property, + }); + } + } + + flowObjectTypeSemicolon() { + if (!this.eat(13) && !this.eat(12) && !this.match(8) && !this.match(9)) { + this.unexpected(); + } + } + + flowParseQualifiedTypeIdentifier(startPos, startLoc, id) { + startPos = startPos || this.state.start; + startLoc = startLoc || this.state.startLoc; + let node = id || this.flowParseRestrictedIdentifier(true); + + while (this.eat(16)) { + const node2 = this.startNodeAt(startPos, startLoc); + node2.qualification = node; + node2.id = this.flowParseRestrictedIdentifier(true); + node = this.finishNode(node2, 'QualifiedTypeIdentifier'); + } + + return node; + } + + flowParseGenericType(startPos, startLoc, id) { + const node = this.startNodeAt(startPos, startLoc); + node.typeParameters = null; + node.id = this.flowParseQualifiedTypeIdentifier(startPos, startLoc, id); + + if (this.match(47)) { + node.typeParameters = this.flowParseTypeParameterInstantiation(); + } + + return this.finishNode(node, 'GenericTypeAnnotation'); + } + + flowParseTypeofType() { + const node = this.startNode(); + this.expect(87); + node.argument = this.flowParsePrimaryType(); + return this.finishNode(node, 'TypeofTypeAnnotation'); + } + + flowParseTupleType() { + const node = this.startNode(); + node.types = []; + this.expect(0); + + while (this.state.pos < this.length && !this.match(3)) { + node.types.push(this.flowParseType()); + if (this.match(3)) break; + this.expect(12); + } + + this.expect(3); + return this.finishNode(node, 'TupleTypeAnnotation'); + } + + flowParseFunctionTypeParam(first) { + let name = null; + let optional = false; + let typeAnnotation = null; + const node = this.startNode(); + const lh = this.lookahead(); + const isThis = this.state.type === 78; + + if (lh.type === 14 || lh.type === 17) { + if (isThis && !first) { + this.raise(FlowErrors.ThisParamMustBeFirst, { + at: node, + }); + } + + name = this.parseIdentifier(isThis); + + if (this.eat(17)) { + optional = true; + + if (isThis) { + this.raise(FlowErrors.ThisParamMayNotBeOptional, { + at: node, + }); + } + } + + typeAnnotation = this.flowParseTypeInitialiser(); + } else { + typeAnnotation = this.flowParseType(); + } + + node.name = name; + node.optional = optional; + node.typeAnnotation = typeAnnotation; + return this.finishNode(node, 'FunctionTypeParam'); + } + + reinterpretTypeAsFunctionTypeParam(type) { + const node = this.startNodeAt(type.start, type.loc.start); + node.name = null; + node.optional = false; + node.typeAnnotation = type; + return this.finishNode(node, 'FunctionTypeParam'); + } + + flowParseFunctionTypeParams(params = []) { + let rest = null; + let _this = null; + + if (this.match(78)) { + _this = this.flowParseFunctionTypeParam(true); + _this.name = null; + + if (!this.match(11)) { + this.expect(12); + } + } + + while (!this.match(11) && !this.match(21)) { + params.push(this.flowParseFunctionTypeParam(false)); + + if (!this.match(11)) { + this.expect(12); + } + } + + if (this.eat(21)) { + rest = this.flowParseFunctionTypeParam(false); + } + + return { + params, + rest, + _this, + }; + } + + flowIdentToTypeAnnotation(startPos, startLoc, node, id) { + switch (id.name) { + case 'any': + return this.finishNode(node, 'AnyTypeAnnotation'); + + case 'bool': + case 'boolean': + return this.finishNode(node, 'BooleanTypeAnnotation'); + + case 'mixed': + return this.finishNode(node, 'MixedTypeAnnotation'); + + case 'empty': + return this.finishNode(node, 'EmptyTypeAnnotation'); + + case 'number': + return this.finishNode(node, 'NumberTypeAnnotation'); + + case 'string': + return this.finishNode(node, 'StringTypeAnnotation'); + + case 'symbol': + return this.finishNode(node, 'SymbolTypeAnnotation'); + + default: + this.checkNotUnderscore(id.name); + return this.flowParseGenericType(startPos, startLoc, id); + } + } + + flowParsePrimaryType() { + const startPos = this.state.start; + const startLoc = this.state.startLoc; + const node = this.startNode(); + let tmp; + let type; + let isGroupedType = false; + const oldNoAnonFunctionType = this.state.noAnonFunctionType; + + switch (this.state.type) { + case 5: + return this.flowParseObjectType({ + allowStatic: false, + allowExact: false, + allowSpread: true, + allowProto: false, + allowInexact: true, + }); + + case 6: + return this.flowParseObjectType({ + allowStatic: false, + allowExact: true, + allowSpread: true, + allowProto: false, + allowInexact: false, + }); + + case 0: + this.state.noAnonFunctionType = false; + type = this.flowParseTupleType(); + this.state.noAnonFunctionType = oldNoAnonFunctionType; + return type; + + case 47: + node.typeParameters = this.flowParseTypeParameterDeclaration(); + this.expect(10); + tmp = this.flowParseFunctionTypeParams(); + node.params = tmp.params; + node.rest = tmp.rest; + node.this = tmp._this; + this.expect(11); + this.expect(19); + node.returnType = this.flowParseType(); + return this.finishNode(node, 'FunctionTypeAnnotation'); + + case 10: + this.next(); + + if (!this.match(11) && !this.match(21)) { + if (tokenIsIdentifier(this.state.type) || this.match(78)) { + const token = this.lookahead().type; + isGroupedType = token !== 17 && token !== 14; + } else { + isGroupedType = true; + } + } + + if (isGroupedType) { + this.state.noAnonFunctionType = false; + type = this.flowParseType(); + this.state.noAnonFunctionType = oldNoAnonFunctionType; + + if ( + this.state.noAnonFunctionType || + !( + this.match(12) || + (this.match(11) && this.lookahead().type === 19) + ) + ) { + this.expect(11); + return type; + } else { + this.eat(12); + } + } + + if (type) { + tmp = this.flowParseFunctionTypeParams([ + this.reinterpretTypeAsFunctionTypeParam(type), + ]); + } else { + tmp = this.flowParseFunctionTypeParams(); + } + + node.params = tmp.params; + node.rest = tmp.rest; + node.this = tmp._this; + this.expect(11); + this.expect(19); + node.returnType = this.flowParseType(); + node.typeParameters = null; + return this.finishNode(node, 'FunctionTypeAnnotation'); + + case 129: + return this.parseLiteral( + this.state.value, + 'StringLiteralTypeAnnotation' + ); + + case 85: + case 86: + node.value = this.match(85); + this.next(); + return this.finishNode(node, 'BooleanLiteralTypeAnnotation'); + + case 53: + if (this.state.value === '-') { + this.next(); + + if (this.match(130)) { + return this.parseLiteralAtNode( + -this.state.value, + 'NumberLiteralTypeAnnotation', + node + ); + } + + if (this.match(131)) { + return this.parseLiteralAtNode( + -this.state.value, + 'BigIntLiteralTypeAnnotation', + node + ); + } + + throw this.raise(FlowErrors.UnexpectedSubtractionOperand, { + at: this.state.startLoc, + }); + } + + throw this.unexpected(); + + case 130: + return this.parseLiteral( + this.state.value, + 'NumberLiteralTypeAnnotation' + ); + + case 131: + return this.parseLiteral( + this.state.value, + 'BigIntLiteralTypeAnnotation' + ); + + case 88: + this.next(); + return this.finishNode(node, 'VoidTypeAnnotation'); + + case 84: + this.next(); + return this.finishNode(node, 'NullLiteralTypeAnnotation'); + + case 78: + this.next(); + return this.finishNode(node, 'ThisTypeAnnotation'); + + case 55: + this.next(); + return this.finishNode(node, 'ExistsTypeAnnotation'); + + case 87: + return this.flowParseTypeofType(); + + default: + if (tokenIsKeyword(this.state.type)) { + const label = tokenLabelName(this.state.type); + this.next(); + return super.createIdentifier(node, label); + } else if (tokenIsIdentifier(this.state.type)) { + if (this.isContextual(125)) { + return this.flowParseInterfaceType(); + } + + return this.flowIdentToTypeAnnotation( + startPos, + startLoc, + node, + this.parseIdentifier() + ); + } + } + + throw this.unexpected(); + } + + flowParsePostfixType() { + const startPos = this.state.start; + const startLoc = this.state.startLoc; + let type = this.flowParsePrimaryType(); + let seenOptionalIndexedAccess = false; + + while ((this.match(0) || this.match(18)) && !this.canInsertSemicolon()) { + const node = this.startNodeAt(startPos, startLoc); + const optional = this.eat(18); + seenOptionalIndexedAccess = seenOptionalIndexedAccess || optional; + this.expect(0); + + if (!optional && this.match(3)) { + node.elementType = type; + this.next(); + type = this.finishNode(node, 'ArrayTypeAnnotation'); + } else { + node.objectType = type; + node.indexType = this.flowParseType(); + this.expect(3); + + if (seenOptionalIndexedAccess) { + node.optional = optional; + type = this.finishNode(node, 'OptionalIndexedAccessType'); + } else { + type = this.finishNode(node, 'IndexedAccessType'); + } + } + } + + return type; + } + + flowParsePrefixType() { + const node = this.startNode(); + + if (this.eat(17)) { + node.typeAnnotation = this.flowParsePrefixType(); + return this.finishNode(node, 'NullableTypeAnnotation'); + } else { + return this.flowParsePostfixType(); + } + } + + flowParseAnonFunctionWithoutParens() { + const param = this.flowParsePrefixType(); + + if (!this.state.noAnonFunctionType && this.eat(19)) { + const node = this.startNodeAt(param.start, param.loc.start); + node.params = [this.reinterpretTypeAsFunctionTypeParam(param)]; + node.rest = null; + node.this = null; + node.returnType = this.flowParseType(); + node.typeParameters = null; + return this.finishNode(node, 'FunctionTypeAnnotation'); + } + + return param; + } + + flowParseIntersectionType() { + const node = this.startNode(); + this.eat(45); + const type = this.flowParseAnonFunctionWithoutParens(); + node.types = [type]; + + while (this.eat(45)) { + node.types.push(this.flowParseAnonFunctionWithoutParens()); + } + + return node.types.length === 1 ? + type + : this.finishNode(node, 'IntersectionTypeAnnotation'); + } + + flowParseUnionType() { + const node = this.startNode(); + this.eat(43); + const type = this.flowParseIntersectionType(); + node.types = [type]; + + while (this.eat(43)) { + node.types.push(this.flowParseIntersectionType()); + } + + return node.types.length === 1 ? + type + : this.finishNode(node, 'UnionTypeAnnotation'); + } + + flowParseType() { + const oldInType = this.state.inType; + this.state.inType = true; + const type = this.flowParseUnionType(); + this.state.inType = oldInType; + return type; + } + + flowParseTypeOrImplicitInstantiation() { + if (this.state.type === 128 && this.state.value === '_') { + const startPos = this.state.start; + const startLoc = this.state.startLoc; + const node = this.parseIdentifier(); + return this.flowParseGenericType(startPos, startLoc, node); + } else { + return this.flowParseType(); + } + } + + flowParseTypeAnnotation() { + const node = this.startNode(); + node.typeAnnotation = this.flowParseTypeInitialiser(); + return this.finishNode(node, 'TypeAnnotation'); + } + + flowParseTypeAnnotatableIdentifier(allowPrimitiveOverride) { + const ident = + allowPrimitiveOverride ? + this.parseIdentifier() + : this.flowParseRestrictedIdentifier(); + + if (this.match(14)) { + ident.typeAnnotation = this.flowParseTypeAnnotation(); + this.resetEndLocation(ident); + } + + return ident; + } + + typeCastToParameter(node) { + node.expression.typeAnnotation = node.typeAnnotation; + this.resetEndLocation(node.expression, node.typeAnnotation.loc.end); + return node.expression; + } + + flowParseVariance() { + let variance = null; + + if (this.match(53)) { + variance = this.startNode(); + + if (this.state.value === '+') { + variance.kind = 'plus'; + } else { + variance.kind = 'minus'; + } + + this.next(); + this.finishNode(variance, 'Variance'); + } + + return variance; + } + + parseFunctionBody(node, allowExpressionBody, isMethod = false) { + if (allowExpressionBody) { + return this.forwardNoArrowParamsConversionAt(node, () => + super.parseFunctionBody(node, true, isMethod) + ); + } + + return super.parseFunctionBody(node, false, isMethod); + } + + parseFunctionBodyAndFinish(node, type, isMethod = false) { + if (this.match(14)) { + const typeNode = this.startNode(); + [typeNode.typeAnnotation, node.predicate] = + this.flowParseTypeAndPredicateInitialiser(); + node.returnType = + typeNode.typeAnnotation ? + this.finishNode(typeNode, 'TypeAnnotation') + : null; + } + + super.parseFunctionBodyAndFinish(node, type, isMethod); + } + + parseStatement(context, topLevel) { + if (this.state.strict && this.isContextual(125)) { + const lookahead = this.lookahead(); + + if (tokenIsKeywordOrIdentifier(lookahead.type)) { + const node = this.startNode(); + this.next(); + return this.flowParseInterface(node); + } + } else if (this.shouldParseEnums() && this.isContextual(122)) { + const node = this.startNode(); + this.next(); + return this.flowParseEnumDeclaration(node); + } + + const stmt = super.parseStatement(context, topLevel); + + if (this.flowPragma === undefined && !this.isValidDirective(stmt)) { + this.flowPragma = null; + } + + return stmt; + } + + parseExpressionStatement(node, expr) { + if (expr.type === 'Identifier') { + if (expr.name === 'declare') { + if ( + this.match(80) || + tokenIsIdentifier(this.state.type) || + this.match(68) || + this.match(74) || + this.match(82) + ) { + return this.flowParseDeclare(node); + } + } else if (tokenIsIdentifier(this.state.type)) { + if (expr.name === 'interface') { + return this.flowParseInterface(node); + } else if (expr.name === 'type') { + return this.flowParseTypeAlias(node); + } else if (expr.name === 'opaque') { + return this.flowParseOpaqueType(node, false); + } + } + } + + return super.parseExpressionStatement(node, expr); + } + + shouldParseExportDeclaration() { + const { type } = this.state; + + if ( + tokenIsFlowInterfaceOrTypeOrOpaque(type) || + (this.shouldParseEnums() && type === 122) + ) { + return !this.state.containsEsc; + } + + return super.shouldParseExportDeclaration(); + } + + isExportDefaultSpecifier() { + const { type } = this.state; + + if ( + tokenIsFlowInterfaceOrTypeOrOpaque(type) || + (this.shouldParseEnums() && type === 122) + ) { + return this.state.containsEsc; + } + + return super.isExportDefaultSpecifier(); + } + + parseExportDefaultExpression() { + if (this.shouldParseEnums() && this.isContextual(122)) { + const node = this.startNode(); + this.next(); + return this.flowParseEnumDeclaration(node); + } + + return super.parseExportDefaultExpression(); + } + + parseConditional(expr, startPos, startLoc, refExpressionErrors) { + if (!this.match(17)) return expr; + + if (this.state.maybeInArrowParameters) { + const nextCh = this.lookaheadCharCode(); + + if (nextCh === 44 || nextCh === 61 || nextCh === 58 || nextCh === 41) { + this.setOptionalParametersError(refExpressionErrors); + return expr; + } + } + + this.expect(17); + const state = this.state.clone(); + const originalNoArrowAt = this.state.noArrowAt; + const node = this.startNodeAt(startPos, startLoc); + let { consequent, failed } = this.tryParseConditionalConsequent(); + let [valid, invalid] = this.getArrowLikeExpressions(consequent); + + if (failed || invalid.length > 0) { + const noArrowAt = [...originalNoArrowAt]; + + if (invalid.length > 0) { + this.state = state; + this.state.noArrowAt = noArrowAt; + + for (let i = 0; i < invalid.length; i++) { + noArrowAt.push(invalid[i].start); + } + + ({ consequent, failed } = this.tryParseConditionalConsequent()); + [valid, invalid] = this.getArrowLikeExpressions(consequent); + } + + if (failed && valid.length > 1) { + this.raise(FlowErrors.AmbiguousConditionalArrow, { + at: state.startLoc, + }); + } + + if (failed && valid.length === 1) { + this.state = state; + noArrowAt.push(valid[0].start); + this.state.noArrowAt = noArrowAt; + ({ consequent, failed } = this.tryParseConditionalConsequent()); + } + } + + this.getArrowLikeExpressions(consequent, true); + this.state.noArrowAt = originalNoArrowAt; + this.expect(14); + node.test = expr; + node.consequent = consequent; + node.alternate = this.forwardNoArrowParamsConversionAt(node, () => + this.parseMaybeAssign(undefined, undefined) + ); + return this.finishNode(node, 'ConditionalExpression'); + } + + tryParseConditionalConsequent() { + this.state.noArrowParamsConversionAt.push(this.state.start); + const consequent = this.parseMaybeAssignAllowIn(); + const failed = !this.match(14); + this.state.noArrowParamsConversionAt.pop(); + return { + consequent, + failed, + }; + } + + getArrowLikeExpressions(node, disallowInvalid) { + const stack = [node]; + const arrows = []; + + while (stack.length !== 0) { + const node = stack.pop(); + + if (node.type === 'ArrowFunctionExpression') { + if (node.typeParameters || !node.returnType) { + this.finishArrowValidation(node); + } else { + arrows.push(node); + } + + stack.push(node.body); + } else if (node.type === 'ConditionalExpression') { + stack.push(node.consequent); + stack.push(node.alternate); + } + } + + if (disallowInvalid) { + arrows.forEach((node) => this.finishArrowValidation(node)); + return [arrows, []]; + } + + return partition(arrows, (node) => + node.params.every((param) => this.isAssignable(param, true)) + ); + } + + finishArrowValidation(node) { + var _node$extra; + + this.toAssignableList( + node.params, + (_node$extra = node.extra) == null ? + void 0 + : _node$extra.trailingCommaLoc, + false + ); + this.scope.enter(SCOPE_FUNCTION | SCOPE_ARROW); + super.checkParams(node, false, true); + this.scope.exit(); + } + + forwardNoArrowParamsConversionAt(node, parse) { + let result; + + if (this.state.noArrowParamsConversionAt.indexOf(node.start) !== -1) { + this.state.noArrowParamsConversionAt.push(this.state.start); + result = parse(); + this.state.noArrowParamsConversionAt.pop(); + } else { + result = parse(); + } + + return result; + } + + parseParenItem(node, startPos, startLoc) { + node = super.parseParenItem(node, startPos, startLoc); + + if (this.eat(17)) { + node.optional = true; + this.resetEndLocation(node); + } + + if (this.match(14)) { + const typeCastNode = this.startNodeAt(startPos, startLoc); + typeCastNode.expression = node; + typeCastNode.typeAnnotation = this.flowParseTypeAnnotation(); + return this.finishNode(typeCastNode, 'TypeCastExpression'); + } + + return node; + } + + assertModuleNodeAllowed(node) { + if ( + (node.type === 'ImportDeclaration' && + (node.importKind === 'type' || node.importKind === 'typeof')) || + (node.type === 'ExportNamedDeclaration' && + node.exportKind === 'type') || + (node.type === 'ExportAllDeclaration' && node.exportKind === 'type') + ) { + return; + } + + super.assertModuleNodeAllowed(node); + } + + parseExport(node) { + const decl = super.parseExport(node); + + if ( + decl.type === 'ExportNamedDeclaration' || + decl.type === 'ExportAllDeclaration' + ) { + decl.exportKind = decl.exportKind || 'value'; + } + + return decl; + } + + parseExportDeclaration(node) { + if (this.isContextual(126)) { + node.exportKind = 'type'; + const declarationNode = this.startNode(); + this.next(); + + if (this.match(5)) { + node.specifiers = this.parseExportSpecifiers(true); + this.parseExportFrom(node); + return null; + } else { + return this.flowParseTypeAlias(declarationNode); + } + } else if (this.isContextual(127)) { + node.exportKind = 'type'; + const declarationNode = this.startNode(); + this.next(); + return this.flowParseOpaqueType(declarationNode, false); + } else if (this.isContextual(125)) { + node.exportKind = 'type'; + const declarationNode = this.startNode(); + this.next(); + return this.flowParseInterface(declarationNode); + } else if (this.shouldParseEnums() && this.isContextual(122)) { + node.exportKind = 'value'; + const declarationNode = this.startNode(); + this.next(); + return this.flowParseEnumDeclaration(declarationNode); + } else { + return super.parseExportDeclaration(node); + } + } + + eatExportStar(node) { + if (super.eatExportStar(...arguments)) return true; + + if (this.isContextual(126) && this.lookahead().type === 55) { + node.exportKind = 'type'; + this.next(); + this.next(); + return true; + } + + return false; + } + + maybeParseExportNamespaceSpecifier(node) { + const { startLoc } = this.state; + const hasNamespace = super.maybeParseExportNamespaceSpecifier(node); + + if (hasNamespace && node.exportKind === 'type') { + this.unexpected(startLoc); + } + + return hasNamespace; + } + + parseClassId(node, isStatement, optionalId) { + super.parseClassId(node, isStatement, optionalId); + + if (this.match(47)) { + node.typeParameters = this.flowParseTypeParameterDeclaration(); + } + } + + parseClassMember(classBody, member, state) { + const { startLoc } = this.state; + + if (this.isContextual(121)) { + if (this.parseClassMemberFromModifier(classBody, member)) { + return; + } + + member.declare = true; + } + + super.parseClassMember(classBody, member, state); + + if (member.declare) { + if ( + member.type !== 'ClassProperty' && + member.type !== 'ClassPrivateProperty' && + member.type !== 'PropertyDefinition' + ) { + this.raise(FlowErrors.DeclareClassElement, { + at: startLoc, + }); + } else if (member.value) { + this.raise(FlowErrors.DeclareClassFieldInitializer, { + at: member.value, + }); + } + } + } + + isIterator(word) { + return word === 'iterator' || word === 'asyncIterator'; + } + + readIterator() { + const word = super.readWord1(); + const fullWord = '@@' + word; + + if (!this.isIterator(word) || !this.state.inType) { + this.raise(Errors.InvalidIdentifier, { + at: this.state.curPosition(), + identifierName: fullWord, + }); + } + + this.finishToken(128, fullWord); + } + + getTokenFromCode(code) { + const next = this.input.charCodeAt(this.state.pos + 1); + + if (code === 123 && next === 124) { + return this.finishOp(6, 2); + } else if (this.state.inType && (code === 62 || code === 60)) { + return this.finishOp(code === 62 ? 48 : 47, 1); + } else if (this.state.inType && code === 63) { + if (next === 46) { + return this.finishOp(18, 2); + } + + return this.finishOp(17, 1); + } else if ( + isIteratorStart(code, next, this.input.charCodeAt(this.state.pos + 2)) + ) { + this.state.pos += 2; + return this.readIterator(); + } else { + return super.getTokenFromCode(code); + } + } + + isAssignable(node, isBinding) { + if (node.type === 'TypeCastExpression') { + return this.isAssignable(node.expression, isBinding); + } else { + return super.isAssignable(node, isBinding); + } + } + + toAssignable(node, isLHS = false) { + if ( + !isLHS && + node.type === 'AssignmentExpression' && + node.left.type === 'TypeCastExpression' + ) { + node.left = this.typeCastToParameter(node.left); + } + + super.toAssignable(...arguments); + } + + toAssignableList(exprList, trailingCommaLoc, isLHS) { + for (let i = 0; i < exprList.length; i++) { + const expr = exprList[i]; + + if ((expr == null ? void 0 : expr.type) === 'TypeCastExpression') { + exprList[i] = this.typeCastToParameter(expr); + } + } + + super.toAssignableList(exprList, trailingCommaLoc, isLHS); + } + + toReferencedList(exprList, isParenthesizedExpr) { + for (let i = 0; i < exprList.length; i++) { + var _expr$extra; + + const expr = exprList[i]; + + if ( + expr && + expr.type === 'TypeCastExpression' && + !((_expr$extra = expr.extra) != null && _expr$extra.parenthesized) && + (exprList.length > 1 || !isParenthesizedExpr) + ) { + this.raise(FlowErrors.TypeCastInPattern, { + at: expr.typeAnnotation, + }); + } + } + + return exprList; + } + + parseArrayLike(close, canBePattern, isTuple, refExpressionErrors) { + const node = super.parseArrayLike( + close, + canBePattern, + isTuple, + refExpressionErrors + ); + + if (canBePattern && !this.state.maybeInArrowParameters) { + this.toReferencedList(node.elements); + } + + return node; + } + + isValidLVal(type, ...rest) { + return type === 'TypeCastExpression' || super.isValidLVal(type, ...rest); + } + + parseClassProperty(node) { + if (this.match(14)) { + node.typeAnnotation = this.flowParseTypeAnnotation(); + } + + return super.parseClassProperty(node); + } + + parseClassPrivateProperty(node) { + if (this.match(14)) { + node.typeAnnotation = this.flowParseTypeAnnotation(); + } + + return super.parseClassPrivateProperty(node); + } + + isClassMethod() { + return this.match(47) || super.isClassMethod(); + } + + isClassProperty() { + return this.match(14) || super.isClassProperty(); + } + + isNonstaticConstructor(method) { + return !this.match(14) && super.isNonstaticConstructor(method); + } + + pushClassMethod( + classBody, + method, + isGenerator, + isAsync, + isConstructor, + allowsDirectSuper + ) { + if (method.variance) { + this.unexpected(method.variance.loc.start); + } + + delete method.variance; + + if (this.match(47)) { + method.typeParameters = this.flowParseTypeParameterDeclaration(); + } + + super.pushClassMethod( + classBody, + method, + isGenerator, + isAsync, + isConstructor, + allowsDirectSuper + ); + + if (method.params && isConstructor) { + const params = method.params; + + if (params.length > 0 && this.isThisParam(params[0])) { + this.raise(FlowErrors.ThisParamBannedInConstructor, { + at: method, + }); + } + } else if ( + method.type === 'MethodDefinition' && + isConstructor && + method.value.params + ) { + const params = method.value.params; + + if (params.length > 0 && this.isThisParam(params[0])) { + this.raise(FlowErrors.ThisParamBannedInConstructor, { + at: method, + }); + } + } + } + + pushClassPrivateMethod(classBody, method, isGenerator, isAsync) { + if (method.variance) { + this.unexpected(method.variance.loc.start); + } + + delete method.variance; + + if (this.match(47)) { + method.typeParameters = this.flowParseTypeParameterDeclaration(); + } + + super.pushClassPrivateMethod(classBody, method, isGenerator, isAsync); + } + + parseClassSuper(node) { + super.parseClassSuper(node); + + if (node.superClass && this.match(47)) { + node.superTypeParameters = this.flowParseTypeParameterInstantiation(); + } + + if (this.isContextual(110)) { + this.next(); + const implemented = (node.implements = []); + + do { + const node = this.startNode(); + node.id = this.flowParseRestrictedIdentifier(true); + + if (this.match(47)) { + node.typeParameters = this.flowParseTypeParameterInstantiation(); + } else { + node.typeParameters = null; + } + + implemented.push(this.finishNode(node, 'ClassImplements')); + } while (this.eat(12)); + } + } + + checkGetterSetterParams(method) { + super.checkGetterSetterParams(method); + const params = this.getObjectOrClassMethodParams(method); + + if (params.length > 0) { + const param = params[0]; + + if (this.isThisParam(param) && method.kind === 'get') { + this.raise(FlowErrors.GetterMayNotHaveThisParam, { + at: param, + }); + } else if (this.isThisParam(param)) { + this.raise(FlowErrors.SetterMayNotHaveThisParam, { + at: param, + }); + } + } + } + + parsePropertyNamePrefixOperator(node) { + node.variance = this.flowParseVariance(); + } + + parseObjPropValue( + prop, + startPos, + startLoc, + isGenerator, + isAsync, + isPattern, + isAccessor, + refExpressionErrors + ) { + if (prop.variance) { + this.unexpected(prop.variance.loc.start); + } + + delete prop.variance; + let typeParameters; + + if (this.match(47) && !isAccessor) { + typeParameters = this.flowParseTypeParameterDeclaration(); + if (!this.match(10)) this.unexpected(); + } + + super.parseObjPropValue( + prop, + startPos, + startLoc, + isGenerator, + isAsync, + isPattern, + isAccessor, + refExpressionErrors + ); + + if (typeParameters) { + (prop.value || prop).typeParameters = typeParameters; + } + } + + parseAssignableListItemTypes(param) { + if (this.eat(17)) { + if (param.type !== 'Identifier') { + this.raise(FlowErrors.PatternIsOptional, { + at: param, + }); + } + + if (this.isThisParam(param)) { + this.raise(FlowErrors.ThisParamMayNotBeOptional, { + at: param, + }); + } + + param.optional = true; + } + + if (this.match(14)) { + param.typeAnnotation = this.flowParseTypeAnnotation(); + } else if (this.isThisParam(param)) { + this.raise(FlowErrors.ThisParamAnnotationRequired, { + at: param, + }); + } + + if (this.match(29) && this.isThisParam(param)) { + this.raise(FlowErrors.ThisParamNoDefault, { + at: param, + }); + } + + this.resetEndLocation(param); + return param; + } + + parseMaybeDefault(startPos, startLoc, left) { + const node = super.parseMaybeDefault(startPos, startLoc, left); + + if ( + node.type === 'AssignmentPattern' && + node.typeAnnotation && + node.right.start < node.typeAnnotation.start + ) { + this.raise(FlowErrors.TypeBeforeInitializer, { + at: node.typeAnnotation, + }); + } + + return node; + } + + shouldParseDefaultImport(node) { + if (!hasTypeImportKind(node)) { + return super.shouldParseDefaultImport(node); + } + + return isMaybeDefaultImport(this.state.type); + } + + parseImportSpecifierLocal(node, specifier, type) { + specifier.local = + hasTypeImportKind(node) ? + this.flowParseRestrictedIdentifier(true, true) + : this.parseIdentifier(); + node.specifiers.push(this.finishImportSpecifier(specifier, type)); + } + + maybeParseDefaultImportSpecifier(node) { + node.importKind = 'value'; + let kind = null; + + if (this.match(87)) { + kind = 'typeof'; + } else if (this.isContextual(126)) { + kind = 'type'; + } + + if (kind) { + const lh = this.lookahead(); + const { type } = lh; + + if (kind === 'type' && type === 55) { + this.unexpected(null, lh.type); + } + + if (isMaybeDefaultImport(type) || type === 5 || type === 55) { + this.next(); + node.importKind = kind; + } + } + + return super.maybeParseDefaultImportSpecifier(node); + } + + parseImportSpecifier( + specifier, + importedIsString, + isInTypeOnlyImport, + isMaybeTypeOnly + ) { + const firstIdent = specifier.imported; + let specifierTypeKind = null; + + if (firstIdent.type === 'Identifier') { + if (firstIdent.name === 'type') { + specifierTypeKind = 'type'; + } else if (firstIdent.name === 'typeof') { + specifierTypeKind = 'typeof'; + } + } + + let isBinding = false; + + if (this.isContextual(93) && !this.isLookaheadContextual('as')) { + const as_ident = this.parseIdentifier(true); + + if ( + specifierTypeKind !== null && + !tokenIsKeywordOrIdentifier(this.state.type) + ) { + specifier.imported = as_ident; + specifier.importKind = specifierTypeKind; + specifier.local = cloneIdentifier(as_ident); + } else { + specifier.imported = firstIdent; + specifier.importKind = null; + specifier.local = this.parseIdentifier(); + } + } else { + if ( + specifierTypeKind !== null && + tokenIsKeywordOrIdentifier(this.state.type) + ) { + specifier.imported = this.parseIdentifier(true); + specifier.importKind = specifierTypeKind; + } else { + if (importedIsString) { + throw this.raise(Errors.ImportBindingIsString, { + at: specifier, + importName: firstIdent.value, + }); + } + + specifier.imported = firstIdent; + specifier.importKind = null; + } + + if (this.eatContextual(93)) { + specifier.local = this.parseIdentifier(); + } else { + isBinding = true; + specifier.local = cloneIdentifier(specifier.imported); + } + } + + const specifierIsTypeImport = hasTypeImportKind(specifier); + + if (isInTypeOnlyImport && specifierIsTypeImport) { + this.raise(FlowErrors.ImportTypeShorthandOnlyInPureImport, { + at: specifier, + }); + } + + if (isInTypeOnlyImport || specifierIsTypeImport) { + this.checkReservedType( + specifier.local.name, + specifier.local.loc.start, + true + ); + } + + if (isBinding && !isInTypeOnlyImport && !specifierIsTypeImport) { + this.checkReservedWord( + specifier.local.name, + specifier.loc.start, + true, + true + ); + } + + return this.finishImportSpecifier(specifier, 'ImportSpecifier'); + } + + parseBindingAtom() { + switch (this.state.type) { + case 78: + return this.parseIdentifier(true); + + default: + return super.parseBindingAtom(); + } + } + + parseFunctionParams(node, allowModifiers) { + const kind = node.kind; + + if (kind !== 'get' && kind !== 'set' && this.match(47)) { + node.typeParameters = this.flowParseTypeParameterDeclaration(); + } + + super.parseFunctionParams(node, allowModifiers); + } + + parseVarId(decl, kind) { + super.parseVarId(decl, kind); + + if (this.match(14)) { + decl.id.typeAnnotation = this.flowParseTypeAnnotation(); + this.resetEndLocation(decl.id); + } + } + + parseAsyncArrowFromCallExpression(node, call) { + if (this.match(14)) { + const oldNoAnonFunctionType = this.state.noAnonFunctionType; + this.state.noAnonFunctionType = true; + node.returnType = this.flowParseTypeAnnotation(); + this.state.noAnonFunctionType = oldNoAnonFunctionType; + } + + return super.parseAsyncArrowFromCallExpression(node, call); + } + + shouldParseAsyncArrow() { + return this.match(14) || super.shouldParseAsyncArrow(); + } + + parseMaybeAssign(refExpressionErrors, afterLeftParse) { + var _jsx; + + let state = null; + let jsx; + + if (this.hasPlugin('jsx') && (this.match(138) || this.match(47))) { + state = this.state.clone(); + jsx = this.tryParse( + () => super.parseMaybeAssign(refExpressionErrors, afterLeftParse), + state + ); + if (!jsx.error) return jsx.node; + const { context } = this.state; + const currentContext = context[context.length - 1]; + + if ( + currentContext === types.j_oTag || + currentContext === types.j_expr + ) { + context.pop(); + } + } + + if (((_jsx = jsx) != null && _jsx.error) || this.match(47)) { + var _jsx2, _jsx3; + + state = state || this.state.clone(); + let typeParameters; + const arrow = this.tryParse((abort) => { + var _arrowExpression$extr; + + typeParameters = this.flowParseTypeParameterDeclaration(); + const arrowExpression = this.forwardNoArrowParamsConversionAt( + typeParameters, + () => { + const result = super.parseMaybeAssign( + refExpressionErrors, + afterLeftParse + ); + this.resetStartLocationFromNode(result, typeParameters); + return result; + } + ); + if ( + (_arrowExpression$extr = arrowExpression.extra) != null && + _arrowExpression$extr.parenthesized + ) + abort(); + const expr = this.maybeUnwrapTypeCastExpression(arrowExpression); + if (expr.type !== 'ArrowFunctionExpression') abort(); + expr.typeParameters = typeParameters; + this.resetStartLocationFromNode(expr, typeParameters); + return arrowExpression; + }, state); + let arrowExpression = null; + + if ( + arrow.node && + this.maybeUnwrapTypeCastExpression(arrow.node).type === + 'ArrowFunctionExpression' + ) { + if (!arrow.error && !arrow.aborted) { + if (arrow.node.async) { + this.raise( + FlowErrors.UnexpectedTypeParameterBeforeAsyncArrowFunction, + { + at: typeParameters, + } + ); + } + + return arrow.node; + } + + arrowExpression = arrow.node; + } + + if ((_jsx2 = jsx) != null && _jsx2.node) { + this.state = jsx.failState; + return jsx.node; + } + + if (arrowExpression) { + this.state = arrow.failState; + return arrowExpression; + } + + if ((_jsx3 = jsx) != null && _jsx3.thrown) throw jsx.error; + if (arrow.thrown) throw arrow.error; + throw this.raise(FlowErrors.UnexpectedTokenAfterTypeParameter, { + at: typeParameters, + }); + } + + return super.parseMaybeAssign(refExpressionErrors, afterLeftParse); + } + + parseArrow(node) { + if (this.match(14)) { + const result = this.tryParse(() => { + const oldNoAnonFunctionType = this.state.noAnonFunctionType; + this.state.noAnonFunctionType = true; + const typeNode = this.startNode(); + [typeNode.typeAnnotation, node.predicate] = + this.flowParseTypeAndPredicateInitialiser(); + this.state.noAnonFunctionType = oldNoAnonFunctionType; + if (this.canInsertSemicolon()) this.unexpected(); + if (!this.match(19)) this.unexpected(); + return typeNode; + }); + if (result.thrown) return null; + if (result.error) this.state = result.failState; + node.returnType = + result.node.typeAnnotation ? + this.finishNode(result.node, 'TypeAnnotation') + : null; + } + + return super.parseArrow(node); + } + + shouldParseArrow(params) { + return this.match(14) || super.shouldParseArrow(params); + } + + setArrowFunctionParameters(node, params) { + if (this.state.noArrowParamsConversionAt.indexOf(node.start) !== -1) { + node.params = params; + } else { + super.setArrowFunctionParameters(node, params); + } + } + + checkParams(node, allowDuplicates, isArrowFunction) { + if ( + isArrowFunction && + this.state.noArrowParamsConversionAt.indexOf(node.start) !== -1 + ) { + return; + } + + for (let i = 0; i < node.params.length; i++) { + if (this.isThisParam(node.params[i]) && i > 0) { + this.raise(FlowErrors.ThisParamMustBeFirst, { + at: node.params[i], + }); + } + } + + return super.checkParams(...arguments); + } + + parseParenAndDistinguishExpression(canBeArrow) { + return super.parseParenAndDistinguishExpression( + canBeArrow && this.state.noArrowAt.indexOf(this.state.start) === -1 + ); + } + + parseSubscripts(base, startPos, startLoc, noCalls) { + if ( + base.type === 'Identifier' && + base.name === 'async' && + this.state.noArrowAt.indexOf(startPos) !== -1 + ) { + this.next(); + const node = this.startNodeAt(startPos, startLoc); + node.callee = base; + node.arguments = this.parseCallExpressionArguments(11, false); + base = this.finishNode(node, 'CallExpression'); + } else if ( + base.type === 'Identifier' && + base.name === 'async' && + this.match(47) + ) { + const state = this.state.clone(); + const arrow = this.tryParse( + (abort) => + this.parseAsyncArrowWithTypeParameters(startPos, startLoc) || + abort(), + state + ); + if (!arrow.error && !arrow.aborted) return arrow.node; + const result = this.tryParse( + () => super.parseSubscripts(base, startPos, startLoc, noCalls), + state + ); + if (result.node && !result.error) return result.node; + + if (arrow.node) { + this.state = arrow.failState; return arrow.node; } - arrowExpression = arrow.node; + if (result.node) { + this.state = result.failState; + return result.node; + } + + throw arrow.error || result.error; } - if ((_jsx2 = jsx) != null && _jsx2.node) { - this.state = jsx.failState; - return jsx.node; - } - - if (arrowExpression) { - this.state = arrow.failState; - return arrowExpression; - } - - if ((_jsx3 = jsx) != null && _jsx3.thrown) throw jsx.error; - if (arrow.thrown) throw arrow.error; - throw this.raise(FlowErrors.UnexpectedTokenAfterTypeParameter, { - at: typeParameters - }); + return super.parseSubscripts(base, startPos, startLoc, noCalls); } - return super.parseMaybeAssign(refExpressionErrors, afterLeftParse); - } + parseSubscript(base, startPos, startLoc, noCalls, subscriptState) { + if (this.match(18) && this.isLookaheadToken_lt()) { + subscriptState.optionalChainMember = true; - parseArrow(node) { - if (this.match(14)) { - const result = this.tryParse(() => { - const oldNoAnonFunctionType = this.state.noAnonFunctionType; - this.state.noAnonFunctionType = true; - const typeNode = this.startNode(); - [typeNode.typeAnnotation, node.predicate] = this.flowParseTypeAndPredicateInitialiser(); - this.state.noAnonFunctionType = oldNoAnonFunctionType; - if (this.canInsertSemicolon()) this.unexpected(); - if (!this.match(19)) this.unexpected(); - return typeNode; - }); - if (result.thrown) return null; - if (result.error) this.state = result.failState; - node.returnType = result.node.typeAnnotation ? this.finishNode(result.node, "TypeAnnotation") : null; - } + if (noCalls) { + subscriptState.stop = true; + return base; + } - return super.parseArrow(node); - } - - shouldParseArrow(params) { - return this.match(14) || super.shouldParseArrow(params); - } - - setArrowFunctionParameters(node, params) { - if (this.state.noArrowParamsConversionAt.indexOf(node.start) !== -1) { - node.params = params; - } else { - super.setArrowFunctionParameters(node, params); - } - } - - checkParams(node, allowDuplicates, isArrowFunction) { - if (isArrowFunction && this.state.noArrowParamsConversionAt.indexOf(node.start) !== -1) { - return; - } - - for (let i = 0; i < node.params.length; i++) { - if (this.isThisParam(node.params[i]) && i > 0) { - this.raise(FlowErrors.ThisParamMustBeFirst, { - at: node.params[i] - }); - } - } - - return super.checkParams(...arguments); - } - - parseParenAndDistinguishExpression(canBeArrow) { - return super.parseParenAndDistinguishExpression(canBeArrow && this.state.noArrowAt.indexOf(this.state.start) === -1); - } - - parseSubscripts(base, startPos, startLoc, noCalls) { - if (base.type === "Identifier" && base.name === "async" && this.state.noArrowAt.indexOf(startPos) !== -1) { - this.next(); - const node = this.startNodeAt(startPos, startLoc); - node.callee = base; - node.arguments = this.parseCallExpressionArguments(11, false); - base = this.finishNode(node, "CallExpression"); - } else if (base.type === "Identifier" && base.name === "async" && this.match(47)) { - const state = this.state.clone(); - const arrow = this.tryParse(abort => this.parseAsyncArrowWithTypeParameters(startPos, startLoc) || abort(), state); - if (!arrow.error && !arrow.aborted) return arrow.node; - const result = this.tryParse(() => super.parseSubscripts(base, startPos, startLoc, noCalls), state); - if (result.node && !result.error) return result.node; - - if (arrow.node) { - this.state = arrow.failState; - return arrow.node; - } - - if (result.node) { - this.state = result.failState; - return result.node; - } - - throw arrow.error || result.error; - } - - return super.parseSubscripts(base, startPos, startLoc, noCalls); - } - - parseSubscript(base, startPos, startLoc, noCalls, subscriptState) { - if (this.match(18) && this.isLookaheadToken_lt()) { - subscriptState.optionalChainMember = true; - - if (noCalls) { - subscriptState.stop = true; - return base; - } - - this.next(); - const node = this.startNodeAt(startPos, startLoc); - node.callee = base; - node.typeArguments = this.flowParseTypeParameterInstantiation(); - this.expect(10); - node.arguments = this.parseCallExpressionArguments(11, false); - node.optional = true; - return this.finishCallExpression(node, true); - } else if (!noCalls && this.shouldParseTypes() && this.match(47)) { - const node = this.startNodeAt(startPos, startLoc); - node.callee = base; - const result = this.tryParse(() => { - node.typeArguments = this.flowParseTypeParameterInstantiationCallOrNew(); + this.next(); + const node = this.startNodeAt(startPos, startLoc); + node.callee = base; + node.typeArguments = this.flowParseTypeParameterInstantiation(); this.expect(10); node.arguments = this.parseCallExpressionArguments(11, false); - if (subscriptState.optionalChainMember) node.optional = false; - return this.finishCallExpression(node, subscriptState.optionalChainMember); - }); + node.optional = true; + return this.finishCallExpression(node, true); + } else if (!noCalls && this.shouldParseTypes() && this.match(47)) { + const node = this.startNodeAt(startPos, startLoc); + node.callee = base; + const result = this.tryParse(() => { + node.typeArguments = + this.flowParseTypeParameterInstantiationCallOrNew(); + this.expect(10); + node.arguments = this.parseCallExpressionArguments(11, false); + if (subscriptState.optionalChainMember) node.optional = false; + return this.finishCallExpression( + node, + subscriptState.optionalChainMember + ); + }); - if (result.node) { - if (result.error) this.state = result.failState; - return result.node; + if (result.node) { + if (result.error) this.state = result.failState; + return result.node; + } } + + return super.parseSubscript( + base, + startPos, + startLoc, + noCalls, + subscriptState + ); } - return super.parseSubscript(base, startPos, startLoc, noCalls, subscriptState); - } + parseNewCallee(node) { + super.parseNewCallee(node); + let targs = null; - parseNewCallee(node) { - super.parseNewCallee(node); - let targs = null; + if (this.shouldParseTypes() && this.match(47)) { + targs = this.tryParse(() => + this.flowParseTypeParameterInstantiationCallOrNew() + ).node; + } - if (this.shouldParseTypes() && this.match(47)) { - targs = this.tryParse(() => this.flowParseTypeParameterInstantiationCallOrNew()).node; + node.typeArguments = targs; } - node.typeArguments = targs; - } - - parseAsyncArrowWithTypeParameters(startPos, startLoc) { - const node = this.startNodeAt(startPos, startLoc); - this.parseFunctionParams(node); - if (!this.parseArrow(node)) return; - return this.parseArrowExpression(node, undefined, true); - } - - readToken_mult_modulo(code) { - const next = this.input.charCodeAt(this.state.pos + 1); - - if (code === 42 && next === 47 && this.state.hasFlowComment) { - this.state.hasFlowComment = false; - this.state.pos += 2; - this.nextToken(); - return; + parseAsyncArrowWithTypeParameters(startPos, startLoc) { + const node = this.startNodeAt(startPos, startLoc); + this.parseFunctionParams(node); + if (!this.parseArrow(node)) return; + return this.parseArrowExpression(node, undefined, true); } - super.readToken_mult_modulo(code); - } + readToken_mult_modulo(code) { + const next = this.input.charCodeAt(this.state.pos + 1); - readToken_pipe_amp(code) { - const next = this.input.charCodeAt(this.state.pos + 1); + if (code === 42 && next === 47 && this.state.hasFlowComment) { + this.state.hasFlowComment = false; + this.state.pos += 2; + this.nextToken(); + return; + } - if (code === 124 && next === 125) { - this.finishOp(9, 2); - return; + super.readToken_mult_modulo(code); } - super.readToken_pipe_amp(code); - } + readToken_pipe_amp(code) { + const next = this.input.charCodeAt(this.state.pos + 1); - parseTopLevel(file, program) { - const fileNode = super.parseTopLevel(file, program); + if (code === 124 && next === 125) { + this.finishOp(9, 2); + return; + } - if (this.state.hasFlowComment) { - this.raise(FlowErrors.UnterminatedFlowComment, { - at: this.state.curPosition() - }); + super.readToken_pipe_amp(code); } - return fileNode; - } + parseTopLevel(file, program) { + const fileNode = super.parseTopLevel(file, program); - skipBlockComment() { - if (this.hasPlugin("flowComments") && this.skipFlowComment()) { if (this.state.hasFlowComment) { - throw this.raise(FlowErrors.NestedFlowComment, { - at: this.state.startLoc + this.raise(FlowErrors.UnterminatedFlowComment, { + at: this.state.curPosition(), }); } - this.hasFlowCommentCompletion(); - this.state.pos += this.skipFlowComment(); - this.state.hasFlowComment = true; - return; + return fileNode; } - if (this.state.hasFlowComment) { - const end = this.input.indexOf("*-/", this.state.pos + 2); + skipBlockComment() { + if (this.hasPlugin('flowComments') && this.skipFlowComment()) { + if (this.state.hasFlowComment) { + throw this.raise(FlowErrors.NestedFlowComment, { + at: this.state.startLoc, + }); + } + + this.hasFlowCommentCompletion(); + this.state.pos += this.skipFlowComment(); + this.state.hasFlowComment = true; + return; + } + + if (this.state.hasFlowComment) { + const end = this.input.indexOf('*-/', this.state.pos + 2); + + if (end === -1) { + throw this.raise(Errors.UnterminatedComment, { + at: this.state.curPosition(), + }); + } + + this.state.pos = end + 2 + 3; + return; + } + + return super.skipBlockComment(); + } + + skipFlowComment() { + const { pos } = this.state; + let shiftToFirstNonWhiteSpace = 2; + + while ( + [32, 9].includes(this.input.charCodeAt(pos + shiftToFirstNonWhiteSpace)) + ) { + shiftToFirstNonWhiteSpace++; + } + + const ch2 = this.input.charCodeAt(shiftToFirstNonWhiteSpace + pos); + const ch3 = this.input.charCodeAt(shiftToFirstNonWhiteSpace + pos + 1); + + if (ch2 === 58 && ch3 === 58) { + return shiftToFirstNonWhiteSpace + 2; + } + + if ( + this.input.slice( + shiftToFirstNonWhiteSpace + pos, + shiftToFirstNonWhiteSpace + pos + 12 + ) === 'flow-include' + ) { + return shiftToFirstNonWhiteSpace + 12; + } + + if (ch2 === 58 && ch3 !== 58) { + return shiftToFirstNonWhiteSpace; + } + + return false; + } + + hasFlowCommentCompletion() { + const end = this.input.indexOf('*/', this.state.pos); if (end === -1) { throw this.raise(Errors.UnterminatedComment, { - at: this.state.curPosition() + at: this.state.curPosition(), }); } - - this.state.pos = end + 2 + 3; - return; } - return super.skipBlockComment(); - } - - skipFlowComment() { - const { - pos - } = this.state; - let shiftToFirstNonWhiteSpace = 2; - - while ([32, 9].includes(this.input.charCodeAt(pos + shiftToFirstNonWhiteSpace))) { - shiftToFirstNonWhiteSpace++; - } - - const ch2 = this.input.charCodeAt(shiftToFirstNonWhiteSpace + pos); - const ch3 = this.input.charCodeAt(shiftToFirstNonWhiteSpace + pos + 1); - - if (ch2 === 58 && ch3 === 58) { - return shiftToFirstNonWhiteSpace + 2; - } - - if (this.input.slice(shiftToFirstNonWhiteSpace + pos, shiftToFirstNonWhiteSpace + pos + 12) === "flow-include") { - return shiftToFirstNonWhiteSpace + 12; - } - - if (ch2 === 58 && ch3 !== 58) { - return shiftToFirstNonWhiteSpace; - } - - return false; - } - - hasFlowCommentCompletion() { - const end = this.input.indexOf("*/", this.state.pos); - - if (end === -1) { - throw this.raise(Errors.UnterminatedComment, { - at: this.state.curPosition() + flowEnumErrorBooleanMemberNotInitialized(loc, { enumName, memberName }) { + this.raise(FlowErrors.EnumBooleanMemberNotInitialized, { + at: loc, + memberName, + enumName, }); } - } - flowEnumErrorBooleanMemberNotInitialized(loc, { - enumName, - memberName - }) { - this.raise(FlowErrors.EnumBooleanMemberNotInitialized, { - at: loc, - memberName, - enumName - }); - } + flowEnumErrorInvalidMemberInitializer(loc, enumContext) { + return this.raise( + !enumContext.explicitType ? + FlowErrors.EnumInvalidMemberInitializerUnknownType + : enumContext.explicitType === 'symbol' ? + FlowErrors.EnumInvalidMemberInitializerSymbolType + : FlowErrors.EnumInvalidMemberInitializerPrimaryType, + Object.assign( + { + at: loc, + }, + enumContext + ) + ); + } - flowEnumErrorInvalidMemberInitializer(loc, enumContext) { - return this.raise(!enumContext.explicitType ? FlowErrors.EnumInvalidMemberInitializerUnknownType : enumContext.explicitType === "symbol" ? FlowErrors.EnumInvalidMemberInitializerSymbolType : FlowErrors.EnumInvalidMemberInitializerPrimaryType, Object.assign({ - at: loc - }, enumContext)); - } + flowEnumErrorNumberMemberNotInitialized(loc, { enumName, memberName }) { + this.raise(FlowErrors.EnumNumberMemberNotInitialized, { + at: loc, + enumName, + memberName, + }); + } - flowEnumErrorNumberMemberNotInitialized(loc, { - enumName, - memberName - }) { - this.raise(FlowErrors.EnumNumberMemberNotInitialized, { - at: loc, - enumName, - memberName - }); - } + flowEnumErrorStringMemberInconsistentlyInitailized(node, { enumName }) { + this.raise(FlowErrors.EnumStringMemberInconsistentlyInitailized, { + at: node, + enumName, + }); + } - flowEnumErrorStringMemberInconsistentlyInitailized(node, { - enumName - }) { - this.raise(FlowErrors.EnumStringMemberInconsistentlyInitailized, { - at: node, - enumName - }); - } + flowEnumMemberInit() { + const startLoc = this.state.startLoc; - flowEnumMemberInit() { - const startLoc = this.state.startLoc; + const endOfInit = () => this.match(12) || this.match(8); - const endOfInit = () => this.match(12) || this.match(8); - - switch (this.state.type) { - case 130: - { + switch (this.state.type) { + case 130: { const literal = this.parseNumericLiteral(this.state.value); if (endOfInit()) { return { - type: "number", + type: 'number', loc: literal.loc.start, - value: literal + value: literal, }; } return { - type: "invalid", - loc: startLoc + type: 'invalid', + loc: startLoc, }; } - case 129: - { + case 129: { const literal = this.parseStringLiteral(this.state.value); if (endOfInit()) { return { - type: "string", + type: 'string', loc: literal.loc.start, - value: literal + value: literal, }; } return { - type: "invalid", - loc: startLoc + type: 'invalid', + loc: startLoc, }; } - case 85: - case 86: - { + case 85: + case 86: { const literal = this.parseBooleanLiteral(this.match(85)); if (endOfInit()) { return { - type: "boolean", + type: 'boolean', loc: literal.loc.start, - value: literal + value: literal, }; } return { - type: "invalid", - loc: startLoc + type: 'invalid', + loc: startLoc, }; } - default: - return { - type: "invalid", - loc: startLoc - }; - } - } - - flowEnumMemberRaw() { - const loc = this.state.startLoc; - const id = this.parseIdentifier(true); - const init = this.eat(29) ? this.flowEnumMemberInit() : { - type: "none", - loc - }; - return { - id, - init - }; - } - - flowEnumCheckExplicitTypeMismatch(loc, context, expectedType) { - const { - explicitType - } = context; - - if (explicitType === null) { - return; - } - - if (explicitType !== expectedType) { - this.flowEnumErrorInvalidMemberInitializer(loc, context); - } - } - - flowEnumMembers({ - enumName, - explicitType - }) { - const seenNames = new Set(); - const members = { - booleanMembers: [], - numberMembers: [], - stringMembers: [], - defaultedMembers: [] - }; - let hasUnknownMembers = false; - - while (!this.match(8)) { - if (this.eat(21)) { - hasUnknownMembers = true; - break; + default: + return { + type: 'invalid', + loc: startLoc, + }; } + } - const memberNode = this.startNode(); - const { + flowEnumMemberRaw() { + const loc = this.state.startLoc; + const id = this.parseIdentifier(true); + const init = + this.eat(29) ? + this.flowEnumMemberInit() + : { + type: 'none', + loc, + }; + return { id, - init - } = this.flowEnumMemberRaw(); - const memberName = id.name; - - if (memberName === "") { - continue; - } - - if (/^[a-z]/.test(memberName)) { - this.raise(FlowErrors.EnumInvalidMemberName, { - at: id, - memberName, - suggestion: memberName[0].toUpperCase() + memberName.slice(1), - enumName - }); - } - - if (seenNames.has(memberName)) { - this.raise(FlowErrors.EnumDuplicateMemberName, { - at: id, - memberName, - enumName - }); - } - - seenNames.add(memberName); - const context = { - enumName, - explicitType, - memberName + init, }; - memberNode.id = id; + } - switch (init.type) { - case "boolean": - { - this.flowEnumCheckExplicitTypeMismatch(init.loc, context, "boolean"); + flowEnumCheckExplicitTypeMismatch(loc, context, expectedType) { + const { explicitType } = context; + + if (explicitType === null) { + return; + } + + if (explicitType !== expectedType) { + this.flowEnumErrorInvalidMemberInitializer(loc, context); + } + } + + flowEnumMembers({ enumName, explicitType }) { + const seenNames = new Set(); + const members = { + booleanMembers: [], + numberMembers: [], + stringMembers: [], + defaultedMembers: [], + }; + let hasUnknownMembers = false; + + while (!this.match(8)) { + if (this.eat(21)) { + hasUnknownMembers = true; + break; + } + + const memberNode = this.startNode(); + const { id, init } = this.flowEnumMemberRaw(); + const memberName = id.name; + + if (memberName === '') { + continue; + } + + if (/^[a-z]/.test(memberName)) { + this.raise(FlowErrors.EnumInvalidMemberName, { + at: id, + memberName, + suggestion: memberName[0].toUpperCase() + memberName.slice(1), + enumName, + }); + } + + if (seenNames.has(memberName)) { + this.raise(FlowErrors.EnumDuplicateMemberName, { + at: id, + memberName, + enumName, + }); + } + + seenNames.add(memberName); + const context = { + enumName, + explicitType, + memberName, + }; + memberNode.id = id; + + switch (init.type) { + case 'boolean': { + this.flowEnumCheckExplicitTypeMismatch( + init.loc, + context, + 'boolean' + ); memberNode.init = init.value; - members.booleanMembers.push(this.finishNode(memberNode, "EnumBooleanMember")); + members.booleanMembers.push( + this.finishNode(memberNode, 'EnumBooleanMember') + ); break; } - case "number": - { - this.flowEnumCheckExplicitTypeMismatch(init.loc, context, "number"); + case 'number': { + this.flowEnumCheckExplicitTypeMismatch(init.loc, context, 'number'); memberNode.init = init.value; - members.numberMembers.push(this.finishNode(memberNode, "EnumNumberMember")); + members.numberMembers.push( + this.finishNode(memberNode, 'EnumNumberMember') + ); break; } - case "string": - { - this.flowEnumCheckExplicitTypeMismatch(init.loc, context, "string"); + case 'string': { + this.flowEnumCheckExplicitTypeMismatch(init.loc, context, 'string'); memberNode.init = init.value; - members.stringMembers.push(this.finishNode(memberNode, "EnumStringMember")); + members.stringMembers.push( + this.finishNode(memberNode, 'EnumStringMember') + ); break; } - case "invalid": - { + case 'invalid': { throw this.flowEnumErrorInvalidMemberInitializer(init.loc, context); } - case "none": - { + case 'none': { switch (explicitType) { - case "boolean": - this.flowEnumErrorBooleanMemberNotInitialized(init.loc, context); + case 'boolean': + this.flowEnumErrorBooleanMemberNotInitialized( + init.loc, + context + ); break; - case "number": + case 'number': this.flowEnumErrorNumberMemberNotInitialized(init.loc, context); break; default: - members.defaultedMembers.push(this.finishNode(memberNode, "EnumDefaultedMember")); + members.defaultedMembers.push( + this.finishNode(memberNode, 'EnumDefaultedMember') + ); } } + } + + if (!this.match(8)) { + this.expect(12); + } } - if (!this.match(8)) { - this.expect(12); + return { + members, + hasUnknownMembers, + }; + } + + flowEnumStringMembers(initializedMembers, defaultedMembers, { enumName }) { + if (initializedMembers.length === 0) { + return defaultedMembers; + } else if (defaultedMembers.length === 0) { + return initializedMembers; + } else if (defaultedMembers.length > initializedMembers.length) { + for (const member of initializedMembers) { + this.flowEnumErrorStringMemberInconsistentlyInitailized(member, { + enumName, + }); + } + + return defaultedMembers; + } else { + for (const member of defaultedMembers) { + this.flowEnumErrorStringMemberInconsistentlyInitailized(member, { + enumName, + }); + } + + return initializedMembers; } } - return { - members, - hasUnknownMembers - }; - } + flowEnumParseExplicitType({ enumName }) { + if (!this.eatContextual(101)) return null; - flowEnumStringMembers(initializedMembers, defaultedMembers, { - enumName - }) { - if (initializedMembers.length === 0) { - return defaultedMembers; - } else if (defaultedMembers.length === 0) { - return initializedMembers; - } else if (defaultedMembers.length > initializedMembers.length) { - for (const member of initializedMembers) { - this.flowEnumErrorStringMemberInconsistentlyInitailized(member, { - enumName + if (!tokenIsIdentifier(this.state.type)) { + throw this.raise(FlowErrors.EnumInvalidExplicitTypeUnknownSupplied, { + at: this.state.startLoc, + enumName, }); } - return defaultedMembers; - } else { - for (const member of defaultedMembers) { - this.flowEnumErrorStringMemberInconsistentlyInitailized(member, { - enumName + const { value } = this.state; + this.next(); + + if ( + value !== 'boolean' && + value !== 'number' && + value !== 'string' && + value !== 'symbol' + ) { + this.raise(FlowErrors.EnumInvalidExplicitType, { + at: this.state.startLoc, + enumName, + invalidEnumType: value, }); } - return initializedMembers; - } - } - - flowEnumParseExplicitType({ - enumName - }) { - if (!this.eatContextual(101)) return null; - - if (!tokenIsIdentifier(this.state.type)) { - throw this.raise(FlowErrors.EnumInvalidExplicitTypeUnknownSupplied, { - at: this.state.startLoc, - enumName - }); + return value; } - const { - value - } = this.state; - this.next(); - - if (value !== "boolean" && value !== "number" && value !== "string" && value !== "symbol") { - this.raise(FlowErrors.EnumInvalidExplicitType, { - at: this.state.startLoc, + flowEnumBody(node, id) { + const enumName = id.name; + const nameLoc = id.loc.start; + const explicitType = this.flowEnumParseExplicitType({ enumName, - invalidEnumType: value }); - } + this.expect(5); + const { members, hasUnknownMembers } = this.flowEnumMembers({ + enumName, + explicitType, + }); + node.hasUnknownMembers = hasUnknownMembers; - return value; - } + switch (explicitType) { + case 'boolean': + node.explicitType = true; + node.members = members.booleanMembers; + this.expect(8); + return this.finishNode(node, 'EnumBooleanBody'); - flowEnumBody(node, id) { - const enumName = id.name; - const nameLoc = id.loc.start; - const explicitType = this.flowEnumParseExplicitType({ - enumName - }); - this.expect(5); - const { - members, - hasUnknownMembers - } = this.flowEnumMembers({ - enumName, - explicitType - }); - node.hasUnknownMembers = hasUnknownMembers; + case 'number': + node.explicitType = true; + node.members = members.numberMembers; + this.expect(8); + return this.finishNode(node, 'EnumNumberBody'); - switch (explicitType) { - case "boolean": - node.explicitType = true; - node.members = members.booleanMembers; - this.expect(8); - return this.finishNode(node, "EnumBooleanBody"); + case 'string': + node.explicitType = true; + node.members = this.flowEnumStringMembers( + members.stringMembers, + members.defaultedMembers, + { + enumName, + } + ); + this.expect(8); + return this.finishNode(node, 'EnumStringBody'); - case "number": - node.explicitType = true; - node.members = members.numberMembers; - this.expect(8); - return this.finishNode(node, "EnumNumberBody"); + case 'symbol': + node.members = members.defaultedMembers; + this.expect(8); + return this.finishNode(node, 'EnumSymbolBody'); - case "string": - node.explicitType = true; - node.members = this.flowEnumStringMembers(members.stringMembers, members.defaultedMembers, { - enumName - }); - this.expect(8); - return this.finishNode(node, "EnumStringBody"); - - case "symbol": - node.members = members.defaultedMembers; - this.expect(8); - return this.finishNode(node, "EnumSymbolBody"); - - default: - { + default: { const empty = () => { node.members = []; this.expect(8); - return this.finishNode(node, "EnumStringBody"); + return this.finishNode(node, 'EnumStringBody'); }; node.explicitType = false; @@ -7268,697 +8114,727 @@ var flow = (superClass => class extends superClass { if (!boolsLen && !numsLen && !strsLen && !defaultedLen) { return empty(); } else if (!boolsLen && !numsLen) { - node.members = this.flowEnumStringMembers(members.stringMembers, members.defaultedMembers, { - enumName - }); + node.members = this.flowEnumStringMembers( + members.stringMembers, + members.defaultedMembers, + { + enumName, + } + ); this.expect(8); - return this.finishNode(node, "EnumStringBody"); + return this.finishNode(node, 'EnumStringBody'); } else if (!numsLen && !strsLen && boolsLen >= defaultedLen) { for (const member of members.defaultedMembers) { this.flowEnumErrorBooleanMemberNotInitialized(member.loc.start, { enumName, - memberName: member.id.name + memberName: member.id.name, }); } node.members = members.booleanMembers; this.expect(8); - return this.finishNode(node, "EnumBooleanBody"); + return this.finishNode(node, 'EnumBooleanBody'); } else if (!boolsLen && !strsLen && numsLen >= defaultedLen) { for (const member of members.defaultedMembers) { this.flowEnumErrorNumberMemberNotInitialized(member.loc.start, { enumName, - memberName: member.id.name + memberName: member.id.name, }); } node.members = members.numberMembers; this.expect(8); - return this.finishNode(node, "EnumNumberBody"); + return this.finishNode(node, 'EnumNumberBody'); } else { this.raise(FlowErrors.EnumInconsistentMemberValues, { at: nameLoc, - enumName + enumName, }); return empty(); } } - } - } - - flowParseEnumDeclaration(node) { - const id = this.parseIdentifier(); - node.id = id; - node.body = this.flowEnumBody(this.startNode(), id); - return this.finishNode(node, "EnumDeclaration"); - } - - isLookaheadToken_lt() { - const next = this.nextTokenStart(); - - if (this.input.charCodeAt(next) === 60) { - const afterNext = this.input.charCodeAt(next + 1); - return afterNext !== 60 && afterNext !== 61; + } } - return false; - } + flowParseEnumDeclaration(node) { + const id = this.parseIdentifier(); + node.id = id; + node.body = this.flowEnumBody(this.startNode(), id); + return this.finishNode(node, 'EnumDeclaration'); + } - maybeUnwrapTypeCastExpression(node) { - return node.type === "TypeCastExpression" ? node.expression : node; - } + isLookaheadToken_lt() { + const next = this.nextTokenStart(); -}); + if (this.input.charCodeAt(next) === 60) { + const afterNext = this.input.charCodeAt(next + 1); + return afterNext !== 60 && afterNext !== 61; + } + + return false; + } + + maybeUnwrapTypeCastExpression(node) { + return node.type === 'TypeCastExpression' ? node.expression : node; + } + }; const entities = { __proto__: null, - quot: "\u0022", - amp: "&", - apos: "\u0027", - lt: "<", - gt: ">", - nbsp: "\u00A0", - iexcl: "\u00A1", - cent: "\u00A2", - pound: "\u00A3", - curren: "\u00A4", - yen: "\u00A5", - brvbar: "\u00A6", - sect: "\u00A7", - uml: "\u00A8", - copy: "\u00A9", - ordf: "\u00AA", - laquo: "\u00AB", - not: "\u00AC", - shy: "\u00AD", - reg: "\u00AE", - macr: "\u00AF", - deg: "\u00B0", - plusmn: "\u00B1", - sup2: "\u00B2", - sup3: "\u00B3", - acute: "\u00B4", - micro: "\u00B5", - para: "\u00B6", - middot: "\u00B7", - cedil: "\u00B8", - sup1: "\u00B9", - ordm: "\u00BA", - raquo: "\u00BB", - frac14: "\u00BC", - frac12: "\u00BD", - frac34: "\u00BE", - iquest: "\u00BF", - Agrave: "\u00C0", - Aacute: "\u00C1", - Acirc: "\u00C2", - Atilde: "\u00C3", - Auml: "\u00C4", - Aring: "\u00C5", - AElig: "\u00C6", - Ccedil: "\u00C7", - Egrave: "\u00C8", - Eacute: "\u00C9", - Ecirc: "\u00CA", - Euml: "\u00CB", - Igrave: "\u00CC", - Iacute: "\u00CD", - Icirc: "\u00CE", - Iuml: "\u00CF", - ETH: "\u00D0", - Ntilde: "\u00D1", - Ograve: "\u00D2", - Oacute: "\u00D3", - Ocirc: "\u00D4", - Otilde: "\u00D5", - Ouml: "\u00D6", - times: "\u00D7", - Oslash: "\u00D8", - Ugrave: "\u00D9", - Uacute: "\u00DA", - Ucirc: "\u00DB", - Uuml: "\u00DC", - Yacute: "\u00DD", - THORN: "\u00DE", - szlig: "\u00DF", - agrave: "\u00E0", - aacute: "\u00E1", - acirc: "\u00E2", - atilde: "\u00E3", - auml: "\u00E4", - aring: "\u00E5", - aelig: "\u00E6", - ccedil: "\u00E7", - egrave: "\u00E8", - eacute: "\u00E9", - ecirc: "\u00EA", - euml: "\u00EB", - igrave: "\u00EC", - iacute: "\u00ED", - icirc: "\u00EE", - iuml: "\u00EF", - eth: "\u00F0", - ntilde: "\u00F1", - ograve: "\u00F2", - oacute: "\u00F3", - ocirc: "\u00F4", - otilde: "\u00F5", - ouml: "\u00F6", - divide: "\u00F7", - oslash: "\u00F8", - ugrave: "\u00F9", - uacute: "\u00FA", - ucirc: "\u00FB", - uuml: "\u00FC", - yacute: "\u00FD", - thorn: "\u00FE", - yuml: "\u00FF", - OElig: "\u0152", - oelig: "\u0153", - Scaron: "\u0160", - scaron: "\u0161", - Yuml: "\u0178", - fnof: "\u0192", - circ: "\u02C6", - tilde: "\u02DC", - Alpha: "\u0391", - Beta: "\u0392", - Gamma: "\u0393", - Delta: "\u0394", - Epsilon: "\u0395", - Zeta: "\u0396", - Eta: "\u0397", - Theta: "\u0398", - Iota: "\u0399", - Kappa: "\u039A", - Lambda: "\u039B", - Mu: "\u039C", - Nu: "\u039D", - Xi: "\u039E", - Omicron: "\u039F", - Pi: "\u03A0", - Rho: "\u03A1", - Sigma: "\u03A3", - Tau: "\u03A4", - Upsilon: "\u03A5", - Phi: "\u03A6", - Chi: "\u03A7", - Psi: "\u03A8", - Omega: "\u03A9", - alpha: "\u03B1", - beta: "\u03B2", - gamma: "\u03B3", - delta: "\u03B4", - epsilon: "\u03B5", - zeta: "\u03B6", - eta: "\u03B7", - theta: "\u03B8", - iota: "\u03B9", - kappa: "\u03BA", - lambda: "\u03BB", - mu: "\u03BC", - nu: "\u03BD", - xi: "\u03BE", - omicron: "\u03BF", - pi: "\u03C0", - rho: "\u03C1", - sigmaf: "\u03C2", - sigma: "\u03C3", - tau: "\u03C4", - upsilon: "\u03C5", - phi: "\u03C6", - chi: "\u03C7", - psi: "\u03C8", - omega: "\u03C9", - thetasym: "\u03D1", - upsih: "\u03D2", - piv: "\u03D6", - ensp: "\u2002", - emsp: "\u2003", - thinsp: "\u2009", - zwnj: "\u200C", - zwj: "\u200D", - lrm: "\u200E", - rlm: "\u200F", - ndash: "\u2013", - mdash: "\u2014", - lsquo: "\u2018", - rsquo: "\u2019", - sbquo: "\u201A", - ldquo: "\u201C", - rdquo: "\u201D", - bdquo: "\u201E", - dagger: "\u2020", - Dagger: "\u2021", - bull: "\u2022", - hellip: "\u2026", - permil: "\u2030", - prime: "\u2032", - Prime: "\u2033", - lsaquo: "\u2039", - rsaquo: "\u203A", - oline: "\u203E", - frasl: "\u2044", - euro: "\u20AC", - image: "\u2111", - weierp: "\u2118", - real: "\u211C", - trade: "\u2122", - alefsym: "\u2135", - larr: "\u2190", - uarr: "\u2191", - rarr: "\u2192", - darr: "\u2193", - harr: "\u2194", - crarr: "\u21B5", - lArr: "\u21D0", - uArr: "\u21D1", - rArr: "\u21D2", - dArr: "\u21D3", - hArr: "\u21D4", - forall: "\u2200", - part: "\u2202", - exist: "\u2203", - empty: "\u2205", - nabla: "\u2207", - isin: "\u2208", - notin: "\u2209", - ni: "\u220B", - prod: "\u220F", - sum: "\u2211", - minus: "\u2212", - lowast: "\u2217", - radic: "\u221A", - prop: "\u221D", - infin: "\u221E", - ang: "\u2220", - and: "\u2227", - or: "\u2228", - cap: "\u2229", - cup: "\u222A", - int: "\u222B", - there4: "\u2234", - sim: "\u223C", - cong: "\u2245", - asymp: "\u2248", - ne: "\u2260", - equiv: "\u2261", - le: "\u2264", - ge: "\u2265", - sub: "\u2282", - sup: "\u2283", - nsub: "\u2284", - sube: "\u2286", - supe: "\u2287", - oplus: "\u2295", - otimes: "\u2297", - perp: "\u22A5", - sdot: "\u22C5", - lceil: "\u2308", - rceil: "\u2309", - lfloor: "\u230A", - rfloor: "\u230B", - lang: "\u2329", - rang: "\u232A", - loz: "\u25CA", - spades: "\u2660", - clubs: "\u2663", - hearts: "\u2665", - diams: "\u2666" + quot: '\u0022', + amp: '&', + apos: '\u0027', + lt: '<', + gt: '>', + nbsp: '\u00A0', + iexcl: '\u00A1', + cent: '\u00A2', + pound: '\u00A3', + curren: '\u00A4', + yen: '\u00A5', + brvbar: '\u00A6', + sect: '\u00A7', + uml: '\u00A8', + copy: '\u00A9', + ordf: '\u00AA', + laquo: '\u00AB', + not: '\u00AC', + shy: '\u00AD', + reg: '\u00AE', + macr: '\u00AF', + deg: '\u00B0', + plusmn: '\u00B1', + sup2: '\u00B2', + sup3: '\u00B3', + acute: '\u00B4', + micro: '\u00B5', + para: '\u00B6', + middot: '\u00B7', + cedil: '\u00B8', + sup1: '\u00B9', + ordm: '\u00BA', + raquo: '\u00BB', + frac14: '\u00BC', + frac12: '\u00BD', + frac34: '\u00BE', + iquest: '\u00BF', + Agrave: '\u00C0', + Aacute: '\u00C1', + Acirc: '\u00C2', + Atilde: '\u00C3', + Auml: '\u00C4', + Aring: '\u00C5', + AElig: '\u00C6', + Ccedil: '\u00C7', + Egrave: '\u00C8', + Eacute: '\u00C9', + Ecirc: '\u00CA', + Euml: '\u00CB', + Igrave: '\u00CC', + Iacute: '\u00CD', + Icirc: '\u00CE', + Iuml: '\u00CF', + ETH: '\u00D0', + Ntilde: '\u00D1', + Ograve: '\u00D2', + Oacute: '\u00D3', + Ocirc: '\u00D4', + Otilde: '\u00D5', + Ouml: '\u00D6', + times: '\u00D7', + Oslash: '\u00D8', + Ugrave: '\u00D9', + Uacute: '\u00DA', + Ucirc: '\u00DB', + Uuml: '\u00DC', + Yacute: '\u00DD', + THORN: '\u00DE', + szlig: '\u00DF', + agrave: '\u00E0', + aacute: '\u00E1', + acirc: '\u00E2', + atilde: '\u00E3', + auml: '\u00E4', + aring: '\u00E5', + aelig: '\u00E6', + ccedil: '\u00E7', + egrave: '\u00E8', + eacute: '\u00E9', + ecirc: '\u00EA', + euml: '\u00EB', + igrave: '\u00EC', + iacute: '\u00ED', + icirc: '\u00EE', + iuml: '\u00EF', + eth: '\u00F0', + ntilde: '\u00F1', + ograve: '\u00F2', + oacute: '\u00F3', + ocirc: '\u00F4', + otilde: '\u00F5', + ouml: '\u00F6', + divide: '\u00F7', + oslash: '\u00F8', + ugrave: '\u00F9', + uacute: '\u00FA', + ucirc: '\u00FB', + uuml: '\u00FC', + yacute: '\u00FD', + thorn: '\u00FE', + yuml: '\u00FF', + OElig: '\u0152', + oelig: '\u0153', + Scaron: '\u0160', + scaron: '\u0161', + Yuml: '\u0178', + fnof: '\u0192', + circ: '\u02C6', + tilde: '\u02DC', + Alpha: '\u0391', + Beta: '\u0392', + Gamma: '\u0393', + Delta: '\u0394', + Epsilon: '\u0395', + Zeta: '\u0396', + Eta: '\u0397', + Theta: '\u0398', + Iota: '\u0399', + Kappa: '\u039A', + Lambda: '\u039B', + Mu: '\u039C', + Nu: '\u039D', + Xi: '\u039E', + Omicron: '\u039F', + Pi: '\u03A0', + Rho: '\u03A1', + Sigma: '\u03A3', + Tau: '\u03A4', + Upsilon: '\u03A5', + Phi: '\u03A6', + Chi: '\u03A7', + Psi: '\u03A8', + Omega: '\u03A9', + alpha: '\u03B1', + beta: '\u03B2', + gamma: '\u03B3', + delta: '\u03B4', + epsilon: '\u03B5', + zeta: '\u03B6', + eta: '\u03B7', + theta: '\u03B8', + iota: '\u03B9', + kappa: '\u03BA', + lambda: '\u03BB', + mu: '\u03BC', + nu: '\u03BD', + xi: '\u03BE', + omicron: '\u03BF', + pi: '\u03C0', + rho: '\u03C1', + sigmaf: '\u03C2', + sigma: '\u03C3', + tau: '\u03C4', + upsilon: '\u03C5', + phi: '\u03C6', + chi: '\u03C7', + psi: '\u03C8', + omega: '\u03C9', + thetasym: '\u03D1', + upsih: '\u03D2', + piv: '\u03D6', + ensp: '\u2002', + emsp: '\u2003', + thinsp: '\u2009', + zwnj: '\u200C', + zwj: '\u200D', + lrm: '\u200E', + rlm: '\u200F', + ndash: '\u2013', + mdash: '\u2014', + lsquo: '\u2018', + rsquo: '\u2019', + sbquo: '\u201A', + ldquo: '\u201C', + rdquo: '\u201D', + bdquo: '\u201E', + dagger: '\u2020', + Dagger: '\u2021', + bull: '\u2022', + hellip: '\u2026', + permil: '\u2030', + prime: '\u2032', + Prime: '\u2033', + lsaquo: '\u2039', + rsaquo: '\u203A', + oline: '\u203E', + frasl: '\u2044', + euro: '\u20AC', + image: '\u2111', + weierp: '\u2118', + real: '\u211C', + trade: '\u2122', + alefsym: '\u2135', + larr: '\u2190', + uarr: '\u2191', + rarr: '\u2192', + darr: '\u2193', + harr: '\u2194', + crarr: '\u21B5', + lArr: '\u21D0', + uArr: '\u21D1', + rArr: '\u21D2', + dArr: '\u21D3', + hArr: '\u21D4', + forall: '\u2200', + part: '\u2202', + exist: '\u2203', + empty: '\u2205', + nabla: '\u2207', + isin: '\u2208', + notin: '\u2209', + ni: '\u220B', + prod: '\u220F', + sum: '\u2211', + minus: '\u2212', + lowast: '\u2217', + radic: '\u221A', + prop: '\u221D', + infin: '\u221E', + ang: '\u2220', + and: '\u2227', + or: '\u2228', + cap: '\u2229', + cup: '\u222A', + int: '\u222B', + there4: '\u2234', + sim: '\u223C', + cong: '\u2245', + asymp: '\u2248', + ne: '\u2260', + equiv: '\u2261', + le: '\u2264', + ge: '\u2265', + sub: '\u2282', + sup: '\u2283', + nsub: '\u2284', + sube: '\u2286', + supe: '\u2287', + oplus: '\u2295', + otimes: '\u2297', + perp: '\u22A5', + sdot: '\u22C5', + lceil: '\u2308', + rceil: '\u2309', + lfloor: '\u230A', + rfloor: '\u230B', + lang: '\u2329', + rang: '\u232A', + loz: '\u25CA', + spades: '\u2660', + clubs: '\u2663', + hearts: '\u2665', + diams: '\u2666', }; -const JsxErrors = ParseErrorEnum`jsx`(_ => ({ - AttributeIsEmpty: _("JSX attributes must only be assigned a non-empty expression."), - MissingClosingTagElement: _(({ - openingTagName - }) => `Expected corresponding JSX closing tag for <${openingTagName}>.`), - MissingClosingTagFragment: _("Expected corresponding JSX closing tag for <>."), - UnexpectedSequenceExpression: _("Sequence expressions cannot be directly nested inside JSX. Did you mean to wrap it in parentheses (...)?"), - UnexpectedToken: _(({ - unexpected, - HTMLEntity - }) => `Unexpected token \`${unexpected}\`. Did you mean \`${HTMLEntity}\` or \`{'${unexpected}'}\`?`), - UnsupportedJsxValue: _("JSX value should be either an expression or a quoted JSX text."), - UnterminatedJsxContent: _("Unterminated JSX contents."), - UnwrappedAdjacentJSXElements: _("Adjacent JSX elements must be wrapped in an enclosing tag. Did you want a JSX fragment <>...?") +const JsxErrors = ParseErrorEnum`jsx`((_) => ({ + AttributeIsEmpty: _( + 'JSX attributes must only be assigned a non-empty expression.' + ), + MissingClosingTagElement: _( + ({ openingTagName }) => + `Expected corresponding JSX closing tag for <${openingTagName}>.` + ), + MissingClosingTagFragment: _( + 'Expected corresponding JSX closing tag for <>.' + ), + UnexpectedSequenceExpression: _( + 'Sequence expressions cannot be directly nested inside JSX. Did you mean to wrap it in parentheses (...)?' + ), + UnexpectedToken: _( + ({ unexpected, HTMLEntity }) => + `Unexpected token \`${unexpected}\`. Did you mean \`${HTMLEntity}\` or \`{'${unexpected}'}\`?` + ), + UnsupportedJsxValue: _( + 'JSX value should be either an expression or a quoted JSX text.' + ), + UnterminatedJsxContent: _('Unterminated JSX contents.'), + UnwrappedAdjacentJSXElements: _( + 'Adjacent JSX elements must be wrapped in an enclosing tag. Did you want a JSX fragment <>...?' + ), })); function isFragment(object) { - return object ? object.type === "JSXOpeningFragment" || object.type === "JSXClosingFragment" : false; + return object ? + object.type === 'JSXOpeningFragment' || + object.type === 'JSXClosingFragment' + : false; } function getQualifiedJSXName(object) { - if (object.type === "JSXIdentifier") { + if (object.type === 'JSXIdentifier') { return object.name; } - if (object.type === "JSXNamespacedName") { - return object.namespace.name + ":" + object.name.name; + if (object.type === 'JSXNamespacedName') { + return object.namespace.name + ':' + object.name.name; } - if (object.type === "JSXMemberExpression") { - return getQualifiedJSXName(object.object) + "." + getQualifiedJSXName(object.property); + if (object.type === 'JSXMemberExpression') { + return ( + getQualifiedJSXName(object.object) + + '.' + + getQualifiedJSXName(object.property) + ); } - throw new Error("Node had unexpected type: " + object.type); + throw new Error('Node had unexpected type: ' + object.type); } -var jsx = (superClass => class extends superClass { - jsxReadToken() { - let out = ""; - let chunkStart = this.state.pos; +var jsx = (superClass) => + class extends superClass { + jsxReadToken() { + let out = ''; + let chunkStart = this.state.pos; - for (;;) { - if (this.state.pos >= this.length) { - throw this.raise(JsxErrors.UnterminatedJsxContent, { - at: this.state.startLoc - }); - } - - const ch = this.input.charCodeAt(this.state.pos); - - switch (ch) { - case 60: - case 123: - if (this.state.pos === this.state.start) { - if (ch === 60 && this.state.canStartJSXElement) { - ++this.state.pos; - return this.finishToken(138); - } - - return super.getTokenFromCode(ch); - } - - out += this.input.slice(chunkStart, this.state.pos); - return this.finishToken(137, out); - - case 38: - out += this.input.slice(chunkStart, this.state.pos); - out += this.jsxReadEntity(); - chunkStart = this.state.pos; - break; - - case 62: - case 125: - - default: - if (isNewLine(ch)) { - out += this.input.slice(chunkStart, this.state.pos); - out += this.jsxReadNewLine(true); - chunkStart = this.state.pos; - } else { - ++this.state.pos; - } - - } - } - } - - jsxReadNewLine(normalizeCRLF) { - const ch = this.input.charCodeAt(this.state.pos); - let out; - ++this.state.pos; - - if (ch === 13 && this.input.charCodeAt(this.state.pos) === 10) { - ++this.state.pos; - out = normalizeCRLF ? "\n" : "\r\n"; - } else { - out = String.fromCharCode(ch); - } - - ++this.state.curLine; - this.state.lineStart = this.state.pos; - return out; - } - - jsxReadString(quote) { - let out = ""; - let chunkStart = ++this.state.pos; - - for (;;) { - if (this.state.pos >= this.length) { - throw this.raise(Errors.UnterminatedString, { - at: this.state.startLoc - }); - } - - const ch = this.input.charCodeAt(this.state.pos); - if (ch === quote) break; - - if (ch === 38) { - out += this.input.slice(chunkStart, this.state.pos); - out += this.jsxReadEntity(); - chunkStart = this.state.pos; - } else if (isNewLine(ch)) { - out += this.input.slice(chunkStart, this.state.pos); - out += this.jsxReadNewLine(false); - chunkStart = this.state.pos; - } else { - ++this.state.pos; - } - } - - out += this.input.slice(chunkStart, this.state.pos++); - return this.finishToken(129, out); - } - - jsxReadEntity() { - const startPos = ++this.state.pos; - - if (this.codePointAtPos(this.state.pos) === 35) { - ++this.state.pos; - let radix = 10; - - if (this.codePointAtPos(this.state.pos) === 120) { - radix = 16; - ++this.state.pos; - } - - const codePoint = this.readInt(radix, undefined, false, "bail"); - - if (codePoint !== null && this.codePointAtPos(this.state.pos) === 59) { - ++this.state.pos; - return String.fromCodePoint(codePoint); - } - } else { - let count = 0; - let semi = false; - - while (count++ < 10 && this.state.pos < this.length && !(semi = this.codePointAtPos(this.state.pos) == 59)) { - ++this.state.pos; - } - - if (semi) { - const desc = this.input.slice(startPos, this.state.pos); - const entity = entities[desc]; - ++this.state.pos; - - if (entity) { - return entity; - } - } - } - - this.state.pos = startPos; - return "&"; - } - - jsxReadWord() { - let ch; - const start = this.state.pos; - - do { - ch = this.input.charCodeAt(++this.state.pos); - } while (isIdentifierChar(ch) || ch === 45); - - return this.finishToken(136, this.input.slice(start, this.state.pos)); - } - - jsxParseIdentifier() { - const node = this.startNode(); - - if (this.match(136)) { - node.name = this.state.value; - } else if (tokenIsKeyword(this.state.type)) { - node.name = tokenLabelName(this.state.type); - } else { - this.unexpected(); - } - - this.next(); - return this.finishNode(node, "JSXIdentifier"); - } - - jsxParseNamespacedName() { - const startPos = this.state.start; - const startLoc = this.state.startLoc; - const name = this.jsxParseIdentifier(); - if (!this.eat(14)) return name; - const node = this.startNodeAt(startPos, startLoc); - node.namespace = name; - node.name = this.jsxParseIdentifier(); - return this.finishNode(node, "JSXNamespacedName"); - } - - jsxParseElementName() { - const startPos = this.state.start; - const startLoc = this.state.startLoc; - let node = this.jsxParseNamespacedName(); - - if (node.type === "JSXNamespacedName") { - return node; - } - - while (this.eat(16)) { - const newNode = this.startNodeAt(startPos, startLoc); - newNode.object = node; - newNode.property = this.jsxParseIdentifier(); - node = this.finishNode(newNode, "JSXMemberExpression"); - } - - return node; - } - - jsxParseAttributeValue() { - let node; - - switch (this.state.type) { - case 5: - node = this.startNode(); - this.setContext(types.brace); - this.next(); - node = this.jsxParseExpressionContainer(node, types.j_oTag); - - if (node.expression.type === "JSXEmptyExpression") { - this.raise(JsxErrors.AttributeIsEmpty, { - at: node + for (;;) { + if (this.state.pos >= this.length) { + throw this.raise(JsxErrors.UnterminatedJsxContent, { + at: this.state.startLoc, }); } - return node; + const ch = this.input.charCodeAt(this.state.pos); - case 138: - case 129: - return this.parseExprAtom(); + switch (ch) { + case 60: + case 123: + if (this.state.pos === this.state.start) { + if (ch === 60 && this.state.canStartJSXElement) { + ++this.state.pos; + return this.finishToken(138); + } - default: - throw this.raise(JsxErrors.UnsupportedJsxValue, { - at: this.state.startLoc - }); - } - } + return super.getTokenFromCode(ch); + } - jsxParseEmptyExpression() { - const node = this.startNodeAt(this.state.lastTokEndLoc.index, this.state.lastTokEndLoc); - return this.finishNodeAt(node, "JSXEmptyExpression", this.state.startLoc); - } + out += this.input.slice(chunkStart, this.state.pos); + return this.finishToken(137, out); - jsxParseSpreadChild(node) { - this.next(); - node.expression = this.parseExpression(); - this.setContext(types.j_oTag); - this.state.canStartJSXElement = true; - this.expect(8); - return this.finishNode(node, "JSXSpreadChild"); - } + case 38: + out += this.input.slice(chunkStart, this.state.pos); + out += this.jsxReadEntity(); + chunkStart = this.state.pos; + break; - jsxParseExpressionContainer(node, previousContext) { - if (this.match(8)) { - node.expression = this.jsxParseEmptyExpression(); - } else { - const expression = this.parseExpression(); - node.expression = expression; + case 62: + case 125: + + default: + if (isNewLine(ch)) { + out += this.input.slice(chunkStart, this.state.pos); + out += this.jsxReadNewLine(true); + chunkStart = this.state.pos; + } else { + ++this.state.pos; + } + } + } } - this.setContext(previousContext); - this.state.canStartJSXElement = true; - this.expect(8); - return this.finishNode(node, "JSXExpressionContainer"); - } + jsxReadNewLine(normalizeCRLF) { + const ch = this.input.charCodeAt(this.state.pos); + let out; + ++this.state.pos; - jsxParseAttribute() { - const node = this.startNode(); + if (ch === 13 && this.input.charCodeAt(this.state.pos) === 10) { + ++this.state.pos; + out = normalizeCRLF ? '\n' : '\r\n'; + } else { + out = String.fromCharCode(ch); + } + + ++this.state.curLine; + this.state.lineStart = this.state.pos; + return out; + } + + jsxReadString(quote) { + let out = ''; + let chunkStart = ++this.state.pos; + + for (;;) { + if (this.state.pos >= this.length) { + throw this.raise(Errors.UnterminatedString, { + at: this.state.startLoc, + }); + } + + const ch = this.input.charCodeAt(this.state.pos); + if (ch === quote) break; + + if (ch === 38) { + out += this.input.slice(chunkStart, this.state.pos); + out += this.jsxReadEntity(); + chunkStart = this.state.pos; + } else if (isNewLine(ch)) { + out += this.input.slice(chunkStart, this.state.pos); + out += this.jsxReadNewLine(false); + chunkStart = this.state.pos; + } else { + ++this.state.pos; + } + } + + out += this.input.slice(chunkStart, this.state.pos++); + return this.finishToken(129, out); + } + + jsxReadEntity() { + const startPos = ++this.state.pos; + + if (this.codePointAtPos(this.state.pos) === 35) { + ++this.state.pos; + let radix = 10; + + if (this.codePointAtPos(this.state.pos) === 120) { + radix = 16; + ++this.state.pos; + } + + const codePoint = this.readInt(radix, undefined, false, 'bail'); + + if (codePoint !== null && this.codePointAtPos(this.state.pos) === 59) { + ++this.state.pos; + return String.fromCodePoint(codePoint); + } + } else { + let count = 0; + let semi = false; + + while ( + count++ < 10 && + this.state.pos < this.length && + !(semi = this.codePointAtPos(this.state.pos) == 59) + ) { + ++this.state.pos; + } + + if (semi) { + const desc = this.input.slice(startPos, this.state.pos); + const entity = entities[desc]; + ++this.state.pos; + + if (entity) { + return entity; + } + } + } + + this.state.pos = startPos; + return '&'; + } + + jsxReadWord() { + let ch; + const start = this.state.pos; + + do { + ch = this.input.charCodeAt(++this.state.pos); + } while (isIdentifierChar(ch) || ch === 45); + + return this.finishToken(136, this.input.slice(start, this.state.pos)); + } + + jsxParseIdentifier() { + const node = this.startNode(); + + if (this.match(136)) { + node.name = this.state.value; + } else if (tokenIsKeyword(this.state.type)) { + node.name = tokenLabelName(this.state.type); + } else { + this.unexpected(); + } - if (this.match(5)) { - this.setContext(types.brace); this.next(); - this.expect(21); - node.argument = this.parseMaybeAssignAllowIn(); + return this.finishNode(node, 'JSXIdentifier'); + } + + jsxParseNamespacedName() { + const startPos = this.state.start; + const startLoc = this.state.startLoc; + const name = this.jsxParseIdentifier(); + if (!this.eat(14)) return name; + const node = this.startNodeAt(startPos, startLoc); + node.namespace = name; + node.name = this.jsxParseIdentifier(); + return this.finishNode(node, 'JSXNamespacedName'); + } + + jsxParseElementName() { + const startPos = this.state.start; + const startLoc = this.state.startLoc; + let node = this.jsxParseNamespacedName(); + + if (node.type === 'JSXNamespacedName') { + return node; + } + + while (this.eat(16)) { + const newNode = this.startNodeAt(startPos, startLoc); + newNode.object = node; + newNode.property = this.jsxParseIdentifier(); + node = this.finishNode(newNode, 'JSXMemberExpression'); + } + + return node; + } + + jsxParseAttributeValue() { + let node; + + switch (this.state.type) { + case 5: + node = this.startNode(); + this.setContext(types.brace); + this.next(); + node = this.jsxParseExpressionContainer(node, types.j_oTag); + + if (node.expression.type === 'JSXEmptyExpression') { + this.raise(JsxErrors.AttributeIsEmpty, { + at: node, + }); + } + + return node; + + case 138: + case 129: + return this.parseExprAtom(); + + default: + throw this.raise(JsxErrors.UnsupportedJsxValue, { + at: this.state.startLoc, + }); + } + } + + jsxParseEmptyExpression() { + const node = this.startNodeAt( + this.state.lastTokEndLoc.index, + this.state.lastTokEndLoc + ); + return this.finishNodeAt(node, 'JSXEmptyExpression', this.state.startLoc); + } + + jsxParseSpreadChild(node) { + this.next(); + node.expression = this.parseExpression(); this.setContext(types.j_oTag); this.state.canStartJSXElement = true; this.expect(8); - return this.finishNode(node, "JSXSpreadAttribute"); + return this.finishNode(node, 'JSXSpreadChild'); } - node.name = this.jsxParseNamespacedName(); - node.value = this.eat(29) ? this.jsxParseAttributeValue() : null; - return this.finishNode(node, "JSXAttribute"); - } + jsxParseExpressionContainer(node, previousContext) { + if (this.match(8)) { + node.expression = this.jsxParseEmptyExpression(); + } else { + const expression = this.parseExpression(); + node.expression = expression; + } - jsxParseOpeningElementAt(startPos, startLoc) { - const node = this.startNodeAt(startPos, startLoc); - - if (this.eat(139)) { - return this.finishNode(node, "JSXOpeningFragment"); + this.setContext(previousContext); + this.state.canStartJSXElement = true; + this.expect(8); + return this.finishNode(node, 'JSXExpressionContainer'); } - node.name = this.jsxParseElementName(); - return this.jsxParseOpeningElementAfterName(node); - } + jsxParseAttribute() { + const node = this.startNode(); - jsxParseOpeningElementAfterName(node) { - const attributes = []; + if (this.match(5)) { + this.setContext(types.brace); + this.next(); + this.expect(21); + node.argument = this.parseMaybeAssignAllowIn(); + this.setContext(types.j_oTag); + this.state.canStartJSXElement = true; + this.expect(8); + return this.finishNode(node, 'JSXSpreadAttribute'); + } - while (!this.match(56) && !this.match(139)) { - attributes.push(this.jsxParseAttribute()); + node.name = this.jsxParseNamespacedName(); + node.value = this.eat(29) ? this.jsxParseAttributeValue() : null; + return this.finishNode(node, 'JSXAttribute'); } - node.attributes = attributes; - node.selfClosing = this.eat(56); - this.expect(139); - return this.finishNode(node, "JSXOpeningElement"); - } + jsxParseOpeningElementAt(startPos, startLoc) { + const node = this.startNodeAt(startPos, startLoc); - jsxParseClosingElementAt(startPos, startLoc) { - const node = this.startNodeAt(startPos, startLoc); + if (this.eat(139)) { + return this.finishNode(node, 'JSXOpeningFragment'); + } - if (this.eat(139)) { - return this.finishNode(node, "JSXClosingFragment"); + node.name = this.jsxParseElementName(); + return this.jsxParseOpeningElementAfterName(node); } - node.name = this.jsxParseElementName(); - this.expect(139); - return this.finishNode(node, "JSXClosingElement"); - } + jsxParseOpeningElementAfterName(node) { + const attributes = []; - jsxParseElementAt(startPos, startLoc) { - const node = this.startNodeAt(startPos, startLoc); - const children = []; - const openingElement = this.jsxParseOpeningElementAt(startPos, startLoc); - let closingElement = null; + while (!this.match(56) && !this.match(139)) { + attributes.push(this.jsxParseAttribute()); + } - if (!openingElement.selfClosing) { - contents: for (;;) { - switch (this.state.type) { - case 138: - startPos = this.state.start; - startLoc = this.state.startLoc; - this.next(); + node.attributes = attributes; + node.selfClosing = this.eat(56); + this.expect(139); + return this.finishNode(node, 'JSXOpeningElement'); + } - if (this.eat(56)) { - closingElement = this.jsxParseClosingElementAt(startPos, startLoc); - break contents; - } + jsxParseClosingElementAt(startPos, startLoc) { + const node = this.startNodeAt(startPos, startLoc); - children.push(this.jsxParseElementAt(startPos, startLoc)); - break; + if (this.eat(139)) { + return this.finishNode(node, 'JSXClosingFragment'); + } - case 137: - children.push(this.parseExprAtom()); - break; + node.name = this.jsxParseElementName(); + this.expect(139); + return this.finishNode(node, 'JSXClosingElement'); + } - case 5: - { + jsxParseElementAt(startPos, startLoc) { + const node = this.startNodeAt(startPos, startLoc); + const children = []; + const openingElement = this.jsxParseOpeningElementAt(startPos, startLoc); + let closingElement = null; + + if (!openingElement.selfClosing) { + contents: for (;;) { + switch (this.state.type) { + case 138: + startPos = this.state.start; + startLoc = this.state.startLoc; + this.next(); + + if (this.eat(56)) { + closingElement = this.jsxParseClosingElementAt( + startPos, + startLoc + ); + break contents; + } + + children.push(this.jsxParseElementAt(startPos, startLoc)); + break; + + case 137: + children.push(this.parseExprAtom()); + break; + + case 5: { const node = this.startNode(); this.setContext(types.brace); this.next(); @@ -7966,144 +8842,157 @@ var jsx = (superClass => class extends superClass { if (this.match(21)) { children.push(this.jsxParseSpreadChild(node)); } else { - children.push(this.jsxParseExpressionContainer(node, types.j_expr)); + children.push( + this.jsxParseExpressionContainer(node, types.j_expr) + ); } break; } - default: - throw this.unexpected(); + default: + throw this.unexpected(); + } } - } - if (isFragment(openingElement) && !isFragment(closingElement) && closingElement !== null) { - this.raise(JsxErrors.MissingClosingTagFragment, { - at: closingElement - }); - } else if (!isFragment(openingElement) && isFragment(closingElement)) { - this.raise(JsxErrors.MissingClosingTagElement, { - at: closingElement, - openingTagName: getQualifiedJSXName(openingElement.name) - }); - } else if (!isFragment(openingElement) && !isFragment(closingElement)) { - if (getQualifiedJSXName(closingElement.name) !== getQualifiedJSXName(openingElement.name)) { + if ( + isFragment(openingElement) && + !isFragment(closingElement) && + closingElement !== null + ) { + this.raise(JsxErrors.MissingClosingTagFragment, { + at: closingElement, + }); + } else if (!isFragment(openingElement) && isFragment(closingElement)) { this.raise(JsxErrors.MissingClosingTagElement, { at: closingElement, - openingTagName: getQualifiedJSXName(openingElement.name) + openingTagName: getQualifiedJSXName(openingElement.name), }); + } else if (!isFragment(openingElement) && !isFragment(closingElement)) { + if ( + getQualifiedJSXName(closingElement.name) !== + getQualifiedJSXName(openingElement.name) + ) { + this.raise(JsxErrors.MissingClosingTagElement, { + at: closingElement, + openingTagName: getQualifiedJSXName(openingElement.name), + }); + } } } - } - if (isFragment(openingElement)) { - node.openingFragment = openingElement; - node.closingFragment = closingElement; - } else { - node.openingElement = openingElement; - node.closingElement = closingElement; - } - - node.children = children; - - if (this.match(47)) { - throw this.raise(JsxErrors.UnwrappedAdjacentJSXElements, { - at: this.state.startLoc - }); - } - - return isFragment(openingElement) ? this.finishNode(node, "JSXFragment") : this.finishNode(node, "JSXElement"); - } - - jsxParseElement() { - const startPos = this.state.start; - const startLoc = this.state.startLoc; - this.next(); - return this.jsxParseElementAt(startPos, startLoc); - } - - setContext(newContext) { - const { - context - } = this.state; - context[context.length - 1] = newContext; - } - - parseExprAtom(refExpressionErrors) { - if (this.match(137)) { - return this.parseLiteral(this.state.value, "JSXText"); - } else if (this.match(138)) { - return this.jsxParseElement(); - } else if (this.match(47) && this.input.charCodeAt(this.state.pos) !== 33) { - this.replaceToken(138); - return this.jsxParseElement(); - } else { - return super.parseExprAtom(refExpressionErrors); - } - } - - skipSpace() { - const curContext = this.curContext(); - if (!curContext.preserveSpace) super.skipSpace(); - } - - getTokenFromCode(code) { - const context = this.curContext(); - - if (context === types.j_expr) { - return this.jsxReadToken(); - } - - if (context === types.j_oTag || context === types.j_cTag) { - if (isIdentifierStart(code)) { - return this.jsxReadWord(); - } - - if (code === 62) { - ++this.state.pos; - return this.finishToken(139); - } - - if ((code === 34 || code === 39) && context === types.j_oTag) { - return this.jsxReadString(code); - } - } - - if (code === 60 && this.state.canStartJSXElement && this.input.charCodeAt(this.state.pos + 1) !== 33) { - ++this.state.pos; - return this.finishToken(138); - } - - return super.getTokenFromCode(code); - } - - updateContext(prevType) { - const { - context, - type - } = this.state; - - if (type === 56 && prevType === 138) { - context.splice(-2, 2, types.j_cTag); - this.state.canStartJSXElement = false; - } else if (type === 138) { - context.push(types.j_oTag); - } else if (type === 139) { - const out = context[context.length - 1]; - - if (out === types.j_oTag && prevType === 56 || out === types.j_cTag) { - context.pop(); - this.state.canStartJSXElement = context[context.length - 1] === types.j_expr; + if (isFragment(openingElement)) { + node.openingFragment = openingElement; + node.closingFragment = closingElement; } else { - this.setContext(types.j_expr); - this.state.canStartJSXElement = true; + node.openingElement = openingElement; + node.closingElement = closingElement; } - } else { - this.state.canStartJSXElement = tokenComesBeforeExpression(type); - } - } -}); + node.children = children; + + if (this.match(47)) { + throw this.raise(JsxErrors.UnwrappedAdjacentJSXElements, { + at: this.state.startLoc, + }); + } + + return isFragment(openingElement) ? + this.finishNode(node, 'JSXFragment') + : this.finishNode(node, 'JSXElement'); + } + + jsxParseElement() { + const startPos = this.state.start; + const startLoc = this.state.startLoc; + this.next(); + return this.jsxParseElementAt(startPos, startLoc); + } + + setContext(newContext) { + const { context } = this.state; + context[context.length - 1] = newContext; + } + + parseExprAtom(refExpressionErrors) { + if (this.match(137)) { + return this.parseLiteral(this.state.value, 'JSXText'); + } else if (this.match(138)) { + return this.jsxParseElement(); + } else if ( + this.match(47) && + this.input.charCodeAt(this.state.pos) !== 33 + ) { + this.replaceToken(138); + return this.jsxParseElement(); + } else { + return super.parseExprAtom(refExpressionErrors); + } + } + + skipSpace() { + const curContext = this.curContext(); + if (!curContext.preserveSpace) super.skipSpace(); + } + + getTokenFromCode(code) { + const context = this.curContext(); + + if (context === types.j_expr) { + return this.jsxReadToken(); + } + + if (context === types.j_oTag || context === types.j_cTag) { + if (isIdentifierStart(code)) { + return this.jsxReadWord(); + } + + if (code === 62) { + ++this.state.pos; + return this.finishToken(139); + } + + if ((code === 34 || code === 39) && context === types.j_oTag) { + return this.jsxReadString(code); + } + } + + if ( + code === 60 && + this.state.canStartJSXElement && + this.input.charCodeAt(this.state.pos + 1) !== 33 + ) { + ++this.state.pos; + return this.finishToken(138); + } + + return super.getTokenFromCode(code); + } + + updateContext(prevType) { + const { context, type } = this.state; + + if (type === 56 && prevType === 138) { + context.splice(-2, 2, types.j_cTag); + this.state.canStartJSXElement = false; + } else if (type === 138) { + context.push(types.j_oTag); + } else if (type === 139) { + const out = context[context.length - 1]; + + if ((out === types.j_oTag && prevType === 56) || out === types.j_cTag) { + context.pop(); + this.state.canStartJSXElement = + context[context.length - 1] === types.j_expr; + } else { + this.setContext(types.j_expr); + this.state.canStartJSXElement = true; + } + } else { + this.state.canStartJSXElement = tokenComesBeforeExpression(type); + } + } + }; class TypeScriptScope extends Scope { constructor(...args) { @@ -8114,7 +9003,6 @@ class TypeScriptScope extends Scope { this.classes = new Set(); this.exportOnlyBindings = new Set(); } - } class TypeScriptScopeHandler extends ScopeHandler { @@ -8175,18 +9063,19 @@ class TypeScriptScopeHandler extends ScopeHandler { checkLocalExport(id) { const topLevelScope = this.scopeStack[0]; - const { - name - } = id; + const { name } = id; - if (!topLevelScope.types.has(name) && !topLevelScope.exportOnlyBindings.has(name)) { + if ( + !topLevelScope.types.has(name) && + !topLevelScope.exportOnlyBindings.has(name) + ) { super.checkLocalExport(id); } } - } -const getOwn$1 = (object, key) => Object.hasOwnProperty.call(object, key) && object[key]; +const getOwn$1 = (object, key) => + Object.hasOwnProperty.call(object, key) && object[key]; function nonNull(x) { if (x == null) { @@ -8198,7 +9087,7 @@ function nonNull(x) { function assert(x) { if (!x) { - throw new Error("Assert fail"); + throw new Error('Assert fail'); } } @@ -8206,131 +9095,209 @@ function tsTokenCanStartExpression(token) { return tokenCanStartExpression(token) || tokenIsBinaryOperator(token); } -const TSErrors = ParseErrorEnum`typescript`(_ => ({ - AbstractMethodHasImplementation: _(({ - methodName - }) => `Method '${methodName}' cannot have an implementation because it is marked abstract.`), - AbstractPropertyHasInitializer: _(({ - propertyName - }) => `Property '${propertyName}' cannot have an initializer because it is marked abstract.`), - AccesorCannotDeclareThisParameter: _("'get' and 'set' accessors cannot declare 'this' parameters."), - AccesorCannotHaveTypeParameters: _("An accessor cannot have type parameters."), - CannotFindName: _(({ - name - }) => `Cannot find name '${name}'.`), +const TSErrors = ParseErrorEnum`typescript`((_) => ({ + AbstractMethodHasImplementation: _( + ({ methodName }) => + `Method '${methodName}' cannot have an implementation because it is marked abstract.` + ), + AbstractPropertyHasInitializer: _( + ({ propertyName }) => + `Property '${propertyName}' cannot have an initializer because it is marked abstract.` + ), + AccesorCannotDeclareThisParameter: _( + "'get' and 'set' accessors cannot declare 'this' parameters." + ), + AccesorCannotHaveTypeParameters: _( + 'An accessor cannot have type parameters.' + ), + CannotFindName: _(({ name }) => `Cannot find name '${name}'.`), ClassMethodHasDeclare: _("Class methods cannot have the 'declare' modifier."), - ClassMethodHasReadonly: _("Class methods cannot have the 'readonly' modifier."), - ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference: _("A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference."), - ConstructorHasTypeParameters: _("Type parameters cannot appear on a constructor declaration."), - DeclareAccessor: _(({ - kind - }) => `'declare' is not allowed in ${kind}ters.`), - DeclareClassFieldHasInitializer: _("Initializers are not allowed in ambient contexts."), - DeclareFunctionHasImplementation: _("An implementation cannot be declared in ambient contexts."), - DuplicateAccessibilityModifier: _(({ - modifier - }) => `Accessibility modifier already seen.`), - DuplicateModifier: _(({ - modifier - }) => `Duplicate modifier: '${modifier}'.`), - EmptyHeritageClauseType: _(({ - token - }) => `'${token}' list cannot be empty.`), - EmptyTypeArguments: _("Type argument list cannot be empty."), - EmptyTypeParameters: _("Type parameter list cannot be empty."), - ExpectedAmbientAfterExportDeclare: _("'export declare' must be followed by an ambient declaration."), + ClassMethodHasReadonly: _( + "Class methods cannot have the 'readonly' modifier." + ), + ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference: _( + "A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference." + ), + ConstructorHasTypeParameters: _( + 'Type parameters cannot appear on a constructor declaration.' + ), + DeclareAccessor: _(({ kind }) => `'declare' is not allowed in ${kind}ters.`), + DeclareClassFieldHasInitializer: _( + 'Initializers are not allowed in ambient contexts.' + ), + DeclareFunctionHasImplementation: _( + 'An implementation cannot be declared in ambient contexts.' + ), + DuplicateAccessibilityModifier: _( + ({ modifier }) => `Accessibility modifier already seen.` + ), + DuplicateModifier: _(({ modifier }) => `Duplicate modifier: '${modifier}'.`), + EmptyHeritageClauseType: _(({ token }) => `'${token}' list cannot be empty.`), + EmptyTypeArguments: _('Type argument list cannot be empty.'), + EmptyTypeParameters: _('Type parameter list cannot be empty.'), + ExpectedAmbientAfterExportDeclare: _( + "'export declare' must be followed by an ambient declaration." + ), ImportAliasHasImportType: _("An import alias can not use 'import type'."), - IncompatibleModifiers: _(({ - modifiers - }) => `'${modifiers[0]}' modifier cannot be used with '${modifiers[1]}' modifier.`), - IndexSignatureHasAbstract: _("Index signatures cannot have the 'abstract' modifier."), - IndexSignatureHasAccessibility: _(({ - modifier - }) => `Index signatures cannot have an accessibility modifier ('${modifier}').`), - IndexSignatureHasDeclare: _("Index signatures cannot have the 'declare' modifier."), - IndexSignatureHasOverride: _("'override' modifier cannot appear on an index signature."), - IndexSignatureHasStatic: _("Index signatures cannot have the 'static' modifier."), - InitializerNotAllowedInAmbientContext: _("Initializers are not allowed in ambient contexts."), - InvalidModifierOnTypeMember: _(({ - modifier - }) => `'${modifier}' modifier cannot appear on a type member.`), - InvalidModifierOnTypeParameter: _(({ - modifier - }) => `'${modifier}' modifier cannot appear on a type parameter.`), - InvalidModifierOnTypeParameterPositions: _(({ - modifier - }) => `'${modifier}' modifier can only appear on a type parameter of a class, interface or type alias.`), - InvalidModifiersOrder: _(({ - orderedModifiers - }) => `'${orderedModifiers[0]}' modifier must precede '${orderedModifiers[1]}' modifier.`), - InvalidTupleMemberLabel: _("Tuple members must be labeled with a simple identifier."), - MissingInterfaceName: _("'interface' declarations must be followed by an identifier."), - MixedLabeledAndUnlabeledElements: _("Tuple members must all have names or all not have names."), - NonAbstractClassHasAbstractMethod: _("Abstract methods can only appear within an abstract class."), - NonClassMethodPropertyHasAbstractModifer: _("'abstract' modifier can only appear on a class, method, or property declaration."), - OptionalTypeBeforeRequired: _("A required element cannot follow an optional element."), - OverrideNotInSubClass: _("This member cannot have an 'override' modifier because its containing class does not extend another class."), - PatternIsOptional: _("A binding pattern parameter cannot be optional in an implementation signature."), - PrivateElementHasAbstract: _("Private elements cannot have the 'abstract' modifier."), - PrivateElementHasAccessibility: _(({ - modifier - }) => `Private elements cannot have an accessibility modifier ('${modifier}').`), - ReadonlyForMethodSignature: _("'readonly' modifier can only appear on a property declaration or index signature."), - ReservedArrowTypeParam: _("This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma, as in `() => ...`."), - ReservedTypeAssertion: _("This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead."), - SetAccesorCannotHaveOptionalParameter: _("A 'set' accessor cannot have an optional parameter."), - SetAccesorCannotHaveRestParameter: _("A 'set' accessor cannot have rest parameter."), - SetAccesorCannotHaveReturnType: _("A 'set' accessor cannot have a return type annotation."), - SingleTypeParameterWithoutTrailingComma: _(({ - typeParameterName - }) => `Single type parameter ${typeParameterName} should have a trailing comma. Example usage: <${typeParameterName},>.`), - StaticBlockCannotHaveModifier: _("Static class blocks cannot have any modifier."), - TypeAnnotationAfterAssign: _("Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`."), - TypeImportCannotSpecifyDefaultAndNamed: _("A type-only import can specify a default import or named bindings, but not both."), - TypeModifierIsUsedInTypeExports: _("The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement."), - TypeModifierIsUsedInTypeImports: _("The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement."), - UnexpectedParameterModifier: _("A parameter property is only allowed in a constructor implementation."), - UnexpectedReadonly: _("'readonly' type modifier is only permitted on array and tuple literal types."), - UnexpectedTypeAnnotation: _("Did not expect a type annotation here."), - UnexpectedTypeCastInParameter: _("Unexpected type cast in parameter position."), - UnsupportedImportTypeArgument: _("Argument in a type import must be a string literal."), - UnsupportedParameterPropertyKind: _("A parameter property may not be declared using a binding pattern."), - UnsupportedSignatureParameterKind: _(({ - type - }) => `Name in a signature must be an Identifier, ObjectPattern or ArrayPattern, instead got ${type}.`) + IncompatibleModifiers: _( + ({ modifiers }) => + `'${modifiers[0]}' modifier cannot be used with '${modifiers[1]}' modifier.` + ), + IndexSignatureHasAbstract: _( + "Index signatures cannot have the 'abstract' modifier." + ), + IndexSignatureHasAccessibility: _( + ({ modifier }) => + `Index signatures cannot have an accessibility modifier ('${modifier}').` + ), + IndexSignatureHasDeclare: _( + "Index signatures cannot have the 'declare' modifier." + ), + IndexSignatureHasOverride: _( + "'override' modifier cannot appear on an index signature." + ), + IndexSignatureHasStatic: _( + "Index signatures cannot have the 'static' modifier." + ), + InitializerNotAllowedInAmbientContext: _( + 'Initializers are not allowed in ambient contexts.' + ), + InvalidModifierOnTypeMember: _( + ({ modifier }) => `'${modifier}' modifier cannot appear on a type member.` + ), + InvalidModifierOnTypeParameter: _( + ({ modifier }) => + `'${modifier}' modifier cannot appear on a type parameter.` + ), + InvalidModifierOnTypeParameterPositions: _( + ({ modifier }) => + `'${modifier}' modifier can only appear on a type parameter of a class, interface or type alias.` + ), + InvalidModifiersOrder: _( + ({ orderedModifiers }) => + `'${orderedModifiers[0]}' modifier must precede '${orderedModifiers[1]}' modifier.` + ), + InvalidTupleMemberLabel: _( + 'Tuple members must be labeled with a simple identifier.' + ), + MissingInterfaceName: _( + "'interface' declarations must be followed by an identifier." + ), + MixedLabeledAndUnlabeledElements: _( + 'Tuple members must all have names or all not have names.' + ), + NonAbstractClassHasAbstractMethod: _( + 'Abstract methods can only appear within an abstract class.' + ), + NonClassMethodPropertyHasAbstractModifer: _( + "'abstract' modifier can only appear on a class, method, or property declaration." + ), + OptionalTypeBeforeRequired: _( + 'A required element cannot follow an optional element.' + ), + OverrideNotInSubClass: _( + "This member cannot have an 'override' modifier because its containing class does not extend another class." + ), + PatternIsOptional: _( + 'A binding pattern parameter cannot be optional in an implementation signature.' + ), + PrivateElementHasAbstract: _( + "Private elements cannot have the 'abstract' modifier." + ), + PrivateElementHasAccessibility: _( + ({ modifier }) => + `Private elements cannot have an accessibility modifier ('${modifier}').` + ), + ReadonlyForMethodSignature: _( + "'readonly' modifier can only appear on a property declaration or index signature." + ), + ReservedArrowTypeParam: _( + 'This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma, as in `() => ...`.' + ), + ReservedTypeAssertion: _( + 'This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.' + ), + SetAccesorCannotHaveOptionalParameter: _( + "A 'set' accessor cannot have an optional parameter." + ), + SetAccesorCannotHaveRestParameter: _( + "A 'set' accessor cannot have rest parameter." + ), + SetAccesorCannotHaveReturnType: _( + "A 'set' accessor cannot have a return type annotation." + ), + SingleTypeParameterWithoutTrailingComma: _( + ({ typeParameterName }) => + `Single type parameter ${typeParameterName} should have a trailing comma. Example usage: <${typeParameterName},>.` + ), + StaticBlockCannotHaveModifier: _( + 'Static class blocks cannot have any modifier.' + ), + TypeAnnotationAfterAssign: _( + 'Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.' + ), + TypeImportCannotSpecifyDefaultAndNamed: _( + 'A type-only import can specify a default import or named bindings, but not both.' + ), + TypeModifierIsUsedInTypeExports: _( + "The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement." + ), + TypeModifierIsUsedInTypeImports: _( + "The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement." + ), + UnexpectedParameterModifier: _( + 'A parameter property is only allowed in a constructor implementation.' + ), + UnexpectedReadonly: _( + "'readonly' type modifier is only permitted on array and tuple literal types." + ), + UnexpectedTypeAnnotation: _('Did not expect a type annotation here.'), + UnexpectedTypeCastInParameter: _( + 'Unexpected type cast in parameter position.' + ), + UnsupportedImportTypeArgument: _( + 'Argument in a type import must be a string literal.' + ), + UnsupportedParameterPropertyKind: _( + 'A parameter property may not be declared using a binding pattern.' + ), + UnsupportedSignatureParameterKind: _( + ({ type }) => + `Name in a signature must be an Identifier, ObjectPattern or ArrayPattern, instead got ${type}.` + ), })); function keywordTypeFromName(value) { switch (value) { - case "any": - return "TSAnyKeyword"; + case 'any': + return 'TSAnyKeyword'; - case "boolean": - return "TSBooleanKeyword"; + case 'boolean': + return 'TSBooleanKeyword'; - case "bigint": - return "TSBigIntKeyword"; + case 'bigint': + return 'TSBigIntKeyword'; - case "never": - return "TSNeverKeyword"; + case 'never': + return 'TSNeverKeyword'; - case "number": - return "TSNumberKeyword"; + case 'number': + return 'TSNumberKeyword'; - case "object": - return "TSObjectKeyword"; + case 'object': + return 'TSObjectKeyword'; - case "string": - return "TSStringKeyword"; + case 'string': + return 'TSStringKeyword'; - case "symbol": - return "TSSymbolKeyword"; + case 'symbol': + return 'TSSymbolKeyword'; - case "undefined": - return "TSUndefinedKeyword"; + case 'undefined': + return 'TSUndefinedKeyword'; - case "unknown": - return "TSUnknownKeyword"; + case 'unknown': + return 'TSUnknownKeyword'; default: return undefined; @@ -8338,842 +9305,953 @@ function keywordTypeFromName(value) { } function tsIsAccessModifier(modifier) { - return modifier === "private" || modifier === "public" || modifier === "protected"; + return ( + modifier === 'private' || modifier === 'public' || modifier === 'protected' + ); } function tsIsVarianceAnnotations(modifier) { - return modifier === "in" || modifier === "out"; + return modifier === 'in' || modifier === 'out'; } -var typescript = (superClass => class extends superClass { - getScopeHandler() { - return TypeScriptScopeHandler; - } - - tsIsIdentifier() { - return tokenIsIdentifier(this.state.type); - } - - tsTokenCanFollowModifier() { - return (this.match(0) || this.match(5) || this.match(55) || this.match(21) || this.match(134) || this.isLiteralPropertyName()) && !this.hasPrecedingLineBreak(); - } - - tsNextTokenCanFollowModifier() { - this.next(); - return this.tsTokenCanFollowModifier(); - } - - tsParseModifier(allowedModifiers, stopOnStartOfClassStaticBlock) { - if (!tokenIsIdentifier(this.state.type) && this.state.type !== 58) { - return undefined; +var typescript = (superClass) => + class extends superClass { + getScopeHandler() { + return TypeScriptScopeHandler; } - const modifier = this.state.value; + tsIsIdentifier() { + return tokenIsIdentifier(this.state.type); + } - if (allowedModifiers.indexOf(modifier) !== -1) { - if (stopOnStartOfClassStaticBlock && this.tsIsStartOfStaticBlocks()) { + tsTokenCanFollowModifier() { + return ( + (this.match(0) || + this.match(5) || + this.match(55) || + this.match(21) || + this.match(134) || + this.isLiteralPropertyName()) && + !this.hasPrecedingLineBreak() + ); + } + + tsNextTokenCanFollowModifier() { + this.next(); + return this.tsTokenCanFollowModifier(); + } + + tsParseModifier(allowedModifiers, stopOnStartOfClassStaticBlock) { + if (!tokenIsIdentifier(this.state.type) && this.state.type !== 58) { return undefined; } - if (this.tsTryParse(this.tsNextTokenCanFollowModifier.bind(this))) { - return modifier; - } - } + const modifier = this.state.value; - return undefined; - } - - tsParseModifiers({ - modified, - allowedModifiers, - disallowedModifiers, - stopOnStartOfClassStaticBlock, - errorTemplate = TSErrors.InvalidModifierOnTypeMember - }) { - const enforceOrder = (loc, modifier, before, after) => { - if (modifier === before && modified[after]) { - this.raise(TSErrors.InvalidModifiersOrder, { - at: loc, - orderedModifiers: [before, after] - }); - } - }; - - const incompatible = (loc, modifier, mod1, mod2) => { - if (modified[mod1] && modifier === mod2 || modified[mod2] && modifier === mod1) { - this.raise(TSErrors.IncompatibleModifiers, { - at: loc, - modifiers: [mod1, mod2] - }); - } - }; - - for (;;) { - const { - startLoc - } = this.state; - const modifier = this.tsParseModifier(allowedModifiers.concat(disallowedModifiers != null ? disallowedModifiers : []), stopOnStartOfClassStaticBlock); - if (!modifier) break; - - if (tsIsAccessModifier(modifier)) { - if (modified.accessibility) { - this.raise(TSErrors.DuplicateAccessibilityModifier, { - at: startLoc, - modifier - }); - } else { - enforceOrder(startLoc, modifier, modifier, "override"); - enforceOrder(startLoc, modifier, modifier, "static"); - enforceOrder(startLoc, modifier, modifier, "readonly"); - modified.accessibility = modifier; - } - } else if (tsIsVarianceAnnotations(modifier)) { - if (modified[modifier]) { - this.raise(TSErrors.DuplicateModifier, { - at: startLoc, - modifier - }); + if (allowedModifiers.indexOf(modifier) !== -1) { + if (stopOnStartOfClassStaticBlock && this.tsIsStartOfStaticBlocks()) { + return undefined; } - modified[modifier] = true; - enforceOrder(startLoc, modifier, "in", "out"); - } else { - if (Object.hasOwnProperty.call(modified, modifier)) { - this.raise(TSErrors.DuplicateModifier, { - at: startLoc, - modifier - }); - } else { - enforceOrder(startLoc, modifier, "static", "readonly"); - enforceOrder(startLoc, modifier, "static", "override"); - enforceOrder(startLoc, modifier, "override", "readonly"); - enforceOrder(startLoc, modifier, "abstract", "override"); - incompatible(startLoc, modifier, "declare", "override"); - incompatible(startLoc, modifier, "static", "abstract"); + if (this.tsTryParse(this.tsNextTokenCanFollowModifier.bind(this))) { + return modifier; } - - modified[modifier] = true; - } - - if (disallowedModifiers != null && disallowedModifiers.includes(modifier)) { - this.raise(errorTemplate, { - at: startLoc, - modifier - }); - } - } - } - - tsIsListTerminator(kind) { - switch (kind) { - case "EnumMembers": - case "TypeMembers": - return this.match(8); - - case "HeritageClauseElement": - return this.match(5); - - case "TupleElementTypes": - return this.match(3); - - case "TypeParametersOrArguments": - return this.match(48); - } - - throw new Error("Unreachable"); - } - - tsParseList(kind, parseElement) { - const result = []; - - while (!this.tsIsListTerminator(kind)) { - result.push(parseElement()); - } - - return result; - } - - tsParseDelimitedList(kind, parseElement, refTrailingCommaPos) { - return nonNull(this.tsParseDelimitedListWorker(kind, parseElement, true, refTrailingCommaPos)); - } - - tsParseDelimitedListWorker(kind, parseElement, expectSuccess, refTrailingCommaPos) { - const result = []; - let trailingCommaPos = -1; - - for (;;) { - if (this.tsIsListTerminator(kind)) { - break; - } - - trailingCommaPos = -1; - const element = parseElement(); - - if (element == null) { - return undefined; - } - - result.push(element); - - if (this.eat(12)) { - trailingCommaPos = this.state.lastTokStart; - continue; - } - - if (this.tsIsListTerminator(kind)) { - break; - } - - if (expectSuccess) { - this.expect(12); } return undefined; } - if (refTrailingCommaPos) { - refTrailingCommaPos.value = trailingCommaPos; + tsParseModifiers({ + modified, + allowedModifiers, + disallowedModifiers, + stopOnStartOfClassStaticBlock, + errorTemplate = TSErrors.InvalidModifierOnTypeMember, + }) { + const enforceOrder = (loc, modifier, before, after) => { + if (modifier === before && modified[after]) { + this.raise(TSErrors.InvalidModifiersOrder, { + at: loc, + orderedModifiers: [before, after], + }); + } + }; + + const incompatible = (loc, modifier, mod1, mod2) => { + if ( + (modified[mod1] && modifier === mod2) || + (modified[mod2] && modifier === mod1) + ) { + this.raise(TSErrors.IncompatibleModifiers, { + at: loc, + modifiers: [mod1, mod2], + }); + } + }; + + for (;;) { + const { startLoc } = this.state; + const modifier = this.tsParseModifier( + allowedModifiers.concat( + disallowedModifiers != null ? disallowedModifiers : [] + ), + stopOnStartOfClassStaticBlock + ); + if (!modifier) break; + + if (tsIsAccessModifier(modifier)) { + if (modified.accessibility) { + this.raise(TSErrors.DuplicateAccessibilityModifier, { + at: startLoc, + modifier, + }); + } else { + enforceOrder(startLoc, modifier, modifier, 'override'); + enforceOrder(startLoc, modifier, modifier, 'static'); + enforceOrder(startLoc, modifier, modifier, 'readonly'); + modified.accessibility = modifier; + } + } else if (tsIsVarianceAnnotations(modifier)) { + if (modified[modifier]) { + this.raise(TSErrors.DuplicateModifier, { + at: startLoc, + modifier, + }); + } + + modified[modifier] = true; + enforceOrder(startLoc, modifier, 'in', 'out'); + } else { + if (Object.hasOwnProperty.call(modified, modifier)) { + this.raise(TSErrors.DuplicateModifier, { + at: startLoc, + modifier, + }); + } else { + enforceOrder(startLoc, modifier, 'static', 'readonly'); + enforceOrder(startLoc, modifier, 'static', 'override'); + enforceOrder(startLoc, modifier, 'override', 'readonly'); + enforceOrder(startLoc, modifier, 'abstract', 'override'); + incompatible(startLoc, modifier, 'declare', 'override'); + incompatible(startLoc, modifier, 'static', 'abstract'); + } + + modified[modifier] = true; + } + + if ( + disallowedModifiers != null && + disallowedModifiers.includes(modifier) + ) { + this.raise(errorTemplate, { + at: startLoc, + modifier, + }); + } + } } - return result; - } + tsIsListTerminator(kind) { + switch (kind) { + case 'EnumMembers': + case 'TypeMembers': + return this.match(8); + + case 'HeritageClauseElement': + return this.match(5); + + case 'TupleElementTypes': + return this.match(3); + + case 'TypeParametersOrArguments': + return this.match(48); + } + + throw new Error('Unreachable'); + } + + tsParseList(kind, parseElement) { + const result = []; + + while (!this.tsIsListTerminator(kind)) { + result.push(parseElement()); + } + + return result; + } + + tsParseDelimitedList(kind, parseElement, refTrailingCommaPos) { + return nonNull( + this.tsParseDelimitedListWorker( + kind, + parseElement, + true, + refTrailingCommaPos + ) + ); + } + + tsParseDelimitedListWorker( + kind, + parseElement, + expectSuccess, + refTrailingCommaPos + ) { + const result = []; + let trailingCommaPos = -1; + + for (;;) { + if (this.tsIsListTerminator(kind)) { + break; + } + + trailingCommaPos = -1; + const element = parseElement(); + + if (element == null) { + return undefined; + } + + result.push(element); + + if (this.eat(12)) { + trailingCommaPos = this.state.lastTokStart; + continue; + } + + if (this.tsIsListTerminator(kind)) { + break; + } + + if (expectSuccess) { + this.expect(12); + } + + return undefined; + } + + if (refTrailingCommaPos) { + refTrailingCommaPos.value = trailingCommaPos; + } + + return result; + } + + tsParseBracketedList( + kind, + parseElement, + bracket, + skipFirstToken, + refTrailingCommaPos + ) { + if (!skipFirstToken) { + if (bracket) { + this.expect(0); + } else { + this.expect(47); + } + } + + const result = this.tsParseDelimitedList( + kind, + parseElement, + refTrailingCommaPos + ); - tsParseBracketedList(kind, parseElement, bracket, skipFirstToken, refTrailingCommaPos) { - if (!skipFirstToken) { if (bracket) { - this.expect(0); + this.expect(3); } else { - this.expect(47); + this.expect(48); + } + + return result; + } + + tsParseImportType() { + const node = this.startNode(); + this.expect(83); + this.expect(10); + + if (!this.match(129)) { + this.raise(TSErrors.UnsupportedImportTypeArgument, { + at: this.state.startLoc, + }); + } + + node.argument = this.parseExprAtom(); + this.expect(11); + + if (this.eat(16)) { + node.qualifier = this.tsParseEntityName(); + } + + if (this.match(47)) { + node.typeParameters = this.tsParseTypeArguments(); + } + + return this.finishNode(node, 'TSImportType'); + } + + tsParseEntityName(allowReservedWords = true) { + let entity = this.parseIdentifier(allowReservedWords); + + while (this.eat(16)) { + const node = this.startNodeAtNode(entity); + node.left = entity; + node.right = this.parseIdentifier(allowReservedWords); + entity = this.finishNode(node, 'TSQualifiedName'); + } + + return entity; + } + + tsParseTypeReference() { + const node = this.startNode(); + node.typeName = this.tsParseEntityName(); + + if (!this.hasPrecedingLineBreak() && this.match(47)) { + node.typeParameters = this.tsParseTypeArguments(); + } + + return this.finishNode(node, 'TSTypeReference'); + } + + tsParseThisTypePredicate(lhs) { + this.next(); + const node = this.startNodeAtNode(lhs); + node.parameterName = lhs; + node.typeAnnotation = this.tsParseTypeAnnotation(false); + node.asserts = false; + return this.finishNode(node, 'TSTypePredicate'); + } + + tsParseThisTypeNode() { + const node = this.startNode(); + this.next(); + return this.finishNode(node, 'TSThisType'); + } + + tsParseTypeQuery() { + const node = this.startNode(); + this.expect(87); + + if (this.match(83)) { + node.exprName = this.tsParseImportType(); + } else { + node.exprName = this.tsParseEntityName(); + } + + if (!this.hasPrecedingLineBreak() && this.match(47)) { + node.typeParameters = this.tsParseTypeArguments(); + } + + return this.finishNode(node, 'TSTypeQuery'); + } + + tsParseInOutModifiers(node) { + this.tsParseModifiers({ + modified: node, + allowedModifiers: ['in', 'out'], + disallowedModifiers: [ + 'public', + 'private', + 'protected', + 'readonly', + 'declare', + 'abstract', + 'override', + ], + errorTemplate: TSErrors.InvalidModifierOnTypeParameter, + }); + } + + tsParseNoneModifiers(node) { + this.tsParseModifiers({ + modified: node, + allowedModifiers: [], + disallowedModifiers: ['in', 'out'], + errorTemplate: TSErrors.InvalidModifierOnTypeParameterPositions, + }); + } + + tsParseTypeParameter( + parseModifiers = this.tsParseNoneModifiers.bind(this) + ) { + const node = this.startNode(); + parseModifiers(node); + node.name = this.tsParseTypeParameterName(); + node.constraint = this.tsEatThenParseType(81); + node.default = this.tsEatThenParseType(29); + return this.finishNode(node, 'TSTypeParameter'); + } + + tsTryParseTypeParameters(parseModifiers) { + if (this.match(47)) { + return this.tsParseTypeParameters(parseModifiers); } } - const result = this.tsParseDelimitedList(kind, parseElement, refTrailingCommaPos); + tsParseTypeParameters(parseModifiers) { + const node = this.startNode(); - if (bracket) { + if (this.match(47) || this.match(138)) { + this.next(); + } else { + this.unexpected(); + } + + const refTrailingCommaPos = { + value: -1, + }; + node.params = this.tsParseBracketedList( + 'TypeParametersOrArguments', + this.tsParseTypeParameter.bind(this, parseModifiers), + false, + true, + refTrailingCommaPos + ); + + if (node.params.length === 0) { + this.raise(TSErrors.EmptyTypeParameters, { + at: node, + }); + } + + if (refTrailingCommaPos.value !== -1) { + this.addExtra(node, 'trailingComma', refTrailingCommaPos.value); + } + + return this.finishNode(node, 'TSTypeParameterDeclaration'); + } + + tsTryNextParseConstantContext() { + if (this.lookahead().type !== 75) return null; + this.next(); + const typeReference = this.tsParseTypeReference(); + + if (typeReference.typeParameters) { + this.raise(TSErrors.CannotFindName, { + at: typeReference.typeName, + name: 'const', + }); + } + + return typeReference; + } + + tsFillSignature(returnToken, signature) { + const returnTokenRequired = returnToken === 19; + const paramsKey = 'parameters'; + const returnTypeKey = 'typeAnnotation'; + signature.typeParameters = this.tsTryParseTypeParameters(); + this.expect(10); + signature[paramsKey] = this.tsParseBindingListForSignature(); + + if (returnTokenRequired) { + signature[returnTypeKey] = + this.tsParseTypeOrTypePredicateAnnotation(returnToken); + } else if (this.match(returnToken)) { + signature[returnTypeKey] = + this.tsParseTypeOrTypePredicateAnnotation(returnToken); + } + } + + tsParseBindingListForSignature() { + return this.parseBindingList(11, 41).map((pattern) => { + if ( + pattern.type !== 'Identifier' && + pattern.type !== 'RestElement' && + pattern.type !== 'ObjectPattern' && + pattern.type !== 'ArrayPattern' + ) { + this.raise(TSErrors.UnsupportedSignatureParameterKind, { + at: pattern, + type: pattern.type, + }); + } + + return pattern; + }); + } + + tsParseTypeMemberSemicolon() { + if (!this.eat(12) && !this.isLineTerminator()) { + this.expect(13); + } + } + + tsParseSignatureMember(kind, node) { + this.tsFillSignature(14, node); + this.tsParseTypeMemberSemicolon(); + return this.finishNode(node, kind); + } + + tsIsUnambiguouslyIndexSignature() { + this.next(); + + if (tokenIsIdentifier(this.state.type)) { + this.next(); + return this.match(14); + } + + return false; + } + + tsTryParseIndexSignature(node) { + if ( + !( + this.match(0) && + this.tsLookAhead(this.tsIsUnambiguouslyIndexSignature.bind(this)) + ) + ) { + return undefined; + } + + this.expect(0); + const id = this.parseIdentifier(); + id.typeAnnotation = this.tsParseTypeAnnotation(); + this.resetEndLocation(id); this.expect(3); - } else { - this.expect(48); - } - - return result; - } - - tsParseImportType() { - const node = this.startNode(); - this.expect(83); - this.expect(10); - - if (!this.match(129)) { - this.raise(TSErrors.UnsupportedImportTypeArgument, { - at: this.state.startLoc - }); - } - - node.argument = this.parseExprAtom(); - this.expect(11); - - if (this.eat(16)) { - node.qualifier = this.tsParseEntityName(); - } - - if (this.match(47)) { - node.typeParameters = this.tsParseTypeArguments(); - } - - return this.finishNode(node, "TSImportType"); - } - - tsParseEntityName(allowReservedWords = true) { - let entity = this.parseIdentifier(allowReservedWords); - - while (this.eat(16)) { - const node = this.startNodeAtNode(entity); - node.left = entity; - node.right = this.parseIdentifier(allowReservedWords); - entity = this.finishNode(node, "TSQualifiedName"); - } - - return entity; - } - - tsParseTypeReference() { - const node = this.startNode(); - node.typeName = this.tsParseEntityName(); - - if (!this.hasPrecedingLineBreak() && this.match(47)) { - node.typeParameters = this.tsParseTypeArguments(); - } - - return this.finishNode(node, "TSTypeReference"); - } - - tsParseThisTypePredicate(lhs) { - this.next(); - const node = this.startNodeAtNode(lhs); - node.parameterName = lhs; - node.typeAnnotation = this.tsParseTypeAnnotation(false); - node.asserts = false; - return this.finishNode(node, "TSTypePredicate"); - } - - tsParseThisTypeNode() { - const node = this.startNode(); - this.next(); - return this.finishNode(node, "TSThisType"); - } - - tsParseTypeQuery() { - const node = this.startNode(); - this.expect(87); - - if (this.match(83)) { - node.exprName = this.tsParseImportType(); - } else { - node.exprName = this.tsParseEntityName(); - } - - if (!this.hasPrecedingLineBreak() && this.match(47)) { - node.typeParameters = this.tsParseTypeArguments(); - } - - return this.finishNode(node, "TSTypeQuery"); - } - - tsParseInOutModifiers(node) { - this.tsParseModifiers({ - modified: node, - allowedModifiers: ["in", "out"], - disallowedModifiers: ["public", "private", "protected", "readonly", "declare", "abstract", "override"], - errorTemplate: TSErrors.InvalidModifierOnTypeParameter - }); - } - - tsParseNoneModifiers(node) { - this.tsParseModifiers({ - modified: node, - allowedModifiers: [], - disallowedModifiers: ["in", "out"], - errorTemplate: TSErrors.InvalidModifierOnTypeParameterPositions - }); - } - - tsParseTypeParameter(parseModifiers = this.tsParseNoneModifiers.bind(this)) { - const node = this.startNode(); - parseModifiers(node); - node.name = this.tsParseTypeParameterName(); - node.constraint = this.tsEatThenParseType(81); - node.default = this.tsEatThenParseType(29); - return this.finishNode(node, "TSTypeParameter"); - } - - tsTryParseTypeParameters(parseModifiers) { - if (this.match(47)) { - return this.tsParseTypeParameters(parseModifiers); - } - } - - tsParseTypeParameters(parseModifiers) { - const node = this.startNode(); - - if (this.match(47) || this.match(138)) { - this.next(); - } else { - this.unexpected(); - } - - const refTrailingCommaPos = { - value: -1 - }; - node.params = this.tsParseBracketedList("TypeParametersOrArguments", this.tsParseTypeParameter.bind(this, parseModifiers), false, true, refTrailingCommaPos); - - if (node.params.length === 0) { - this.raise(TSErrors.EmptyTypeParameters, { - at: node - }); - } - - if (refTrailingCommaPos.value !== -1) { - this.addExtra(node, "trailingComma", refTrailingCommaPos.value); - } - - return this.finishNode(node, "TSTypeParameterDeclaration"); - } - - tsTryNextParseConstantContext() { - if (this.lookahead().type !== 75) return null; - this.next(); - const typeReference = this.tsParseTypeReference(); - - if (typeReference.typeParameters) { - this.raise(TSErrors.CannotFindName, { - at: typeReference.typeName, - name: "const" - }); - } - - return typeReference; - } - - tsFillSignature(returnToken, signature) { - const returnTokenRequired = returnToken === 19; - const paramsKey = "parameters"; - const returnTypeKey = "typeAnnotation"; - signature.typeParameters = this.tsTryParseTypeParameters(); - this.expect(10); - signature[paramsKey] = this.tsParseBindingListForSignature(); - - if (returnTokenRequired) { - signature[returnTypeKey] = this.tsParseTypeOrTypePredicateAnnotation(returnToken); - } else if (this.match(returnToken)) { - signature[returnTypeKey] = this.tsParseTypeOrTypePredicateAnnotation(returnToken); - } - } - - tsParseBindingListForSignature() { - return this.parseBindingList(11, 41).map(pattern => { - if (pattern.type !== "Identifier" && pattern.type !== "RestElement" && pattern.type !== "ObjectPattern" && pattern.type !== "ArrayPattern") { - this.raise(TSErrors.UnsupportedSignatureParameterKind, { - at: pattern, - type: pattern.type - }); - } - - return pattern; - }); - } - - tsParseTypeMemberSemicolon() { - if (!this.eat(12) && !this.isLineTerminator()) { - this.expect(13); - } - } - - tsParseSignatureMember(kind, node) { - this.tsFillSignature(14, node); - this.tsParseTypeMemberSemicolon(); - return this.finishNode(node, kind); - } - - tsIsUnambiguouslyIndexSignature() { - this.next(); - - if (tokenIsIdentifier(this.state.type)) { - this.next(); - return this.match(14); - } - - return false; - } - - tsTryParseIndexSignature(node) { - if (!(this.match(0) && this.tsLookAhead(this.tsIsUnambiguouslyIndexSignature.bind(this)))) { - return undefined; - } - - this.expect(0); - const id = this.parseIdentifier(); - id.typeAnnotation = this.tsParseTypeAnnotation(); - this.resetEndLocation(id); - this.expect(3); - node.parameters = [id]; - const type = this.tsTryParseTypeAnnotation(); - if (type) node.typeAnnotation = type; - this.tsParseTypeMemberSemicolon(); - return this.finishNode(node, "TSIndexSignature"); - } - - tsParsePropertyOrMethodSignature(node, readonly) { - if (this.eat(17)) node.optional = true; - const nodeAny = node; - - if (this.match(10) || this.match(47)) { - if (readonly) { - this.raise(TSErrors.ReadonlyForMethodSignature, { - at: node - }); - } - - const method = nodeAny; - - if (method.kind && this.match(47)) { - this.raise(TSErrors.AccesorCannotHaveTypeParameters, { - at: this.state.curPosition() - }); - } - - this.tsFillSignature(14, method); - this.tsParseTypeMemberSemicolon(); - const paramsKey = "parameters"; - const returnTypeKey = "typeAnnotation"; - - if (method.kind === "get") { - if (method[paramsKey].length > 0) { - this.raise(Errors.BadGetterArity, { - at: this.state.curPosition() - }); - - if (this.isThisParam(method[paramsKey][0])) { - this.raise(TSErrors.AccesorCannotDeclareThisParameter, { - at: this.state.curPosition() - }); - } - } - } else if (method.kind === "set") { - if (method[paramsKey].length !== 1) { - this.raise(Errors.BadSetterArity, { - at: this.state.curPosition() - }); - } else { - const firstParameter = method[paramsKey][0]; - - if (this.isThisParam(firstParameter)) { - this.raise(TSErrors.AccesorCannotDeclareThisParameter, { - at: this.state.curPosition() - }); - } - - if (firstParameter.type === "Identifier" && firstParameter.optional) { - this.raise(TSErrors.SetAccesorCannotHaveOptionalParameter, { - at: this.state.curPosition() - }); - } - - if (firstParameter.type === "RestElement") { - this.raise(TSErrors.SetAccesorCannotHaveRestParameter, { - at: this.state.curPosition() - }); - } - } - - if (method[returnTypeKey]) { - this.raise(TSErrors.SetAccesorCannotHaveReturnType, { - at: method[returnTypeKey] - }); - } - } else { - method.kind = "method"; - } - - return this.finishNode(method, "TSMethodSignature"); - } else { - const property = nodeAny; - if (readonly) property.readonly = true; + node.parameters = [id]; const type = this.tsTryParseTypeAnnotation(); - if (type) property.typeAnnotation = type; + if (type) node.typeAnnotation = type; this.tsParseTypeMemberSemicolon(); - return this.finishNode(property, "TSPropertySignature"); - } - } - - tsParseTypeMember() { - const node = this.startNode(); - - if (this.match(10) || this.match(47)) { - return this.tsParseSignatureMember("TSCallSignatureDeclaration", node); + return this.finishNode(node, 'TSIndexSignature'); } - if (this.match(77)) { - const id = this.startNode(); - this.next(); + tsParsePropertyOrMethodSignature(node, readonly) { + if (this.eat(17)) node.optional = true; + const nodeAny = node; if (this.match(10) || this.match(47)) { - return this.tsParseSignatureMember("TSConstructSignatureDeclaration", node); - } else { - node.key = this.createIdentifier(id, "new"); - return this.tsParsePropertyOrMethodSignature(node, false); - } - } - - this.tsParseModifiers({ - modified: node, - allowedModifiers: ["readonly"], - disallowedModifiers: ["declare", "abstract", "private", "protected", "public", "static", "override"] - }); - const idx = this.tsTryParseIndexSignature(node); - - if (idx) { - return idx; - } - - this.parsePropertyName(node); - - if (!node.computed && node.key.type === "Identifier" && (node.key.name === "get" || node.key.name === "set") && this.tsTokenCanFollowModifier()) { - node.kind = node.key.name; - this.parsePropertyName(node); - } - - return this.tsParsePropertyOrMethodSignature(node, !!node.readonly); - } - - tsParseTypeLiteral() { - const node = this.startNode(); - node.members = this.tsParseObjectTypeMembers(); - return this.finishNode(node, "TSTypeLiteral"); - } - - tsParseObjectTypeMembers() { - this.expect(5); - const members = this.tsParseList("TypeMembers", this.tsParseTypeMember.bind(this)); - this.expect(8); - return members; - } - - tsIsStartOfMappedType() { - this.next(); - - if (this.eat(53)) { - return this.isContextual(118); - } - - if (this.isContextual(118)) { - this.next(); - } - - if (!this.match(0)) { - return false; - } - - this.next(); - - if (!this.tsIsIdentifier()) { - return false; - } - - this.next(); - return this.match(58); - } - - tsParseMappedTypeParameter() { - const node = this.startNode(); - node.name = this.tsParseTypeParameterName(); - node.constraint = this.tsExpectThenParseType(58); - return this.finishNode(node, "TSTypeParameter"); - } - - tsParseMappedType() { - const node = this.startNode(); - this.expect(5); - - if (this.match(53)) { - node.readonly = this.state.value; - this.next(); - this.expectContextual(118); - } else if (this.eatContextual(118)) { - node.readonly = true; - } - - this.expect(0); - node.typeParameter = this.tsParseMappedTypeParameter(); - node.nameType = this.eatContextual(93) ? this.tsParseType() : null; - this.expect(3); - - if (this.match(53)) { - node.optional = this.state.value; - this.next(); - this.expect(17); - } else if (this.eat(17)) { - node.optional = true; - } - - node.typeAnnotation = this.tsTryParseType(); - this.semicolon(); - this.expect(8); - return this.finishNode(node, "TSMappedType"); - } - - tsParseTupleType() { - const node = this.startNode(); - node.elementTypes = this.tsParseBracketedList("TupleElementTypes", this.tsParseTupleElementType.bind(this), true, false); - let seenOptionalElement = false; - let labeledElements = null; - node.elementTypes.forEach(elementNode => { - var _labeledElements; - - let { - type - } = elementNode; - - if (seenOptionalElement && type !== "TSRestType" && type !== "TSOptionalType" && !(type === "TSNamedTupleMember" && elementNode.optional)) { - this.raise(TSErrors.OptionalTypeBeforeRequired, { - at: elementNode - }); - } - - seenOptionalElement = seenOptionalElement || type === "TSNamedTupleMember" && elementNode.optional || type === "TSOptionalType"; - - if (type === "TSRestType") { - elementNode = elementNode.typeAnnotation; - type = elementNode.type; - } - - const isLabeled = type === "TSNamedTupleMember"; - labeledElements = (_labeledElements = labeledElements) != null ? _labeledElements : isLabeled; - - if (labeledElements !== isLabeled) { - this.raise(TSErrors.MixedLabeledAndUnlabeledElements, { - at: elementNode - }); - } - }); - return this.finishNode(node, "TSTupleType"); - } - - tsParseTupleElementType() { - const { - start: startPos, - startLoc - } = this.state; - const rest = this.eat(21); - let type = this.tsParseType(); - const optional = this.eat(17); - const labeled = this.eat(14); - - if (labeled) { - const labeledNode = this.startNodeAtNode(type); - labeledNode.optional = optional; - - if (type.type === "TSTypeReference" && !type.typeParameters && type.typeName.type === "Identifier") { - labeledNode.label = type.typeName; - } else { - this.raise(TSErrors.InvalidTupleMemberLabel, { - at: type - }); - labeledNode.label = type; - } - - labeledNode.elementType = this.tsParseType(); - type = this.finishNode(labeledNode, "TSNamedTupleMember"); - } else if (optional) { - const optionalTypeNode = this.startNodeAtNode(type); - optionalTypeNode.typeAnnotation = type; - type = this.finishNode(optionalTypeNode, "TSOptionalType"); - } - - if (rest) { - const restNode = this.startNodeAt(startPos, startLoc); - restNode.typeAnnotation = type; - type = this.finishNode(restNode, "TSRestType"); - } - - return type; - } - - tsParseParenthesizedType() { - const node = this.startNode(); - this.expect(10); - node.typeAnnotation = this.tsParseType(); - this.expect(11); - return this.finishNode(node, "TSParenthesizedType"); - } - - tsParseFunctionOrConstructorType(type, abstract) { - const node = this.startNode(); - - if (type === "TSConstructorType") { - node.abstract = !!abstract; - if (abstract) this.next(); - this.next(); - } - - this.tsInAllowConditionalTypesContext(() => this.tsFillSignature(19, node)); - return this.finishNode(node, type); - } - - tsParseLiteralTypeNode() { - const node = this.startNode(); - - node.literal = (() => { - switch (this.state.type) { - case 130: - case 131: - case 129: - case 85: - case 86: - return this.parseExprAtom(); - - default: - throw this.unexpected(); - } - })(); - - return this.finishNode(node, "TSLiteralType"); - } - - tsParseTemplateLiteralType() { - const node = this.startNode(); - node.literal = this.parseTemplate(false); - return this.finishNode(node, "TSLiteralType"); - } - - parseTemplateSubstitution() { - if (this.state.inType) return this.tsParseType(); - return super.parseTemplateSubstitution(); - } - - tsParseThisTypeOrThisTypePredicate() { - const thisKeyword = this.tsParseThisTypeNode(); - - if (this.isContextual(113) && !this.hasPrecedingLineBreak()) { - return this.tsParseThisTypePredicate(thisKeyword); - } else { - return thisKeyword; - } - } - - tsParseNonArrayType() { - switch (this.state.type) { - case 129: - case 130: - case 131: - case 85: - case 86: - return this.tsParseLiteralTypeNode(); - - case 53: - if (this.state.value === "-") { - const node = this.startNode(); - const nextToken = this.lookahead(); - - if (nextToken.type !== 130 && nextToken.type !== 131) { - throw this.unexpected(); - } - - node.literal = this.parseMaybeUnary(); - return this.finishNode(node, "TSLiteralType"); + if (readonly) { + this.raise(TSErrors.ReadonlyForMethodSignature, { + at: node, + }); } - break; + const method = nodeAny; - case 78: - return this.tsParseThisTypeOrThisTypePredicate(); + if (method.kind && this.match(47)) { + this.raise(TSErrors.AccesorCannotHaveTypeParameters, { + at: this.state.curPosition(), + }); + } - case 87: - return this.tsParseTypeQuery(); + this.tsFillSignature(14, method); + this.tsParseTypeMemberSemicolon(); + const paramsKey = 'parameters'; + const returnTypeKey = 'typeAnnotation'; - case 83: - return this.tsParseImportType(); + if (method.kind === 'get') { + if (method[paramsKey].length > 0) { + this.raise(Errors.BadGetterArity, { + at: this.state.curPosition(), + }); - case 5: - return this.tsLookAhead(this.tsIsStartOfMappedType.bind(this)) ? this.tsParseMappedType() : this.tsParseTypeLiteral(); + if (this.isThisParam(method[paramsKey][0])) { + this.raise(TSErrors.AccesorCannotDeclareThisParameter, { + at: this.state.curPosition(), + }); + } + } + } else if (method.kind === 'set') { + if (method[paramsKey].length !== 1) { + this.raise(Errors.BadSetterArity, { + at: this.state.curPosition(), + }); + } else { + const firstParameter = method[paramsKey][0]; - case 0: - return this.tsParseTupleType(); + if (this.isThisParam(firstParameter)) { + this.raise(TSErrors.AccesorCannotDeclareThisParameter, { + at: this.state.curPosition(), + }); + } - case 10: - return this.tsParseParenthesizedType(); + if ( + firstParameter.type === 'Identifier' && + firstParameter.optional + ) { + this.raise(TSErrors.SetAccesorCannotHaveOptionalParameter, { + at: this.state.curPosition(), + }); + } - case 25: - case 24: - return this.tsParseTemplateLiteralType(); + if (firstParameter.type === 'RestElement') { + this.raise(TSErrors.SetAccesorCannotHaveRestParameter, { + at: this.state.curPosition(), + }); + } + } - default: - { - const { - type - } = this.state; + if (method[returnTypeKey]) { + this.raise(TSErrors.SetAccesorCannotHaveReturnType, { + at: method[returnTypeKey], + }); + } + } else { + method.kind = 'method'; + } + + return this.finishNode(method, 'TSMethodSignature'); + } else { + const property = nodeAny; + if (readonly) property.readonly = true; + const type = this.tsTryParseTypeAnnotation(); + if (type) property.typeAnnotation = type; + this.tsParseTypeMemberSemicolon(); + return this.finishNode(property, 'TSPropertySignature'); + } + } + + tsParseTypeMember() { + const node = this.startNode(); + + if (this.match(10) || this.match(47)) { + return this.tsParseSignatureMember('TSCallSignatureDeclaration', node); + } + + if (this.match(77)) { + const id = this.startNode(); + this.next(); + + if (this.match(10) || this.match(47)) { + return this.tsParseSignatureMember( + 'TSConstructSignatureDeclaration', + node + ); + } else { + node.key = this.createIdentifier(id, 'new'); + return this.tsParsePropertyOrMethodSignature(node, false); + } + } + + this.tsParseModifiers({ + modified: node, + allowedModifiers: ['readonly'], + disallowedModifiers: [ + 'declare', + 'abstract', + 'private', + 'protected', + 'public', + 'static', + 'override', + ], + }); + const idx = this.tsTryParseIndexSignature(node); + + if (idx) { + return idx; + } + + this.parsePropertyName(node); + + if ( + !node.computed && + node.key.type === 'Identifier' && + (node.key.name === 'get' || node.key.name === 'set') && + this.tsTokenCanFollowModifier() + ) { + node.kind = node.key.name; + this.parsePropertyName(node); + } + + return this.tsParsePropertyOrMethodSignature(node, !!node.readonly); + } + + tsParseTypeLiteral() { + const node = this.startNode(); + node.members = this.tsParseObjectTypeMembers(); + return this.finishNode(node, 'TSTypeLiteral'); + } + + tsParseObjectTypeMembers() { + this.expect(5); + const members = this.tsParseList( + 'TypeMembers', + this.tsParseTypeMember.bind(this) + ); + this.expect(8); + return members; + } + + tsIsStartOfMappedType() { + this.next(); + + if (this.eat(53)) { + return this.isContextual(118); + } + + if (this.isContextual(118)) { + this.next(); + } + + if (!this.match(0)) { + return false; + } + + this.next(); + + if (!this.tsIsIdentifier()) { + return false; + } + + this.next(); + return this.match(58); + } + + tsParseMappedTypeParameter() { + const node = this.startNode(); + node.name = this.tsParseTypeParameterName(); + node.constraint = this.tsExpectThenParseType(58); + return this.finishNode(node, 'TSTypeParameter'); + } + + tsParseMappedType() { + const node = this.startNode(); + this.expect(5); + + if (this.match(53)) { + node.readonly = this.state.value; + this.next(); + this.expectContextual(118); + } else if (this.eatContextual(118)) { + node.readonly = true; + } + + this.expect(0); + node.typeParameter = this.tsParseMappedTypeParameter(); + node.nameType = this.eatContextual(93) ? this.tsParseType() : null; + this.expect(3); + + if (this.match(53)) { + node.optional = this.state.value; + this.next(); + this.expect(17); + } else if (this.eat(17)) { + node.optional = true; + } + + node.typeAnnotation = this.tsTryParseType(); + this.semicolon(); + this.expect(8); + return this.finishNode(node, 'TSMappedType'); + } + + tsParseTupleType() { + const node = this.startNode(); + node.elementTypes = this.tsParseBracketedList( + 'TupleElementTypes', + this.tsParseTupleElementType.bind(this), + true, + false + ); + let seenOptionalElement = false; + let labeledElements = null; + node.elementTypes.forEach((elementNode) => { + var _labeledElements; + + let { type } = elementNode; + + if ( + seenOptionalElement && + type !== 'TSRestType' && + type !== 'TSOptionalType' && + !(type === 'TSNamedTupleMember' && elementNode.optional) + ) { + this.raise(TSErrors.OptionalTypeBeforeRequired, { + at: elementNode, + }); + } + + seenOptionalElement = + seenOptionalElement || + (type === 'TSNamedTupleMember' && elementNode.optional) || + type === 'TSOptionalType'; + + if (type === 'TSRestType') { + elementNode = elementNode.typeAnnotation; + type = elementNode.type; + } + + const isLabeled = type === 'TSNamedTupleMember'; + labeledElements = + (_labeledElements = labeledElements) != null ? + _labeledElements + : isLabeled; + + if (labeledElements !== isLabeled) { + this.raise(TSErrors.MixedLabeledAndUnlabeledElements, { + at: elementNode, + }); + } + }); + return this.finishNode(node, 'TSTupleType'); + } + + tsParseTupleElementType() { + const { start: startPos, startLoc } = this.state; + const rest = this.eat(21); + let type = this.tsParseType(); + const optional = this.eat(17); + const labeled = this.eat(14); + + if (labeled) { + const labeledNode = this.startNodeAtNode(type); + labeledNode.optional = optional; + + if ( + type.type === 'TSTypeReference' && + !type.typeParameters && + type.typeName.type === 'Identifier' + ) { + labeledNode.label = type.typeName; + } else { + this.raise(TSErrors.InvalidTupleMemberLabel, { + at: type, + }); + labeledNode.label = type; + } + + labeledNode.elementType = this.tsParseType(); + type = this.finishNode(labeledNode, 'TSNamedTupleMember'); + } else if (optional) { + const optionalTypeNode = this.startNodeAtNode(type); + optionalTypeNode.typeAnnotation = type; + type = this.finishNode(optionalTypeNode, 'TSOptionalType'); + } + + if (rest) { + const restNode = this.startNodeAt(startPos, startLoc); + restNode.typeAnnotation = type; + type = this.finishNode(restNode, 'TSRestType'); + } + + return type; + } + + tsParseParenthesizedType() { + const node = this.startNode(); + this.expect(10); + node.typeAnnotation = this.tsParseType(); + this.expect(11); + return this.finishNode(node, 'TSParenthesizedType'); + } + + tsParseFunctionOrConstructorType(type, abstract) { + const node = this.startNode(); + + if (type === 'TSConstructorType') { + node.abstract = !!abstract; + if (abstract) this.next(); + this.next(); + } + + this.tsInAllowConditionalTypesContext(() => + this.tsFillSignature(19, node) + ); + return this.finishNode(node, type); + } + + tsParseLiteralTypeNode() { + const node = this.startNode(); + + node.literal = (() => { + switch (this.state.type) { + case 130: + case 131: + case 129: + case 85: + case 86: + return this.parseExprAtom(); + + default: + throw this.unexpected(); + } + })(); + + return this.finishNode(node, 'TSLiteralType'); + } + + tsParseTemplateLiteralType() { + const node = this.startNode(); + node.literal = this.parseTemplate(false); + return this.finishNode(node, 'TSLiteralType'); + } + + parseTemplateSubstitution() { + if (this.state.inType) return this.tsParseType(); + return super.parseTemplateSubstitution(); + } + + tsParseThisTypeOrThisTypePredicate() { + const thisKeyword = this.tsParseThisTypeNode(); + + if (this.isContextual(113) && !this.hasPrecedingLineBreak()) { + return this.tsParseThisTypePredicate(thisKeyword); + } else { + return thisKeyword; + } + } + + tsParseNonArrayType() { + switch (this.state.type) { + case 129: + case 130: + case 131: + case 85: + case 86: + return this.tsParseLiteralTypeNode(); + + case 53: + if (this.state.value === '-') { + const node = this.startNode(); + const nextToken = this.lookahead(); + + if (nextToken.type !== 130 && nextToken.type !== 131) { + throw this.unexpected(); + } + + node.literal = this.parseMaybeUnary(); + return this.finishNode(node, 'TSLiteralType'); + } + + break; + + case 78: + return this.tsParseThisTypeOrThisTypePredicate(); + + case 87: + return this.tsParseTypeQuery(); + + case 83: + return this.tsParseImportType(); + + case 5: + return this.tsLookAhead(this.tsIsStartOfMappedType.bind(this)) ? + this.tsParseMappedType() + : this.tsParseTypeLiteral(); + + case 0: + return this.tsParseTupleType(); + + case 10: + return this.tsParseParenthesizedType(); + + case 25: + case 24: + return this.tsParseTemplateLiteralType(); + + default: { + const { type } = this.state; if (tokenIsIdentifier(type) || type === 88 || type === 84) { - const nodeType = type === 88 ? "TSVoidKeyword" : type === 84 ? "TSNullKeyword" : keywordTypeFromName(this.state.value); + const nodeType = + type === 88 ? 'TSVoidKeyword' + : type === 84 ? 'TSNullKeyword' + : keywordTypeFromName(this.state.value); if (nodeType !== undefined && this.lookaheadCharCode() !== 46) { const node = this.startNode(); @@ -9184,673 +10262,734 @@ var typescript = (superClass => class extends superClass { return this.tsParseTypeReference(); } } - } - - throw this.unexpected(); - } - - tsParseArrayTypeOrHigher() { - let type = this.tsParseNonArrayType(); - - while (!this.hasPrecedingLineBreak() && this.eat(0)) { - if (this.match(3)) { - const node = this.startNodeAtNode(type); - node.elementType = type; - this.expect(3); - type = this.finishNode(node, "TSArrayType"); - } else { - const node = this.startNodeAtNode(type); - node.objectType = type; - node.indexType = this.tsParseType(); - this.expect(3); - type = this.finishNode(node, "TSIndexedAccessType"); - } - } - - return type; - } - - tsParseTypeOperator() { - const node = this.startNode(); - const operator = this.state.value; - this.next(); - node.operator = operator; - node.typeAnnotation = this.tsParseTypeOperatorOrHigher(); - - if (operator === "readonly") { - this.tsCheckTypeAnnotationForReadOnly(node); - } - - return this.finishNode(node, "TSTypeOperator"); - } - - tsCheckTypeAnnotationForReadOnly(node) { - switch (node.typeAnnotation.type) { - case "TSTupleType": - case "TSArrayType": - return; - - default: - this.raise(TSErrors.UnexpectedReadonly, { - at: node - }); - } - } - - tsParseInferType() { - const node = this.startNode(); - this.expectContextual(112); - const typeParameter = this.startNode(); - typeParameter.name = this.tsParseTypeParameterName(); - typeParameter.constraint = this.tsTryParse(() => this.tsParseConstraintForInferType()); - node.typeParameter = this.finishNode(typeParameter, "TSTypeParameter"); - return this.finishNode(node, "TSInferType"); - } - - tsParseConstraintForInferType() { - if (this.eat(81)) { - const constraint = this.tsInDisallowConditionalTypesContext(() => this.tsParseType()); - - if (this.state.inDisallowConditionalTypesContext || !this.match(17)) { - return constraint; - } - } - } - - tsParseTypeOperatorOrHigher() { - const isTypeOperator = tokenIsTSTypeOperator(this.state.type) && !this.state.containsEsc; - return isTypeOperator ? this.tsParseTypeOperator() : this.isContextual(112) ? this.tsParseInferType() : this.tsInAllowConditionalTypesContext(() => this.tsParseArrayTypeOrHigher()); - } - - tsParseUnionOrIntersectionType(kind, parseConstituentType, operator) { - const node = this.startNode(); - const hasLeadingOperator = this.eat(operator); - const types = []; - - do { - types.push(parseConstituentType()); - } while (this.eat(operator)); - - if (types.length === 1 && !hasLeadingOperator) { - return types[0]; - } - - node.types = types; - return this.finishNode(node, kind); - } - - tsParseIntersectionTypeOrHigher() { - return this.tsParseUnionOrIntersectionType("TSIntersectionType", this.tsParseTypeOperatorOrHigher.bind(this), 45); - } - - tsParseUnionTypeOrHigher() { - return this.tsParseUnionOrIntersectionType("TSUnionType", this.tsParseIntersectionTypeOrHigher.bind(this), 43); - } - - tsIsStartOfFunctionType() { - if (this.match(47)) { - return true; - } - - return this.match(10) && this.tsLookAhead(this.tsIsUnambiguouslyStartOfFunctionType.bind(this)); - } - - tsSkipParameterStart() { - if (tokenIsIdentifier(this.state.type) || this.match(78)) { - this.next(); - return true; - } - - if (this.match(5)) { - const { - errors - } = this.state; - const previousErrorCount = errors.length; - - try { - this.parseObjectLike(8, true); - return errors.length === previousErrorCount; - } catch (_unused) { - return false; - } - } - - if (this.match(0)) { - this.next(); - const { - errors - } = this.state; - const previousErrorCount = errors.length; - - try { - this.parseBindingList(3, 93, true); - return errors.length === previousErrorCount; - } catch (_unused2) { - return false; - } - } - - return false; - } - - tsIsUnambiguouslyStartOfFunctionType() { - this.next(); - - if (this.match(11) || this.match(21)) { - return true; - } - - if (this.tsSkipParameterStart()) { - if (this.match(14) || this.match(12) || this.match(17) || this.match(29)) { - return true; } - if (this.match(11)) { - this.next(); - - if (this.match(19)) { - return true; - } - } - } - - return false; - } - - tsParseTypeOrTypePredicateAnnotation(returnToken) { - return this.tsInType(() => { - const t = this.startNode(); - this.expect(returnToken); - const node = this.startNode(); - const asserts = !!this.tsTryParse(this.tsParseTypePredicateAsserts.bind(this)); - - if (asserts && this.match(78)) { - let thisTypePredicate = this.tsParseThisTypeOrThisTypePredicate(); - - if (thisTypePredicate.type === "TSThisType") { - node.parameterName = thisTypePredicate; - node.asserts = true; - node.typeAnnotation = null; - thisTypePredicate = this.finishNode(node, "TSTypePredicate"); - } else { - this.resetStartLocationFromNode(thisTypePredicate, node); - thisTypePredicate.asserts = true; - } - - t.typeAnnotation = thisTypePredicate; - return this.finishNode(t, "TSTypeAnnotation"); - } - - const typePredicateVariable = this.tsIsIdentifier() && this.tsTryParse(this.tsParseTypePredicatePrefix.bind(this)); - - if (!typePredicateVariable) { - if (!asserts) { - return this.tsParseTypeAnnotation(false, t); - } - - node.parameterName = this.parseIdentifier(); - node.asserts = asserts; - node.typeAnnotation = null; - t.typeAnnotation = this.finishNode(node, "TSTypePredicate"); - return this.finishNode(t, "TSTypeAnnotation"); - } - - const type = this.tsParseTypeAnnotation(false); - node.parameterName = typePredicateVariable; - node.typeAnnotation = type; - node.asserts = asserts; - t.typeAnnotation = this.finishNode(node, "TSTypePredicate"); - return this.finishNode(t, "TSTypeAnnotation"); - }); - } - - tsTryParseTypeOrTypePredicateAnnotation() { - return this.match(14) ? this.tsParseTypeOrTypePredicateAnnotation(14) : undefined; - } - - tsTryParseTypeAnnotation() { - return this.match(14) ? this.tsParseTypeAnnotation() : undefined; - } - - tsTryParseType() { - return this.tsEatThenParseType(14); - } - - tsParseTypePredicatePrefix() { - const id = this.parseIdentifier(); - - if (this.isContextual(113) && !this.hasPrecedingLineBreak()) { - this.next(); - return id; - } - } - - tsParseTypePredicateAsserts() { - if (this.state.type !== 106) { - return false; - } - - const containsEsc = this.state.containsEsc; - this.next(); - - if (!tokenIsIdentifier(this.state.type) && !this.match(78)) { - return false; - } - - if (containsEsc) { - this.raise(Errors.InvalidEscapedReservedWord, { - at: this.state.lastTokStartLoc, - reservedWord: "asserts" - }); - } - - return true; - } - - tsParseTypeAnnotation(eatColon = true, t = this.startNode()) { - this.tsInType(() => { - if (eatColon) this.expect(14); - t.typeAnnotation = this.tsParseType(); - }); - return this.finishNode(t, "TSTypeAnnotation"); - } - - tsParseType() { - assert(this.state.inType); - const type = this.tsParseNonConditionalType(); - - if (this.state.inDisallowConditionalTypesContext || this.hasPrecedingLineBreak() || !this.eat(81)) { - return type; - } - - const node = this.startNodeAtNode(type); - node.checkType = type; - node.extendsType = this.tsInDisallowConditionalTypesContext(() => this.tsParseNonConditionalType()); - this.expect(17); - node.trueType = this.tsInAllowConditionalTypesContext(() => this.tsParseType()); - this.expect(14); - node.falseType = this.tsInAllowConditionalTypesContext(() => this.tsParseType()); - return this.finishNode(node, "TSConditionalType"); - } - - isAbstractConstructorSignature() { - return this.isContextual(120) && this.lookahead().type === 77; - } - - tsParseNonConditionalType() { - if (this.tsIsStartOfFunctionType()) { - return this.tsParseFunctionOrConstructorType("TSFunctionType"); - } - - if (this.match(77)) { - return this.tsParseFunctionOrConstructorType("TSConstructorType"); - } else if (this.isAbstractConstructorSignature()) { - return this.tsParseFunctionOrConstructorType("TSConstructorType", true); - } - - return this.tsParseUnionTypeOrHigher(); - } - - tsParseTypeAssertion() { - if (this.getPluginOption("typescript", "disallowAmbiguousJSXLike")) { - this.raise(TSErrors.ReservedTypeAssertion, { - at: this.state.startLoc - }); - } - - const node = this.startNode(); - - const _const = this.tsTryNextParseConstantContext(); - - node.typeAnnotation = _const || this.tsNextThenParseType(); - this.expect(48); - node.expression = this.parseMaybeUnary(); - return this.finishNode(node, "TSTypeAssertion"); - } - - tsParseHeritageClause(token) { - const originalStartLoc = this.state.startLoc; - const delimitedList = this.tsParseDelimitedList("HeritageClauseElement", () => { - const node = this.startNode(); - node.expression = this.tsParseEntityName(); - - if (this.match(47)) { - node.typeParameters = this.tsParseTypeArguments(); - } - - return this.finishNode(node, "TSExpressionWithTypeArguments"); - }); - - if (!delimitedList.length) { - this.raise(TSErrors.EmptyHeritageClauseType, { - at: originalStartLoc, - token - }); - } - - return delimitedList; - } - - tsParseInterfaceDeclaration(node, properties = {}) { - if (this.hasFollowingLineBreak()) return null; - this.expectContextual(125); - if (properties.declare) node.declare = true; - - if (tokenIsIdentifier(this.state.type)) { - node.id = this.parseIdentifier(); - this.checkIdentifier(node.id, BIND_TS_INTERFACE); - } else { - node.id = null; - this.raise(TSErrors.MissingInterfaceName, { - at: this.state.startLoc - }); - } - - node.typeParameters = this.tsTryParseTypeParameters(this.tsParseInOutModifiers.bind(this)); - - if (this.eat(81)) { - node.extends = this.tsParseHeritageClause("extends"); - } - - const body = this.startNode(); - body.body = this.tsInType(this.tsParseObjectTypeMembers.bind(this)); - node.body = this.finishNode(body, "TSInterfaceBody"); - return this.finishNode(node, "TSInterfaceDeclaration"); - } - - tsParseTypeAliasDeclaration(node) { - node.id = this.parseIdentifier(); - this.checkIdentifier(node.id, BIND_TS_TYPE); - node.typeAnnotation = this.tsInType(() => { - node.typeParameters = this.tsTryParseTypeParameters(this.tsParseInOutModifiers.bind(this)); - this.expect(29); - - if (this.isContextual(111) && this.lookahead().type !== 16) { - const node = this.startNode(); - this.next(); - return this.finishNode(node, "TSIntrinsicKeyword"); - } - - return this.tsParseType(); - }); - this.semicolon(); - return this.finishNode(node, "TSTypeAliasDeclaration"); - } - - tsInNoContext(cb) { - const oldContext = this.state.context; - this.state.context = [oldContext[0]]; - - try { - return cb(); - } finally { - this.state.context = oldContext; - } - } - - tsInType(cb) { - const oldInType = this.state.inType; - this.state.inType = true; - - try { - return cb(); - } finally { - this.state.inType = oldInType; - } - } - - tsInDisallowConditionalTypesContext(cb) { - const oldInDisallowConditionalTypesContext = this.state.inDisallowConditionalTypesContext; - this.state.inDisallowConditionalTypesContext = true; - - try { - return cb(); - } finally { - this.state.inDisallowConditionalTypesContext = oldInDisallowConditionalTypesContext; - } - } - - tsInAllowConditionalTypesContext(cb) { - const oldInDisallowConditionalTypesContext = this.state.inDisallowConditionalTypesContext; - this.state.inDisallowConditionalTypesContext = false; - - try { - return cb(); - } finally { - this.state.inDisallowConditionalTypesContext = oldInDisallowConditionalTypesContext; - } - } - - tsEatThenParseType(token) { - return !this.match(token) ? undefined : this.tsNextThenParseType(); - } - - tsExpectThenParseType(token) { - return this.tsDoThenParseType(() => this.expect(token)); - } - - tsNextThenParseType() { - return this.tsDoThenParseType(() => this.next()); - } - - tsDoThenParseType(cb) { - return this.tsInType(() => { - cb(); - return this.tsParseType(); - }); - } - - tsParseEnumMember() { - const node = this.startNode(); - node.id = this.match(129) ? this.parseExprAtom() : this.parseIdentifier(true); - - if (this.eat(29)) { - node.initializer = this.parseMaybeAssignAllowIn(); - } - - return this.finishNode(node, "TSEnumMember"); - } - - tsParseEnumDeclaration(node, properties = {}) { - if (properties.const) node.const = true; - if (properties.declare) node.declare = true; - this.expectContextual(122); - node.id = this.parseIdentifier(); - this.checkIdentifier(node.id, node.const ? BIND_TS_CONST_ENUM : BIND_TS_ENUM); - this.expect(5); - node.members = this.tsParseDelimitedList("EnumMembers", this.tsParseEnumMember.bind(this)); - this.expect(8); - return this.finishNode(node, "TSEnumDeclaration"); - } - - tsParseModuleBlock() { - const node = this.startNode(); - this.scope.enter(SCOPE_OTHER); - this.expect(5); - this.parseBlockOrModuleBlockBody(node.body = [], undefined, true, 8); - this.scope.exit(); - return this.finishNode(node, "TSModuleBlock"); - } - - tsParseModuleOrNamespaceDeclaration(node, nested = false) { - node.id = this.parseIdentifier(); - - if (!nested) { - this.checkIdentifier(node.id, BIND_TS_NAMESPACE); - } - - if (this.eat(16)) { - const inner = this.startNode(); - this.tsParseModuleOrNamespaceDeclaration(inner, true); - node.body = inner; - } else { - this.scope.enter(SCOPE_TS_MODULE); - this.prodParam.enter(PARAM); - node.body = this.tsParseModuleBlock(); - this.prodParam.exit(); - this.scope.exit(); - } - - return this.finishNode(node, "TSModuleDeclaration"); - } - - tsParseAmbientExternalModuleDeclaration(node) { - if (this.isContextual(109)) { - node.global = true; - node.id = this.parseIdentifier(); - } else if (this.match(129)) { - node.id = this.parseExprAtom(); - } else { - this.unexpected(); - } - - if (this.match(5)) { - this.scope.enter(SCOPE_TS_MODULE); - this.prodParam.enter(PARAM); - node.body = this.tsParseModuleBlock(); - this.prodParam.exit(); - this.scope.exit(); - } else { - this.semicolon(); - } - - return this.finishNode(node, "TSModuleDeclaration"); - } - - tsParseImportEqualsDeclaration(node, isExport) { - node.isExport = isExport || false; - node.id = this.parseIdentifier(); - this.checkIdentifier(node.id, BIND_LEXICAL); - this.expect(29); - const moduleReference = this.tsParseModuleReference(); - - if (node.importKind === "type" && moduleReference.type !== "TSExternalModuleReference") { - this.raise(TSErrors.ImportAliasHasImportType, { - at: moduleReference - }); - } - - node.moduleReference = moduleReference; - this.semicolon(); - return this.finishNode(node, "TSImportEqualsDeclaration"); - } - - tsIsExternalModuleReference() { - return this.isContextual(116) && this.lookaheadCharCode() === 40; - } - - tsParseModuleReference() { - return this.tsIsExternalModuleReference() ? this.tsParseExternalModuleReference() : this.tsParseEntityName(false); - } - - tsParseExternalModuleReference() { - const node = this.startNode(); - this.expectContextual(116); - this.expect(10); - - if (!this.match(129)) { throw this.unexpected(); } - node.expression = this.parseExprAtom(); - this.expect(11); - return this.finishNode(node, "TSExternalModuleReference"); - } + tsParseArrayTypeOrHigher() { + let type = this.tsParseNonArrayType(); - tsLookAhead(f) { - const state = this.state.clone(); - const res = f(); - this.state = state; - return res; - } + while (!this.hasPrecedingLineBreak() && this.eat(0)) { + if (this.match(3)) { + const node = this.startNodeAtNode(type); + node.elementType = type; + this.expect(3); + type = this.finishNode(node, 'TSArrayType'); + } else { + const node = this.startNodeAtNode(type); + node.objectType = type; + node.indexType = this.tsParseType(); + this.expect(3); + type = this.finishNode(node, 'TSIndexedAccessType'); + } + } - tsTryParseAndCatch(f) { - const result = this.tryParse(abort => f() || abort()); - if (result.aborted || !result.node) return undefined; - if (result.error) this.state = result.failState; - return result.node; - } - - tsTryParse(f) { - const state = this.state.clone(); - const result = f(); - - if (result !== undefined && result !== false) { - return result; - } else { - this.state = state; - return undefined; - } - } - - tsTryParseDeclare(nany) { - if (this.isLineTerminator()) { - return; + return type; } - let starttype = this.state.type; - let kind; + tsParseTypeOperator() { + const node = this.startNode(); + const operator = this.state.value; + this.next(); + node.operator = operator; + node.typeAnnotation = this.tsParseTypeOperatorOrHigher(); - if (this.isContextual(99)) { - starttype = 74; - kind = "let"; + if (operator === 'readonly') { + this.tsCheckTypeAnnotationForReadOnly(node); + } + + return this.finishNode(node, 'TSTypeOperator'); } - return this.tsInAmbientContext(() => { - if (starttype === 68) { - nany.declare = true; - return this.parseFunctionStatement(nany, false, true); + tsCheckTypeAnnotationForReadOnly(node) { + switch (node.typeAnnotation.type) { + case 'TSTupleType': + case 'TSArrayType': + return; + + default: + this.raise(TSErrors.UnexpectedReadonly, { + at: node, + }); + } + } + + tsParseInferType() { + const node = this.startNode(); + this.expectContextual(112); + const typeParameter = this.startNode(); + typeParameter.name = this.tsParseTypeParameterName(); + typeParameter.constraint = this.tsTryParse(() => + this.tsParseConstraintForInferType() + ); + node.typeParameter = this.finishNode(typeParameter, 'TSTypeParameter'); + return this.finishNode(node, 'TSInferType'); + } + + tsParseConstraintForInferType() { + if (this.eat(81)) { + const constraint = this.tsInDisallowConditionalTypesContext(() => + this.tsParseType() + ); + + if (this.state.inDisallowConditionalTypesContext || !this.match(17)) { + return constraint; + } + } + } + + tsParseTypeOperatorOrHigher() { + const isTypeOperator = + tokenIsTSTypeOperator(this.state.type) && !this.state.containsEsc; + return ( + isTypeOperator ? this.tsParseTypeOperator() + : this.isContextual(112) ? this.tsParseInferType() + : this.tsInAllowConditionalTypesContext(() => + this.tsParseArrayTypeOrHigher() + ) + ); + } + + tsParseUnionOrIntersectionType(kind, parseConstituentType, operator) { + const node = this.startNode(); + const hasLeadingOperator = this.eat(operator); + const types = []; + + do { + types.push(parseConstituentType()); + } while (this.eat(operator)); + + if (types.length === 1 && !hasLeadingOperator) { + return types[0]; } - if (starttype === 80) { - nany.declare = true; - return this.parseClass(nany, true, false); + node.types = types; + return this.finishNode(node, kind); + } + + tsParseIntersectionTypeOrHigher() { + return this.tsParseUnionOrIntersectionType( + 'TSIntersectionType', + this.tsParseTypeOperatorOrHigher.bind(this), + 45 + ); + } + + tsParseUnionTypeOrHigher() { + return this.tsParseUnionOrIntersectionType( + 'TSUnionType', + this.tsParseIntersectionTypeOrHigher.bind(this), + 43 + ); + } + + tsIsStartOfFunctionType() { + if (this.match(47)) { + return true; } - if (starttype === 122) { - return this.tsParseEnumDeclaration(nany, { - declare: true - }); + return ( + this.match(10) && + this.tsLookAhead(this.tsIsUnambiguouslyStartOfFunctionType.bind(this)) + ); + } + + tsSkipParameterStart() { + if (tokenIsIdentifier(this.state.type) || this.match(78)) { + this.next(); + return true; } - if (starttype === 109) { - return this.tsParseAmbientExternalModuleDeclaration(nany); + if (this.match(5)) { + const { errors } = this.state; + const previousErrorCount = errors.length; + + try { + this.parseObjectLike(8, true); + return errors.length === previousErrorCount; + } catch (_unused) { + return false; + } } - if (starttype === 75 || starttype === 74) { - if (!this.match(75) || !this.isLookaheadContextual("enum")) { - nany.declare = true; - return this.parseVarStatement(nany, kind || this.state.value, true); + if (this.match(0)) { + this.next(); + const { errors } = this.state; + const previousErrorCount = errors.length; + + try { + this.parseBindingList(3, 93, true); + return errors.length === previousErrorCount; + } catch (_unused2) { + return false; + } + } + + return false; + } + + tsIsUnambiguouslyStartOfFunctionType() { + this.next(); + + if (this.match(11) || this.match(21)) { + return true; + } + + if (this.tsSkipParameterStart()) { + if ( + this.match(14) || + this.match(12) || + this.match(17) || + this.match(29) + ) { + return true; } - this.expect(75); - return this.tsParseEnumDeclaration(nany, { - const: true, - declare: true + if (this.match(11)) { + this.next(); + + if (this.match(19)) { + return true; + } + } + } + + return false; + } + + tsParseTypeOrTypePredicateAnnotation(returnToken) { + return this.tsInType(() => { + const t = this.startNode(); + this.expect(returnToken); + const node = this.startNode(); + const asserts = !!this.tsTryParse( + this.tsParseTypePredicateAsserts.bind(this) + ); + + if (asserts && this.match(78)) { + let thisTypePredicate = this.tsParseThisTypeOrThisTypePredicate(); + + if (thisTypePredicate.type === 'TSThisType') { + node.parameterName = thisTypePredicate; + node.asserts = true; + node.typeAnnotation = null; + thisTypePredicate = this.finishNode(node, 'TSTypePredicate'); + } else { + this.resetStartLocationFromNode(thisTypePredicate, node); + thisTypePredicate.asserts = true; + } + + t.typeAnnotation = thisTypePredicate; + return this.finishNode(t, 'TSTypeAnnotation'); + } + + const typePredicateVariable = + this.tsIsIdentifier() && + this.tsTryParse(this.tsParseTypePredicatePrefix.bind(this)); + + if (!typePredicateVariable) { + if (!asserts) { + return this.tsParseTypeAnnotation(false, t); + } + + node.parameterName = this.parseIdentifier(); + node.asserts = asserts; + node.typeAnnotation = null; + t.typeAnnotation = this.finishNode(node, 'TSTypePredicate'); + return this.finishNode(t, 'TSTypeAnnotation'); + } + + const type = this.tsParseTypeAnnotation(false); + node.parameterName = typePredicateVariable; + node.typeAnnotation = type; + node.asserts = asserts; + t.typeAnnotation = this.finishNode(node, 'TSTypePredicate'); + return this.finishNode(t, 'TSTypeAnnotation'); + }); + } + + tsTryParseTypeOrTypePredicateAnnotation() { + return this.match(14) ? + this.tsParseTypeOrTypePredicateAnnotation(14) + : undefined; + } + + tsTryParseTypeAnnotation() { + return this.match(14) ? this.tsParseTypeAnnotation() : undefined; + } + + tsTryParseType() { + return this.tsEatThenParseType(14); + } + + tsParseTypePredicatePrefix() { + const id = this.parseIdentifier(); + + if (this.isContextual(113) && !this.hasPrecedingLineBreak()) { + this.next(); + return id; + } + } + + tsParseTypePredicateAsserts() { + if (this.state.type !== 106) { + return false; + } + + const containsEsc = this.state.containsEsc; + this.next(); + + if (!tokenIsIdentifier(this.state.type) && !this.match(78)) { + return false; + } + + if (containsEsc) { + this.raise(Errors.InvalidEscapedReservedWord, { + at: this.state.lastTokStartLoc, + reservedWord: 'asserts', }); } - if (starttype === 125) { - const result = this.tsParseInterfaceDeclaration(nany, { - declare: true + return true; + } + + tsParseTypeAnnotation(eatColon = true, t = this.startNode()) { + this.tsInType(() => { + if (eatColon) this.expect(14); + t.typeAnnotation = this.tsParseType(); + }); + return this.finishNode(t, 'TSTypeAnnotation'); + } + + tsParseType() { + assert(this.state.inType); + const type = this.tsParseNonConditionalType(); + + if ( + this.state.inDisallowConditionalTypesContext || + this.hasPrecedingLineBreak() || + !this.eat(81) + ) { + return type; + } + + const node = this.startNodeAtNode(type); + node.checkType = type; + node.extendsType = this.tsInDisallowConditionalTypesContext(() => + this.tsParseNonConditionalType() + ); + this.expect(17); + node.trueType = this.tsInAllowConditionalTypesContext(() => + this.tsParseType() + ); + this.expect(14); + node.falseType = this.tsInAllowConditionalTypesContext(() => + this.tsParseType() + ); + return this.finishNode(node, 'TSConditionalType'); + } + + isAbstractConstructorSignature() { + return this.isContextual(120) && this.lookahead().type === 77; + } + + tsParseNonConditionalType() { + if (this.tsIsStartOfFunctionType()) { + return this.tsParseFunctionOrConstructorType('TSFunctionType'); + } + + if (this.match(77)) { + return this.tsParseFunctionOrConstructorType('TSConstructorType'); + } else if (this.isAbstractConstructorSignature()) { + return this.tsParseFunctionOrConstructorType('TSConstructorType', true); + } + + return this.tsParseUnionTypeOrHigher(); + } + + tsParseTypeAssertion() { + if (this.getPluginOption('typescript', 'disallowAmbiguousJSXLike')) { + this.raise(TSErrors.ReservedTypeAssertion, { + at: this.state.startLoc, }); - if (result) return result; } - if (tokenIsIdentifier(starttype)) { - return this.tsParseDeclaration(nany, this.state.value, true); + const node = this.startNode(); + + const _const = this.tsTryNextParseConstantContext(); + + node.typeAnnotation = _const || this.tsNextThenParseType(); + this.expect(48); + node.expression = this.parseMaybeUnary(); + return this.finishNode(node, 'TSTypeAssertion'); + } + + tsParseHeritageClause(token) { + const originalStartLoc = this.state.startLoc; + const delimitedList = this.tsParseDelimitedList( + 'HeritageClauseElement', + () => { + const node = this.startNode(); + node.expression = this.tsParseEntityName(); + + if (this.match(47)) { + node.typeParameters = this.tsParseTypeArguments(); + } + + return this.finishNode(node, 'TSExpressionWithTypeArguments'); + } + ); + + if (!delimitedList.length) { + this.raise(TSErrors.EmptyHeritageClauseType, { + at: originalStartLoc, + token, + }); } - }); - } - tsTryParseExportDeclaration() { - return this.tsParseDeclaration(this.startNode(), this.state.value, true); - } + return delimitedList; + } - tsParseExpressionStatement(node, expr) { - switch (expr.name) { - case "declare": - { + tsParseInterfaceDeclaration(node, properties = {}) { + if (this.hasFollowingLineBreak()) return null; + this.expectContextual(125); + if (properties.declare) node.declare = true; + + if (tokenIsIdentifier(this.state.type)) { + node.id = this.parseIdentifier(); + this.checkIdentifier(node.id, BIND_TS_INTERFACE); + } else { + node.id = null; + this.raise(TSErrors.MissingInterfaceName, { + at: this.state.startLoc, + }); + } + + node.typeParameters = this.tsTryParseTypeParameters( + this.tsParseInOutModifiers.bind(this) + ); + + if (this.eat(81)) { + node.extends = this.tsParseHeritageClause('extends'); + } + + const body = this.startNode(); + body.body = this.tsInType(this.tsParseObjectTypeMembers.bind(this)); + node.body = this.finishNode(body, 'TSInterfaceBody'); + return this.finishNode(node, 'TSInterfaceDeclaration'); + } + + tsParseTypeAliasDeclaration(node) { + node.id = this.parseIdentifier(); + this.checkIdentifier(node.id, BIND_TS_TYPE); + node.typeAnnotation = this.tsInType(() => { + node.typeParameters = this.tsTryParseTypeParameters( + this.tsParseInOutModifiers.bind(this) + ); + this.expect(29); + + if (this.isContextual(111) && this.lookahead().type !== 16) { + const node = this.startNode(); + this.next(); + return this.finishNode(node, 'TSIntrinsicKeyword'); + } + + return this.tsParseType(); + }); + this.semicolon(); + return this.finishNode(node, 'TSTypeAliasDeclaration'); + } + + tsInNoContext(cb) { + const oldContext = this.state.context; + this.state.context = [oldContext[0]]; + + try { + return cb(); + } finally { + this.state.context = oldContext; + } + } + + tsInType(cb) { + const oldInType = this.state.inType; + this.state.inType = true; + + try { + return cb(); + } finally { + this.state.inType = oldInType; + } + } + + tsInDisallowConditionalTypesContext(cb) { + const oldInDisallowConditionalTypesContext = + this.state.inDisallowConditionalTypesContext; + this.state.inDisallowConditionalTypesContext = true; + + try { + return cb(); + } finally { + this.state.inDisallowConditionalTypesContext = + oldInDisallowConditionalTypesContext; + } + } + + tsInAllowConditionalTypesContext(cb) { + const oldInDisallowConditionalTypesContext = + this.state.inDisallowConditionalTypesContext; + this.state.inDisallowConditionalTypesContext = false; + + try { + return cb(); + } finally { + this.state.inDisallowConditionalTypesContext = + oldInDisallowConditionalTypesContext; + } + } + + tsEatThenParseType(token) { + return !this.match(token) ? undefined : this.tsNextThenParseType(); + } + + tsExpectThenParseType(token) { + return this.tsDoThenParseType(() => this.expect(token)); + } + + tsNextThenParseType() { + return this.tsDoThenParseType(() => this.next()); + } + + tsDoThenParseType(cb) { + return this.tsInType(() => { + cb(); + return this.tsParseType(); + }); + } + + tsParseEnumMember() { + const node = this.startNode(); + node.id = + this.match(129) ? this.parseExprAtom() : this.parseIdentifier(true); + + if (this.eat(29)) { + node.initializer = this.parseMaybeAssignAllowIn(); + } + + return this.finishNode(node, 'TSEnumMember'); + } + + tsParseEnumDeclaration(node, properties = {}) { + if (properties.const) node.const = true; + if (properties.declare) node.declare = true; + this.expectContextual(122); + node.id = this.parseIdentifier(); + this.checkIdentifier( + node.id, + node.const ? BIND_TS_CONST_ENUM : BIND_TS_ENUM + ); + this.expect(5); + node.members = this.tsParseDelimitedList( + 'EnumMembers', + this.tsParseEnumMember.bind(this) + ); + this.expect(8); + return this.finishNode(node, 'TSEnumDeclaration'); + } + + tsParseModuleBlock() { + const node = this.startNode(); + this.scope.enter(SCOPE_OTHER); + this.expect(5); + this.parseBlockOrModuleBlockBody((node.body = []), undefined, true, 8); + this.scope.exit(); + return this.finishNode(node, 'TSModuleBlock'); + } + + tsParseModuleOrNamespaceDeclaration(node, nested = false) { + node.id = this.parseIdentifier(); + + if (!nested) { + this.checkIdentifier(node.id, BIND_TS_NAMESPACE); + } + + if (this.eat(16)) { + const inner = this.startNode(); + this.tsParseModuleOrNamespaceDeclaration(inner, true); + node.body = inner; + } else { + this.scope.enter(SCOPE_TS_MODULE); + this.prodParam.enter(PARAM); + node.body = this.tsParseModuleBlock(); + this.prodParam.exit(); + this.scope.exit(); + } + + return this.finishNode(node, 'TSModuleDeclaration'); + } + + tsParseAmbientExternalModuleDeclaration(node) { + if (this.isContextual(109)) { + node.global = true; + node.id = this.parseIdentifier(); + } else if (this.match(129)) { + node.id = this.parseExprAtom(); + } else { + this.unexpected(); + } + + if (this.match(5)) { + this.scope.enter(SCOPE_TS_MODULE); + this.prodParam.enter(PARAM); + node.body = this.tsParseModuleBlock(); + this.prodParam.exit(); + this.scope.exit(); + } else { + this.semicolon(); + } + + return this.finishNode(node, 'TSModuleDeclaration'); + } + + tsParseImportEqualsDeclaration(node, isExport) { + node.isExport = isExport || false; + node.id = this.parseIdentifier(); + this.checkIdentifier(node.id, BIND_LEXICAL); + this.expect(29); + const moduleReference = this.tsParseModuleReference(); + + if ( + node.importKind === 'type' && + moduleReference.type !== 'TSExternalModuleReference' + ) { + this.raise(TSErrors.ImportAliasHasImportType, { + at: moduleReference, + }); + } + + node.moduleReference = moduleReference; + this.semicolon(); + return this.finishNode(node, 'TSImportEqualsDeclaration'); + } + + tsIsExternalModuleReference() { + return this.isContextual(116) && this.lookaheadCharCode() === 40; + } + + tsParseModuleReference() { + return this.tsIsExternalModuleReference() ? + this.tsParseExternalModuleReference() + : this.tsParseEntityName(false); + } + + tsParseExternalModuleReference() { + const node = this.startNode(); + this.expectContextual(116); + this.expect(10); + + if (!this.match(129)) { + throw this.unexpected(); + } + + node.expression = this.parseExprAtom(); + this.expect(11); + return this.finishNode(node, 'TSExternalModuleReference'); + } + + tsLookAhead(f) { + const state = this.state.clone(); + const res = f(); + this.state = state; + return res; + } + + tsTryParseAndCatch(f) { + const result = this.tryParse((abort) => f() || abort()); + if (result.aborted || !result.node) return undefined; + if (result.error) this.state = result.failState; + return result.node; + } + + tsTryParse(f) { + const state = this.state.clone(); + const result = f(); + + if (result !== undefined && result !== false) { + return result; + } else { + this.state = state; + return undefined; + } + } + + tsTryParseDeclare(nany) { + if (this.isLineTerminator()) { + return; + } + + let starttype = this.state.type; + let kind; + + if (this.isContextual(99)) { + starttype = 74; + kind = 'let'; + } + + return this.tsInAmbientContext(() => { + if (starttype === 68) { + nany.declare = true; + return this.parseFunctionStatement(nany, false, true); + } + + if (starttype === 80) { + nany.declare = true; + return this.parseClass(nany, true, false); + } + + if (starttype === 122) { + return this.tsParseEnumDeclaration(nany, { + declare: true, + }); + } + + if (starttype === 109) { + return this.tsParseAmbientExternalModuleDeclaration(nany); + } + + if (starttype === 75 || starttype === 74) { + if (!this.match(75) || !this.isLookaheadContextual('enum')) { + nany.declare = true; + return this.parseVarStatement(nany, kind || this.state.value, true); + } + + this.expect(75); + return this.tsParseEnumDeclaration(nany, { + const: true, + declare: true, + }); + } + + if (starttype === 125) { + const result = this.tsParseInterfaceDeclaration(nany, { + declare: true, + }); + if (result) return result; + } + + if (tokenIsIdentifier(starttype)) { + return this.tsParseDeclaration(nany, this.state.value, true); + } + }); + } + + tsTryParseExportDeclaration() { + return this.tsParseDeclaration(this.startNode(), this.state.value, true); + } + + tsParseExpressionStatement(node, expr) { + switch (expr.name) { + case 'declare': { const declaration = this.tsTryParseDeclare(node); if (declaration) { @@ -9861,1408 +11000,1615 @@ var typescript = (superClass => class extends superClass { break; } - case "global": - if (this.match(5)) { - this.scope.enter(SCOPE_TS_MODULE); - this.prodParam.enter(PARAM); - const mod = node; - mod.global = true; - mod.id = expr; - mod.body = this.tsParseModuleBlock(); - this.scope.exit(); - this.prodParam.exit(); - return this.finishNode(mod, "TSModuleDeclaration"); - } + case 'global': + if (this.match(5)) { + this.scope.enter(SCOPE_TS_MODULE); + this.prodParam.enter(PARAM); + const mod = node; + mod.global = true; + mod.id = expr; + mod.body = this.tsParseModuleBlock(); + this.scope.exit(); + this.prodParam.exit(); + return this.finishNode(mod, 'TSModuleDeclaration'); + } - break; + break; - default: - return this.tsParseDeclaration(node, expr.name, false); + default: + return this.tsParseDeclaration(node, expr.name, false); + } } - } - tsParseDeclaration(node, value, next) { - switch (value) { - case "abstract": - if (this.tsCheckLineTerminator(next) && (this.match(80) || tokenIsIdentifier(this.state.type))) { - return this.tsParseAbstractDeclaration(node); - } + tsParseDeclaration(node, value, next) { + switch (value) { + case 'abstract': + if ( + this.tsCheckLineTerminator(next) && + (this.match(80) || tokenIsIdentifier(this.state.type)) + ) { + return this.tsParseAbstractDeclaration(node); + } - break; + break; - case "module": - if (this.tsCheckLineTerminator(next)) { - if (this.match(129)) { - return this.tsParseAmbientExternalModuleDeclaration(node); - } else if (tokenIsIdentifier(this.state.type)) { + case 'module': + if (this.tsCheckLineTerminator(next)) { + if (this.match(129)) { + return this.tsParseAmbientExternalModuleDeclaration(node); + } else if (tokenIsIdentifier(this.state.type)) { + return this.tsParseModuleOrNamespaceDeclaration(node); + } + } + + break; + + case 'namespace': + if ( + this.tsCheckLineTerminator(next) && + tokenIsIdentifier(this.state.type) + ) { return this.tsParseModuleOrNamespaceDeclaration(node); } - } - break; + break; - case "namespace": - if (this.tsCheckLineTerminator(next) && tokenIsIdentifier(this.state.type)) { - return this.tsParseModuleOrNamespaceDeclaration(node); - } - - break; - - case "type": - if (this.tsCheckLineTerminator(next) && tokenIsIdentifier(this.state.type)) { - return this.tsParseTypeAliasDeclaration(node); - } - - break; - } - } - - tsCheckLineTerminator(next) { - if (next) { - if (this.hasFollowingLineBreak()) return false; - this.next(); - return true; - } - - return !this.isLineTerminator(); - } - - tsTryParseGenericAsyncArrowFunction(startPos, startLoc) { - if (!this.match(47)) { - return undefined; - } - - const oldMaybeInArrowParameters = this.state.maybeInArrowParameters; - this.state.maybeInArrowParameters = true; - const res = this.tsTryParseAndCatch(() => { - const node = this.startNodeAt(startPos, startLoc); - node.typeParameters = this.tsParseTypeParameters(); - super.parseFunctionParams(node); - node.returnType = this.tsTryParseTypeOrTypePredicateAnnotation(); - this.expect(19); - return node; - }); - this.state.maybeInArrowParameters = oldMaybeInArrowParameters; - - if (!res) { - return undefined; - } - - return this.parseArrowExpression(res, null, true); - } - - tsParseTypeArgumentsInExpression() { - if (this.reScan_lt() !== 47) { - return undefined; - } - - return this.tsParseTypeArguments(); - } - - tsParseTypeArguments() { - const node = this.startNode(); - node.params = this.tsInType(() => this.tsInNoContext(() => { - this.expect(47); - return this.tsParseDelimitedList("TypeParametersOrArguments", this.tsParseType.bind(this)); - })); - - if (node.params.length === 0) { - this.raise(TSErrors.EmptyTypeArguments, { - at: node - }); - } - - this.expect(48); - return this.finishNode(node, "TSTypeParameterInstantiation"); - } - - tsIsDeclarationStart() { - return tokenIsTSDeclarationStart(this.state.type); - } - - isExportDefaultSpecifier() { - if (this.tsIsDeclarationStart()) return false; - return super.isExportDefaultSpecifier(); - } - - parseAssignableListItem(allowModifiers, decorators) { - const startPos = this.state.start; - const startLoc = this.state.startLoc; - let accessibility; - let readonly = false; - let override = false; - - if (allowModifiers !== undefined) { - const modified = {}; - this.tsParseModifiers({ - modified, - allowedModifiers: ["public", "private", "protected", "override", "readonly"] - }); - accessibility = modified.accessibility; - override = modified.override; - readonly = modified.readonly; - - if (allowModifiers === false && (accessibility || readonly || override)) { - this.raise(TSErrors.UnexpectedParameterModifier, { - at: startLoc - }); - } - } - - const left = this.parseMaybeDefault(); - this.parseAssignableListItemTypes(left); - const elt = this.parseMaybeDefault(left.start, left.loc.start, left); - - if (accessibility || readonly || override) { - const pp = this.startNodeAt(startPos, startLoc); - - if (decorators.length) { - pp.decorators = decorators; - } - - if (accessibility) pp.accessibility = accessibility; - if (readonly) pp.readonly = readonly; - if (override) pp.override = override; - - if (elt.type !== "Identifier" && elt.type !== "AssignmentPattern") { - this.raise(TSErrors.UnsupportedParameterPropertyKind, { - at: pp - }); - } - - pp.parameter = elt; - return this.finishNode(pp, "TSParameterProperty"); - } - - if (decorators.length) { - left.decorators = decorators; - } - - return elt; - } - - isSimpleParameter(node) { - return node.type === "TSParameterProperty" && super.isSimpleParameter(node.parameter) || super.isSimpleParameter(node); - } - - parseFunctionBodyAndFinish(node, type, isMethod = false) { - if (this.match(14)) { - node.returnType = this.tsParseTypeOrTypePredicateAnnotation(14); - } - - const bodilessType = type === "FunctionDeclaration" ? "TSDeclareFunction" : type === "ClassMethod" || type === "ClassPrivateMethod" ? "TSDeclareMethod" : undefined; - - if (bodilessType && !this.match(5) && this.isLineTerminator()) { - this.finishNode(node, bodilessType); - return; - } - - if (bodilessType === "TSDeclareFunction" && this.state.isAmbientContext) { - this.raise(TSErrors.DeclareFunctionHasImplementation, { - at: node - }); - - if (node.declare) { - super.parseFunctionBodyAndFinish(node, bodilessType, isMethod); - return; - } - } - - super.parseFunctionBodyAndFinish(node, type, isMethod); - } - - registerFunctionStatementId(node) { - if (!node.body && node.id) { - this.checkIdentifier(node.id, BIND_TS_AMBIENT); - } else { - super.registerFunctionStatementId(...arguments); - } - } - - tsCheckForInvalidTypeCasts(items) { - items.forEach(node => { - if ((node == null ? void 0 : node.type) === "TSTypeCastExpression") { - this.raise(TSErrors.UnexpectedTypeAnnotation, { - at: node.typeAnnotation - }); - } - }); - } - - toReferencedList(exprList, isInParens) { - this.tsCheckForInvalidTypeCasts(exprList); - return exprList; - } - - parseArrayLike(...args) { - const node = super.parseArrayLike(...args); - - if (node.type === "ArrayExpression") { - this.tsCheckForInvalidTypeCasts(node.elements); - } - - return node; - } - - parseSubscript(base, startPos, startLoc, noCalls, state) { - if (!this.hasPrecedingLineBreak() && this.match(35)) { - this.state.canStartJSXElement = false; - this.next(); - const nonNullExpression = this.startNodeAt(startPos, startLoc); - nonNullExpression.expression = base; - return this.finishNode(nonNullExpression, "TSNonNullExpression"); - } - - let isOptionalCall = false; - - if (this.match(18) && this.lookaheadCharCode() === 60) { - if (noCalls) { - state.stop = true; - return base; - } - - state.optionalChainMember = isOptionalCall = true; - this.next(); - } - - if (this.match(47) || this.match(51)) { - let missingParenErrorLoc; - const result = this.tsTryParseAndCatch(() => { - if (!noCalls && this.atPossibleAsyncArrow(base)) { - const asyncArrowFn = this.tsTryParseGenericAsyncArrowFunction(startPos, startLoc); - - if (asyncArrowFn) { - return asyncArrowFn; - } - } - - const typeArguments = this.tsParseTypeArgumentsInExpression(); - if (!typeArguments) throw this.unexpected(); - - if (isOptionalCall && !this.match(10)) { - missingParenErrorLoc = this.state.curPosition(); - throw this.unexpected(); - } - - if (tokenIsTemplate(this.state.type)) { - const result = this.parseTaggedTemplateExpression(base, startPos, startLoc, state); - result.typeParameters = typeArguments; - return result; - } - - if (!noCalls && this.eat(10)) { - const node = this.startNodeAt(startPos, startLoc); - node.callee = base; - node.arguments = this.parseCallExpressionArguments(11, false); - this.tsCheckForInvalidTypeCasts(node.arguments); - node.typeParameters = typeArguments; - - if (state.optionalChainMember) { - node.optional = isOptionalCall; + case 'type': + if ( + this.tsCheckLineTerminator(next) && + tokenIsIdentifier(this.state.type) + ) { + return this.tsParseTypeAliasDeclaration(node); } - return this.finishCallExpression(node, state.optionalChainMember); - } + break; + } + } - if (tsTokenCanStartExpression(this.state.type) && this.state.type !== 10) { - throw this.unexpected(); - } + tsCheckLineTerminator(next) { + if (next) { + if (this.hasFollowingLineBreak()) return false; + this.next(); + return true; + } + return !this.isLineTerminator(); + } + + tsTryParseGenericAsyncArrowFunction(startPos, startLoc) { + if (!this.match(47)) { + return undefined; + } + + const oldMaybeInArrowParameters = this.state.maybeInArrowParameters; + this.state.maybeInArrowParameters = true; + const res = this.tsTryParseAndCatch(() => { const node = this.startNodeAt(startPos, startLoc); - node.expression = base; - node.typeParameters = typeArguments; - return this.finishNode(node, "TSInstantiationExpression"); + node.typeParameters = this.tsParseTypeParameters(); + super.parseFunctionParams(node); + node.returnType = this.tsTryParseTypeOrTypePredicateAnnotation(); + this.expect(19); + return node; }); + this.state.maybeInArrowParameters = oldMaybeInArrowParameters; - if (missingParenErrorLoc) { - this.unexpected(missingParenErrorLoc, 10); + if (!res) { + return undefined; } - if (result) return result; + return this.parseArrowExpression(res, null, true); } - return super.parseSubscript(base, startPos, startLoc, noCalls, state); - } - - parseNewCallee(node) { - var _callee$extra; - - super.parseNewCallee(node); - const { - callee - } = node; - - if (callee.type === "TSInstantiationExpression" && !((_callee$extra = callee.extra) != null && _callee$extra.parenthesized)) { - node.typeParameters = callee.typeParameters; - node.callee = callee.expression; - } - } - - parseExprOp(left, leftStartPos, leftStartLoc, minPrec) { - if (tokenOperatorPrecedence(58) > minPrec && !this.hasPrecedingLineBreak() && this.isContextual(93)) { - const node = this.startNodeAt(leftStartPos, leftStartLoc); - node.expression = left; - - const _const = this.tsTryNextParseConstantContext(); - - if (_const) { - node.typeAnnotation = _const; - } else { - node.typeAnnotation = this.tsNextThenParseType(); + tsParseTypeArgumentsInExpression() { + if (this.reScan_lt() !== 47) { + return undefined; } - this.finishNode(node, "TSAsExpression"); - this.reScan_lt_gt(); - return this.parseExprOp(node, leftStartPos, leftStartLoc, minPrec); + return this.tsParseTypeArguments(); } - return super.parseExprOp(left, leftStartPos, leftStartLoc, minPrec); - } - - checkReservedWord(word, startLoc, checkKeywords, isBinding) { - if (!this.state.isAmbientContext) { - super.checkReservedWord(word, startLoc, checkKeywords, isBinding); - } - } - - checkDuplicateExports() {} - - parseImport(node) { - node.importKind = "value"; - - if (tokenIsIdentifier(this.state.type) || this.match(55) || this.match(5)) { - let ahead = this.lookahead(); - - if (this.isContextual(126) && ahead.type !== 12 && ahead.type !== 97 && ahead.type !== 29) { - node.importKind = "type"; - this.next(); - ahead = this.lookahead(); - } - - if (tokenIsIdentifier(this.state.type) && ahead.type === 29) { - return this.tsParseImportEqualsDeclaration(node); - } - } - - const importNode = super.parseImport(node); - - if (importNode.importKind === "type" && importNode.specifiers.length > 1 && importNode.specifiers[0].type === "ImportDefaultSpecifier") { - this.raise(TSErrors.TypeImportCannotSpecifyDefaultAndNamed, { - at: importNode - }); - } - - return importNode; - } - - parseExport(node) { - if (this.match(83)) { - this.next(); - - if (this.isContextual(126) && this.lookaheadCharCode() !== 61) { - node.importKind = "type"; - this.next(); - } else { - node.importKind = "value"; - } - - return this.tsParseImportEqualsDeclaration(node, true); - } else if (this.eat(29)) { - const assign = node; - assign.expression = this.parseExpression(); - this.semicolon(); - return this.finishNode(assign, "TSExportAssignment"); - } else if (this.eatContextual(93)) { - const decl = node; - this.expectContextual(124); - decl.id = this.parseIdentifier(); - this.semicolon(); - return this.finishNode(decl, "TSNamespaceExportDeclaration"); - } else { - if (this.isContextual(126) && this.lookahead().type === 5) { - this.next(); - node.exportKind = "type"; - } else { - node.exportKind = "value"; - } - - return super.parseExport(node); - } - } - - isAbstractClass() { - return this.isContextual(120) && this.lookahead().type === 80; - } - - parseExportDefaultExpression() { - if (this.isAbstractClass()) { - const cls = this.startNode(); - this.next(); - cls.abstract = true; - this.parseClass(cls, true, true); - return cls; - } - - if (this.match(125)) { - const result = this.tsParseInterfaceDeclaration(this.startNode()); - if (result) return result; - } - - return super.parseExportDefaultExpression(); - } - - parseVarStatement(node, kind, allowMissingInitializer = false) { - const { - isAmbientContext - } = this.state; - const declaration = super.parseVarStatement(node, kind, allowMissingInitializer || isAmbientContext); - if (!isAmbientContext) return declaration; - - for (const { - id, - init - } of declaration.declarations) { - if (!init) continue; - - if (kind !== "const" || !!id.typeAnnotation) { - this.raise(TSErrors.InitializerNotAllowedInAmbientContext, { - at: init - }); - } else if (init.type !== "StringLiteral" && init.type !== "BooleanLiteral" && init.type !== "NumericLiteral" && init.type !== "BigIntLiteral" && (init.type !== "TemplateLiteral" || init.expressions.length > 0) && !isPossiblyLiteralEnum(init)) { - this.raise(TSErrors.ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference, { - at: init - }); - } - } - - return declaration; - } - - parseStatementContent(context, topLevel) { - if (this.match(75) && this.isLookaheadContextual("enum")) { + tsParseTypeArguments() { const node = this.startNode(); - this.expect(75); - return this.tsParseEnumDeclaration(node, { - const: true - }); - } + node.params = this.tsInType(() => + this.tsInNoContext(() => { + this.expect(47); + return this.tsParseDelimitedList( + 'TypeParametersOrArguments', + this.tsParseType.bind(this) + ); + }) + ); - if (this.isContextual(122)) { - return this.tsParseEnumDeclaration(this.startNode()); - } - - if (this.isContextual(125)) { - const result = this.tsParseInterfaceDeclaration(this.startNode()); - if (result) return result; - } - - return super.parseStatementContent(context, topLevel); - } - - parseAccessModifier() { - return this.tsParseModifier(["public", "protected", "private"]); - } - - tsHasSomeModifiers(member, modifiers) { - return modifiers.some(modifier => { - if (tsIsAccessModifier(modifier)) { - return member.accessibility === modifier; + if (node.params.length === 0) { + this.raise(TSErrors.EmptyTypeArguments, { + at: node, + }); } - return !!member[modifier]; - }); - } + this.expect(48); + return this.finishNode(node, 'TSTypeParameterInstantiation'); + } - tsIsStartOfStaticBlocks() { - return this.isContextual(104) && this.lookaheadCharCode() === 123; - } + tsIsDeclarationStart() { + return tokenIsTSDeclarationStart(this.state.type); + } - parseClassMember(classBody, member, state) { - const modifiers = ["declare", "private", "public", "protected", "override", "abstract", "readonly", "static"]; - this.tsParseModifiers({ - modified: member, - allowedModifiers: modifiers, - disallowedModifiers: ["in", "out"], - stopOnStartOfClassStaticBlock: true, - errorTemplate: TSErrors.InvalidModifierOnTypeParameterPositions - }); + isExportDefaultSpecifier() { + if (this.tsIsDeclarationStart()) return false; + return super.isExportDefaultSpecifier(); + } - const callParseClassMemberWithIsStatic = () => { - if (this.tsIsStartOfStaticBlocks()) { - this.next(); - this.next(); + parseAssignableListItem(allowModifiers, decorators) { + const startPos = this.state.start; + const startLoc = this.state.startLoc; + let accessibility; + let readonly = false; + let override = false; - if (this.tsHasSomeModifiers(member, modifiers)) { - this.raise(TSErrors.StaticBlockCannotHaveModifier, { - at: this.state.curPosition() + if (allowModifiers !== undefined) { + const modified = {}; + this.tsParseModifiers({ + modified, + allowedModifiers: [ + 'public', + 'private', + 'protected', + 'override', + 'readonly', + ], + }); + accessibility = modified.accessibility; + override = modified.override; + readonly = modified.readonly; + + if ( + allowModifiers === false && + (accessibility || readonly || override) + ) { + this.raise(TSErrors.UnexpectedParameterModifier, { + at: startLoc, + }); + } + } + + const left = this.parseMaybeDefault(); + this.parseAssignableListItemTypes(left); + const elt = this.parseMaybeDefault(left.start, left.loc.start, left); + + if (accessibility || readonly || override) { + const pp = this.startNodeAt(startPos, startLoc); + + if (decorators.length) { + pp.decorators = decorators; + } + + if (accessibility) pp.accessibility = accessibility; + if (readonly) pp.readonly = readonly; + if (override) pp.override = override; + + if (elt.type !== 'Identifier' && elt.type !== 'AssignmentPattern') { + this.raise(TSErrors.UnsupportedParameterPropertyKind, { + at: pp, }); } - this.parseClassStaticBlock(classBody, member); - } else { - this.parseClassMemberWithIsStatic(classBody, member, state, !!member.static); + pp.parameter = elt; + return this.finishNode(pp, 'TSParameterProperty'); } - }; - if (member.declare) { - this.tsInAmbientContext(callParseClassMemberWithIsStatic); - } else { - callParseClassMemberWithIsStatic(); + if (decorators.length) { + left.decorators = decorators; + } + + return elt; } - } - parseClassMemberWithIsStatic(classBody, member, state, isStatic) { - const idx = this.tsTryParseIndexSignature(member); + isSimpleParameter(node) { + return ( + (node.type === 'TSParameterProperty' && + super.isSimpleParameter(node.parameter)) || + super.isSimpleParameter(node) + ); + } - if (idx) { - classBody.body.push(idx); + parseFunctionBodyAndFinish(node, type, isMethod = false) { + if (this.match(14)) { + node.returnType = this.tsParseTypeOrTypePredicateAnnotation(14); + } - if (member.abstract) { - this.raise(TSErrors.IndexSignatureHasAbstract, { - at: member + const bodilessType = + type === 'FunctionDeclaration' ? 'TSDeclareFunction' + : type === 'ClassMethod' || type === 'ClassPrivateMethod' ? + 'TSDeclareMethod' + : undefined; + + if (bodilessType && !this.match(5) && this.isLineTerminator()) { + this.finishNode(node, bodilessType); + return; + } + + if (bodilessType === 'TSDeclareFunction' && this.state.isAmbientContext) { + this.raise(TSErrors.DeclareFunctionHasImplementation, { + at: node, + }); + + if (node.declare) { + super.parseFunctionBodyAndFinish(node, bodilessType, isMethod); + return; + } + } + + super.parseFunctionBodyAndFinish(node, type, isMethod); + } + + registerFunctionStatementId(node) { + if (!node.body && node.id) { + this.checkIdentifier(node.id, BIND_TS_AMBIENT); + } else { + super.registerFunctionStatementId(...arguments); + } + } + + tsCheckForInvalidTypeCasts(items) { + items.forEach((node) => { + if ((node == null ? void 0 : node.type) === 'TSTypeCastExpression') { + this.raise(TSErrors.UnexpectedTypeAnnotation, { + at: node.typeAnnotation, + }); + } + }); + } + + toReferencedList(exprList, isInParens) { + this.tsCheckForInvalidTypeCasts(exprList); + return exprList; + } + + parseArrayLike(...args) { + const node = super.parseArrayLike(...args); + + if (node.type === 'ArrayExpression') { + this.tsCheckForInvalidTypeCasts(node.elements); + } + + return node; + } + + parseSubscript(base, startPos, startLoc, noCalls, state) { + if (!this.hasPrecedingLineBreak() && this.match(35)) { + this.state.canStartJSXElement = false; + this.next(); + const nonNullExpression = this.startNodeAt(startPos, startLoc); + nonNullExpression.expression = base; + return this.finishNode(nonNullExpression, 'TSNonNullExpression'); + } + + let isOptionalCall = false; + + if (this.match(18) && this.lookaheadCharCode() === 60) { + if (noCalls) { + state.stop = true; + return base; + } + + state.optionalChainMember = isOptionalCall = true; + this.next(); + } + + if (this.match(47) || this.match(51)) { + let missingParenErrorLoc; + const result = this.tsTryParseAndCatch(() => { + if (!noCalls && this.atPossibleAsyncArrow(base)) { + const asyncArrowFn = this.tsTryParseGenericAsyncArrowFunction( + startPos, + startLoc + ); + + if (asyncArrowFn) { + return asyncArrowFn; + } + } + + const typeArguments = this.tsParseTypeArgumentsInExpression(); + if (!typeArguments) throw this.unexpected(); + + if (isOptionalCall && !this.match(10)) { + missingParenErrorLoc = this.state.curPosition(); + throw this.unexpected(); + } + + if (tokenIsTemplate(this.state.type)) { + const result = this.parseTaggedTemplateExpression( + base, + startPos, + startLoc, + state + ); + result.typeParameters = typeArguments; + return result; + } + + if (!noCalls && this.eat(10)) { + const node = this.startNodeAt(startPos, startLoc); + node.callee = base; + node.arguments = this.parseCallExpressionArguments(11, false); + this.tsCheckForInvalidTypeCasts(node.arguments); + node.typeParameters = typeArguments; + + if (state.optionalChainMember) { + node.optional = isOptionalCall; + } + + return this.finishCallExpression(node, state.optionalChainMember); + } + + if ( + tsTokenCanStartExpression(this.state.type) && + this.state.type !== 10 + ) { + throw this.unexpected(); + } + + const node = this.startNodeAt(startPos, startLoc); + node.expression = base; + node.typeParameters = typeArguments; + return this.finishNode(node, 'TSInstantiationExpression'); + }); + + if (missingParenErrorLoc) { + this.unexpected(missingParenErrorLoc, 10); + } + + if (result) return result; + } + + return super.parseSubscript(base, startPos, startLoc, noCalls, state); + } + + parseNewCallee(node) { + var _callee$extra; + + super.parseNewCallee(node); + const { callee } = node; + + if ( + callee.type === 'TSInstantiationExpression' && + !((_callee$extra = callee.extra) != null && _callee$extra.parenthesized) + ) { + node.typeParameters = callee.typeParameters; + node.callee = callee.expression; + } + } + + parseExprOp(left, leftStartPos, leftStartLoc, minPrec) { + if ( + tokenOperatorPrecedence(58) > minPrec && + !this.hasPrecedingLineBreak() && + this.isContextual(93) + ) { + const node = this.startNodeAt(leftStartPos, leftStartLoc); + node.expression = left; + + const _const = this.tsTryNextParseConstantContext(); + + if (_const) { + node.typeAnnotation = _const; + } else { + node.typeAnnotation = this.tsNextThenParseType(); + } + + this.finishNode(node, 'TSAsExpression'); + this.reScan_lt_gt(); + return this.parseExprOp(node, leftStartPos, leftStartLoc, minPrec); + } + + return super.parseExprOp(left, leftStartPos, leftStartLoc, minPrec); + } + + checkReservedWord(word, startLoc, checkKeywords, isBinding) { + if (!this.state.isAmbientContext) { + super.checkReservedWord(word, startLoc, checkKeywords, isBinding); + } + } + + checkDuplicateExports() {} + + parseImport(node) { + node.importKind = 'value'; + + if ( + tokenIsIdentifier(this.state.type) || + this.match(55) || + this.match(5) + ) { + let ahead = this.lookahead(); + + if ( + this.isContextual(126) && + ahead.type !== 12 && + ahead.type !== 97 && + ahead.type !== 29 + ) { + node.importKind = 'type'; + this.next(); + ahead = this.lookahead(); + } + + if (tokenIsIdentifier(this.state.type) && ahead.type === 29) { + return this.tsParseImportEqualsDeclaration(node); + } + } + + const importNode = super.parseImport(node); + + if ( + importNode.importKind === 'type' && + importNode.specifiers.length > 1 && + importNode.specifiers[0].type === 'ImportDefaultSpecifier' + ) { + this.raise(TSErrors.TypeImportCannotSpecifyDefaultAndNamed, { + at: importNode, }); } - if (member.accessibility) { - this.raise(TSErrors.IndexSignatureHasAccessibility, { - at: member, - modifier: member.accessibility + return importNode; + } + + parseExport(node) { + if (this.match(83)) { + this.next(); + + if (this.isContextual(126) && this.lookaheadCharCode() !== 61) { + node.importKind = 'type'; + this.next(); + } else { + node.importKind = 'value'; + } + + return this.tsParseImportEqualsDeclaration(node, true); + } else if (this.eat(29)) { + const assign = node; + assign.expression = this.parseExpression(); + this.semicolon(); + return this.finishNode(assign, 'TSExportAssignment'); + } else if (this.eatContextual(93)) { + const decl = node; + this.expectContextual(124); + decl.id = this.parseIdentifier(); + this.semicolon(); + return this.finishNode(decl, 'TSNamespaceExportDeclaration'); + } else { + if (this.isContextual(126) && this.lookahead().type === 5) { + this.next(); + node.exportKind = 'type'; + } else { + node.exportKind = 'value'; + } + + return super.parseExport(node); + } + } + + isAbstractClass() { + return this.isContextual(120) && this.lookahead().type === 80; + } + + parseExportDefaultExpression() { + if (this.isAbstractClass()) { + const cls = this.startNode(); + this.next(); + cls.abstract = true; + this.parseClass(cls, true, true); + return cls; + } + + if (this.match(125)) { + const result = this.tsParseInterfaceDeclaration(this.startNode()); + if (result) return result; + } + + return super.parseExportDefaultExpression(); + } + + parseVarStatement(node, kind, allowMissingInitializer = false) { + const { isAmbientContext } = this.state; + const declaration = super.parseVarStatement( + node, + kind, + allowMissingInitializer || isAmbientContext + ); + if (!isAmbientContext) return declaration; + + for (const { id, init } of declaration.declarations) { + if (!init) continue; + + if (kind !== 'const' || !!id.typeAnnotation) { + this.raise(TSErrors.InitializerNotAllowedInAmbientContext, { + at: init, + }); + } else if ( + init.type !== 'StringLiteral' && + init.type !== 'BooleanLiteral' && + init.type !== 'NumericLiteral' && + init.type !== 'BigIntLiteral' && + (init.type !== 'TemplateLiteral' || init.expressions.length > 0) && + !isPossiblyLiteralEnum(init) + ) { + this.raise( + TSErrors.ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference, + { + at: init, + } + ); + } + } + + return declaration; + } + + parseStatementContent(context, topLevel) { + if (this.match(75) && this.isLookaheadContextual('enum')) { + const node = this.startNode(); + this.expect(75); + return this.tsParseEnumDeclaration(node, { + const: true, }); } + if (this.isContextual(122)) { + return this.tsParseEnumDeclaration(this.startNode()); + } + + if (this.isContextual(125)) { + const result = this.tsParseInterfaceDeclaration(this.startNode()); + if (result) return result; + } + + return super.parseStatementContent(context, topLevel); + } + + parseAccessModifier() { + return this.tsParseModifier(['public', 'protected', 'private']); + } + + tsHasSomeModifiers(member, modifiers) { + return modifiers.some((modifier) => { + if (tsIsAccessModifier(modifier)) { + return member.accessibility === modifier; + } + + return !!member[modifier]; + }); + } + + tsIsStartOfStaticBlocks() { + return this.isContextual(104) && this.lookaheadCharCode() === 123; + } + + parseClassMember(classBody, member, state) { + const modifiers = [ + 'declare', + 'private', + 'public', + 'protected', + 'override', + 'abstract', + 'readonly', + 'static', + ]; + this.tsParseModifiers({ + modified: member, + allowedModifiers: modifiers, + disallowedModifiers: ['in', 'out'], + stopOnStartOfClassStaticBlock: true, + errorTemplate: TSErrors.InvalidModifierOnTypeParameterPositions, + }); + + const callParseClassMemberWithIsStatic = () => { + if (this.tsIsStartOfStaticBlocks()) { + this.next(); + this.next(); + + if (this.tsHasSomeModifiers(member, modifiers)) { + this.raise(TSErrors.StaticBlockCannotHaveModifier, { + at: this.state.curPosition(), + }); + } + + this.parseClassStaticBlock(classBody, member); + } else { + this.parseClassMemberWithIsStatic( + classBody, + member, + state, + !!member.static + ); + } + }; + if (member.declare) { - this.raise(TSErrors.IndexSignatureHasDeclare, { - at: member + this.tsInAmbientContext(callParseClassMemberWithIsStatic); + } else { + callParseClassMemberWithIsStatic(); + } + } + + parseClassMemberWithIsStatic(classBody, member, state, isStatic) { + const idx = this.tsTryParseIndexSignature(member); + + if (idx) { + classBody.body.push(idx); + + if (member.abstract) { + this.raise(TSErrors.IndexSignatureHasAbstract, { + at: member, + }); + } + + if (member.accessibility) { + this.raise(TSErrors.IndexSignatureHasAccessibility, { + at: member, + modifier: member.accessibility, + }); + } + + if (member.declare) { + this.raise(TSErrors.IndexSignatureHasDeclare, { + at: member, + }); + } + + if (member.override) { + this.raise(TSErrors.IndexSignatureHasOverride, { + at: member, + }); + } + + return; + } + + if (!this.state.inAbstractClass && member.abstract) { + this.raise(TSErrors.NonAbstractClassHasAbstractMethod, { + at: member, }); } if (member.override) { - this.raise(TSErrors.IndexSignatureHasOverride, { - at: member - }); - } - - return; - } - - if (!this.state.inAbstractClass && member.abstract) { - this.raise(TSErrors.NonAbstractClassHasAbstractMethod, { - at: member - }); - } - - if (member.override) { - if (!state.hadSuperClass) { - this.raise(TSErrors.OverrideNotInSubClass, { - at: member - }); - } - } - - super.parseClassMemberWithIsStatic(classBody, member, state, isStatic); - } - - parsePostMemberNameModifiers(methodOrProp) { - const optional = this.eat(17); - if (optional) methodOrProp.optional = true; - - if (methodOrProp.readonly && this.match(10)) { - this.raise(TSErrors.ClassMethodHasReadonly, { - at: methodOrProp - }); - } - - if (methodOrProp.declare && this.match(10)) { - this.raise(TSErrors.ClassMethodHasDeclare, { - at: methodOrProp - }); - } - } - - parseExpressionStatement(node, expr) { - const decl = expr.type === "Identifier" ? this.tsParseExpressionStatement(node, expr) : undefined; - return decl || super.parseExpressionStatement(node, expr); - } - - shouldParseExportDeclaration() { - if (this.tsIsDeclarationStart()) return true; - return super.shouldParseExportDeclaration(); - } - - parseConditional(expr, startPos, startLoc, refExpressionErrors) { - if (!this.state.maybeInArrowParameters || !this.match(17)) { - return super.parseConditional(expr, startPos, startLoc, refExpressionErrors); - } - - const result = this.tryParse(() => super.parseConditional(expr, startPos, startLoc)); - - if (!result.node) { - if (result.error) { - super.setOptionalParametersError(refExpressionErrors, result.error); - } - - return expr; - } - - if (result.error) this.state = result.failState; - return result.node; - } - - parseParenItem(node, startPos, startLoc) { - node = super.parseParenItem(node, startPos, startLoc); - - if (this.eat(17)) { - node.optional = true; - this.resetEndLocation(node); - } - - if (this.match(14)) { - const typeCastNode = this.startNodeAt(startPos, startLoc); - typeCastNode.expression = node; - typeCastNode.typeAnnotation = this.tsParseTypeAnnotation(); - return this.finishNode(typeCastNode, "TSTypeCastExpression"); - } - - return node; - } - - parseExportDeclaration(node) { - if (!this.state.isAmbientContext && this.isContextual(121)) { - return this.tsInAmbientContext(() => this.parseExportDeclaration(node)); - } - - const startPos = this.state.start; - const startLoc = this.state.startLoc; - const isDeclare = this.eatContextual(121); - - if (isDeclare && (this.isContextual(121) || !this.shouldParseExportDeclaration())) { - throw this.raise(TSErrors.ExpectedAmbientAfterExportDeclare, { - at: this.state.startLoc - }); - } - - const isIdentifier = tokenIsIdentifier(this.state.type); - const declaration = isIdentifier && this.tsTryParseExportDeclaration() || super.parseExportDeclaration(node); - if (!declaration) return null; - - if (declaration.type === "TSInterfaceDeclaration" || declaration.type === "TSTypeAliasDeclaration" || isDeclare) { - node.exportKind = "type"; - } - - if (isDeclare) { - this.resetStartLocation(declaration, startPos, startLoc); - declaration.declare = true; - } - - return declaration; - } - - parseClassId(node, isStatement, optionalId) { - if ((!isStatement || optionalId) && this.isContextual(110)) { - return; - } - - super.parseClassId(node, isStatement, optionalId, node.declare ? BIND_TS_AMBIENT : BIND_CLASS); - const typeParameters = this.tsTryParseTypeParameters(this.tsParseInOutModifiers.bind(this)); - if (typeParameters) node.typeParameters = typeParameters; - } - - parseClassPropertyAnnotation(node) { - if (!node.optional && this.eat(35)) { - node.definite = true; - } - - const type = this.tsTryParseTypeAnnotation(); - if (type) node.typeAnnotation = type; - } - - parseClassProperty(node) { - this.parseClassPropertyAnnotation(node); - - if (this.state.isAmbientContext && this.match(29)) { - this.raise(TSErrors.DeclareClassFieldHasInitializer, { - at: this.state.startLoc - }); - } - - if (node.abstract && this.match(29)) { - const { - key - } = node; - this.raise(TSErrors.AbstractPropertyHasInitializer, { - at: this.state.startLoc, - propertyName: key.type === "Identifier" && !node.computed ? key.name : `[${this.input.slice(key.start, key.end)}]` - }); - } - - return super.parseClassProperty(node); - } - - parseClassPrivateProperty(node) { - if (node.abstract) { - this.raise(TSErrors.PrivateElementHasAbstract, { - at: node - }); - } - - if (node.accessibility) { - this.raise(TSErrors.PrivateElementHasAccessibility, { - at: node, - modifier: node.accessibility - }); - } - - this.parseClassPropertyAnnotation(node); - return super.parseClassPrivateProperty(node); - } - - pushClassMethod(classBody, method, isGenerator, isAsync, isConstructor, allowsDirectSuper) { - const typeParameters = this.tsTryParseTypeParameters(); - - if (typeParameters && isConstructor) { - this.raise(TSErrors.ConstructorHasTypeParameters, { - at: typeParameters - }); - } - - const { - declare = false, - kind - } = method; - - if (declare && (kind === "get" || kind === "set")) { - this.raise(TSErrors.DeclareAccessor, { - at: method, - kind - }); - } - - if (typeParameters) method.typeParameters = typeParameters; - super.pushClassMethod(classBody, method, isGenerator, isAsync, isConstructor, allowsDirectSuper); - } - - pushClassPrivateMethod(classBody, method, isGenerator, isAsync) { - const typeParameters = this.tsTryParseTypeParameters(); - if (typeParameters) method.typeParameters = typeParameters; - super.pushClassPrivateMethod(classBody, method, isGenerator, isAsync); - } - - declareClassPrivateMethodInScope(node, kind) { - if (node.type === "TSDeclareMethod") return; - if (node.type === "MethodDefinition" && !node.value.body) return; - super.declareClassPrivateMethodInScope(node, kind); - } - - parseClassSuper(node) { - super.parseClassSuper(node); - - if (node.superClass && (this.match(47) || this.match(51))) { - node.superTypeParameters = this.tsParseTypeArgumentsInExpression(); - } - - if (this.eatContextual(110)) { - node.implements = this.tsParseHeritageClause("implements"); - } - } - - parseObjPropValue(prop, ...args) { - const typeParameters = this.tsTryParseTypeParameters(); - if (typeParameters) prop.typeParameters = typeParameters; - super.parseObjPropValue(prop, ...args); - } - - parseFunctionParams(node, allowModifiers) { - const typeParameters = this.tsTryParseTypeParameters(); - if (typeParameters) node.typeParameters = typeParameters; - super.parseFunctionParams(node, allowModifiers); - } - - parseVarId(decl, kind) { - super.parseVarId(decl, kind); - - if (decl.id.type === "Identifier" && !this.hasPrecedingLineBreak() && this.eat(35)) { - decl.definite = true; - } - - const type = this.tsTryParseTypeAnnotation(); - - if (type) { - decl.id.typeAnnotation = type; - this.resetEndLocation(decl.id); - } - } - - parseAsyncArrowFromCallExpression(node, call) { - if (this.match(14)) { - node.returnType = this.tsParseTypeAnnotation(); - } - - return super.parseAsyncArrowFromCallExpression(node, call); - } - - parseMaybeAssign(...args) { - var _jsx, _jsx2, _typeCast, _jsx3, _typeCast2, _jsx4, _typeCast3; - - let state; - let jsx; - let typeCast; - - if (this.hasPlugin("jsx") && (this.match(138) || this.match(47))) { - state = this.state.clone(); - jsx = this.tryParse(() => super.parseMaybeAssign(...args), state); - if (!jsx.error) return jsx.node; - const { - context - } = this.state; - const currentContext = context[context.length - 1]; - - if (currentContext === types.j_oTag || currentContext === types.j_expr) { - context.pop(); - } - } - - if (!((_jsx = jsx) != null && _jsx.error) && !this.match(47)) { - return super.parseMaybeAssign(...args); - } - - let typeParameters; - state = state || this.state.clone(); - const arrow = this.tryParse(abort => { - var _expr$extra, _typeParameters, _expr$typeParameters$; - - typeParameters = this.tsParseTypeParameters(); - const expr = super.parseMaybeAssign(...args); - - if (expr.type !== "ArrowFunctionExpression" || (_expr$extra = expr.extra) != null && _expr$extra.parenthesized) { - abort(); - } - - if (((_typeParameters = typeParameters) == null ? void 0 : _typeParameters.params.length) !== 0) { - this.resetStartLocationFromNode(expr, typeParameters); - } - - expr.typeParameters = typeParameters; - - if (this.hasPlugin("jsx") && expr.typeParameters.params.length === 1 && !((_expr$typeParameters$ = expr.typeParameters.extra) != null && _expr$typeParameters$.trailingComma)) { - const parameter = expr.typeParameters.params[0]; - - if (!parameter.constraint) ; - } - - return expr; - }, state); - - if (!arrow.error && !arrow.aborted) { - if (typeParameters) this.reportReservedArrowTypeParam(typeParameters); - return arrow.node; - } - - if (!jsx) { - assert(!this.hasPlugin("jsx")); - typeCast = this.tryParse(() => super.parseMaybeAssign(...args), state); - if (!typeCast.error) return typeCast.node; - } - - if ((_jsx2 = jsx) != null && _jsx2.node) { - this.state = jsx.failState; - return jsx.node; - } - - if (arrow.node) { - this.state = arrow.failState; - if (typeParameters) this.reportReservedArrowTypeParam(typeParameters); - return arrow.node; - } - - if ((_typeCast = typeCast) != null && _typeCast.node) { - this.state = typeCast.failState; - return typeCast.node; - } - - if ((_jsx3 = jsx) != null && _jsx3.thrown) throw jsx.error; - if (arrow.thrown) throw arrow.error; - if ((_typeCast2 = typeCast) != null && _typeCast2.thrown) throw typeCast.error; - throw ((_jsx4 = jsx) == null ? void 0 : _jsx4.error) || arrow.error || ((_typeCast3 = typeCast) == null ? void 0 : _typeCast3.error); - } - - reportReservedArrowTypeParam(node) { - var _node$extra; - - if (node.params.length === 1 && !((_node$extra = node.extra) != null && _node$extra.trailingComma) && this.getPluginOption("typescript", "disallowAmbiguousJSXLike")) { - this.raise(TSErrors.ReservedArrowTypeParam, { - at: node - }); - } - } - - parseMaybeUnary(refExpressionErrors) { - if (!this.hasPlugin("jsx") && this.match(47)) { - return this.tsParseTypeAssertion(); - } else { - return super.parseMaybeUnary(refExpressionErrors); - } - } - - parseArrow(node) { - if (this.match(14)) { - const result = this.tryParse(abort => { - const returnType = this.tsParseTypeOrTypePredicateAnnotation(14); - if (this.canInsertSemicolon() || !this.match(19)) abort(); - return returnType; - }); - if (result.aborted) return; - - if (!result.thrown) { - if (result.error) this.state = result.failState; - node.returnType = result.node; - } - } - - return super.parseArrow(node); - } - - parseAssignableListItemTypes(param) { - if (this.eat(17)) { - if (param.type !== "Identifier" && !this.state.isAmbientContext && !this.state.inType) { - this.raise(TSErrors.PatternIsOptional, { - at: param - }); - } - - param.optional = true; - } - - const type = this.tsTryParseTypeAnnotation(); - if (type) param.typeAnnotation = type; - this.resetEndLocation(param); - return param; - } - - isAssignable(node, isBinding) { - switch (node.type) { - case "TSTypeCastExpression": - return this.isAssignable(node.expression, isBinding); - - case "TSParameterProperty": - return true; - - default: - return super.isAssignable(node, isBinding); - } - } - - toAssignable(node, isLHS = false) { - switch (node.type) { - case "ParenthesizedExpression": - this.toAssignableParenthesizedExpression(node, isLHS); - break; - - case "TSAsExpression": - case "TSNonNullExpression": - case "TSTypeAssertion": - if (isLHS) { - this.expressionScope.recordArrowParemeterBindingError(TSErrors.UnexpectedTypeCastInParameter, { - at: node - }); - } else { - this.raise(TSErrors.UnexpectedTypeCastInParameter, { - at: node + if (!state.hadSuperClass) { + this.raise(TSErrors.OverrideNotInSubClass, { + at: member, }); } + } - this.toAssignable(node.expression, isLHS); - break; + super.parseClassMemberWithIsStatic(classBody, member, state, isStatic); + } - case "AssignmentExpression": - if (!isLHS && node.left.type === "TSTypeCastExpression") { - node.left = this.typeCastToParameter(node.left); + parsePostMemberNameModifiers(methodOrProp) { + const optional = this.eat(17); + if (optional) methodOrProp.optional = true; + + if (methodOrProp.readonly && this.match(10)) { + this.raise(TSErrors.ClassMethodHasReadonly, { + at: methodOrProp, + }); + } + + if (methodOrProp.declare && this.match(10)) { + this.raise(TSErrors.ClassMethodHasDeclare, { + at: methodOrProp, + }); + } + } + + parseExpressionStatement(node, expr) { + const decl = + expr.type === 'Identifier' ? + this.tsParseExpressionStatement(node, expr) + : undefined; + return decl || super.parseExpressionStatement(node, expr); + } + + shouldParseExportDeclaration() { + if (this.tsIsDeclarationStart()) return true; + return super.shouldParseExportDeclaration(); + } + + parseConditional(expr, startPos, startLoc, refExpressionErrors) { + if (!this.state.maybeInArrowParameters || !this.match(17)) { + return super.parseConditional( + expr, + startPos, + startLoc, + refExpressionErrors + ); + } + + const result = this.tryParse(() => + super.parseConditional(expr, startPos, startLoc) + ); + + if (!result.node) { + if (result.error) { + super.setOptionalParametersError(refExpressionErrors, result.error); } - default: - super.toAssignable(node, isLHS); - } - } - - toAssignableParenthesizedExpression(node, isLHS) { - switch (node.expression.type) { - case "TSAsExpression": - case "TSNonNullExpression": - case "TSTypeAssertion": - case "ParenthesizedExpression": - this.toAssignable(node.expression, isLHS); - break; - - default: - super.toAssignable(node, isLHS); - } - } - - checkToRestConversion(node, allowPattern) { - switch (node.type) { - case "TSAsExpression": - case "TSTypeAssertion": - case "TSNonNullExpression": - this.checkToRestConversion(node.expression, false); - break; - - default: - super.checkToRestConversion(node, allowPattern); - } - } - - isValidLVal(type, isUnparenthesizedInAssign, binding) { - return getOwn$1({ - TSTypeCastExpression: true, - TSParameterProperty: "parameter", - TSNonNullExpression: "expression", - TSAsExpression: (binding !== BIND_NONE || !isUnparenthesizedInAssign) && ["expression", true], - TSTypeAssertion: (binding !== BIND_NONE || !isUnparenthesizedInAssign) && ["expression", true] - }, type) || super.isValidLVal(type, isUnparenthesizedInAssign, binding); - } - - parseBindingAtom() { - switch (this.state.type) { - case 78: - return this.parseIdentifier(true); - - default: - return super.parseBindingAtom(); - } - } - - parseMaybeDecoratorArguments(expr) { - if (this.match(47) || this.match(51)) { - const typeArguments = this.tsParseTypeArgumentsInExpression(); - - if (this.match(10)) { - const call = super.parseMaybeDecoratorArguments(expr); - call.typeParameters = typeArguments; - return call; + return expr; } - this.unexpected(null, 10); + if (result.error) this.state = result.failState; + return result.node; } - return super.parseMaybeDecoratorArguments(expr); - } + parseParenItem(node, startPos, startLoc) { + node = super.parseParenItem(node, startPos, startLoc); - checkCommaAfterRest(close) { - if (this.state.isAmbientContext && this.match(12) && this.lookaheadCharCode() === close) { - this.next(); - return false; - } else { - return super.checkCommaAfterRest(close); - } - } - - isClassMethod() { - return this.match(47) || super.isClassMethod(); - } - - isClassProperty() { - return this.match(35) || this.match(14) || super.isClassProperty(); - } - - parseMaybeDefault(...args) { - const node = super.parseMaybeDefault(...args); - - if (node.type === "AssignmentPattern" && node.typeAnnotation && node.right.start < node.typeAnnotation.start) { - this.raise(TSErrors.TypeAnnotationAfterAssign, { - at: node.typeAnnotation - }); - } - - return node; - } - - getTokenFromCode(code) { - if (this.state.inType) { - if (code === 62) { - return this.finishOp(48, 1); + if (this.eat(17)) { + node.optional = true; + this.resetEndLocation(node); } - if (code === 60) { - return this.finishOp(47, 1); + if (this.match(14)) { + const typeCastNode = this.startNodeAt(startPos, startLoc); + typeCastNode.expression = node; + typeCastNode.typeAnnotation = this.tsParseTypeAnnotation(); + return this.finishNode(typeCastNode, 'TSTypeCastExpression'); } + + return node; } - return super.getTokenFromCode(code); - } - - reScan_lt_gt() { - const { - type - } = this.state; - - if (type === 47) { - this.state.pos -= 1; - this.readToken_lt(); - } else if (type === 48) { - this.state.pos -= 1; - this.readToken_gt(); - } - } - - reScan_lt() { - const { - type - } = this.state; - - if (type === 51) { - this.state.pos -= 2; - this.finishOp(47, 1); - return 47; - } - - return type; - } - - toAssignableList(exprList) { - for (let i = 0; i < exprList.length; i++) { - const expr = exprList[i]; - - if ((expr == null ? void 0 : expr.type) === "TSTypeCastExpression") { - exprList[i] = this.typeCastToParameter(expr); + parseExportDeclaration(node) { + if (!this.state.isAmbientContext && this.isContextual(121)) { + return this.tsInAmbientContext(() => this.parseExportDeclaration(node)); } - } - super.toAssignableList(...arguments); - } + const startPos = this.state.start; + const startLoc = this.state.startLoc; + const isDeclare = this.eatContextual(121); - typeCastToParameter(node) { - node.expression.typeAnnotation = node.typeAnnotation; - this.resetEndLocation(node.expression, node.typeAnnotation.loc.end); - return node.expression; - } - - shouldParseArrow(params) { - if (this.match(14)) { - return params.every(expr => this.isAssignable(expr, true)); - } - - return super.shouldParseArrow(params); - } - - shouldParseAsyncArrow() { - return this.match(14) || super.shouldParseAsyncArrow(); - } - - canHaveLeadingDecorator() { - return super.canHaveLeadingDecorator() || this.isAbstractClass(); - } - - jsxParseOpeningElementAfterName(node) { - if (this.match(47) || this.match(51)) { - const typeArguments = this.tsTryParseAndCatch(() => this.tsParseTypeArgumentsInExpression()); - if (typeArguments) node.typeParameters = typeArguments; - } - - return super.jsxParseOpeningElementAfterName(node); - } - - getGetterSetterExpectedParamCount(method) { - const baseCount = super.getGetterSetterExpectedParamCount(method); - const params = this.getObjectOrClassMethodParams(method); - const firstParam = params[0]; - const hasContextParam = firstParam && this.isThisParam(firstParam); - return hasContextParam ? baseCount + 1 : baseCount; - } - - parseCatchClauseParam() { - const param = super.parseCatchClauseParam(); - const type = this.tsTryParseTypeAnnotation(); - - if (type) { - param.typeAnnotation = type; - this.resetEndLocation(param); - } - - return param; - } - - tsInAmbientContext(cb) { - const oldIsAmbientContext = this.state.isAmbientContext; - this.state.isAmbientContext = true; - - try { - return cb(); - } finally { - this.state.isAmbientContext = oldIsAmbientContext; - } - } - - parseClass(node, ...args) { - const oldInAbstractClass = this.state.inAbstractClass; - this.state.inAbstractClass = !!node.abstract; - - try { - return super.parseClass(node, ...args); - } finally { - this.state.inAbstractClass = oldInAbstractClass; - } - } - - tsParseAbstractDeclaration(node) { - if (this.match(80)) { - node.abstract = true; - return this.parseClass(node, true, false); - } else if (this.isContextual(125)) { - if (!this.hasFollowingLineBreak()) { - node.abstract = true; - this.raise(TSErrors.NonClassMethodPropertyHasAbstractModifer, { - at: node + if ( + isDeclare && + (this.isContextual(121) || !this.shouldParseExportDeclaration()) + ) { + throw this.raise(TSErrors.ExpectedAmbientAfterExportDeclare, { + at: this.state.startLoc, }); - return this.tsParseInterfaceDeclaration(node); } - } else { - this.unexpected(null, 80); + + const isIdentifier = tokenIsIdentifier(this.state.type); + const declaration = + (isIdentifier && this.tsTryParseExportDeclaration()) || + super.parseExportDeclaration(node); + if (!declaration) return null; + + if ( + declaration.type === 'TSInterfaceDeclaration' || + declaration.type === 'TSTypeAliasDeclaration' || + isDeclare + ) { + node.exportKind = 'type'; + } + + if (isDeclare) { + this.resetStartLocation(declaration, startPos, startLoc); + declaration.declare = true; + } + + return declaration; } - } - parseMethod(...args) { - const method = super.parseMethod(...args); + parseClassId(node, isStatement, optionalId) { + if ((!isStatement || optionalId) && this.isContextual(110)) { + return; + } - if (method.abstract) { - const hasBody = this.hasPlugin("estree") ? !!method.value.body : !!method.body; + super.parseClassId( + node, + isStatement, + optionalId, + node.declare ? BIND_TS_AMBIENT : BIND_CLASS + ); + const typeParameters = this.tsTryParseTypeParameters( + this.tsParseInOutModifiers.bind(this) + ); + if (typeParameters) node.typeParameters = typeParameters; + } - if (hasBody) { - const { - key - } = method; - this.raise(TSErrors.AbstractMethodHasImplementation, { + parseClassPropertyAnnotation(node) { + if (!node.optional && this.eat(35)) { + node.definite = true; + } + + const type = this.tsTryParseTypeAnnotation(); + if (type) node.typeAnnotation = type; + } + + parseClassProperty(node) { + this.parseClassPropertyAnnotation(node); + + if (this.state.isAmbientContext && this.match(29)) { + this.raise(TSErrors.DeclareClassFieldHasInitializer, { + at: this.state.startLoc, + }); + } + + if (node.abstract && this.match(29)) { + const { key } = node; + this.raise(TSErrors.AbstractPropertyHasInitializer, { + at: this.state.startLoc, + propertyName: + key.type === 'Identifier' && !node.computed ? + key.name + : `[${this.input.slice(key.start, key.end)}]`, + }); + } + + return super.parseClassProperty(node); + } + + parseClassPrivateProperty(node) { + if (node.abstract) { + this.raise(TSErrors.PrivateElementHasAbstract, { + at: node, + }); + } + + if (node.accessibility) { + this.raise(TSErrors.PrivateElementHasAccessibility, { + at: node, + modifier: node.accessibility, + }); + } + + this.parseClassPropertyAnnotation(node); + return super.parseClassPrivateProperty(node); + } + + pushClassMethod( + classBody, + method, + isGenerator, + isAsync, + isConstructor, + allowsDirectSuper + ) { + const typeParameters = this.tsTryParseTypeParameters(); + + if (typeParameters && isConstructor) { + this.raise(TSErrors.ConstructorHasTypeParameters, { + at: typeParameters, + }); + } + + const { declare = false, kind } = method; + + if (declare && (kind === 'get' || kind === 'set')) { + this.raise(TSErrors.DeclareAccessor, { at: method, - methodName: key.type === "Identifier" && !method.computed ? key.name : `[${this.input.slice(key.start, key.end)}]` + kind, + }); + } + + if (typeParameters) method.typeParameters = typeParameters; + super.pushClassMethod( + classBody, + method, + isGenerator, + isAsync, + isConstructor, + allowsDirectSuper + ); + } + + pushClassPrivateMethod(classBody, method, isGenerator, isAsync) { + const typeParameters = this.tsTryParseTypeParameters(); + if (typeParameters) method.typeParameters = typeParameters; + super.pushClassPrivateMethod(classBody, method, isGenerator, isAsync); + } + + declareClassPrivateMethodInScope(node, kind) { + if (node.type === 'TSDeclareMethod') return; + if (node.type === 'MethodDefinition' && !node.value.body) return; + super.declareClassPrivateMethodInScope(node, kind); + } + + parseClassSuper(node) { + super.parseClassSuper(node); + + if (node.superClass && (this.match(47) || this.match(51))) { + node.superTypeParameters = this.tsParseTypeArgumentsInExpression(); + } + + if (this.eatContextual(110)) { + node.implements = this.tsParseHeritageClause('implements'); + } + } + + parseObjPropValue(prop, ...args) { + const typeParameters = this.tsTryParseTypeParameters(); + if (typeParameters) prop.typeParameters = typeParameters; + super.parseObjPropValue(prop, ...args); + } + + parseFunctionParams(node, allowModifiers) { + const typeParameters = this.tsTryParseTypeParameters(); + if (typeParameters) node.typeParameters = typeParameters; + super.parseFunctionParams(node, allowModifiers); + } + + parseVarId(decl, kind) { + super.parseVarId(decl, kind); + + if ( + decl.id.type === 'Identifier' && + !this.hasPrecedingLineBreak() && + this.eat(35) + ) { + decl.definite = true; + } + + const type = this.tsTryParseTypeAnnotation(); + + if (type) { + decl.id.typeAnnotation = type; + this.resetEndLocation(decl.id); + } + } + + parseAsyncArrowFromCallExpression(node, call) { + if (this.match(14)) { + node.returnType = this.tsParseTypeAnnotation(); + } + + return super.parseAsyncArrowFromCallExpression(node, call); + } + + parseMaybeAssign(...args) { + var _jsx, _jsx2, _typeCast, _jsx3, _typeCast2, _jsx4, _typeCast3; + + let state; + let jsx; + let typeCast; + + if (this.hasPlugin('jsx') && (this.match(138) || this.match(47))) { + state = this.state.clone(); + jsx = this.tryParse(() => super.parseMaybeAssign(...args), state); + if (!jsx.error) return jsx.node; + const { context } = this.state; + const currentContext = context[context.length - 1]; + + if ( + currentContext === types.j_oTag || + currentContext === types.j_expr + ) { + context.pop(); + } + } + + if (!((_jsx = jsx) != null && _jsx.error) && !this.match(47)) { + return super.parseMaybeAssign(...args); + } + + let typeParameters; + state = state || this.state.clone(); + const arrow = this.tryParse((abort) => { + var _expr$extra, _typeParameters, _expr$typeParameters$; + + typeParameters = this.tsParseTypeParameters(); + const expr = super.parseMaybeAssign(...args); + + if ( + expr.type !== 'ArrowFunctionExpression' || + ((_expr$extra = expr.extra) != null && _expr$extra.parenthesized) + ) { + abort(); + } + + if ( + ((_typeParameters = typeParameters) == null ? + void 0 + : _typeParameters.params.length) !== 0 + ) { + this.resetStartLocationFromNode(expr, typeParameters); + } + + expr.typeParameters = typeParameters; + + if ( + this.hasPlugin('jsx') && + expr.typeParameters.params.length === 1 && + !( + (_expr$typeParameters$ = expr.typeParameters.extra) != null && + _expr$typeParameters$.trailingComma + ) + ) { + const parameter = expr.typeParameters.params[0]; + + if (!parameter.constraint); + } + + return expr; + }, state); + + if (!arrow.error && !arrow.aborted) { + if (typeParameters) this.reportReservedArrowTypeParam(typeParameters); + return arrow.node; + } + + if (!jsx) { + assert(!this.hasPlugin('jsx')); + typeCast = this.tryParse(() => super.parseMaybeAssign(...args), state); + if (!typeCast.error) return typeCast.node; + } + + if ((_jsx2 = jsx) != null && _jsx2.node) { + this.state = jsx.failState; + return jsx.node; + } + + if (arrow.node) { + this.state = arrow.failState; + if (typeParameters) this.reportReservedArrowTypeParam(typeParameters); + return arrow.node; + } + + if ((_typeCast = typeCast) != null && _typeCast.node) { + this.state = typeCast.failState; + return typeCast.node; + } + + if ((_jsx3 = jsx) != null && _jsx3.thrown) throw jsx.error; + if (arrow.thrown) throw arrow.error; + if ((_typeCast2 = typeCast) != null && _typeCast2.thrown) + throw typeCast.error; + throw ( + ((_jsx4 = jsx) == null ? void 0 : _jsx4.error) || + arrow.error || + ((_typeCast3 = typeCast) == null ? void 0 : _typeCast3.error) + ); + } + + reportReservedArrowTypeParam(node) { + var _node$extra; + + if ( + node.params.length === 1 && + !((_node$extra = node.extra) != null && _node$extra.trailingComma) && + this.getPluginOption('typescript', 'disallowAmbiguousJSXLike') + ) { + this.raise(TSErrors.ReservedArrowTypeParam, { + at: node, }); } } - return method; - } + parseMaybeUnary(refExpressionErrors) { + if (!this.hasPlugin('jsx') && this.match(47)) { + return this.tsParseTypeAssertion(); + } else { + return super.parseMaybeUnary(refExpressionErrors); + } + } - tsParseTypeParameterName() { - const typeName = this.parseIdentifier(); - return typeName.name; - } + parseArrow(node) { + if (this.match(14)) { + const result = this.tryParse((abort) => { + const returnType = this.tsParseTypeOrTypePredicateAnnotation(14); + if (this.canInsertSemicolon() || !this.match(19)) abort(); + return returnType; + }); + if (result.aborted) return; - shouldParseAsAmbientContext() { - return !!this.getPluginOption("typescript", "dts"); - } + if (!result.thrown) { + if (result.error) this.state = result.failState; + node.returnType = result.node; + } + } - parse() { - if (this.shouldParseAsAmbientContext()) { + return super.parseArrow(node); + } + + parseAssignableListItemTypes(param) { + if (this.eat(17)) { + if ( + param.type !== 'Identifier' && + !this.state.isAmbientContext && + !this.state.inType + ) { + this.raise(TSErrors.PatternIsOptional, { + at: param, + }); + } + + param.optional = true; + } + + const type = this.tsTryParseTypeAnnotation(); + if (type) param.typeAnnotation = type; + this.resetEndLocation(param); + return param; + } + + isAssignable(node, isBinding) { + switch (node.type) { + case 'TSTypeCastExpression': + return this.isAssignable(node.expression, isBinding); + + case 'TSParameterProperty': + return true; + + default: + return super.isAssignable(node, isBinding); + } + } + + toAssignable(node, isLHS = false) { + switch (node.type) { + case 'ParenthesizedExpression': + this.toAssignableParenthesizedExpression(node, isLHS); + break; + + case 'TSAsExpression': + case 'TSNonNullExpression': + case 'TSTypeAssertion': + if (isLHS) { + this.expressionScope.recordArrowParemeterBindingError( + TSErrors.UnexpectedTypeCastInParameter, + { + at: node, + } + ); + } else { + this.raise(TSErrors.UnexpectedTypeCastInParameter, { + at: node, + }); + } + + this.toAssignable(node.expression, isLHS); + break; + + case 'AssignmentExpression': + if (!isLHS && node.left.type === 'TSTypeCastExpression') { + node.left = this.typeCastToParameter(node.left); + } + + default: + super.toAssignable(node, isLHS); + } + } + + toAssignableParenthesizedExpression(node, isLHS) { + switch (node.expression.type) { + case 'TSAsExpression': + case 'TSNonNullExpression': + case 'TSTypeAssertion': + case 'ParenthesizedExpression': + this.toAssignable(node.expression, isLHS); + break; + + default: + super.toAssignable(node, isLHS); + } + } + + checkToRestConversion(node, allowPattern) { + switch (node.type) { + case 'TSAsExpression': + case 'TSTypeAssertion': + case 'TSNonNullExpression': + this.checkToRestConversion(node.expression, false); + break; + + default: + super.checkToRestConversion(node, allowPattern); + } + } + + isValidLVal(type, isUnparenthesizedInAssign, binding) { + return ( + getOwn$1( + { + TSTypeCastExpression: true, + TSParameterProperty: 'parameter', + TSNonNullExpression: 'expression', + TSAsExpression: (binding !== BIND_NONE || + !isUnparenthesizedInAssign) && ['expression', true], + TSTypeAssertion: (binding !== BIND_NONE || + !isUnparenthesizedInAssign) && ['expression', true], + }, + type + ) || super.isValidLVal(type, isUnparenthesizedInAssign, binding) + ); + } + + parseBindingAtom() { + switch (this.state.type) { + case 78: + return this.parseIdentifier(true); + + default: + return super.parseBindingAtom(); + } + } + + parseMaybeDecoratorArguments(expr) { + if (this.match(47) || this.match(51)) { + const typeArguments = this.tsParseTypeArgumentsInExpression(); + + if (this.match(10)) { + const call = super.parseMaybeDecoratorArguments(expr); + call.typeParameters = typeArguments; + return call; + } + + this.unexpected(null, 10); + } + + return super.parseMaybeDecoratorArguments(expr); + } + + checkCommaAfterRest(close) { + if ( + this.state.isAmbientContext && + this.match(12) && + this.lookaheadCharCode() === close + ) { + this.next(); + return false; + } else { + return super.checkCommaAfterRest(close); + } + } + + isClassMethod() { + return this.match(47) || super.isClassMethod(); + } + + isClassProperty() { + return this.match(35) || this.match(14) || super.isClassProperty(); + } + + parseMaybeDefault(...args) { + const node = super.parseMaybeDefault(...args); + + if ( + node.type === 'AssignmentPattern' && + node.typeAnnotation && + node.right.start < node.typeAnnotation.start + ) { + this.raise(TSErrors.TypeAnnotationAfterAssign, { + at: node.typeAnnotation, + }); + } + + return node; + } + + getTokenFromCode(code) { + if (this.state.inType) { + if (code === 62) { + return this.finishOp(48, 1); + } + + if (code === 60) { + return this.finishOp(47, 1); + } + } + + return super.getTokenFromCode(code); + } + + reScan_lt_gt() { + const { type } = this.state; + + if (type === 47) { + this.state.pos -= 1; + this.readToken_lt(); + } else if (type === 48) { + this.state.pos -= 1; + this.readToken_gt(); + } + } + + reScan_lt() { + const { type } = this.state; + + if (type === 51) { + this.state.pos -= 2; + this.finishOp(47, 1); + return 47; + } + + return type; + } + + toAssignableList(exprList) { + for (let i = 0; i < exprList.length; i++) { + const expr = exprList[i]; + + if ((expr == null ? void 0 : expr.type) === 'TSTypeCastExpression') { + exprList[i] = this.typeCastToParameter(expr); + } + } + + super.toAssignableList(...arguments); + } + + typeCastToParameter(node) { + node.expression.typeAnnotation = node.typeAnnotation; + this.resetEndLocation(node.expression, node.typeAnnotation.loc.end); + return node.expression; + } + + shouldParseArrow(params) { + if (this.match(14)) { + return params.every((expr) => this.isAssignable(expr, true)); + } + + return super.shouldParseArrow(params); + } + + shouldParseAsyncArrow() { + return this.match(14) || super.shouldParseAsyncArrow(); + } + + canHaveLeadingDecorator() { + return super.canHaveLeadingDecorator() || this.isAbstractClass(); + } + + jsxParseOpeningElementAfterName(node) { + if (this.match(47) || this.match(51)) { + const typeArguments = this.tsTryParseAndCatch(() => + this.tsParseTypeArgumentsInExpression() + ); + if (typeArguments) node.typeParameters = typeArguments; + } + + return super.jsxParseOpeningElementAfterName(node); + } + + getGetterSetterExpectedParamCount(method) { + const baseCount = super.getGetterSetterExpectedParamCount(method); + const params = this.getObjectOrClassMethodParams(method); + const firstParam = params[0]; + const hasContextParam = firstParam && this.isThisParam(firstParam); + return hasContextParam ? baseCount + 1 : baseCount; + } + + parseCatchClauseParam() { + const param = super.parseCatchClauseParam(); + const type = this.tsTryParseTypeAnnotation(); + + if (type) { + param.typeAnnotation = type; + this.resetEndLocation(param); + } + + return param; + } + + tsInAmbientContext(cb) { + const oldIsAmbientContext = this.state.isAmbientContext; this.state.isAmbientContext = true; + + try { + return cb(); + } finally { + this.state.isAmbientContext = oldIsAmbientContext; + } } - return super.parse(); - } + parseClass(node, ...args) { + const oldInAbstractClass = this.state.inAbstractClass; + this.state.inAbstractClass = !!node.abstract; - getExpression() { - if (this.shouldParseAsAmbientContext()) { - this.state.isAmbientContext = true; + try { + return super.parseClass(node, ...args); + } finally { + this.state.inAbstractClass = oldInAbstractClass; + } } - return super.getExpression(); - } - - parseExportSpecifier(node, isString, isInTypeExport, isMaybeTypeOnly) { - if (!isString && isMaybeTypeOnly) { - this.parseTypeOnlyImportExportSpecifier(node, false, isInTypeExport); - return this.finishNode(node, "ExportSpecifier"); + tsParseAbstractDeclaration(node) { + if (this.match(80)) { + node.abstract = true; + return this.parseClass(node, true, false); + } else if (this.isContextual(125)) { + if (!this.hasFollowingLineBreak()) { + node.abstract = true; + this.raise(TSErrors.NonClassMethodPropertyHasAbstractModifer, { + at: node, + }); + return this.tsParseInterfaceDeclaration(node); + } + } else { + this.unexpected(null, 80); + } } - node.exportKind = "value"; - return super.parseExportSpecifier(node, isString, isInTypeExport, isMaybeTypeOnly); - } + parseMethod(...args) { + const method = super.parseMethod(...args); - parseImportSpecifier(specifier, importedIsString, isInTypeOnlyImport, isMaybeTypeOnly) { - if (!importedIsString && isMaybeTypeOnly) { - this.parseTypeOnlyImportExportSpecifier(specifier, true, isInTypeOnlyImport); - return this.finishNode(specifier, "ImportSpecifier"); + if (method.abstract) { + const hasBody = + this.hasPlugin('estree') ? !!method.value.body : !!method.body; + + if (hasBody) { + const { key } = method; + this.raise(TSErrors.AbstractMethodHasImplementation, { + at: method, + methodName: + key.type === 'Identifier' && !method.computed ? + key.name + : `[${this.input.slice(key.start, key.end)}]`, + }); + } + } + + return method; } - specifier.importKind = "value"; - return super.parseImportSpecifier(specifier, importedIsString, isInTypeOnlyImport, isMaybeTypeOnly); - } + tsParseTypeParameterName() { + const typeName = this.parseIdentifier(); + return typeName.name; + } - parseTypeOnlyImportExportSpecifier(node, isImport, isInTypeOnlyImportExport) { - const leftOfAsKey = isImport ? "imported" : "local"; - const rightOfAsKey = isImport ? "local" : "exported"; - let leftOfAs = node[leftOfAsKey]; - let rightOfAs; - let hasTypeSpecifier = false; - let canParseAsKeyword = true; - const loc = leftOfAs.loc.start; + shouldParseAsAmbientContext() { + return !!this.getPluginOption('typescript', 'dts'); + } - if (this.isContextual(93)) { - const firstAs = this.parseIdentifier(); + parse() { + if (this.shouldParseAsAmbientContext()) { + this.state.isAmbientContext = true; + } + + return super.parse(); + } + + getExpression() { + if (this.shouldParseAsAmbientContext()) { + this.state.isAmbientContext = true; + } + + return super.getExpression(); + } + + parseExportSpecifier(node, isString, isInTypeExport, isMaybeTypeOnly) { + if (!isString && isMaybeTypeOnly) { + this.parseTypeOnlyImportExportSpecifier(node, false, isInTypeExport); + return this.finishNode(node, 'ExportSpecifier'); + } + + node.exportKind = 'value'; + return super.parseExportSpecifier( + node, + isString, + isInTypeExport, + isMaybeTypeOnly + ); + } + + parseImportSpecifier( + specifier, + importedIsString, + isInTypeOnlyImport, + isMaybeTypeOnly + ) { + if (!importedIsString && isMaybeTypeOnly) { + this.parseTypeOnlyImportExportSpecifier( + specifier, + true, + isInTypeOnlyImport + ); + return this.finishNode(specifier, 'ImportSpecifier'); + } + + specifier.importKind = 'value'; + return super.parseImportSpecifier( + specifier, + importedIsString, + isInTypeOnlyImport, + isMaybeTypeOnly + ); + } + + parseTypeOnlyImportExportSpecifier( + node, + isImport, + isInTypeOnlyImportExport + ) { + const leftOfAsKey = isImport ? 'imported' : 'local'; + const rightOfAsKey = isImport ? 'local' : 'exported'; + let leftOfAs = node[leftOfAsKey]; + let rightOfAs; + let hasTypeSpecifier = false; + let canParseAsKeyword = true; + const loc = leftOfAs.loc.start; if (this.isContextual(93)) { - const secondAs = this.parseIdentifier(); + const firstAs = this.parseIdentifier(); - if (tokenIsKeywordOrIdentifier(this.state.type)) { + if (this.isContextual(93)) { + const secondAs = this.parseIdentifier(); + + if (tokenIsKeywordOrIdentifier(this.state.type)) { + hasTypeSpecifier = true; + leftOfAs = firstAs; + rightOfAs = + isImport ? this.parseIdentifier() : this.parseModuleExportName(); + canParseAsKeyword = false; + } else { + rightOfAs = secondAs; + canParseAsKeyword = false; + } + } else if (tokenIsKeywordOrIdentifier(this.state.type)) { + canParseAsKeyword = false; + rightOfAs = + isImport ? this.parseIdentifier() : this.parseModuleExportName(); + } else { hasTypeSpecifier = true; leftOfAs = firstAs; - rightOfAs = isImport ? this.parseIdentifier() : this.parseModuleExportName(); - canParseAsKeyword = false; - } else { - rightOfAs = secondAs; - canParseAsKeyword = false; } } else if (tokenIsKeywordOrIdentifier(this.state.type)) { - canParseAsKeyword = false; - rightOfAs = isImport ? this.parseIdentifier() : this.parseModuleExportName(); - } else { hasTypeSpecifier = true; - leftOfAs = firstAs; + + if (isImport) { + leftOfAs = this.parseIdentifier(true); + + if (!this.isContextual(93)) { + this.checkReservedWord( + leftOfAs.name, + leftOfAs.loc.start, + true, + true + ); + } + } else { + leftOfAs = this.parseModuleExportName(); + } + } + + if (hasTypeSpecifier && isInTypeOnlyImportExport) { + this.raise( + isImport ? + TSErrors.TypeModifierIsUsedInTypeImports + : TSErrors.TypeModifierIsUsedInTypeExports, + { + at: loc, + } + ); + } + + node[leftOfAsKey] = leftOfAs; + node[rightOfAsKey] = rightOfAs; + const kindKey = isImport ? 'importKind' : 'exportKind'; + node[kindKey] = hasTypeSpecifier ? 'type' : 'value'; + + if (canParseAsKeyword && this.eatContextual(93)) { + node[rightOfAsKey] = + isImport ? this.parseIdentifier() : this.parseModuleExportName(); + } + + if (!node[rightOfAsKey]) { + node[rightOfAsKey] = cloneIdentifier(node[leftOfAsKey]); } - } else if (tokenIsKeywordOrIdentifier(this.state.type)) { - hasTypeSpecifier = true; if (isImport) { - leftOfAs = this.parseIdentifier(true); - - if (!this.isContextual(93)) { - this.checkReservedWord(leftOfAs.name, leftOfAs.loc.start, true, true); - } - } else { - leftOfAs = this.parseModuleExportName(); + this.checkIdentifier(node[rightOfAsKey], BIND_LEXICAL); } } - - if (hasTypeSpecifier && isInTypeOnlyImportExport) { - this.raise(isImport ? TSErrors.TypeModifierIsUsedInTypeImports : TSErrors.TypeModifierIsUsedInTypeExports, { - at: loc - }); - } - - node[leftOfAsKey] = leftOfAs; - node[rightOfAsKey] = rightOfAs; - const kindKey = isImport ? "importKind" : "exportKind"; - node[kindKey] = hasTypeSpecifier ? "type" : "value"; - - if (canParseAsKeyword && this.eatContextual(93)) { - node[rightOfAsKey] = isImport ? this.parseIdentifier() : this.parseModuleExportName(); - } - - if (!node[rightOfAsKey]) { - node[rightOfAsKey] = cloneIdentifier(node[leftOfAsKey]); - } - - if (isImport) { - this.checkIdentifier(node[rightOfAsKey], BIND_LEXICAL); - } - } - -}); + }; function isPossiblyLiteralEnum(expression) { - if (expression.type !== "MemberExpression") return false; - const { - computed, - property - } = expression; + if (expression.type !== 'MemberExpression') return false; + const { computed, property } = expression; - if (computed && property.type !== "StringLiteral" && (property.type !== "TemplateLiteral" || property.expressions.length > 0)) { + if ( + computed && + property.type !== 'StringLiteral' && + (property.type !== 'TemplateLiteral' || property.expressions.length > 0) + ) { return false; } @@ -11270,276 +12616,307 @@ function isPossiblyLiteralEnum(expression) { } function isUncomputedMemberExpressionChain(expression) { - if (expression.type === "Identifier") return true; - if (expression.type !== "MemberExpression") return false; + if (expression.type === 'Identifier') return true; + if (expression.type !== 'MemberExpression') return false; if (expression.computed) return false; return isUncomputedMemberExpressionChain(expression.object); } -const PlaceholderErrors = ParseErrorEnum`placeholders`(_ => ({ - ClassNameIsRequired: _("A class name is required."), - UnexpectedSpace: _("Unexpected space in placeholder.") +const PlaceholderErrors = ParseErrorEnum`placeholders`((_) => ({ + ClassNameIsRequired: _('A class name is required.'), + UnexpectedSpace: _('Unexpected space in placeholder.'), })); -var placeholders = (superClass => class extends superClass { - parsePlaceholder(expectedNode) { - if (this.match(140)) { - const node = this.startNode(); - this.next(); - this.assertNoSpace(); - node.name = super.parseIdentifier(true); - this.assertNoSpace(); - this.expect(140); - return this.finishPlaceholder(node, expectedNode); - } - } - - finishPlaceholder(node, expectedNode) { - const isFinished = !!(node.expectedNode && node.type === "Placeholder"); - node.expectedNode = expectedNode; - return isFinished ? node : this.finishNode(node, "Placeholder"); - } - - getTokenFromCode(code) { - if (code === 37 && this.input.charCodeAt(this.state.pos + 1) === 37) { - return this.finishOp(140, 2); +var placeholders = (superClass) => + class extends superClass { + parsePlaceholder(expectedNode) { + if (this.match(140)) { + const node = this.startNode(); + this.next(); + this.assertNoSpace(); + node.name = super.parseIdentifier(true); + this.assertNoSpace(); + this.expect(140); + return this.finishPlaceholder(node, expectedNode); + } } - return super.getTokenFromCode(...arguments); - } - - parseExprAtom() { - return this.parsePlaceholder("Expression") || super.parseExprAtom(...arguments); - } - - parseIdentifier() { - return this.parsePlaceholder("Identifier") || super.parseIdentifier(...arguments); - } - - checkReservedWord(word) { - if (word !== undefined) super.checkReservedWord(...arguments); - } - - parseBindingAtom() { - return this.parsePlaceholder("Pattern") || super.parseBindingAtom(...arguments); - } - - isValidLVal(type, ...rest) { - return type === "Placeholder" || super.isValidLVal(type, ...rest); - } - - toAssignable(node) { - if (node && node.type === "Placeholder" && node.expectedNode === "Expression") { - node.expectedNode = "Pattern"; - } else { - super.toAssignable(...arguments); - } - } - - isLet(context) { - if (super.isLet(context)) { - return true; + finishPlaceholder(node, expectedNode) { + const isFinished = !!(node.expectedNode && node.type === 'Placeholder'); + node.expectedNode = expectedNode; + return isFinished ? node : this.finishNode(node, 'Placeholder'); } - if (!this.isContextual(99)) { + getTokenFromCode(code) { + if (code === 37 && this.input.charCodeAt(this.state.pos + 1) === 37) { + return this.finishOp(140, 2); + } + + return super.getTokenFromCode(...arguments); + } + + parseExprAtom() { + return ( + this.parsePlaceholder('Expression') || super.parseExprAtom(...arguments) + ); + } + + parseIdentifier() { + return ( + this.parsePlaceholder('Identifier') || + super.parseIdentifier(...arguments) + ); + } + + checkReservedWord(word) { + if (word !== undefined) super.checkReservedWord(...arguments); + } + + parseBindingAtom() { + return ( + this.parsePlaceholder('Pattern') || super.parseBindingAtom(...arguments) + ); + } + + isValidLVal(type, ...rest) { + return type === 'Placeholder' || super.isValidLVal(type, ...rest); + } + + toAssignable(node) { + if ( + node && + node.type === 'Placeholder' && + node.expectedNode === 'Expression' + ) { + node.expectedNode = 'Pattern'; + } else { + super.toAssignable(...arguments); + } + } + + isLet(context) { + if (super.isLet(context)) { + return true; + } + + if (!this.isContextual(99)) { + return false; + } + + if (context) return false; + const nextToken = this.lookahead(); + + if (nextToken.type === 140) { + return true; + } + return false; } - if (context) return false; - const nextToken = this.lookahead(); - - if (nextToken.type === 140) { - return true; + verifyBreakContinue(node) { + if (node.label && node.label.type === 'Placeholder') return; + super.verifyBreakContinue(...arguments); } - return false; - } + parseExpressionStatement(node, expr) { + if ( + expr.type !== 'Placeholder' || + (expr.extra && expr.extra.parenthesized) + ) { + return super.parseExpressionStatement(...arguments); + } - verifyBreakContinue(node) { - if (node.label && node.label.type === "Placeholder") return; - super.verifyBreakContinue(...arguments); - } + if (this.match(14)) { + const stmt = node; + stmt.label = this.finishPlaceholder(expr, 'Identifier'); + this.next(); + stmt.body = this.parseStatement('label'); + return this.finishNode(stmt, 'LabeledStatement'); + } - parseExpressionStatement(node, expr) { - if (expr.type !== "Placeholder" || expr.extra && expr.extra.parenthesized) { - return super.parseExpressionStatement(...arguments); + this.semicolon(); + node.name = expr.name; + return this.finishPlaceholder(node, 'Statement'); } - if (this.match(14)) { - const stmt = node; - stmt.label = this.finishPlaceholder(expr, "Identifier"); + parseBlock() { + return ( + this.parsePlaceholder('BlockStatement') || + super.parseBlock(...arguments) + ); + } + + parseFunctionId() { + return ( + this.parsePlaceholder('Identifier') || + super.parseFunctionId(...arguments) + ); + } + + parseClass(node, isStatement, optionalId) { + const type = isStatement ? 'ClassDeclaration' : 'ClassExpression'; this.next(); - stmt.body = this.parseStatement("label"); - return this.finishNode(stmt, "LabeledStatement"); + this.takeDecorators(node); + const oldStrict = this.state.strict; + const placeholder = this.parsePlaceholder('Identifier'); + + if (placeholder) { + if (this.match(81) || this.match(140) || this.match(5)) { + node.id = placeholder; + } else if (optionalId || !isStatement) { + node.id = null; + node.body = this.finishPlaceholder(placeholder, 'ClassBody'); + return this.finishNode(node, type); + } else { + throw this.raise(PlaceholderErrors.ClassNameIsRequired, { + at: this.state.startLoc, + }); + } + } else { + this.parseClassId(node, isStatement, optionalId); + } + + this.parseClassSuper(node); + node.body = + this.parsePlaceholder('ClassBody') || + this.parseClassBody(!!node.superClass, oldStrict); + return this.finishNode(node, type); } - this.semicolon(); - node.name = expr.name; - return this.finishPlaceholder(node, "Statement"); - } + parseExport(node) { + const placeholder = this.parsePlaceholder('Identifier'); + if (!placeholder) return super.parseExport(...arguments); - parseBlock() { - return this.parsePlaceholder("BlockStatement") || super.parseBlock(...arguments); - } + if (!this.isContextual(97) && !this.match(12)) { + node.specifiers = []; + node.source = null; + node.declaration = this.finishPlaceholder(placeholder, 'Declaration'); + return this.finishNode(node, 'ExportNamedDeclaration'); + } - parseFunctionId() { - return this.parsePlaceholder("Identifier") || super.parseFunctionId(...arguments); - } + this.expectPlugin('exportDefaultFrom'); + const specifier = this.startNode(); + specifier.exported = placeholder; + node.specifiers = [this.finishNode(specifier, 'ExportDefaultSpecifier')]; + return super.parseExport(node); + } - parseClass(node, isStatement, optionalId) { - const type = isStatement ? "ClassDeclaration" : "ClassExpression"; - this.next(); - this.takeDecorators(node); - const oldStrict = this.state.strict; - const placeholder = this.parsePlaceholder("Identifier"); + isExportDefaultSpecifier() { + if (this.match(65)) { + const next = this.nextTokenStart(); - if (placeholder) { - if (this.match(81) || this.match(140) || this.match(5)) { - node.id = placeholder; - } else if (optionalId || !isStatement) { - node.id = null; - node.body = this.finishPlaceholder(placeholder, "ClassBody"); - return this.finishNode(node, type); - } else { - throw this.raise(PlaceholderErrors.ClassNameIsRequired, { - at: this.state.startLoc + if (this.isUnparsedContextual(next, 'from')) { + if ( + this.input.startsWith( + tokenLabelName(140), + this.nextTokenStartSince(next + 4) + ) + ) { + return true; + } + } + } + + return super.isExportDefaultSpecifier(); + } + + maybeParseExportDefaultSpecifier(node) { + if (node.specifiers && node.specifiers.length > 0) { + return true; + } + + return super.maybeParseExportDefaultSpecifier(...arguments); + } + + checkExport(node) { + const { specifiers } = node; + + if (specifiers != null && specifiers.length) { + node.specifiers = specifiers.filter( + (node) => node.exported.type === 'Placeholder' + ); + } + + super.checkExport(node); + node.specifiers = specifiers; + } + + parseImport(node) { + const placeholder = this.parsePlaceholder('Identifier'); + if (!placeholder) return super.parseImport(...arguments); + node.specifiers = []; + + if (!this.isContextual(97) && !this.match(12)) { + node.source = this.finishPlaceholder(placeholder, 'StringLiteral'); + this.semicolon(); + return this.finishNode(node, 'ImportDeclaration'); + } + + const specifier = this.startNodeAtNode(placeholder); + specifier.local = placeholder; + this.finishNode(specifier, 'ImportDefaultSpecifier'); + node.specifiers.push(specifier); + + if (this.eat(12)) { + const hasStarImport = this.maybeParseStarImportSpecifier(node); + if (!hasStarImport) this.parseNamedImportSpecifiers(node); + } + + this.expectContextual(97); + node.source = this.parseImportSource(); + this.semicolon(); + return this.finishNode(node, 'ImportDeclaration'); + } + + parseImportSource() { + return ( + this.parsePlaceholder('StringLiteral') || + super.parseImportSource(...arguments) + ); + } + + assertNoSpace() { + if (this.state.start > this.state.lastTokEndLoc.index) { + this.raise(PlaceholderErrors.UnexpectedSpace, { + at: this.state.lastTokEndLoc, }); } - } else { - this.parseClassId(node, isStatement, optionalId); } + }; - this.parseClassSuper(node); - node.body = this.parsePlaceholder("ClassBody") || this.parseClassBody(!!node.superClass, oldStrict); - return this.finishNode(node, type); - } +var v8intrinsic = (superClass) => + class extends superClass { + parseV8Intrinsic() { + if (this.match(54)) { + const v8IntrinsicStartLoc = this.state.startLoc; + const node = this.startNode(); + this.next(); - parseExport(node) { - const placeholder = this.parsePlaceholder("Identifier"); - if (!placeholder) return super.parseExport(...arguments); + if (tokenIsIdentifier(this.state.type)) { + const name = this.parseIdentifierName(this.state.start); + const identifier = this.createIdentifier(node, name); + identifier.type = 'V8IntrinsicIdentifier'; - if (!this.isContextual(97) && !this.match(12)) { - node.specifiers = []; - node.source = null; - node.declaration = this.finishPlaceholder(placeholder, "Declaration"); - return this.finishNode(node, "ExportNamedDeclaration"); - } - - this.expectPlugin("exportDefaultFrom"); - const specifier = this.startNode(); - specifier.exported = placeholder; - node.specifiers = [this.finishNode(specifier, "ExportDefaultSpecifier")]; - return super.parseExport(node); - } - - isExportDefaultSpecifier() { - if (this.match(65)) { - const next = this.nextTokenStart(); - - if (this.isUnparsedContextual(next, "from")) { - if (this.input.startsWith(tokenLabelName(140), this.nextTokenStartSince(next + 4))) { - return true; + if (this.match(10)) { + return identifier; + } } + + this.unexpected(v8IntrinsicStartLoc); } } - return super.isExportDefaultSpecifier(); - } - - maybeParseExportDefaultSpecifier(node) { - if (node.specifiers && node.specifiers.length > 0) { - return true; + parseExprAtom() { + return this.parseV8Intrinsic() || super.parseExprAtom(...arguments); } - - return super.maybeParseExportDefaultSpecifier(...arguments); - } - - checkExport(node) { - const { - specifiers - } = node; - - if (specifiers != null && specifiers.length) { - node.specifiers = specifiers.filter(node => node.exported.type === "Placeholder"); - } - - super.checkExport(node); - node.specifiers = specifiers; - } - - parseImport(node) { - const placeholder = this.parsePlaceholder("Identifier"); - if (!placeholder) return super.parseImport(...arguments); - node.specifiers = []; - - if (!this.isContextual(97) && !this.match(12)) { - node.source = this.finishPlaceholder(placeholder, "StringLiteral"); - this.semicolon(); - return this.finishNode(node, "ImportDeclaration"); - } - - const specifier = this.startNodeAtNode(placeholder); - specifier.local = placeholder; - this.finishNode(specifier, "ImportDefaultSpecifier"); - node.specifiers.push(specifier); - - if (this.eat(12)) { - const hasStarImport = this.maybeParseStarImportSpecifier(node); - if (!hasStarImport) this.parseNamedImportSpecifiers(node); - } - - this.expectContextual(97); - node.source = this.parseImportSource(); - this.semicolon(); - return this.finishNode(node, "ImportDeclaration"); - } - - parseImportSource() { - return this.parsePlaceholder("StringLiteral") || super.parseImportSource(...arguments); - } - - assertNoSpace() { - if (this.state.start > this.state.lastTokEndLoc.index) { - this.raise(PlaceholderErrors.UnexpectedSpace, { - at: this.state.lastTokEndLoc - }); - } - } - -}); - -var v8intrinsic = (superClass => class extends superClass { - parseV8Intrinsic() { - if (this.match(54)) { - const v8IntrinsicStartLoc = this.state.startLoc; - const node = this.startNode(); - this.next(); - - if (tokenIsIdentifier(this.state.type)) { - const name = this.parseIdentifierName(this.state.start); - const identifier = this.createIdentifier(node, name); - identifier.type = "V8IntrinsicIdentifier"; - - if (this.match(10)) { - return identifier; - } - } - - this.unexpected(v8IntrinsicStartLoc); - } - } - - parseExprAtom() { - return this.parseV8Intrinsic() || super.parseExprAtom(...arguments); - } - -}); + }; function hasPlugin(plugins, expectedConfig) { - const [expectedName, expectedOptions] = typeof expectedConfig === "string" ? [expectedConfig, {}] : expectedConfig; + const [expectedName, expectedOptions] = + typeof expectedConfig === 'string' ? [expectedConfig, {}] : expectedConfig; const expectedKeys = Object.keys(expectedOptions); const expectedOptionsIsEmpty = expectedKeys.length === 0; - return plugins.some(p => { - if (typeof p === "string") { + return plugins.some((p) => { + if (typeof p === 'string') { return expectedOptionsIsEmpty && p === expectedName; } else { const [pluginName, pluginOptions] = p; @@ -11559,7 +12936,7 @@ function hasPlugin(plugins, expectedConfig) { }); } function getPluginOption(plugins, name, option) { - const plugin = plugins.find(plugin => { + const plugin = plugins.find((plugin) => { if (Array.isArray(plugin)) { return plugin[0] === name; } else { @@ -11573,89 +12950,142 @@ function getPluginOption(plugins, name, option) { return null; } -const PIPELINE_PROPOSALS = ["minimal", "fsharp", "hack", "smart"]; -const TOPIC_TOKENS = ["^^", "@@", "^", "%", "#"]; -const RECORD_AND_TUPLE_SYNTAX_TYPES = ["hash", "bar"]; +const PIPELINE_PROPOSALS = ['minimal', 'fsharp', 'hack', 'smart']; +const TOPIC_TOKENS = ['^^', '@@', '^', '%', '#']; +const RECORD_AND_TUPLE_SYNTAX_TYPES = ['hash', 'bar']; function validatePlugins(plugins) { - if (hasPlugin(plugins, "decorators")) { - if (hasPlugin(plugins, "decorators-legacy")) { - throw new Error("Cannot use the decorators and decorators-legacy plugin together"); + if (hasPlugin(plugins, 'decorators')) { + if (hasPlugin(plugins, 'decorators-legacy')) { + throw new Error( + 'Cannot use the decorators and decorators-legacy plugin together' + ); } - const decoratorsBeforeExport = getPluginOption(plugins, "decorators", "decoratorsBeforeExport"); + const decoratorsBeforeExport = getPluginOption( + plugins, + 'decorators', + 'decoratorsBeforeExport' + ); if (decoratorsBeforeExport == null) { - throw new Error("The 'decorators' plugin requires a 'decoratorsBeforeExport' option," + " whose value must be a boolean. If you are migrating from" + " Babylon/Babel 6 or want to use the old decorators proposal, you" + " should use the 'decorators-legacy' plugin instead of 'decorators'."); - } else if (typeof decoratorsBeforeExport !== "boolean") { + throw new Error( + "The 'decorators' plugin requires a 'decoratorsBeforeExport' option," + + ' whose value must be a boolean. If you are migrating from' + + ' Babylon/Babel 6 or want to use the old decorators proposal, you' + + " should use the 'decorators-legacy' plugin instead of 'decorators'." + ); + } else if (typeof decoratorsBeforeExport !== 'boolean') { throw new Error("'decoratorsBeforeExport' must be a boolean."); } } - if (hasPlugin(plugins, "flow") && hasPlugin(plugins, "typescript")) { - throw new Error("Cannot combine flow and typescript plugins."); + if (hasPlugin(plugins, 'flow') && hasPlugin(plugins, 'typescript')) { + throw new Error('Cannot combine flow and typescript plugins.'); } - if (hasPlugin(plugins, "placeholders") && hasPlugin(plugins, "v8intrinsic")) { - throw new Error("Cannot combine placeholders and v8intrinsic plugins."); + if (hasPlugin(plugins, 'placeholders') && hasPlugin(plugins, 'v8intrinsic')) { + throw new Error('Cannot combine placeholders and v8intrinsic plugins.'); } - if (hasPlugin(plugins, "pipelineOperator")) { - const proposal = getPluginOption(plugins, "pipelineOperator", "proposal"); + if (hasPlugin(plugins, 'pipelineOperator')) { + const proposal = getPluginOption(plugins, 'pipelineOperator', 'proposal'); if (!PIPELINE_PROPOSALS.includes(proposal)) { - const proposalList = PIPELINE_PROPOSALS.map(p => `"${p}"`).join(", "); - throw new Error(`"pipelineOperator" requires "proposal" option whose value must be one of: ${proposalList}.`); + const proposalList = PIPELINE_PROPOSALS.map((p) => `"${p}"`).join(', '); + throw new Error( + `"pipelineOperator" requires "proposal" option whose value must be one of: ${proposalList}.` + ); } - const tupleSyntaxIsHash = hasPlugin(plugins, ["recordAndTuple", { - syntaxType: "hash" - }]); + const tupleSyntaxIsHash = hasPlugin(plugins, [ + 'recordAndTuple', + { + syntaxType: 'hash', + }, + ]); - if (proposal === "hack") { - if (hasPlugin(plugins, "placeholders")) { - throw new Error("Cannot combine placeholders plugin and Hack-style pipes."); + if (proposal === 'hack') { + if (hasPlugin(plugins, 'placeholders')) { + throw new Error( + 'Cannot combine placeholders plugin and Hack-style pipes.' + ); } - if (hasPlugin(plugins, "v8intrinsic")) { - throw new Error("Cannot combine v8intrinsic plugin and Hack-style pipes."); + if (hasPlugin(plugins, 'v8intrinsic')) { + throw new Error( + 'Cannot combine v8intrinsic plugin and Hack-style pipes.' + ); } - const topicToken = getPluginOption(plugins, "pipelineOperator", "topicToken"); + const topicToken = getPluginOption( + plugins, + 'pipelineOperator', + 'topicToken' + ); if (!TOPIC_TOKENS.includes(topicToken)) { - const tokenList = TOPIC_TOKENS.map(t => `"${t}"`).join(", "); - throw new Error(`"pipelineOperator" in "proposal": "hack" mode also requires a "topicToken" option whose value must be one of: ${tokenList}.`); + const tokenList = TOPIC_TOKENS.map((t) => `"${t}"`).join(', '); + throw new Error( + `"pipelineOperator" in "proposal": "hack" mode also requires a "topicToken" option whose value must be one of: ${tokenList}.` + ); } - if (topicToken === "#" && tupleSyntaxIsHash) { - throw new Error('Plugin conflict between `["pipelineOperator", { proposal: "hack", topicToken: "#" }]` and `["recordAndtuple", { syntaxType: "hash"}]`.'); + if (topicToken === '#' && tupleSyntaxIsHash) { + throw new Error( + 'Plugin conflict between `["pipelineOperator", { proposal: "hack", topicToken: "#" }]` and `["recordAndtuple", { syntaxType: "hash"}]`.' + ); } - } else if (proposal === "smart" && tupleSyntaxIsHash) { - throw new Error('Plugin conflict between `["pipelineOperator", { proposal: "smart" }]` and `["recordAndtuple", { syntaxType: "hash"}]`.'); + } else if (proposal === 'smart' && tupleSyntaxIsHash) { + throw new Error( + 'Plugin conflict between `["pipelineOperator", { proposal: "smart" }]` and `["recordAndtuple", { syntaxType: "hash"}]`.' + ); } } - if (hasPlugin(plugins, "moduleAttributes")) { + if (hasPlugin(plugins, 'moduleAttributes')) { { - if (hasPlugin(plugins, "importAssertions")) { - throw new Error("Cannot combine importAssertions and moduleAttributes plugins."); + if (hasPlugin(plugins, 'importAssertions')) { + throw new Error( + 'Cannot combine importAssertions and moduleAttributes plugins.' + ); } - const moduleAttributesVersionPluginOption = getPluginOption(plugins, "moduleAttributes", "version"); + const moduleAttributesVersionPluginOption = getPluginOption( + plugins, + 'moduleAttributes', + 'version' + ); - if (moduleAttributesVersionPluginOption !== "may-2020") { - throw new Error("The 'moduleAttributes' plugin requires a 'version' option," + " representing the last proposal update. Currently, the" + " only supported value is 'may-2020'."); + if (moduleAttributesVersionPluginOption !== 'may-2020') { + throw new Error( + "The 'moduleAttributes' plugin requires a 'version' option," + + ' representing the last proposal update. Currently, the' + + " only supported value is 'may-2020'." + ); } } } - if (hasPlugin(plugins, "recordAndTuple") && !RECORD_AND_TUPLE_SYNTAX_TYPES.includes(getPluginOption(plugins, "recordAndTuple", "syntaxType"))) { - throw new Error("'recordAndTuple' requires 'syntaxType' option whose value should be one of: " + RECORD_AND_TUPLE_SYNTAX_TYPES.map(p => `'${p}'`).join(", ")); + if ( + hasPlugin(plugins, 'recordAndTuple') && + !RECORD_AND_TUPLE_SYNTAX_TYPES.includes( + getPluginOption(plugins, 'recordAndTuple', 'syntaxType') + ) + ) { + throw new Error( + "'recordAndTuple' requires 'syntaxType' option whose value should be one of: " + + RECORD_AND_TUPLE_SYNTAX_TYPES.map((p) => `'${p}'`).join(', ') + ); } - if (hasPlugin(plugins, "asyncDoExpressions") && !hasPlugin(plugins, "doExpressions")) { - const error = new Error("'asyncDoExpressions' requires 'doExpressions', please add 'doExpressions' to parser plugins."); - error.missingPlugins = "doExpressions"; + if ( + hasPlugin(plugins, 'asyncDoExpressions') && + !hasPlugin(plugins, 'doExpressions') + ) { + const error = new Error( + "'asyncDoExpressions' requires 'doExpressions', please add 'doExpressions' to parser plugins." + ); + error.missingPlugins = 'doExpressions'; throw error; } } @@ -11665,12 +13095,12 @@ const mixinPlugins = { flow, typescript, v8intrinsic, - placeholders + placeholders, }; const mixinPluginNames = Object.keys(mixinPlugins); const defaultOptions = { - sourceType: "script", + sourceType: 'script', sourceFilename: undefined, startColumn: 0, startLine: 1, @@ -11685,7 +13115,7 @@ const defaultOptions = { tokens: false, createParenthesizedExpressions: false, errorRecovery: false, - attachComment: true + attachComment: true, }; function getOptions(opts) { const options = {}; @@ -11697,10 +13127,13 @@ function getOptions(opts) { return options; } -const getOwn = (object, key) => Object.hasOwnProperty.call(object, key) && object[key]; +const getOwn = (object, key) => + Object.hasOwnProperty.call(object, key) && object[key]; -const unwrapParenthesizedExpression = node => { - return node.type === "ParenthesizedExpression" ? unwrapParenthesizedExpression(node.expression) : node; +const unwrapParenthesizedExpression = (node) => { + return node.type === 'ParenthesizedExpression' ? + unwrapParenthesizedExpression(node.expression) + : node; }; class LValParser extends NodeUtils { @@ -11709,110 +13142,137 @@ class LValParser extends NodeUtils { let parenthesized = undefined; - if (node.type === "ParenthesizedExpression" || (_node$extra = node.extra) != null && _node$extra.parenthesized) { + if ( + node.type === 'ParenthesizedExpression' || + ((_node$extra = node.extra) != null && _node$extra.parenthesized) + ) { parenthesized = unwrapParenthesizedExpression(node); if (isLHS) { - if (parenthesized.type === "Identifier") { - this.expressionScope.recordArrowParemeterBindingError(Errors.InvalidParenthesizedAssignment, { - at: node - }); - } else if (parenthesized.type !== "MemberExpression") { + if (parenthesized.type === 'Identifier') { + this.expressionScope.recordArrowParemeterBindingError( + Errors.InvalidParenthesizedAssignment, + { + at: node, + } + ); + } else if (parenthesized.type !== 'MemberExpression') { this.raise(Errors.InvalidParenthesizedAssignment, { - at: node + at: node, }); } } else { this.raise(Errors.InvalidParenthesizedAssignment, { - at: node + at: node, }); } } switch (node.type) { - case "Identifier": - case "ObjectPattern": - case "ArrayPattern": - case "AssignmentPattern": - case "RestElement": + case 'Identifier': + case 'ObjectPattern': + case 'ArrayPattern': + case 'AssignmentPattern': + case 'RestElement': break; - case "ObjectExpression": - node.type = "ObjectPattern"; + case 'ObjectExpression': + node.type = 'ObjectPattern'; - for (let i = 0, length = node.properties.length, last = length - 1; i < length; i++) { + for ( + let i = 0, length = node.properties.length, last = length - 1; + i < length; + i++ + ) { var _node$extra2; const prop = node.properties[i]; const isLast = i === last; this.toAssignableObjectExpressionProp(prop, isLast, isLHS); - if (isLast && prop.type === "RestElement" && (_node$extra2 = node.extra) != null && _node$extra2.trailingCommaLoc) { + if ( + isLast && + prop.type === 'RestElement' && + (_node$extra2 = node.extra) != null && + _node$extra2.trailingCommaLoc + ) { this.raise(Errors.RestTrailingComma, { - at: node.extra.trailingCommaLoc + at: node.extra.trailingCommaLoc, }); } } break; - case "ObjectProperty": - { - const { - key, - value - } = node; + case 'ObjectProperty': { + const { key, value } = node; - if (this.isPrivateName(key)) { - this.classScope.usePrivateName(this.getPrivateNameSV(key), key.loc.start); - } - - this.toAssignable(value, isLHS); - break; + if (this.isPrivateName(key)) { + this.classScope.usePrivateName( + this.getPrivateNameSV(key), + key.loc.start + ); } - case "SpreadElement": - { - throw new Error("Internal @babel/parser error (this is a bug, please report it)." + " SpreadElement should be converted by .toAssignable's caller."); - } + this.toAssignable(value, isLHS); + break; + } - case "ArrayExpression": - node.type = "ArrayPattern"; - this.toAssignableList(node.elements, (_node$extra3 = node.extra) == null ? void 0 : _node$extra3.trailingCommaLoc, isLHS); + case 'SpreadElement': { + throw new Error( + 'Internal @babel/parser error (this is a bug, please report it).' + + " SpreadElement should be converted by .toAssignable's caller." + ); + } + + case 'ArrayExpression': + node.type = 'ArrayPattern'; + this.toAssignableList( + node.elements, + (_node$extra3 = node.extra) == null ? + void 0 + : _node$extra3.trailingCommaLoc, + isLHS + ); break; - case "AssignmentExpression": - if (node.operator !== "=") { + case 'AssignmentExpression': + if (node.operator !== '=') { this.raise(Errors.MissingEqInAssignment, { - at: node.left.loc.end + at: node.left.loc.end, }); } - node.type = "AssignmentPattern"; + node.type = 'AssignmentPattern'; delete node.operator; this.toAssignable(node.left, isLHS); break; - case "ParenthesizedExpression": + case 'ParenthesizedExpression': this.toAssignable(parenthesized, isLHS); break; } } toAssignableObjectExpressionProp(prop, isLast, isLHS) { - if (prop.type === "ObjectMethod") { - this.raise(prop.kind === "get" || prop.kind === "set" ? Errors.PatternHasAccessor : Errors.PatternHasMethod, { - at: prop.key - }); - } else if (prop.type === "SpreadElement") { - prop.type = "RestElement"; + if (prop.type === 'ObjectMethod') { + this.raise( + prop.kind === 'get' || prop.kind === 'set' ? + Errors.PatternHasAccessor + : Errors.PatternHasMethod, + { + at: prop.key, + } + ); + } else if (prop.type === 'SpreadElement') { + prop.type = 'RestElement'; const arg = prop.argument; this.checkToRestConversion(arg, false); this.toAssignable(arg, isLHS); if (!isLast) { this.raise(Errors.RestTrailingComma, { - at: prop + at: prop, }); } } else { @@ -11827,8 +13287,8 @@ class LValParser extends NodeUtils { const elt = exprList[i]; if (!elt) continue; - if (elt.type === "SpreadElement") { - elt.type = "RestElement"; + if (elt.type === 'SpreadElement') { + elt.type = 'RestElement'; const arg = elt.argument; this.checkToRestConversion(arg, true); this.toAssignable(arg, isLHS); @@ -11836,14 +13296,14 @@ class LValParser extends NodeUtils { this.toAssignable(elt, isLHS); } - if (elt.type === "RestElement") { + if (elt.type === 'RestElement') { if (i < end) { this.raise(Errors.RestTrailingComma, { - at: elt + at: elt, }); } else if (trailingCommaLoc) { this.raise(Errors.RestTrailingComma, { - at: trailingCommaLoc + at: trailingCommaLoc, }); } } @@ -11852,38 +13312,43 @@ class LValParser extends NodeUtils { isAssignable(node, isBinding) { switch (node.type) { - case "Identifier": - case "ObjectPattern": - case "ArrayPattern": - case "AssignmentPattern": - case "RestElement": + case 'Identifier': + case 'ObjectPattern': + case 'ArrayPattern': + case 'AssignmentPattern': + case 'RestElement': return true; - case "ObjectExpression": - { - const last = node.properties.length - 1; - return node.properties.every((prop, i) => { - return prop.type !== "ObjectMethod" && (i === last || prop.type !== "SpreadElement") && this.isAssignable(prop); - }); - } + case 'ObjectExpression': { + const last = node.properties.length - 1; + return node.properties.every((prop, i) => { + return ( + prop.type !== 'ObjectMethod' && + (i === last || prop.type !== 'SpreadElement') && + this.isAssignable(prop) + ); + }); + } - case "ObjectProperty": + case 'ObjectProperty': return this.isAssignable(node.value); - case "SpreadElement": + case 'SpreadElement': return this.isAssignable(node.argument); - case "ArrayExpression": - return node.elements.every(element => element === null || this.isAssignable(element)); + case 'ArrayExpression': + return node.elements.every( + (element) => element === null || this.isAssignable(element) + ); - case "AssignmentExpression": - return node.operator === "="; + case 'AssignmentExpression': + return node.operator === '='; - case "ParenthesizedExpression": + case 'ParenthesizedExpression': return this.isAssignable(node.expression); - case "MemberExpression": - case "OptionalMemberExpression": + case 'MemberExpression': + case 'OptionalMemberExpression': return !isBinding; default: @@ -11899,7 +13364,7 @@ class LValParser extends NodeUtils { this.toReferencedList(exprList, isParenthesizedExpr); for (const expr of exprList) { - if ((expr == null ? void 0 : expr.type) === "ArrayExpression") { + if ((expr == null ? void 0 : expr.type) === 'ArrayExpression') { this.toReferencedListDeep(expr.elements); } } @@ -11908,26 +13373,29 @@ class LValParser extends NodeUtils { parseSpread(refExpressionErrors, refNeedsArrowPos) { const node = this.startNode(); this.next(); - node.argument = this.parseMaybeAssignAllowIn(refExpressionErrors, undefined, refNeedsArrowPos); - return this.finishNode(node, "SpreadElement"); + node.argument = this.parseMaybeAssignAllowIn( + refExpressionErrors, + undefined, + refNeedsArrowPos + ); + return this.finishNode(node, 'SpreadElement'); } parseRestBinding() { const node = this.startNode(); this.next(); node.argument = this.parseBindingAtom(); - return this.finishNode(node, "RestElement"); + return this.finishNode(node, 'RestElement'); } parseBindingAtom() { switch (this.state.type) { - case 0: - { - const node = this.startNode(); - this.next(); - node.elements = this.parseBindingList(3, 93, true); - return this.finishNode(node, "ArrayPattern"); - } + case 0: { + const node = this.startNode(); + this.next(); + node.elements = this.parseBindingList(3, 93, true); + return this.finishNode(node, 'ArrayPattern'); + } case 5: return this.parseObjectLike(8, true); @@ -11961,9 +13429,9 @@ class LValParser extends NodeUtils { } else { const decorators = []; - if (this.match(26) && this.hasPlugin("decorators")) { + if (this.match(26) && this.hasPlugin('decorators')) { this.raise(Errors.UnsupportedParameterDecorator, { - at: this.state.startLoc + at: this.state.startLoc, }); } @@ -11982,21 +13450,17 @@ class LValParser extends NodeUtils { this.next(); prop.argument = this.parseIdentifier(); this.checkCommaAfterRest(125); - return this.finishNode(prop, "RestElement"); + return this.finishNode(prop, 'RestElement'); } parseBindingProperty() { const prop = this.startNode(); - const { - type, - start: startPos, - startLoc - } = this.state; + const { type, start: startPos, startLoc } = this.state; if (type === 21) { return this.parseBindingRestProperty(prop); } else if (type === 134) { - this.expectPlugin("destructuringPrivate", startLoc); + this.expectPlugin('destructuringPrivate', startLoc); this.classScope.usePrivateName(this.state.value, startLoc); prop.key = this.parsePrivateName(); } else { @@ -12034,53 +13498,62 @@ class LValParser extends NodeUtils { const node = this.startNodeAt(startPos, startLoc); node.left = left; node.right = this.parseMaybeAssignAllowIn(); - return this.finishNode(node, "AssignmentPattern"); + return this.finishNode(node, 'AssignmentPattern'); } isValidLVal(type, isUnparenthesizedInAssign, binding) { - return getOwn({ - AssignmentPattern: "left", - RestElement: "argument", - ObjectProperty: "value", - ParenthesizedExpression: "expression", - ArrayPattern: "elements", - ObjectPattern: "properties" - }, type); + return getOwn( + { + AssignmentPattern: 'left', + RestElement: 'argument', + ObjectProperty: 'value', + ParenthesizedExpression: 'expression', + ArrayPattern: 'elements', + ObjectPattern: 'properties', + }, + type + ); } - checkLVal(expression, { - in: ancestor, - binding = BIND_NONE, - checkClashes = false, - strictModeChanged = false, - allowingSloppyLetBinding = !(binding & BIND_SCOPE_LEXICAL), - hasParenthesizedAncestor = false - }) { + checkLVal( + expression, + { + in: ancestor, + binding = BIND_NONE, + checkClashes = false, + strictModeChanged = false, + allowingSloppyLetBinding = !(binding & BIND_SCOPE_LEXICAL), + hasParenthesizedAncestor = false, + } + ) { var _expression$extra; const type = expression.type; if (this.isObjectMethod(expression)) return; - if (type === "MemberExpression") { + if (type === 'MemberExpression') { if (binding !== BIND_NONE) { this.raise(Errors.InvalidPropertyBindingPattern, { - at: expression + at: expression, }); } return; } - if (expression.type === "Identifier") { - this.checkIdentifier(expression, binding, strictModeChanged, allowingSloppyLetBinding); - const { - name - } = expression; + if (expression.type === 'Identifier') { + this.checkIdentifier( + expression, + binding, + strictModeChanged, + allowingSloppyLetBinding + ); + const { name } = expression; if (checkClashes) { if (checkClashes.has(name)) { this.raise(Errors.ParamDupe, { - at: expression + at: expression, }); } else { checkClashes.add(name); @@ -12090,25 +13563,47 @@ class LValParser extends NodeUtils { return; } - const validity = this.isValidLVal(expression.type, !(hasParenthesizedAncestor || (_expression$extra = expression.extra) != null && _expression$extra.parenthesized) && ancestor.type === "AssignmentExpression", binding); + const validity = this.isValidLVal( + expression.type, + !( + hasParenthesizedAncestor || + ((_expression$extra = expression.extra) != null && + _expression$extra.parenthesized) + ) && ancestor.type === 'AssignmentExpression', + binding + ); if (validity === true) return; if (validity === false) { - const ParseErrorClass = binding === BIND_NONE ? Errors.InvalidLhs : Errors.InvalidLhsBinding; + const ParseErrorClass = + binding === BIND_NONE ? Errors.InvalidLhs : Errors.InvalidLhsBinding; this.raise(ParseErrorClass, { at: expression, - ancestor: ancestor.type === "UpdateExpression" ? { - type: "UpdateExpression", - prefix: ancestor.prefix - } : { - type: ancestor.type - } + ancestor: + ancestor.type === 'UpdateExpression' ? + { + type: 'UpdateExpression', + prefix: ancestor.prefix, + } + : { + type: ancestor.type, + }, }); return; } - const [key, isParenthesizedExpression] = Array.isArray(validity) ? validity : [validity, type === "ParenthesizedExpression"]; - const nextAncestor = expression.type === "ArrayPattern" || expression.type === "ObjectPattern" || expression.type === "ParenthesizedExpression" ? expression : ancestor; + const [key, isParenthesizedExpression] = + Array.isArray(validity) ? validity : ( + [validity, type === 'ParenthesizedExpression'] + ); + const nextAncestor = + ( + expression.type === 'ArrayPattern' || + expression.type === 'ObjectPattern' || + expression.type === 'ParenthesizedExpression' + ) ? + expression + : ancestor; for (const child of [].concat(expression[key])) { if (child) { @@ -12118,30 +13613,40 @@ class LValParser extends NodeUtils { checkClashes, allowingSloppyLetBinding, strictModeChanged, - hasParenthesizedAncestor: isParenthesizedExpression + hasParenthesizedAncestor: isParenthesizedExpression, }); } } } - checkIdentifier(at, bindingType, strictModeChanged = false, allowLetBinding = !(bindingType & BIND_SCOPE_LEXICAL)) { - if (this.state.strict && (strictModeChanged ? isStrictBindReservedWord(at.name, this.inModule) : isStrictBindOnlyReservedWord(at.name))) { + checkIdentifier( + at, + bindingType, + strictModeChanged = false, + allowLetBinding = !(bindingType & BIND_SCOPE_LEXICAL) + ) { + if ( + this.state.strict && + (strictModeChanged ? + isStrictBindReservedWord(at.name, this.inModule) + : isStrictBindOnlyReservedWord(at.name)) + ) { if (bindingType === BIND_NONE) { this.raise(Errors.StrictEvalArguments, { at, - referenceName: at.name + referenceName: at.name, }); } else { this.raise(Errors.StrictEvalArgumentsBinding, { at, - bindingName: at.name + bindingName: at.name, }); } } - if (!allowLetBinding && at.name === "let") { + if (!allowLetBinding && at.name === 'let') { this.raise(Errors.LetInLexicalBinding, { - at + at, }); } @@ -12156,21 +13661,21 @@ class LValParser extends NodeUtils { checkToRestConversion(node, allowPattern) { switch (node.type) { - case "ParenthesizedExpression": + case 'ParenthesizedExpression': this.checkToRestConversion(node.expression, allowPattern); break; - case "Identifier": - case "MemberExpression": + case 'Identifier': + case 'MemberExpression': break; - case "ArrayExpression": - case "ObjectExpression": + case 'ArrayExpression': + case 'ObjectExpression': if (allowPattern) break; default: this.raise(Errors.InvalidRestAssignmentPattern, { - at: node + at: node, }); } } @@ -12180,27 +13685,36 @@ class LValParser extends NodeUtils { return false; } - this.raise(this.lookaheadCharCode() === close ? Errors.RestTrailingComma : Errors.ElementAfterRest, { - at: this.state.startLoc - }); + this.raise( + this.lookaheadCharCode() === close ? + Errors.RestTrailingComma + : Errors.ElementAfterRest, + { + at: this.state.startLoc, + } + ); return true; } - } class ExpressionParser extends LValParser { checkProto(prop, isRecord, protoRef, refExpressionErrors) { - if (prop.type === "SpreadElement" || this.isObjectMethod(prop) || prop.computed || prop.shorthand) { + if ( + prop.type === 'SpreadElement' || + this.isObjectMethod(prop) || + prop.computed || + prop.shorthand + ) { return; } const key = prop.key; - const name = key.type === "Identifier" ? key.name : key.value; + const name = key.type === 'Identifier' ? key.name : key.value; - if (name === "__proto__") { + if (name === '__proto__') { if (isRecord) { this.raise(Errors.RecordNoProto, { - at: key + at: key, }); return; } @@ -12212,7 +13726,7 @@ class ExpressionParser extends LValParser { } } else { this.raise(Errors.DuplicateProto, { - at: key + at: key, }); } } @@ -12222,7 +13736,9 @@ class ExpressionParser extends LValParser { } shouldExitDescending(expr, potentialArrowAt) { - return expr.type === "ArrowFunctionExpression" && expr.start === potentialArrowAt; + return ( + expr.type === 'ArrowFunctionExpression' && expr.start === potentialArrowAt + ); } getExpression() { @@ -12247,7 +13763,9 @@ class ExpressionParser extends LValParser { parseExpression(disallowIn, refExpressionErrors) { if (disallowIn) { - return this.disallowInAnd(() => this.parseExpressionBase(refExpressionErrors)); + return this.disallowInAnd(() => + this.parseExpressionBase(refExpressionErrors) + ); } return this.allowInAnd(() => this.parseExpressionBase(refExpressionErrors)); @@ -12267,24 +13785,34 @@ class ExpressionParser extends LValParser { } this.toReferencedList(node.expressions); - return this.finishNode(node, "SequenceExpression"); + return this.finishNode(node, 'SequenceExpression'); } return expr; } parseMaybeAssignDisallowIn(refExpressionErrors, afterLeftParse) { - return this.disallowInAnd(() => this.parseMaybeAssign(refExpressionErrors, afterLeftParse)); + return this.disallowInAnd(() => + this.parseMaybeAssign(refExpressionErrors, afterLeftParse) + ); } parseMaybeAssignAllowIn(refExpressionErrors, afterLeftParse) { - return this.allowInAnd(() => this.parseMaybeAssign(refExpressionErrors, afterLeftParse)); + return this.allowInAnd(() => + this.parseMaybeAssign(refExpressionErrors, afterLeftParse) + ); } setOptionalParametersError(refExpressionErrors, resultError) { var _resultError$loc; - refExpressionErrors.optionalParametersLoc = (_resultError$loc = resultError == null ? void 0 : resultError.loc) != null ? _resultError$loc : this.state.startLoc; + refExpressionErrors.optionalParametersLoc = + ( + (_resultError$loc = resultError == null ? void 0 : resultError.loc) != + null + ) ? + _resultError$loc + : this.state.startLoc; } parseMaybeAssign(refExpressionErrors, afterLeftParse) { @@ -12312,9 +13840,7 @@ class ExpressionParser extends LValParser { ownExpressionErrors = true; } - const { - type - } = this.state; + const { type } = this.state; if (type === 10 || tokenIsIdentifier(type)) { this.state.potentialArrowAt = this.state.start; @@ -12335,15 +13861,24 @@ class ExpressionParser extends LValParser { this.toAssignable(left, true); node.left = left; - if (refExpressionErrors.doubleProtoLoc != null && refExpressionErrors.doubleProtoLoc.index >= startPos) { + if ( + refExpressionErrors.doubleProtoLoc != null && + refExpressionErrors.doubleProtoLoc.index >= startPos + ) { refExpressionErrors.doubleProtoLoc = null; } - if (refExpressionErrors.shorthandAssignLoc != null && refExpressionErrors.shorthandAssignLoc.index >= startPos) { + if ( + refExpressionErrors.shorthandAssignLoc != null && + refExpressionErrors.shorthandAssignLoc.index >= startPos + ) { refExpressionErrors.shorthandAssignLoc = null; } - if (refExpressionErrors.privateKeyLoc != null && refExpressionErrors.privateKeyLoc.index >= startPos) { + if ( + refExpressionErrors.privateKeyLoc != null && + refExpressionErrors.privateKeyLoc.index >= startPos + ) { this.checkDestructuringPrivate(refExpressionErrors); refExpressionErrors.privateKeyLoc = null; } @@ -12354,7 +13889,7 @@ class ExpressionParser extends LValParser { this.next(); node.right = this.parseMaybeAssign(); this.checkLVal(left, { - in: this.finishNode(node, "AssignmentExpression") + in: this.finishNode(node, 'AssignmentExpression'), }); return node; } else if (ownExpressionErrors) { @@ -12384,14 +13919,16 @@ class ExpressionParser extends LValParser { node.consequent = this.parseMaybeAssignAllowIn(); this.expect(14); node.alternate = this.parseMaybeAssign(); - return this.finishNode(node, "ConditionalExpression"); + return this.finishNode(node, 'ConditionalExpression'); } return expr; } parseMaybeUnaryOrPrivate(refExpressionErrors) { - return this.match(134) ? this.parsePrivateName() : this.parseMaybeUnary(refExpressionErrors); + return this.match(134) ? + this.parsePrivateName() + : this.parseMaybeUnary(refExpressionErrors); } parseExprOps(refExpressionErrors) { @@ -12411,10 +13948,14 @@ class ExpressionParser extends LValParser { if (this.isPrivateName(left)) { const value = this.getPrivateNameSV(left); - if (minPrec >= tokenOperatorPrecedence(58) || !this.prodParam.hasIn || !this.match(58)) { + if ( + minPrec >= tokenOperatorPrecedence(58) || + !this.prodParam.hasIn || + !this.match(58) + ) { this.raise(Errors.PrivateInExpectedIn, { at: left, - identifierName: value + identifierName: value, }); } @@ -12428,7 +13969,7 @@ class ExpressionParser extends LValParser { if (prec > minPrec) { if (op === 39) { - this.expectPlugin("pipelineOperator"); + this.expectPlugin('pipelineOperator'); if (this.state.inFSharpPipelineDirectBody) { return left; @@ -12449,23 +13990,35 @@ class ExpressionParser extends LValParser { this.next(); - if (op === 39 && this.hasPlugin(["pipelineOperator", { - proposal: "minimal" - }])) { + if ( + op === 39 && + this.hasPlugin([ + 'pipelineOperator', + { + proposal: 'minimal', + }, + ]) + ) { if (this.state.type === 96 && this.prodParam.hasAwait) { throw this.raise(Errors.UnexpectedAwaitAfterPipelineBody, { - at: this.state.startLoc + at: this.state.startLoc, }); } } node.right = this.parseExprOpRightExpr(op, prec); - this.finishNode(node, logical || coalesce ? "LogicalExpression" : "BinaryExpression"); + this.finishNode( + node, + logical || coalesce ? 'LogicalExpression' : 'BinaryExpression' + ); const nextOp = this.state.type; - if (coalesce && (nextOp === 41 || nextOp === 42) || logical && nextOp === 40) { + if ( + (coalesce && (nextOp === 41 || nextOp === 42)) || + (logical && nextOp === 40) + ) { throw this.raise(Errors.MixingCoalesceWithLogical, { - at: this.state.startLoc + at: this.state.startLoc, }); } @@ -12482,24 +14035,28 @@ class ExpressionParser extends LValParser { switch (op) { case 39: - switch (this.getPluginOption("pipelineOperator", "proposal")) { - case "hack": + switch (this.getPluginOption('pipelineOperator', 'proposal')) { + case 'hack': return this.withTopicBindingContext(() => { return this.parseHackPipeBody(); }); - case "smart": + case 'smart': return this.withTopicBindingContext(() => { if (this.prodParam.hasYield && this.isContextual(105)) { throw this.raise(Errors.PipeBodyIsTighter, { - at: this.state.startLoc + at: this.state.startLoc, }); } - return this.parseSmartPipelineBodyInStyle(this.parseExprOpBaseRightExpr(op, prec), startPos, startLoc); + return this.parseSmartPipelineBodyInStyle( + this.parseExprOpBaseRightExpr(op, prec), + startPos, + startLoc + ); }); - case "fsharp": + case 'fsharp': return this.withSoloAwaitPermittingContext(() => { return this.parseFSharpPipelineBody(prec); }); @@ -12513,28 +14070,36 @@ class ExpressionParser extends LValParser { parseExprOpBaseRightExpr(op, prec) { const startPos = this.state.start; const startLoc = this.state.startLoc; - return this.parseExprOp(this.parseMaybeUnaryOrPrivate(), startPos, startLoc, tokenIsRightAssociative(op) ? prec - 1 : prec); + return this.parseExprOp( + this.parseMaybeUnaryOrPrivate(), + startPos, + startLoc, + tokenIsRightAssociative(op) ? prec - 1 : prec + ); } parseHackPipeBody() { var _body$extra; - const { - startLoc - } = this.state; + const { startLoc } = this.state; const body = this.parseMaybeAssign(); - const requiredParentheses = UnparenthesizedPipeBodyDescriptions.has(body.type); + const requiredParentheses = UnparenthesizedPipeBodyDescriptions.has( + body.type + ); - if (requiredParentheses && !((_body$extra = body.extra) != null && _body$extra.parenthesized)) { + if ( + requiredParentheses && + !((_body$extra = body.extra) != null && _body$extra.parenthesized) + ) { this.raise(Errors.PipeUnparenthesizedBody, { at: startLoc, - type: body.type + type: body.type, }); } if (!this.topicReferenceWasUsedInCurrentContext()) { this.raise(Errors.PipeTopicUnused, { - at: startLoc + at: startLoc, }); } @@ -12544,7 +14109,7 @@ class ExpressionParser extends LValParser { checkExponentialAfterUnary(node) { if (this.match(57)) { this.raise(Errors.UnexpectedTokenUnaryExponentiation, { - at: node.argument + at: node.argument, }); } } @@ -12569,7 +14134,7 @@ class ExpressionParser extends LValParser { node.prefix = true; if (this.match(72)) { - this.expectPlugin("throwExpressions"); + this.expectPlugin('throwExpressions'); } const isDelete = this.match(89); @@ -12580,34 +14145,35 @@ class ExpressionParser extends LValParser { if (this.state.strict && isDelete) { const arg = node.argument; - if (arg.type === "Identifier") { + if (arg.type === 'Identifier') { this.raise(Errors.StrictDelete, { - at: node + at: node, }); } else if (this.hasPropertyAsPrivateName(arg)) { this.raise(Errors.DeletePrivateField, { - at: node + at: node, }); } } if (!update) { if (!sawUnary) this.checkExponentialAfterUnary(node); - return this.finishNode(node, "UnaryExpression"); + return this.finishNode(node, 'UnaryExpression'); } } const expr = this.parseUpdate(node, update, refExpressionErrors); if (isAwait) { - const { - type - } = this.state; - const startsExpr = this.hasPlugin("v8intrinsic") ? tokenCanStartExpression(type) : tokenCanStartExpression(type) && !this.match(54); + const { type } = this.state; + const startsExpr = + this.hasPlugin('v8intrinsic') ? + tokenCanStartExpression(type) + : tokenCanStartExpression(type) && !this.match(54); if (startsExpr && !this.isAmbiguousAwait()) { this.raiseOverwrite(Errors.AwaitNotInAsyncContext, { - at: startLoc + at: startLoc, }); return this.parseAwait(startPos, startLoc); } @@ -12619,7 +14185,7 @@ class ExpressionParser extends LValParser { parseUpdate(node, update, refExpressionErrors) { if (update) { this.checkLVal(node.argument, { - in: this.finishNode(node, "UpdateExpression") + in: this.finishNode(node, 'UpdateExpression'), }); return node; } @@ -12636,7 +14202,7 @@ class ExpressionParser extends LValParser { node.argument = expr; this.next(); this.checkLVal(expr, { - in: expr = this.finishNode(node, "UpdateExpression") + in: (expr = this.finishNode(node, 'UpdateExpression')), }); } @@ -12660,7 +14226,7 @@ class ExpressionParser extends LValParser { const state = { optionalChainMember: false, maybeAsyncArrow: this.atPossibleAsyncArrow(base), - stop: false + stop: false, }; do { @@ -12672,14 +14238,17 @@ class ExpressionParser extends LValParser { } parseSubscript(base, startPos, startLoc, noCalls, state) { - const { - type - } = this.state; + const { type } = this.state; if (!noCalls && type === 15) { return this.parseBind(base, startPos, startLoc, noCalls, state); } else if (tokenIsTemplate(type)) { - return this.parseTaggedTemplateExpression(base, startPos, startLoc, state); + return this.parseTaggedTemplateExpression( + base, + startPos, + startLoc, + state + ); } let optional = false; @@ -12695,12 +14264,25 @@ class ExpressionParser extends LValParser { } if (!noCalls && this.match(10)) { - return this.parseCoverCallAndAsyncArrowHead(base, startPos, startLoc, state, optional); + return this.parseCoverCallAndAsyncArrowHead( + base, + startPos, + startLoc, + state, + optional + ); } else { const computed = this.eat(0); if (computed || optional || this.eat(16)) { - return this.parseMember(base, startPos, startLoc, state, computed, optional); + return this.parseMember( + base, + startPos, + startLoc, + state, + computed, + optional + ); } else { state.stop = true; return base; @@ -12717,9 +14299,9 @@ class ExpressionParser extends LValParser { node.property = this.parseExpression(); this.expect(3); } else if (this.match(134)) { - if (base.type === "Super") { + if (base.type === 'Super') { this.raise(Errors.SuperPrivateField, { - at: startLoc + at: startLoc, }); } @@ -12731,9 +14313,9 @@ class ExpressionParser extends LValParser { if (state.optionalChainMember) { node.optional = optional; - return this.finishNode(node, "OptionalMemberExpression"); + return this.finishNode(node, 'OptionalMemberExpression'); } else { - return this.finishNode(node, "MemberExpression"); + return this.finishNode(node, 'MemberExpression'); } } @@ -12743,7 +14325,12 @@ class ExpressionParser extends LValParser { this.next(); node.callee = this.parseNoCallExpr(); state.stop = true; - return this.parseSubscripts(this.finishNode(node, "BindExpression"), startPos, startLoc, noCalls); + return this.parseSubscripts( + this.finishNode(node, 'BindExpression'), + startPos, + startLoc, + noCalls + ); } parseCoverCallAndAsyncArrowHead(base, startPos, startLoc, state, optional) { @@ -12753,10 +14340,7 @@ class ExpressionParser extends LValParser { this.next(); let node = this.startNodeAt(startPos, startLoc); node.callee = base; - const { - maybeAsyncArrow, - optionalChainMember - } = state; + const { maybeAsyncArrow, optionalChainMember } = state; if (maybeAsyncArrow) { this.expressionScope.enter(newAsyncArrowScope()); @@ -12770,7 +14354,13 @@ class ExpressionParser extends LValParser { if (optional) { node.arguments = this.parseCallExpressionArguments(11); } else { - node.arguments = this.parseCallExpressionArguments(11, base.type === "Import", base.type !== "Super", node, refExpressionErrors); + node.arguments = this.parseCallExpressionArguments( + 11, + base.type === 'Import', + base.type !== 'Super', + node, + refExpressionErrors + ); } this.finishCallExpression(node, optionalChainMember); @@ -12780,7 +14370,10 @@ class ExpressionParser extends LValParser { this.checkDestructuringPrivate(refExpressionErrors); this.expressionScope.validateAsPattern(); this.expressionScope.exit(); - node = this.parseAsyncArrowFromCallExpression(this.startNodeAt(startPos, startLoc), node); + node = this.parseAsyncArrowFromCallExpression( + this.startNodeAt(startPos, startLoc), + node + ); } else { if (maybeAsyncArrow) { this.checkExpressionErrors(refExpressionErrors, true); @@ -12805,23 +14398,30 @@ class ExpressionParser extends LValParser { if (state.optionalChainMember) { this.raise(Errors.OptionalChainingNoTemplate, { - at: startLoc + at: startLoc, }); } - return this.finishNode(node, "TaggedTemplateExpression"); + return this.finishNode(node, 'TaggedTemplateExpression'); } atPossibleAsyncArrow(base) { - return base.type === "Identifier" && base.name === "async" && this.state.lastTokEndLoc.index === base.end && !this.canInsertSemicolon() && base.end - base.start === 5 && base.start === this.state.potentialArrowAt; + return ( + base.type === 'Identifier' && + base.name === 'async' && + this.state.lastTokEndLoc.index === base.end && + !this.canInsertSemicolon() && + base.end - base.start === 5 && + base.start === this.state.potentialArrowAt + ); } finishCallExpression(node, optional) { - if (node.callee.type === "Import") { + if (node.callee.type === 'Import') { if (node.arguments.length === 2) { { - if (!this.hasPlugin("moduleAttributes")) { - this.expectPlugin("importAssertions"); + if (!this.hasPlugin('moduleAttributes')) { + this.expectPlugin('importAssertions'); } } } @@ -12829,23 +14429,38 @@ class ExpressionParser extends LValParser { if (node.arguments.length === 0 || node.arguments.length > 2) { this.raise(Errors.ImportCallArity, { at: node, - maxArgumentCount: this.hasPlugin("importAssertions") || this.hasPlugin("moduleAttributes") ? 2 : 1 + maxArgumentCount: + ( + this.hasPlugin('importAssertions') || + this.hasPlugin('moduleAttributes') + ) ? + 2 + : 1, }); } else { for (const arg of node.arguments) { - if (arg.type === "SpreadElement") { + if (arg.type === 'SpreadElement') { this.raise(Errors.ImportCallSpreadArgument, { - at: arg + at: arg, }); } } } } - return this.finishNode(node, optional ? "OptionalCallExpression" : "CallExpression"); + return this.finishNode( + node, + optional ? 'OptionalCallExpression' : 'CallExpression' + ); } - parseCallExpressionArguments(close, dynamicImport, allowPlaceholder, nodeForExtra, refExpressionErrors) { + parseCallExpressionArguments( + close, + dynamicImport, + allowPlaceholder, + nodeForExtra, + refExpressionErrors + ) { const elts = []; let first = true; const oldInFSharpPipelineDirectBody = this.state.inFSharpPipelineDirectBody; @@ -12858,9 +14473,13 @@ class ExpressionParser extends LValParser { this.expect(12); if (this.match(close)) { - if (dynamicImport && !this.hasPlugin("importAssertions") && !this.hasPlugin("moduleAttributes")) { + if ( + dynamicImport && + !this.hasPlugin('importAssertions') && + !this.hasPlugin('moduleAttributes') + ) { this.raise(Errors.ImportCallArgumentTrailingComma, { - at: this.state.lastTokStartLoc + at: this.state.lastTokStartLoc, }); } @@ -12873,7 +14492,9 @@ class ExpressionParser extends LValParser { } } - elts.push(this.parseExprListItem(false, refExpressionErrors, allowPlaceholder)); + elts.push( + this.parseExprListItem(false, refExpressionErrors, allowPlaceholder) + ); } this.state.inFSharpPipelineDirectBody = oldInFSharpPipelineDirectBody; @@ -12889,7 +14510,12 @@ class ExpressionParser extends LValParser { this.resetPreviousNodeTrailingComments(call); this.expect(19); - this.parseArrowExpression(node, call.arguments, true, (_call$extra = call.extra) == null ? void 0 : _call$extra.trailingCommaLoc); + this.parseArrowExpression( + node, + call.arguments, + true, + (_call$extra = call.extra) == null ? void 0 : _call$extra.trailingCommaLoc + ); if (call.innerComments) { setInnerComments(node, call.innerComments); @@ -12910,9 +14536,7 @@ class ExpressionParser extends LValParser { parseExprAtom(refExpressionErrors) { let node; - const { - type - } = this.state; + const { type } = this.state; switch (type) { case 79: @@ -12928,28 +14552,26 @@ class ExpressionParser extends LValParser { if (!this.match(10)) { this.raise(Errors.UnsupportedImport, { - at: this.state.lastTokStartLoc + at: this.state.lastTokStartLoc, }); } - return this.finishNode(node, "Import"); + return this.finishNode(node, 'Import'); case 78: node = this.startNode(); this.next(); - return this.finishNode(node, "ThisExpression"); + return this.finishNode(node, 'ThisExpression'); - case 90: - { - return this.parseDo(this.startNode(), false); - } + case 90: { + return this.parseDo(this.startNode(), false); + } case 56: - case 31: - { - this.readRegexp(); - return this.parseRegExpLiteral(this.state.value); - } + case 31: { + this.readRegexp(); + return this.parseRegExpLiteral(this.state.value); + } case 130: return this.parseNumericLiteral(this.state.value); @@ -12972,33 +14594,28 @@ class ExpressionParser extends LValParser { case 86: return this.parseBooleanLiteral(false); - case 10: - { - const canBeArrow = this.state.potentialArrowAt === this.state.start; - return this.parseParenAndDistinguishExpression(canBeArrow); - } + case 10: { + const canBeArrow = this.state.potentialArrowAt === this.state.start; + return this.parseParenAndDistinguishExpression(canBeArrow); + } case 2: - case 1: - { - return this.parseArrayLike(this.state.type === 2 ? 4 : 3, false, true); - } + case 1: { + return this.parseArrayLike(this.state.type === 2 ? 4 : 3, false, true); + } - case 0: - { - return this.parseArrayLike(3, true, false, refExpressionErrors); - } + case 0: { + return this.parseArrayLike(3, true, false, refExpressionErrors); + } case 6: - case 7: - { - return this.parseObjectLike(this.state.type === 6 ? 9 : 8, false, true); - } + case 7: { + return this.parseObjectLike(this.state.type === 6 ? 9 : 8, false, true); + } - case 5: - { - return this.parseObjectLike(8, false, false, refExpressionErrors); - } + case 5: { + return this.parseObjectLike(8, false, false, refExpressionErrors); + } case 68: return this.parseFunctionOrFunctionSent(); @@ -13018,75 +14635,75 @@ class ExpressionParser extends LValParser { case 24: return this.parseTemplate(false); - case 15: - { - node = this.startNode(); - this.next(); - node.object = null; - const callee = node.callee = this.parseNoCallExpr(); + case 15: { + node = this.startNode(); + this.next(); + node.object = null; + const callee = (node.callee = this.parseNoCallExpr()); - if (callee.type === "MemberExpression") { - return this.finishNode(node, "BindExpression"); - } else { - throw this.raise(Errors.UnsupportedBind, { - at: callee - }); - } - } - - case 134: - { - this.raise(Errors.PrivateInExpectedIn, { - at: this.state.startLoc, - identifierName: this.state.value + if (callee.type === 'MemberExpression') { + return this.finishNode(node, 'BindExpression'); + } else { + throw this.raise(Errors.UnsupportedBind, { + at: callee, }); - return this.parsePrivateName(); } + } - case 33: - { - return this.parseTopicReferenceThenEqualsSign(54, "%"); - } + case 134: { + this.raise(Errors.PrivateInExpectedIn, { + at: this.state.startLoc, + identifierName: this.state.value, + }); + return this.parsePrivateName(); + } - case 32: - { - return this.parseTopicReferenceThenEqualsSign(44, "^"); - } + case 33: { + return this.parseTopicReferenceThenEqualsSign(54, '%'); + } + + case 32: { + return this.parseTopicReferenceThenEqualsSign(44, '^'); + } case 37: - case 38: - { - return this.parseTopicReference("hack"); - } + case 38: { + return this.parseTopicReference('hack'); + } case 44: case 54: - case 27: - { - const pipeProposal = this.getPluginOption("pipelineOperator", "proposal"); + case 27: { + const pipeProposal = this.getPluginOption( + 'pipelineOperator', + 'proposal' + ); - if (pipeProposal) { - return this.parseTopicReference(pipeProposal); - } else { - throw this.unexpected(); - } + if (pipeProposal) { + return this.parseTopicReference(pipeProposal); + } else { + throw this.unexpected(); } + } - case 47: - { - const lookaheadCh = this.input.codePointAt(this.nextTokenStart()); + case 47: { + const lookaheadCh = this.input.codePointAt(this.nextTokenStart()); - if (isIdentifierStart(lookaheadCh) || lookaheadCh === 62) { - this.expectOnePlugin(["jsx", "flow", "typescript"]); - break; - } else { - throw this.unexpected(); - } + if (isIdentifierStart(lookaheadCh) || lookaheadCh === 62) { + this.expectOnePlugin(['jsx', 'flow', 'typescript']); + break; + } else { + throw this.unexpected(); } + } default: if (tokenIsIdentifier(type)) { - if (this.isContextual(123) && this.lookaheadCharCode() === 123 && !this.hasFollowingLineBreak()) { + if ( + this.isContextual(123) && + this.lookaheadCharCode() === 123 && + !this.hasFollowingLineBreak() + ) { return this.parseModuleExpression(); } @@ -13094,18 +14711,26 @@ class ExpressionParser extends LValParser { const containsEsc = this.state.containsEsc; const id = this.parseIdentifier(); - if (!containsEsc && id.name === "async" && !this.canInsertSemicolon()) { - const { - type - } = this.state; + if ( + !containsEsc && + id.name === 'async' && + !this.canInsertSemicolon() + ) { + const { type } = this.state; if (type === 68) { this.resetPreviousNodeTrailingComments(id); this.next(); - return this.parseFunction(this.startNodeAtNode(id), undefined, true); + return this.parseFunction( + this.startNodeAtNode(id), + undefined, + true + ); } else if (tokenIsIdentifier(type)) { if (this.lookaheadCharCode() === 61) { - return this.parseAsyncArrowUnaryFunction(this.startNodeAtNode(id)); + return this.parseAsyncArrowUnaryFunction( + this.startNodeAtNode(id) + ); } else { return id; } @@ -13117,19 +14742,22 @@ class ExpressionParser extends LValParser { if (canBeArrow && this.match(19) && !this.canInsertSemicolon()) { this.next(); - return this.parseArrowExpression(this.startNodeAtNode(id), [id], false); + return this.parseArrowExpression( + this.startNodeAtNode(id), + [id], + false + ); } return id; } else { throw this.unexpected(); } - } } parseTopicReferenceThenEqualsSign(topicTokenType, topicTokenValue) { - const pipeProposal = this.getPluginOption("pipelineOperator", "proposal"); + const pipeProposal = this.getPluginOption('pipelineOperator', 'proposal'); if (pipeProposal) { this.state.type = topicTokenType; @@ -13152,13 +14780,23 @@ class ExpressionParser extends LValParser { } finishTopicReference(node, startLoc, pipeProposal, tokenType) { - if (this.testTopicReferenceConfiguration(pipeProposal, startLoc, tokenType)) { - const nodeType = pipeProposal === "smart" ? "PipelinePrimaryTopicReference" : "TopicReference"; + if ( + this.testTopicReferenceConfiguration(pipeProposal, startLoc, tokenType) + ) { + const nodeType = + pipeProposal === 'smart' ? + 'PipelinePrimaryTopicReference' + : 'TopicReference'; if (!this.topicReferenceIsAllowedInCurrentContext()) { - this.raise(pipeProposal === "smart" ? Errors.PrimaryTopicNotAllowed : Errors.PipeTopicUnbound, { - at: startLoc - }); + this.raise( + pipeProposal === 'smart' ? + Errors.PrimaryTopicNotAllowed + : Errors.PipeTopicUnbound, + { + at: startLoc, + } + ); } this.registerTopicReference(); @@ -13166,26 +14804,28 @@ class ExpressionParser extends LValParser { } else { throw this.raise(Errors.PipeTopicUnconfiguredToken, { at: startLoc, - token: tokenLabelName(tokenType) + token: tokenLabelName(tokenType), }); } } testTopicReferenceConfiguration(pipeProposal, startLoc, tokenType) { switch (pipeProposal) { - case "hack": - { - return this.hasPlugin(["pipelineOperator", { - topicToken: tokenLabelName(tokenType) - }]); - } + case 'hack': { + return this.hasPlugin([ + 'pipelineOperator', + { + topicToken: tokenLabelName(tokenType), + }, + ]); + } - case "smart": + case 'smart': return tokenType === 27; default: throw this.raise(Errors.PipeTopicRequiresHackPipes, { - at: startLoc + at: startLoc, }); } } @@ -13197,7 +14837,7 @@ class ExpressionParser extends LValParser { if (this.hasPrecedingLineBreak()) { this.raise(Errors.LineTerminatorBeforeArrow, { - at: this.state.curPosition() + at: this.state.curPosition(), }); } @@ -13207,10 +14847,10 @@ class ExpressionParser extends LValParser { } parseDo(node, isAsync) { - this.expectPlugin("doExpressions"); + this.expectPlugin('doExpressions'); if (isAsync) { - this.expectPlugin("asyncDoExpressions"); + this.expectPlugin('asyncDoExpressions'); } node.async = isAsync; @@ -13227,39 +14867,53 @@ class ExpressionParser extends LValParser { } this.state.labels = oldLabels; - return this.finishNode(node, "DoExpression"); + return this.finishNode(node, 'DoExpression'); } parseSuper() { const node = this.startNode(); this.next(); - if (this.match(10) && !this.scope.allowDirectSuper && !this.options.allowSuperOutsideMethod) { + if ( + this.match(10) && + !this.scope.allowDirectSuper && + !this.options.allowSuperOutsideMethod + ) { this.raise(Errors.SuperNotAllowed, { - at: node + at: node, }); - } else if (!this.scope.allowSuper && !this.options.allowSuperOutsideMethod) { + } else if ( + !this.scope.allowSuper && + !this.options.allowSuperOutsideMethod + ) { this.raise(Errors.UnexpectedSuper, { - at: node + at: node, }); } if (!this.match(10) && !this.match(0) && !this.match(16)) { this.raise(Errors.UnsupportedSuper, { - at: node + at: node, }); } - return this.finishNode(node, "Super"); + return this.finishNode(node, 'Super'); } parsePrivateName() { const node = this.startNode(); - const id = this.startNodeAt(this.state.start + 1, new Position(this.state.curLine, this.state.start + 1 - this.state.lineStart, this.state.start + 1)); + const id = this.startNodeAt( + this.state.start + 1, + new Position( + this.state.curLine, + this.state.start + 1 - this.state.lineStart, + this.state.start + 1 + ) + ); const name = this.state.value; this.next(); node.id = this.createIdentifier(id, name); - return this.finishNode(node, "PrivateName"); + return this.finishNode(node, 'PrivateName'); } parseFunctionOrFunctionSent() { @@ -13267,16 +14921,19 @@ class ExpressionParser extends LValParser { this.next(); if (this.prodParam.hasYield && this.match(16)) { - const meta = this.createIdentifier(this.startNodeAtNode(node), "function"); + const meta = this.createIdentifier( + this.startNodeAtNode(node), + 'function' + ); this.next(); if (this.match(102)) { - this.expectPlugin("functionSent"); - } else if (!this.hasPlugin("functionSent")) { + this.expectPlugin('functionSent'); + } else if (!this.hasPlugin('functionSent')) { this.unexpected(); } - return this.parseMetaProperty(node, meta, "sent"); + return this.parseMetaProperty(node, meta, 'sent'); } return this.parseFunction(node); @@ -13291,33 +14948,33 @@ class ExpressionParser extends LValParser { this.raise(Errors.UnsupportedMetaProperty, { at: node.property, target: meta.name, - onlyValidPropertyName: propertyName + onlyValidPropertyName: propertyName, }); } - return this.finishNode(node, "MetaProperty"); + return this.finishNode(node, 'MetaProperty'); } parseImportMetaProperty(node) { - const id = this.createIdentifier(this.startNodeAtNode(node), "import"); + const id = this.createIdentifier(this.startNodeAtNode(node), 'import'); this.next(); if (this.isContextual(100)) { if (!this.inModule) { this.raise(Errors.ImportMetaOutsideModule, { - at: id + at: id, }); } this.sawUnambiguousESM = true; } - return this.parseMetaProperty(node, id, "meta"); + return this.parseMetaProperty(node, id, 'meta'); } parseLiteralAtNode(value, type, node) { - this.addExtra(node, "rawValue", value); - this.addExtra(node, "raw", this.input.slice(node.start, this.state.end)); + this.addExtra(node, 'rawValue', value); + this.addExtra(node, 'raw', this.input.slice(node.start, this.state.end)); node.value = value; this.next(); return this.finishNode(node, type); @@ -13329,23 +14986,23 @@ class ExpressionParser extends LValParser { } parseStringLiteral(value) { - return this.parseLiteral(value, "StringLiteral"); + return this.parseLiteral(value, 'StringLiteral'); } parseNumericLiteral(value) { - return this.parseLiteral(value, "NumericLiteral"); + return this.parseLiteral(value, 'NumericLiteral'); } parseBigIntLiteral(value) { - return this.parseLiteral(value, "BigIntLiteral"); + return this.parseLiteral(value, 'BigIntLiteral'); } parseDecimalLiteral(value) { - return this.parseLiteral(value, "DecimalLiteral"); + return this.parseLiteral(value, 'DecimalLiteral'); } parseRegExpLiteral(value) { - const node = this.parseLiteral(value.value, "RegExpLiteral"); + const node = this.parseLiteral(value.value, 'RegExpLiteral'); node.pattern = value.pattern; node.flags = value.flags; return node; @@ -13355,13 +15012,13 @@ class ExpressionParser extends LValParser { const node = this.startNode(); node.value = value; this.next(); - return this.finishNode(node, "BooleanLiteral"); + return this.finishNode(node, 'BooleanLiteral'); } parseNullLiteral() { const node = this.startNode(); this.next(); - return this.finishNode(node, "NullLiteral"); + return this.finishNode(node, 'NullLiteral'); } parseParenAndDistinguishExpression(canBeArrow) { @@ -13386,7 +15043,12 @@ class ExpressionParser extends LValParser { if (first) { first = false; } else { - this.expect(12, refExpressionErrors.optionalParametersLoc === null ? null : refExpressionErrors.optionalParametersLoc); + this.expect( + 12, + refExpressionErrors.optionalParametersLoc === null ? + null + : refExpressionErrors.optionalParametersLoc + ); if (this.match(11)) { optionalCommaStartLoc = this.state.startLoc; @@ -13398,13 +15060,21 @@ class ExpressionParser extends LValParser { const spreadNodeStartPos = this.state.start; const spreadNodeStartLoc = this.state.startLoc; spreadStartLoc = this.state.startLoc; - exprList.push(this.parseParenItem(this.parseRestBinding(), spreadNodeStartPos, spreadNodeStartLoc)); + exprList.push( + this.parseParenItem( + this.parseRestBinding(), + spreadNodeStartPos, + spreadNodeStartLoc + ) + ); if (!this.checkCommaAfterRest(41)) { break; } } else { - exprList.push(this.parseMaybeAssignAllowIn(refExpressionErrors, this.parseParenItem)); + exprList.push( + this.parseMaybeAssignAllowIn(refExpressionErrors, this.parseParenItem) + ); } } @@ -13414,7 +15084,11 @@ class ExpressionParser extends LValParser { this.state.inFSharpPipelineDirectBody = oldInFSharpPipelineDirectBody; let arrowNode = this.startNodeAt(startPos, startLoc); - if (canBeArrow && this.shouldParseArrow(exprList) && (arrowNode = this.parseArrow(arrowNode))) { + if ( + canBeArrow && + this.shouldParseArrow(exprList) && + (arrowNode = this.parseArrow(arrowNode)) + ) { this.checkDestructuringPrivate(refExpressionErrors); this.expressionScope.validateAsPattern(); this.expressionScope.exit(); @@ -13436,7 +15110,7 @@ class ExpressionParser extends LValParser { if (exprList.length > 1) { val = this.startNodeAt(innerStartPos, innerStartLoc); val.expressions = exprList; - this.finishNode(val, "SequenceExpression"); + this.finishNode(val, 'SequenceExpression'); this.resetEndLocation(val, innerEndLoc); } else { val = exprList[0]; @@ -13447,15 +15121,19 @@ class ExpressionParser extends LValParser { wrapParenthesis(startPos, startLoc, expression) { if (!this.options.createParenthesizedExpressions) { - this.addExtra(expression, "parenthesized", true); - this.addExtra(expression, "parenStart", startPos); - this.takeSurroundingComments(expression, startPos, this.state.lastTokEndLoc.index); + this.addExtra(expression, 'parenthesized', true); + this.addExtra(expression, 'parenStart', startPos); + this.takeSurroundingComments( + expression, + startPos, + this.state.lastTokEndLoc.index + ); return expression; } const parenExpression = this.startNodeAt(startPos, startLoc); parenExpression.expression = expression; - this.finishNode(parenExpression, "ParenthesizedExpression"); + this.finishNode(parenExpression, 'ParenthesizedExpression'); return parenExpression; } @@ -13478,13 +15156,13 @@ class ExpressionParser extends LValParser { this.next(); if (this.match(16)) { - const meta = this.createIdentifier(this.startNodeAtNode(node), "new"); + const meta = this.createIdentifier(this.startNodeAtNode(node), 'new'); this.next(); - const metaProp = this.parseMetaProperty(node, meta, "target"); + const metaProp = this.parseMetaProperty(node, meta, 'target'); if (!this.scope.inNonArrowFunction && !this.scope.inClass) { this.raise(Errors.UnexpectedNewTarget, { - at: metaProp + at: metaProp, }); } @@ -13505,41 +15183,39 @@ class ExpressionParser extends LValParser { node.arguments = []; } - return this.finishNode(node, "NewExpression"); + return this.finishNode(node, 'NewExpression'); } parseNewCallee(node) { node.callee = this.parseNoCallExpr(); - if (node.callee.type === "Import") { + if (node.callee.type === 'Import') { this.raise(Errors.ImportCallNotNewExpression, { - at: node.callee + at: node.callee, }); } else if (this.isOptionalChain(node.callee)) { this.raise(Errors.OptionalChainingNoNew, { - at: this.state.lastTokEndLoc + at: this.state.lastTokEndLoc, }); } else if (this.eat(18)) { this.raise(Errors.OptionalChainingNoNew, { - at: this.state.startLoc + at: this.state.startLoc, }); } } parseTemplateElement(isTagged) { - const { - start, - startLoc, - end, - value - } = this.state; + const { start, startLoc, end, value } = this.state; const elemStart = start + 1; - const elem = this.startNodeAt(elemStart, createPositionWithColumnOffset(startLoc, 1)); + const elem = this.startNodeAt( + elemStart, + createPositionWithColumnOffset(startLoc, 1) + ); if (value === null) { if (!isTagged) { this.raise(Errors.InvalidEscapeSequenceTemplate, { - at: createPositionWithColumnOffset(startLoc, 2) + at: createPositionWithColumnOffset(startLoc, 2), }); } } @@ -13548,13 +15224,16 @@ class ExpressionParser extends LValParser { const endOffset = isTail ? -1 : -2; const elemEnd = end + endOffset; elem.value = { - raw: this.input.slice(elemStart, elemEnd).replace(/\r\n?/g, "\n"), - cooked: value === null ? null : value.slice(1, endOffset) + raw: this.input.slice(elemStart, elemEnd).replace(/\r\n?/g, '\n'), + cooked: value === null ? null : value.slice(1, endOffset), }; elem.tail = isTail; this.next(); - this.finishNode(elem, "TemplateElement"); - this.resetEndLocation(elem, createPositionWithColumnOffset(this.state.lastTokEndLoc, endOffset)); + this.finishNode(elem, 'TemplateElement'); + this.resetEndLocation( + elem, + createPositionWithColumnOffset(this.state.lastTokEndLoc, endOffset) + ); return elem; } @@ -13567,10 +15246,10 @@ class ExpressionParser extends LValParser { while (!curElt.tail) { node.expressions.push(this.parseTemplateSubstitution()); this.readTemplateContinuation(); - node.quasis.push(curElt = this.parseTemplateElement(isTagged)); + node.quasis.push((curElt = this.parseTemplateElement(isTagged))); } - return this.finishNode(node, "TemplateLiteral"); + return this.finishNode(node, 'TemplateLiteral'); } parseTemplateSubstitution() { @@ -13579,7 +15258,7 @@ class ExpressionParser extends LValParser { parseObjectLike(close, isPattern, isRecord, refExpressionErrors) { if (isRecord) { - this.expectPlugin("recordAndTuple"); + this.expectPlugin('recordAndTuple'); } const oldInFSharpPipelineDirectBody = this.state.inFSharpPipelineDirectBody; @@ -13611,14 +15290,18 @@ class ExpressionParser extends LValParser { this.checkProto(prop, isRecord, propHash, refExpressionErrors); } - if (isRecord && !this.isObjectProperty(prop) && prop.type !== "SpreadElement") { + if ( + isRecord && + !this.isObjectProperty(prop) && + prop.type !== 'SpreadElement' + ) { this.raise(Errors.InvalidRecordProperty, { - at: prop + at: prop, }); } if (prop.shorthand) { - this.addExtra(prop, "shorthand", true); + this.addExtra(prop, 'shorthand', true); } node.properties.push(prop); @@ -13626,33 +15309,37 @@ class ExpressionParser extends LValParser { this.next(); this.state.inFSharpPipelineDirectBody = oldInFSharpPipelineDirectBody; - let type = "ObjectExpression"; + let type = 'ObjectExpression'; if (isPattern) { - type = "ObjectPattern"; + type = 'ObjectPattern'; } else if (isRecord) { - type = "RecordExpression"; + type = 'RecordExpression'; } return this.finishNode(node, type); } addTrailingCommaExtraToNode(node) { - this.addExtra(node, "trailingComma", this.state.lastTokStart); - this.addExtra(node, "trailingCommaLoc", this.state.lastTokStartLoc, false); + this.addExtra(node, 'trailingComma', this.state.lastTokStart); + this.addExtra(node, 'trailingCommaLoc', this.state.lastTokStartLoc, false); } maybeAsyncOrAccessorProp(prop) { - return !prop.computed && prop.key.type === "Identifier" && (this.isLiteralPropertyName() || this.match(0) || this.match(55)); + return ( + !prop.computed && + prop.key.type === 'Identifier' && + (this.isLiteralPropertyName() || this.match(0) || this.match(55)) + ); } parsePropertyDefinition(refExpressionErrors) { let decorators = []; if (this.match(26)) { - if (this.hasPlugin("decorators")) { + if (this.hasPlugin('decorators')) { this.raise(Errors.UnsupportedPropertyDecorator, { - at: this.state.startLoc + at: this.state.startLoc, }); } @@ -13692,14 +15379,14 @@ class ExpressionParser extends LValParser { if (!isGenerator && !containsEsc && this.maybeAsyncOrAccessorProp(prop)) { const keyName = key.name; - if (keyName === "async" && !this.hasPrecedingLineBreak()) { + if (keyName === 'async' && !this.hasPrecedingLineBreak()) { isAsync = true; this.resetPreviousNodeTrailingComments(key); isGenerator = this.eat(55); this.parsePropertyName(prop); } - if (keyName === "get" || keyName === "set") { + if (keyName === 'get' || keyName === 'set') { isAccessor = true; this.resetPreviousNodeTrailingComments(key); prop.kind = keyName; @@ -13708,7 +15395,7 @@ class ExpressionParser extends LValParser { isGenerator = true; this.raise(Errors.AccessorIsGenerator, { at: this.state.curPosition(), - kind: keyName + kind: keyName, }); this.next(); } @@ -13717,12 +15404,21 @@ class ExpressionParser extends LValParser { } } - this.parseObjPropValue(prop, startPos, startLoc, isGenerator, isAsync, false, isAccessor, refExpressionErrors); + this.parseObjPropValue( + prop, + startPos, + startLoc, + isGenerator, + isAsync, + false, + isAccessor, + refExpressionErrors + ); return prop; } getGetterSetterExpectedParamCount(method) { - return method.kind === "get" ? 0 : 1; + return method.kind === 'get' ? 0 : 1; } getObjectOrClassMethodParams(method) { @@ -13736,46 +15432,74 @@ class ExpressionParser extends LValParser { const params = this.getObjectOrClassMethodParams(method); if (params.length !== paramCount) { - this.raise(method.kind === "get" ? Errors.BadGetterArity : Errors.BadSetterArity, { - at: method - }); + this.raise( + method.kind === 'get' ? Errors.BadGetterArity : Errors.BadSetterArity, + { + at: method, + } + ); } - if (method.kind === "set" && ((_params = params[params.length - 1]) == null ? void 0 : _params.type) === "RestElement") { + if ( + method.kind === 'set' && + ((_params = params[params.length - 1]) == null ? + void 0 + : _params.type) === 'RestElement' + ) { this.raise(Errors.BadSetterRestParameter, { - at: method + at: method, }); } } parseObjectMethod(prop, isGenerator, isAsync, isPattern, isAccessor) { if (isAccessor) { - this.parseMethod(prop, isGenerator, false, false, false, "ObjectMethod"); + this.parseMethod(prop, isGenerator, false, false, false, 'ObjectMethod'); this.checkGetterSetterParams(prop); return prop; } if (isAsync || isGenerator || this.match(10)) { if (isPattern) this.unexpected(); - prop.kind = "method"; + prop.kind = 'method'; prop.method = true; - return this.parseMethod(prop, isGenerator, isAsync, false, false, "ObjectMethod"); + return this.parseMethod( + prop, + isGenerator, + isAsync, + false, + false, + 'ObjectMethod' + ); } } - parseObjectProperty(prop, startPos, startLoc, isPattern, refExpressionErrors) { + parseObjectProperty( + prop, + startPos, + startLoc, + isPattern, + refExpressionErrors + ) { prop.shorthand = false; if (this.eat(14)) { - prop.value = isPattern ? this.parseMaybeDefault(this.state.start, this.state.startLoc) : this.parseMaybeAssignAllowIn(refExpressionErrors); - return this.finishNode(prop, "ObjectProperty"); + prop.value = + isPattern ? + this.parseMaybeDefault(this.state.start, this.state.startLoc) + : this.parseMaybeAssignAllowIn(refExpressionErrors); + return this.finishNode(prop, 'ObjectProperty'); } - if (!prop.computed && prop.key.type === "Identifier") { + if (!prop.computed && prop.key.type === 'Identifier') { this.checkReservedWord(prop.key.name, prop.key.loc.start, true, false); if (isPattern) { - prop.value = this.parseMaybeDefault(startPos, startLoc, cloneIdentifier(prop.key)); + prop.value = this.parseMaybeDefault( + startPos, + startLoc, + cloneIdentifier(prop.key) + ); } else if (this.match(29)) { const shorthandAssignLoc = this.state.startLoc; @@ -13785,22 +15509,49 @@ class ExpressionParser extends LValParser { } } else { this.raise(Errors.InvalidCoverInitializedName, { - at: shorthandAssignLoc + at: shorthandAssignLoc, }); } - prop.value = this.parseMaybeDefault(startPos, startLoc, cloneIdentifier(prop.key)); + prop.value = this.parseMaybeDefault( + startPos, + startLoc, + cloneIdentifier(prop.key) + ); } else { prop.value = cloneIdentifier(prop.key); } prop.shorthand = true; - return this.finishNode(prop, "ObjectProperty"); + return this.finishNode(prop, 'ObjectProperty'); } } - parseObjPropValue(prop, startPos, startLoc, isGenerator, isAsync, isPattern, isAccessor, refExpressionErrors) { - const node = this.parseObjectMethod(prop, isGenerator, isAsync, isPattern, isAccessor) || this.parseObjectProperty(prop, startPos, startLoc, isPattern, refExpressionErrors); + parseObjPropValue( + prop, + startPos, + startLoc, + isGenerator, + isAsync, + isPattern, + isAccessor, + refExpressionErrors + ) { + const node = + this.parseObjectMethod( + prop, + isGenerator, + isAsync, + isPattern, + isAccessor + ) || + this.parseObjectProperty( + prop, + startPos, + startLoc, + isPattern, + refExpressionErrors + ); if (!node) this.unexpected(); return node; } @@ -13811,10 +15562,7 @@ class ExpressionParser extends LValParser { prop.key = this.parseMaybeAssignAllowIn(); this.expect(3); } else { - const { - type, - value - } = this.state; + const { type, value } = this.state; let key; if (tokenIsKeywordOrIdentifier(type)) { @@ -13837,24 +15585,23 @@ class ExpressionParser extends LValParser { key = this.parseDecimalLiteral(value); break; - case 134: - { - const privateKeyLoc = this.state.startLoc; + case 134: { + const privateKeyLoc = this.state.startLoc; - if (refExpressionErrors != null) { - if (refExpressionErrors.privateKeyLoc === null) { - refExpressionErrors.privateKeyLoc = privateKeyLoc; - } - } else { - this.raise(Errors.UnexpectedPrivateField, { - at: privateKeyLoc - }); + if (refExpressionErrors != null) { + if (refExpressionErrors.privateKeyLoc === null) { + refExpressionErrors.privateKeyLoc = privateKeyLoc; } - - key = this.parsePrivateName(); - break; + } else { + this.raise(Errors.UnexpectedPrivateField, { + at: privateKeyLoc, + }); } + key = this.parsePrivateName(); + break; + } + default: throw this.unexpected(); } @@ -13876,11 +15623,24 @@ class ExpressionParser extends LValParser { node.async = !!isAsync; } - parseMethod(node, isGenerator, isAsync, isConstructor, allowDirectSuper, type, inClassScope = false) { + parseMethod( + node, + isGenerator, + isAsync, + isConstructor, + allowDirectSuper, + type, + inClassScope = false + ) { this.initFunction(node, isAsync); node.generator = !!isGenerator; const allowModifiers = isConstructor; - this.scope.enter(SCOPE_FUNCTION | SCOPE_SUPER | (inClassScope ? SCOPE_CLASS : 0) | (allowDirectSuper ? SCOPE_DIRECT_SUPER : 0)); + this.scope.enter( + SCOPE_FUNCTION | + SCOPE_SUPER | + (inClassScope ? SCOPE_CLASS : 0) | + (allowDirectSuper ? SCOPE_DIRECT_SUPER : 0) + ); this.prodParam.enter(functionFlags(isAsync, node.generator)); this.parseFunctionParams(node, allowModifiers); this.parseFunctionBodyAndFinish(node, type, true); @@ -13891,16 +15651,24 @@ class ExpressionParser extends LValParser { parseArrayLike(close, canBePattern, isTuple, refExpressionErrors) { if (isTuple) { - this.expectPlugin("recordAndTuple"); + this.expectPlugin('recordAndTuple'); } const oldInFSharpPipelineDirectBody = this.state.inFSharpPipelineDirectBody; this.state.inFSharpPipelineDirectBody = false; const node = this.startNode(); this.next(); - node.elements = this.parseExprList(close, !isTuple, refExpressionErrors, node); + node.elements = this.parseExprList( + close, + !isTuple, + refExpressionErrors, + node + ); this.state.inFSharpPipelineDirectBody = oldInFSharpPipelineDirectBody; - return this.finishNode(node, isTuple ? "TupleExpression" : "ArrayExpression"); + return this.finishNode( + node, + isTuple ? 'TupleExpression' : 'ArrayExpression' + ); } parseArrowExpression(node, params, isAsync, trailingCommaLoc) { @@ -13925,7 +15693,7 @@ class ExpressionParser extends LValParser { this.prodParam.exit(); this.scope.exit(); this.state.maybeInArrowParameters = oldMaybeInArrowParameters; - return this.finishNode(node, "ArrowFunctionExpression"); + return this.finishNode(node, 'ArrowFunctionExpression'); } setArrowFunctionParameters(node, params, trailingCommaLoc) { @@ -13950,17 +15718,28 @@ class ExpressionParser extends LValParser { const oldLabels = this.state.labels; this.state.labels = []; this.prodParam.enter(this.prodParam.currentFlags() | PARAM_RETURN); - node.body = this.parseBlock(true, false, hasStrictModeDirective => { + node.body = this.parseBlock(true, false, (hasStrictModeDirective) => { const nonSimple = !this.isSimpleParamList(node.params); if (hasStrictModeDirective && nonSimple) { this.raise(Errors.IllegalLanguageModeDirective, { - at: (node.kind === "method" || node.kind === "constructor") && !!node.key ? node.key.loc.end : node + at: + ( + (node.kind === 'method' || node.kind === 'constructor') && + !!node.key + ) ? + node.key.loc.end + : node, }); } const strictModeChanged = !oldStrict && this.state.strict; - this.checkParams(node, !this.state.strict && !allowExpression && !isMethod && !nonSimple, allowExpression, strictModeChanged); + this.checkParams( + node, + !this.state.strict && !allowExpression && !isMethod && !nonSimple, + allowExpression, + strictModeChanged + ); if (this.state.strict && node.id) { this.checkIdentifier(node.id, BIND_OUTSIDE, strictModeChanged); @@ -13974,7 +15753,7 @@ class ExpressionParser extends LValParser { } isSimpleParameter(node) { - return node.type === "Identifier"; + return node.type === 'Identifier'; } isSimpleParamList(params) { @@ -13985,10 +15764,15 @@ class ExpressionParser extends LValParser { return true; } - checkParams(node, allowDuplicates, isArrowFunction, strictModeChanged = true) { + checkParams( + node, + allowDuplicates, + isArrowFunction, + strictModeChanged = true + ) { const checkClashes = !allowDuplicates && new Set(); const formalParameters = { - type: "FormalParameters" + type: 'FormalParameters', }; for (const param of node.params) { @@ -13996,7 +15780,7 @@ class ExpressionParser extends LValParser { in: formalParameters, binding: BIND_VAR, checkClashes, - strictModeChanged + strictModeChanged, }); } } @@ -14034,7 +15818,7 @@ class ExpressionParser extends LValParser { if (!allowEmpty) { this.raise(Errors.UnexpectedToken, { at: this.state.curPosition(), - unexpected: "," + unexpected: ',', }); } @@ -14042,21 +15826,28 @@ class ExpressionParser extends LValParser { } else if (this.match(21)) { const spreadNodeStartPos = this.state.start; const spreadNodeStartLoc = this.state.startLoc; - elt = this.parseParenItem(this.parseSpread(refExpressionErrors), spreadNodeStartPos, spreadNodeStartLoc); + elt = this.parseParenItem( + this.parseSpread(refExpressionErrors), + spreadNodeStartPos, + spreadNodeStartLoc + ); } else if (this.match(17)) { - this.expectPlugin("partialApplication"); + this.expectPlugin('partialApplication'); if (!allowPlaceholder) { this.raise(Errors.UnexpectedArgumentPlaceholder, { - at: this.state.startLoc + at: this.state.startLoc, }); } const node = this.startNode(); this.next(); - elt = this.finishNode(node, "ArgumentPlaceholder"); + elt = this.finishNode(node, 'ArgumentPlaceholder'); } else { - elt = this.parseMaybeAssignAllowIn(refExpressionErrors, this.parseParenItem); + elt = this.parseMaybeAssignAllowIn( + refExpressionErrors, + this.parseParenItem + ); } return elt; @@ -14071,15 +15862,12 @@ class ExpressionParser extends LValParser { createIdentifier(node, name) { node.name = name; node.loc.identifierName = name; - return this.finishNode(node, "Identifier"); + return this.finishNode(node, 'Identifier'); } parseIdentifierName(pos, liberal) { let name; - const { - startLoc, - type - } = this.state; + const { startLoc, type } = this.state; if (tokenIsKeywordOrIdentifier(type)) { name = this.state.value; @@ -14110,35 +15898,35 @@ class ExpressionParser extends LValParser { return; } - if (word === "yield") { + if (word === 'yield') { if (this.prodParam.hasYield) { this.raise(Errors.YieldBindingIdentifier, { - at: startLoc + at: startLoc, }); return; } - } else if (word === "await") { + } else if (word === 'await') { if (this.prodParam.hasAwait) { this.raise(Errors.AwaitBindingIdentifier, { - at: startLoc + at: startLoc, }); return; } if (this.scope.inStaticBlock) { this.raise(Errors.AwaitBindingIdentifierInStaticBlock, { - at: startLoc + at: startLoc, }); return; } this.expressionScope.recordAsyncArrowParametersError({ - at: startLoc + at: startLoc, }); - } else if (word === "arguments") { + } else if (word === 'arguments') { if (this.scope.inClassAndNotInNonArrowFunction) { this.raise(Errors.ArgumentsInClass, { - at: startLoc + at: startLoc, }); return; } @@ -14147,17 +15935,20 @@ class ExpressionParser extends LValParser { if (checkKeywords && isKeyword(word)) { this.raise(Errors.UnexpectedKeyword, { at: startLoc, - keyword: word + keyword: word, }); return; } - const reservedTest = !this.state.strict ? isReservedWord : isBinding ? isStrictBindReservedWord : isStrictReservedWord; + const reservedTest = + !this.state.strict ? isReservedWord + : isBinding ? isStrictBindReservedWord + : isStrictReservedWord; if (reservedTest(word, this.inModule)) { this.raise(Errors.UnexpectedReservedWord, { at: startLoc, - reservedWord: word + reservedWord: word, }); } } @@ -14174,13 +15965,16 @@ class ExpressionParser extends LValParser { parseAwait(startPos, startLoc) { const node = this.startNodeAt(startPos, startLoc); - this.expressionScope.recordParameterInitializerError(Errors.AwaitExpressionFormalParameter, { - at: node - }); + this.expressionScope.recordParameterInitializerError( + Errors.AwaitExpressionFormalParameter, + { + at: node, + } + ); if (this.eat(55)) { this.raise(Errors.ObsoleteAwaitStar, { - at: node + at: node, }); } @@ -14196,22 +15990,31 @@ class ExpressionParser extends LValParser { node.argument = this.parseMaybeUnary(null, true); } - return this.finishNode(node, "AwaitExpression"); + return this.finishNode(node, 'AwaitExpression'); } isAmbiguousAwait() { if (this.hasPrecedingLineBreak()) return true; - const { - type - } = this.state; - return type === 53 || type === 10 || type === 0 || tokenIsTemplate(type) || type === 133 || type === 56 || this.hasPlugin("v8intrinsic") && type === 54; + const { type } = this.state; + return ( + type === 53 || + type === 10 || + type === 0 || + tokenIsTemplate(type) || + type === 133 || + type === 56 || + (this.hasPlugin('v8intrinsic') && type === 54) + ); } parseYield() { const node = this.startNode(); - this.expressionScope.recordParameterInitializerError(Errors.YieldInParameter, { - at: node - }); + this.expressionScope.recordParameterInitializerError( + Errors.YieldInParameter, + { + at: node, + } + ); this.next(); let delegating = false; let argument = null; @@ -14237,16 +16040,21 @@ class ExpressionParser extends LValParser { node.delegate = delegating; node.argument = argument; - return this.finishNode(node, "YieldExpression"); + return this.finishNode(node, 'YieldExpression'); } checkPipelineAtInfixOperator(left, leftStartLoc) { - if (this.hasPlugin(["pipelineOperator", { - proposal: "smart" - }])) { - if (left.type === "SequenceExpression") { + if ( + this.hasPlugin([ + 'pipelineOperator', + { + proposal: 'smart', + }, + ]) + ) { + if (left.type === 'SequenceExpression') { this.raise(Errors.PipelineHeadSequenceExpression, { - at: leftStartLoc + at: leftStartLoc, }); } } @@ -14257,20 +16065,22 @@ class ExpressionParser extends LValParser { if (this.isSimpleReference(childExpr)) { bodyNode.callee = childExpr; - return this.finishNode(bodyNode, "PipelineBareFunction"); + return this.finishNode(bodyNode, 'PipelineBareFunction'); } else { this.checkSmartPipeTopicBodyEarlyErrors(startLoc); bodyNode.expression = childExpr; - return this.finishNode(bodyNode, "PipelineTopicExpression"); + return this.finishNode(bodyNode, 'PipelineTopicExpression'); } } isSimpleReference(expression) { switch (expression.type) { - case "MemberExpression": - return !expression.computed && this.isSimpleReference(expression.object); + case 'MemberExpression': + return ( + !expression.computed && this.isSimpleReference(expression.object) + ); - case "Identifier": + case 'Identifier': return true; default: @@ -14281,13 +16091,13 @@ class ExpressionParser extends LValParser { checkSmartPipeTopicBodyEarlyErrors(startLoc) { if (this.match(19)) { throw this.raise(Errors.PipelineBodyNoArrow, { - at: this.state.startLoc + at: this.state.startLoc, }); } if (!this.topicReferenceWasUsedInCurrentContext()) { this.raise(Errors.PipelineTopicUnused, { - at: startLoc + at: startLoc, }); } } @@ -14296,7 +16106,7 @@ class ExpressionParser extends LValParser { const outerContextTopicState = this.state.topicContext; this.state.topicContext = { maxNumOfResolvableTopics: 1, - maxTopicIndex: null + maxTopicIndex: null, }; try { @@ -14307,13 +16117,18 @@ class ExpressionParser extends LValParser { } withSmartMixTopicForbiddingContext(callback) { - if (this.hasPlugin(["pipelineOperator", { - proposal: "smart" - }])) { + if ( + this.hasPlugin([ + 'pipelineOperator', + { + proposal: 'smart', + }, + ]) + ) { const outerContextTopicState = this.state.topicContext; this.state.topicContext = { maxNumOfResolvableTopics: 0, - maxTopicIndex: null + maxTopicIndex: null, }; try { @@ -14380,7 +16195,10 @@ class ExpressionParser extends LValParser { } topicReferenceWasUsedInCurrentContext() { - return this.state.topicContext.maxTopicIndex != null && this.state.topicContext.maxTopicIndex >= 0; + return ( + this.state.topicContext.maxTopicIndex != null && + this.state.topicContext.maxTopicIndex >= 0 + ); } parseFSharpPipelineBody(prec) { @@ -14389,13 +16207,18 @@ class ExpressionParser extends LValParser { this.state.potentialArrowAt = this.state.start; const oldInFSharpPipelineDirectBody = this.state.inFSharpPipelineDirectBody; this.state.inFSharpPipelineDirectBody = true; - const ret = this.parseExprOp(this.parseMaybeUnaryOrPrivate(), startPos, startLoc, prec); + const ret = this.parseExprOp( + this.parseMaybeUnaryOrPrivate(), + startPos, + startLoc, + prec + ); this.state.inFSharpPipelineDirectBody = oldInFSharpPipelineDirectBody; return ret; } parseModuleExpression() { - this.expectPlugin("moduleBlocks"); + this.expectPlugin('moduleBlocks'); const node = this.startNode(); this.next(); this.eat(5); @@ -14404,76 +16227,68 @@ class ExpressionParser extends LValParser { const program = this.startNode(); try { - node.body = this.parseProgram(program, 8, "module"); + node.body = this.parseProgram(program, 8, 'module'); } finally { revertScopes(); } this.eat(8); - return this.finishNode(node, "ModuleExpression"); + return this.finishNode(node, 'ModuleExpression'); } parsePropertyNamePrefixOperator(prop) {} - } const loopLabel = { - kind: "loop" -}, - switchLabel = { - kind: "switch" -}; + kind: 'loop', + }, + switchLabel = { + kind: 'switch', + }; const FUNC_NO_FLAGS = 0b000, - FUNC_STATEMENT = 0b001, - FUNC_HANGING_STATEMENT = 0b010, - FUNC_NULLABLE_ID = 0b100; + FUNC_STATEMENT = 0b001, + FUNC_HANGING_STATEMENT = 0b010, + FUNC_NULLABLE_ID = 0b100; const loneSurrogate = /[\uD800-\uDFFF]/u; const keywordRelationalOperator = /in(?:stanceof)?/y; function babel7CompatTokens(tokens, input) { for (let i = 0; i < tokens.length; i++) { const token = tokens[i]; - const { - type - } = token; + const { type } = token; - if (typeof type === "number") { + if (typeof type === 'number') { { if (type === 134) { - const { - loc, - start, - value, - end - } = token; + const { loc, start, value, end } = token; const hashEndPos = start + 1; const hashEndLoc = createPositionWithColumnOffset(loc.start, 1); - tokens.splice(i, 1, new Token({ - type: getExportedToken(27), - value: "#", - start: start, - end: hashEndPos, - startLoc: loc.start, - endLoc: hashEndLoc - }), new Token({ - type: getExportedToken(128), - value: value, - start: hashEndPos, - end: end, - startLoc: hashEndLoc, - endLoc: loc.end - })); + tokens.splice( + i, + 1, + new Token({ + type: getExportedToken(27), + value: '#', + start: start, + end: hashEndPos, + startLoc: loc.start, + endLoc: hashEndLoc, + }), + new Token({ + type: getExportedToken(128), + value: value, + start: hashEndPos, + end: end, + startLoc: hashEndLoc, + endLoc: loc.end, + }) + ); i++; continue; } if (tokenIsTemplate(type)) { - const { - loc, - start, - value, - end - } = token; + const { loc, start, value, end } = token; const backquoteEnd = start + 1; const backquoteEndLoc = createPositionWithColumnOffset(loc.start, 1); let startToken; @@ -14481,24 +16296,27 @@ function babel7CompatTokens(tokens, input) { if (input.charCodeAt(start) === 96) { startToken = new Token({ type: getExportedToken(22), - value: "`", + value: '`', start: start, end: backquoteEnd, startLoc: loc.start, - endLoc: backquoteEndLoc + endLoc: backquoteEndLoc, }); } else { startToken = new Token({ type: getExportedToken(8), - value: "}", + value: '}', start: start, end: backquoteEnd, startLoc: loc.start, - endLoc: backquoteEndLoc + endLoc: backquoteEndLoc, }); } - let templateValue, templateElementEnd, templateElementEndLoc, endToken; + let templateValue, + templateElementEnd, + templateElementEndLoc, + endToken; if (type === 24) { templateElementEnd = end - 1; @@ -14506,11 +16324,11 @@ function babel7CompatTokens(tokens, input) { templateValue = value === null ? null : value.slice(1, -1); endToken = new Token({ type: getExportedToken(22), - value: "`", + value: '`', start: templateElementEnd, end: end, startLoc: templateElementEndLoc, - endLoc: loc.end + endLoc: loc.end, }); } else { templateElementEnd = end - 2; @@ -14518,22 +16336,28 @@ function babel7CompatTokens(tokens, input) { templateValue = value === null ? null : value.slice(1, -2); endToken = new Token({ type: getExportedToken(23), - value: "${", + value: '${', start: templateElementEnd, end: end, startLoc: templateElementEndLoc, - endLoc: loc.end + endLoc: loc.end, }); } - tokens.splice(i, 1, startToken, new Token({ - type: getExportedToken(20), - value: templateValue, - start: backquoteEnd, - end: templateElementEnd, - startLoc: backquoteEndLoc, - endLoc: templateElementEndLoc - }), endToken); + tokens.splice( + i, + 1, + startToken, + new Token({ + type: getExportedToken(20), + value: templateValue, + start: backquoteEnd, + end: templateElementEnd, + startLoc: backquoteEndLoc, + endLoc: templateElementEndLoc, + }), + endToken + ); i += 2; continue; } @@ -14554,7 +16378,7 @@ class StatementParser extends ExpressionParser { file.tokens = babel7CompatTokens(this.tokens, this.input); } - return this.finishNode(file, "File"); + return this.finishNode(file, 'File'); } parseProgram(program, end = 135, sourceType = this.options.sourceType) { @@ -14562,31 +16386,35 @@ class StatementParser extends ExpressionParser { program.interpreter = this.parseInterpreterDirective(); this.parseBlockBody(program, true, true, end); - if (this.inModule && !this.options.allowUndeclaredExports && this.scope.undefinedExports.size > 0) { + if ( + this.inModule && + !this.options.allowUndeclaredExports && + this.scope.undefinedExports.size > 0 + ) { for (const [localName, at] of Array.from(this.scope.undefinedExports)) { this.raise(Errors.ModuleExportUndefined, { at, - localName + localName, }); } } - return this.finishNode(program, "Program"); + return this.finishNode(program, 'Program'); } stmtToDirective(stmt) { const directive = stmt; - directive.type = "Directive"; + directive.type = 'Directive'; directive.value = directive.expression; delete directive.expression; const directiveLiteral = directive.value; const expressionValue = directiveLiteral.value; const raw = this.input.slice(directiveLiteral.start, directiveLiteral.end); - const val = directiveLiteral.value = raw.slice(1, -1); - this.addExtra(directiveLiteral, "raw", raw); - this.addExtra(directiveLiteral, "rawValue", val); - this.addExtra(directiveLiteral, "expressionValue", expressionValue); - directiveLiteral.type = "DirectiveLiteral"; + const val = (directiveLiteral.value = raw.slice(1, -1)); + this.addExtra(directiveLiteral, 'raw', raw); + this.addExtra(directiveLiteral, 'rawValue', val); + this.addExtra(directiveLiteral, 'expressionValue', expressionValue); + directiveLiteral.type = 'DirectiveLiteral'; return directive; } @@ -14598,7 +16426,7 @@ class StatementParser extends ExpressionParser { const node = this.startNode(); node.value = this.state.value; this.next(); - return this.finishNode(node, "InterpreterDirective"); + return this.finishNode(node, 'InterpreterDirective'); } isLet(context) { @@ -14652,7 +16480,7 @@ class StatementParser extends ExpressionParser { if (this.isLet(context)) { starttype = 74; - kind = "let"; + kind = 'let'; } switch (starttype) { @@ -14677,11 +16505,11 @@ class StatementParser extends ExpressionParser { if (context) { if (this.state.strict) { this.raise(Errors.StrictFunction, { - at: this.state.startLoc + at: this.state.startLoc, }); - } else if (context !== "if" && context !== "label") { + } else if (context !== 'if' && context !== 'label') { this.raise(Errors.SloppyFunction, { - at: this.state.startLoc + at: this.state.startLoc, }); } } @@ -14711,9 +16539,9 @@ class StatementParser extends ExpressionParser { case 74: kind = kind || this.state.value; - if (context && kind !== "var") { + if (context && kind !== 'var') { this.raise(Errors.UnexpectedLexicalDeclaration, { - at: this.state.startLoc + at: this.state.startLoc, }); } @@ -14731,63 +16559,73 @@ class StatementParser extends ExpressionParser { case 13: return this.parseEmptyStatement(node); - case 83: - { - const nextTokenCharCode = this.lookaheadCharCode(); + case 83: { + const nextTokenCharCode = this.lookaheadCharCode(); - if (nextTokenCharCode === 40 || nextTokenCharCode === 46) { - break; + if (nextTokenCharCode === 40 || nextTokenCharCode === 46) { + break; + } + } + + case 82: { + if (!this.options.allowImportExportEverywhere && !topLevel) { + this.raise(Errors.UnexpectedImportExport, { + at: this.state.startLoc, + }); + } + + this.next(); + let result; + + if (starttype === 83) { + result = this.parseImport(node); + + if ( + result.type === 'ImportDeclaration' && + (!result.importKind || result.importKind === 'value') + ) { + this.sawUnambiguousESM = true; + } + } else { + result = this.parseExport(node); + + if ( + (result.type === 'ExportNamedDeclaration' && + (!result.exportKind || result.exportKind === 'value')) || + (result.type === 'ExportAllDeclaration' && + (!result.exportKind || result.exportKind === 'value')) || + result.type === 'ExportDefaultDeclaration' + ) { + this.sawUnambiguousESM = true; } } - case 82: - { - if (!this.options.allowImportExportEverywhere && !topLevel) { - this.raise(Errors.UnexpectedImportExport, { - at: this.state.startLoc + this.assertModuleNodeAllowed(node); + return result; + } + + default: { + if (this.isAsyncFunction()) { + if (context) { + this.raise(Errors.AsyncFunctionInSingleStatementContext, { + at: this.state.startLoc, }); } this.next(); - let result; - - if (starttype === 83) { - result = this.parseImport(node); - - if (result.type === "ImportDeclaration" && (!result.importKind || result.importKind === "value")) { - this.sawUnambiguousESM = true; - } - } else { - result = this.parseExport(node); - - if (result.type === "ExportNamedDeclaration" && (!result.exportKind || result.exportKind === "value") || result.type === "ExportAllDeclaration" && (!result.exportKind || result.exportKind === "value") || result.type === "ExportDefaultDeclaration") { - this.sawUnambiguousESM = true; - } - } - - this.assertModuleNodeAllowed(node); - return result; - } - - default: - { - if (this.isAsyncFunction()) { - if (context) { - this.raise(Errors.AsyncFunctionInSingleStatementContext, { - at: this.state.startLoc - }); - } - - this.next(); - return this.parseFunctionStatement(node, true, !context); - } + return this.parseFunctionStatement(node, true, !context); } + } } const maybeName = this.state.value; const expr = this.parseExpression(); - if (tokenIsIdentifier(starttype) && expr.type === "Identifier" && this.eat(14)) { + if ( + tokenIsIdentifier(starttype) && + expr.type === 'Identifier' && + this.eat(14) + ) { return this.parseLabeledStatement(node, maybeName, expr, context); } else { return this.parseExpressionStatement(node, expr); @@ -14797,13 +16635,14 @@ class StatementParser extends ExpressionParser { assertModuleNodeAllowed(node) { if (!this.options.allowImportExportEverywhere && !this.inModule) { this.raise(Errors.ImportOutsideModule, { - at: node + at: node, }); } } takeDecorators(node) { - const decorators = this.state.decoratorStack[this.state.decoratorStack.length - 1]; + const decorators = + this.state.decoratorStack[this.state.decoratorStack.length - 1]; if (decorators.length) { node.decorators = decorators; @@ -14817,7 +16656,8 @@ class StatementParser extends ExpressionParser { } parseDecorators(allowExport) { - const currentContextDecorators = this.state.decoratorStack[this.state.decoratorStack.length - 1]; + const currentContextDecorators = + this.state.decoratorStack[this.state.decoratorStack.length - 1]; while (this.match(26)) { const decorator = this.parseDecorator(); @@ -14829,24 +16669,27 @@ class StatementParser extends ExpressionParser { this.unexpected(); } - if (this.hasPlugin("decorators") && !this.getPluginOption("decorators", "decoratorsBeforeExport")) { + if ( + this.hasPlugin('decorators') && + !this.getPluginOption('decorators', 'decoratorsBeforeExport') + ) { this.raise(Errors.DecoratorExportClass, { - at: this.state.startLoc + at: this.state.startLoc, }); } } else if (!this.canHaveLeadingDecorator()) { throw this.raise(Errors.UnexpectedLeadingDecorator, { - at: this.state.startLoc + at: this.state.startLoc, }); } } parseDecorator() { - this.expectOnePlugin(["decorators-legacy", "decorators"]); + this.expectOnePlugin(['decorators-legacy', 'decorators']); const node = this.startNode(); this.next(); - if (this.hasPlugin("decorators")) { + if (this.hasPlugin('decorators')) { this.state.decoratorStack.push([]); const startPos = this.state.start; const startLoc = this.state.startLoc; @@ -14867,7 +16710,7 @@ class StatementParser extends ExpressionParser { node.object = expr; node.property = this.parseIdentifier(true); node.computed = false; - expr = this.finishNode(node, "MemberExpression"); + expr = this.finishNode(node, 'MemberExpression'); } } @@ -14877,7 +16720,7 @@ class StatementParser extends ExpressionParser { node.expression = this.parseExprSubscripts(); } - return this.finishNode(node, "Decorator"); + return this.finishNode(node, 'Decorator'); } parseMaybeDecoratorArguments(expr) { @@ -14886,7 +16729,7 @@ class StatementParser extends ExpressionParser { node.callee = expr; node.arguments = this.parseCallExpressionArguments(11, false); this.toReferencedList(node.arguments); - return this.finishNode(node, "CallExpression"); + return this.finishNode(node, 'CallExpression'); } return expr; @@ -14903,7 +16746,10 @@ class StatementParser extends ExpressionParser { } this.verifyBreakContinue(node, isBreak); - return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement"); + return this.finishNode( + node, + isBreak ? 'BreakStatement' : 'ContinueStatement' + ); } verifyBreakContinue(node, isBreak) { @@ -14913,16 +16759,16 @@ class StatementParser extends ExpressionParser { const lab = this.state.labels[i]; if (node.label == null || lab.name === node.label.name) { - if (lab.kind != null && (isBreak || lab.kind === "loop")) break; + if (lab.kind != null && (isBreak || lab.kind === 'loop')) break; if (node.label && isBreak) break; } } if (i === this.state.labels.length) { - const type = isBreak ? "BreakStatement" : "ContinueStatement"; + const type = isBreak ? 'BreakStatement' : 'ContinueStatement'; this.raise(Errors.IllegalBreakContinue, { at: node, - type + type, }); } } @@ -14930,7 +16776,7 @@ class StatementParser extends ExpressionParser { parseDebuggerStatement(node) { this.next(); this.semicolon(); - return this.finishNode(node, "DebuggerStatement"); + return this.finishNode(node, 'DebuggerStatement'); } parseHeaderExpression() { @@ -14943,12 +16789,14 @@ class StatementParser extends ExpressionParser { parseDoStatement(node) { this.next(); this.state.labels.push(loopLabel); - node.body = this.withSmartMixTopicForbiddingContext(() => this.parseStatement("do")); + node.body = this.withSmartMixTopicForbiddingContext(() => + this.parseStatement('do') + ); this.state.labels.pop(); this.expect(92); node.test = this.parseHeaderExpression(); this.eat(13); - return this.finishNode(node, "DoWhileStatement"); + return this.finishNode(node, 'DoWhileStatement'); } parseForStatement(node) { @@ -14976,12 +16824,15 @@ class StatementParser extends ExpressionParser { if (this.match(74) || this.match(75) || isLet) { const init = this.startNode(); - const kind = isLet ? "let" : this.state.value; + const kind = isLet ? 'let' : this.state.value; this.next(); this.parseVar(init, true, kind); - this.finishNode(init, "VariableDeclaration"); + this.finishNode(init, 'VariableDeclaration'); - if ((this.match(58) || this.isContextual(101)) && init.declarations.length === 1) { + if ( + (this.match(58) || this.isContextual(101)) && + init.declarations.length === 1 + ) { return this.parseForIn(node, init, awaitAt); } @@ -15000,13 +16851,13 @@ class StatementParser extends ExpressionParser { if (isForOf) { if (startsWithLet) { this.raise(Errors.ForOfLet, { - at: init + at: init, }); } - if (awaitAt === null && startsWithAsync && init.type === "Identifier") { + if (awaitAt === null && startsWithAsync && init.type === 'Identifier') { this.raise(Errors.ForOfAsync, { - at: init + at: init, }); } } @@ -15014,11 +16865,11 @@ class StatementParser extends ExpressionParser { if (isForOf || this.match(58)) { this.checkDestructuringPrivate(refExpressionErrors); this.toAssignable(init, true); - const type = isForOf ? "ForOfStatement" : "ForInStatement"; + const type = isForOf ? 'ForOfStatement' : 'ForInStatement'; this.checkLVal(init, { in: { - type - } + type, + }, }); return this.parseForIn(node, init, awaitAt); } else { @@ -15034,21 +16885,25 @@ class StatementParser extends ExpressionParser { parseFunctionStatement(node, isAsync, declarationPosition) { this.next(); - return this.parseFunction(node, FUNC_STATEMENT | (declarationPosition ? 0 : FUNC_HANGING_STATEMENT), isAsync); + return this.parseFunction( + node, + FUNC_STATEMENT | (declarationPosition ? 0 : FUNC_HANGING_STATEMENT), + isAsync + ); } parseIfStatement(node) { this.next(); node.test = this.parseHeaderExpression(); - node.consequent = this.parseStatement("if"); - node.alternate = this.eat(66) ? this.parseStatement("if") : null; - return this.finishNode(node, "IfStatement"); + node.consequent = this.parseStatement('if'); + node.alternate = this.eat(66) ? this.parseStatement('if') : null; + return this.finishNode(node, 'IfStatement'); } parseReturnStatement(node) { if (!this.prodParam.hasReturn && !this.options.allowReturnOutsideFunction) { this.raise(Errors.IllegalReturn, { - at: this.state.startLoc + at: this.state.startLoc, }); } @@ -15061,23 +16916,23 @@ class StatementParser extends ExpressionParser { this.semicolon(); } - return this.finishNode(node, "ReturnStatement"); + return this.finishNode(node, 'ReturnStatement'); } parseSwitchStatement(node) { this.next(); node.discriminant = this.parseHeaderExpression(); - const cases = node.cases = []; + const cases = (node.cases = []); this.expect(5); this.state.labels.push(switchLabel); this.scope.enter(SCOPE_OTHER); let cur; - for (let sawDefault; !this.match(8);) { + for (let sawDefault; !this.match(8); ) { if (this.match(61) || this.match(65)) { const isCase = this.match(61); - if (cur) this.finishNode(cur, "SwitchCase"); - cases.push(cur = this.startNode()); + if (cur) this.finishNode(cur, 'SwitchCase'); + cases.push((cur = this.startNode())); cur.consequent = []; this.next(); @@ -15086,7 +16941,7 @@ class StatementParser extends ExpressionParser { } else { if (sawDefault) { this.raise(Errors.MultipleDefaultsInSwitch, { - at: this.state.lastTokStartLoc + at: this.state.lastTokStartLoc, }); } @@ -15105,10 +16960,10 @@ class StatementParser extends ExpressionParser { } this.scope.exit(); - if (cur) this.finishNode(cur, "SwitchCase"); + if (cur) this.finishNode(cur, 'SwitchCase'); this.next(); this.state.labels.pop(); - return this.finishNode(node, "SwitchStatement"); + return this.finishNode(node, 'SwitchStatement'); } parseThrowStatement(node) { @@ -15116,25 +16971,25 @@ class StatementParser extends ExpressionParser { if (this.hasPrecedingLineBreak()) { this.raise(Errors.NewlineAfterThrow, { - at: this.state.lastTokEndLoc + at: this.state.lastTokEndLoc, }); } node.argument = this.parseExpression(); this.semicolon(); - return this.finishNode(node, "ThrowStatement"); + return this.finishNode(node, 'ThrowStatement'); } parseCatchClauseParam() { const param = this.parseBindingAtom(); - const simple = param.type === "Identifier"; + const simple = param.type === 'Identifier'; this.scope.enter(simple ? SCOPE_SIMPLE_CATCH : 0); this.checkLVal(param, { in: { - type: "CatchClause" + type: 'CatchClause', }, binding: BIND_LEXICAL, - allowingSloppyLetBinding: true + allowingSloppyLetBinding: true, }); return param; } @@ -15157,54 +17012,60 @@ class StatementParser extends ExpressionParser { this.scope.enter(SCOPE_OTHER); } - clause.body = this.withSmartMixTopicForbiddingContext(() => this.parseBlock(false, false)); + clause.body = this.withSmartMixTopicForbiddingContext(() => + this.parseBlock(false, false) + ); this.scope.exit(); - node.handler = this.finishNode(clause, "CatchClause"); + node.handler = this.finishNode(clause, 'CatchClause'); } node.finalizer = this.eat(67) ? this.parseBlock() : null; if (!node.handler && !node.finalizer) { this.raise(Errors.NoCatchOrFinally, { - at: node + at: node, }); } - return this.finishNode(node, "TryStatement"); + return this.finishNode(node, 'TryStatement'); } parseVarStatement(node, kind, allowMissingInitializer = false) { this.next(); this.parseVar(node, false, kind, allowMissingInitializer); this.semicolon(); - return this.finishNode(node, "VariableDeclaration"); + return this.finishNode(node, 'VariableDeclaration'); } parseWhileStatement(node) { this.next(); node.test = this.parseHeaderExpression(); this.state.labels.push(loopLabel); - node.body = this.withSmartMixTopicForbiddingContext(() => this.parseStatement("while")); + node.body = this.withSmartMixTopicForbiddingContext(() => + this.parseStatement('while') + ); this.state.labels.pop(); - return this.finishNode(node, "WhileStatement"); + return this.finishNode(node, 'WhileStatement'); } parseWithStatement(node) { if (this.state.strict) { this.raise(Errors.StrictWith, { - at: this.state.startLoc + at: this.state.startLoc, }); } this.next(); node.object = this.parseHeaderExpression(); - node.body = this.withSmartMixTopicForbiddingContext(() => this.parseStatement("with")); - return this.finishNode(node, "WithStatement"); + node.body = this.withSmartMixTopicForbiddingContext(() => + this.parseStatement('with') + ); + return this.finishNode(node, 'WithStatement'); } parseEmptyStatement(node) { this.next(); - return this.finishNode(node, "EmptyStatement"); + return this.finishNode(node, 'EmptyStatement'); } parseLabeledStatement(node, maybeName, expr, context) { @@ -15212,12 +17073,15 @@ class StatementParser extends ExpressionParser { if (label.name === maybeName) { this.raise(Errors.LabelRedeclaration, { at: expr, - labelName: maybeName + labelName: maybeName, }); } } - const kind = tokenIsLoop(this.state.type) ? "loop" : this.match(71) ? "switch" : null; + const kind = + tokenIsLoop(this.state.type) ? 'loop' + : this.match(71) ? 'switch' + : null; for (let i = this.state.labels.length - 1; i >= 0; i--) { const label = this.state.labels[i]; @@ -15233,21 +17097,31 @@ class StatementParser extends ExpressionParser { this.state.labels.push({ name: maybeName, kind: kind, - statementStart: this.state.start + statementStart: this.state.start, }); - node.body = this.parseStatement(context ? context.indexOf("label") === -1 ? context + "label" : context : "label"); + node.body = this.parseStatement( + context ? + context.indexOf('label') === -1 ? + context + 'label' + : context + : 'label' + ); this.state.labels.pop(); node.label = expr; - return this.finishNode(node, "LabeledStatement"); + return this.finishNode(node, 'LabeledStatement'); } parseExpressionStatement(node, expr) { node.expression = expr; this.semicolon(); - return this.finishNode(node, "ExpressionStatement"); + return this.finishNode(node, 'ExpressionStatement'); } - parseBlock(allowDirectives = false, createNewLexicalScope = true, afterBlockParse) { + parseBlock( + allowDirectives = false, + createNewLexicalScope = true, + afterBlockParse + ) { const node = this.startNode(); if (allowDirectives) { @@ -15266,20 +17140,36 @@ class StatementParser extends ExpressionParser { this.scope.exit(); } - return this.finishNode(node, "BlockStatement"); + return this.finishNode(node, 'BlockStatement'); } isValidDirective(stmt) { - return stmt.type === "ExpressionStatement" && stmt.expression.type === "StringLiteral" && !stmt.expression.extra.parenthesized; + return ( + stmt.type === 'ExpressionStatement' && + stmt.expression.type === 'StringLiteral' && + !stmt.expression.extra.parenthesized + ); } parseBlockBody(node, allowDirectives, topLevel, end, afterBlockParse) { - const body = node.body = []; - const directives = node.directives = []; - this.parseBlockOrModuleBlockBody(body, allowDirectives ? directives : undefined, topLevel, end, afterBlockParse); + const body = (node.body = []); + const directives = (node.directives = []); + this.parseBlockOrModuleBlockBody( + body, + allowDirectives ? directives : undefined, + topLevel, + end, + afterBlockParse + ); } - parseBlockOrModuleBlockBody(body, directives, topLevel, end, afterBlockParse) { + parseBlockOrModuleBlockBody( + body, + directives, + topLevel, + end, + afterBlockParse + ) { const oldStrict = this.state.strict; let hasStrictModeDirective = false; let parsedNonDirective = false; @@ -15292,7 +17182,10 @@ class StatementParser extends ExpressionParser { const directive = this.stmtToDirective(stmt); directives.push(directive); - if (!hasStrictModeDirective && directive.value.value === "use strict") { + if ( + !hasStrictModeDirective && + directive.value.value === 'use strict' + ) { hasStrictModeDirective = true; this.setStrict(true); } @@ -15325,10 +17218,12 @@ class StatementParser extends ExpressionParser { this.semicolon(false); node.update = this.match(11) ? null : this.parseExpression(); this.expect(11); - node.body = this.withSmartMixTopicForbiddingContext(() => this.parseStatement("for")); + node.body = this.withSmartMixTopicForbiddingContext(() => + this.parseStatement('for') + ); this.scope.exit(); this.state.labels.pop(); - return this.finishNode(node, "ForStatement"); + return this.finishNode(node, 'ForStatement'); } parseForIn(node, init, awaitAt) { @@ -15341,55 +17236,74 @@ class StatementParser extends ExpressionParser { node.await = awaitAt !== null; } - if (init.type === "VariableDeclaration" && init.declarations[0].init != null && (!isForIn || this.state.strict || init.kind !== "var" || init.declarations[0].id.type !== "Identifier")) { + if ( + init.type === 'VariableDeclaration' && + init.declarations[0].init != null && + (!isForIn || + this.state.strict || + init.kind !== 'var' || + init.declarations[0].id.type !== 'Identifier') + ) { this.raise(Errors.ForInOfLoopInitializer, { at: init, - type: isForIn ? "ForInStatement" : "ForOfStatement" + type: isForIn ? 'ForInStatement' : 'ForOfStatement', }); } - if (init.type === "AssignmentPattern") { + if (init.type === 'AssignmentPattern') { this.raise(Errors.InvalidLhs, { at: init, ancestor: { - type: "ForStatement" - } + type: 'ForStatement', + }, }); } node.left = init; - node.right = isForIn ? this.parseExpression() : this.parseMaybeAssignAllowIn(); + node.right = + isForIn ? this.parseExpression() : this.parseMaybeAssignAllowIn(); this.expect(11); - node.body = this.withSmartMixTopicForbiddingContext(() => this.parseStatement("for")); + node.body = this.withSmartMixTopicForbiddingContext(() => + this.parseStatement('for') + ); this.scope.exit(); this.state.labels.pop(); - return this.finishNode(node, isForIn ? "ForInStatement" : "ForOfStatement"); + return this.finishNode(node, isForIn ? 'ForInStatement' : 'ForOfStatement'); } parseVar(node, isFor, kind, allowMissingInitializer = false) { - const declarations = node.declarations = []; + const declarations = (node.declarations = []); node.kind = kind; for (;;) { const decl = this.startNode(); this.parseVarId(decl, kind); - decl.init = !this.eat(29) ? null : isFor ? this.parseMaybeAssignDisallowIn() : this.parseMaybeAssignAllowIn(); + decl.init = + !this.eat(29) ? null + : isFor ? this.parseMaybeAssignDisallowIn() + : this.parseMaybeAssignAllowIn(); if (decl.init === null && !allowMissingInitializer) { - if (decl.id.type !== "Identifier" && !(isFor && (this.match(58) || this.isContextual(101)))) { + if ( + decl.id.type !== 'Identifier' && + !(isFor && (this.match(58) || this.isContextual(101))) + ) { this.raise(Errors.DeclarationMissingInitializer, { at: this.state.lastTokEndLoc, - kind: "destructuring" + kind: 'destructuring', }); - } else if (kind === "const" && !(this.match(58) || this.isContextual(101))) { + } else if ( + kind === 'const' && + !(this.match(58) || this.isContextual(101)) + ) { this.raise(Errors.DeclarationMissingInitializer, { at: this.state.lastTokEndLoc, - kind: "const" + kind: 'const', }); } } - declarations.push(this.finishNode(decl, "VariableDeclarator")); + declarations.push(this.finishNode(decl, 'VariableDeclarator')); if (!this.eat(12)) break; } @@ -15400,9 +17314,9 @@ class StatementParser extends ExpressionParser { decl.id = this.parseBindingAtom(); this.checkLVal(decl.id, { in: { - type: "VariableDeclarator" + type: 'VariableDeclarator', }, - binding: kind === "var" ? BIND_VAR : BIND_LEXICAL + binding: kind === 'var' ? BIND_VAR : BIND_LEXICAL, }); } @@ -15414,7 +17328,7 @@ class StatementParser extends ExpressionParser { if (this.match(55) && isHangingStatement) { this.raise(Errors.GeneratorInSingleStatementContext, { - at: this.state.startLoc + at: this.state.startLoc, }); } @@ -15435,7 +17349,10 @@ class StatementParser extends ExpressionParser { this.parseFunctionParams(node, false); this.withSmartMixTopicForbiddingContext(() => { - this.parseFunctionBodyAndFinish(node, isStatement ? "FunctionDeclaration" : "FunctionExpression"); + this.parseFunctionBodyAndFinish( + node, + isStatement ? 'FunctionDeclaration' : 'FunctionExpression' + ); }); this.prodParam.exit(); this.scope.exit(); @@ -15449,7 +17366,9 @@ class StatementParser extends ExpressionParser { } parseFunctionId(requireId) { - return requireId || tokenIsIdentifier(this.state.type) ? this.parseIdentifier() : null; + return requireId || tokenIsIdentifier(this.state.type) ? + this.parseIdentifier() + : null; } parseFunctionParams(node, allowModifiers) { @@ -15461,7 +17380,15 @@ class StatementParser extends ExpressionParser { registerFunctionStatementId(node) { if (!node.id) return; - this.scope.declareName(node.id.name, this.state.strict || node.generator || node.async ? this.scope.treatFunctionsAsVar ? BIND_VAR : BIND_LEXICAL : BIND_FUNCTION, node.id.loc.start); + this.scope.declareName( + node.id.name, + this.state.strict || node.generator || node.async ? + this.scope.treatFunctionsAsVar ? + BIND_VAR + : BIND_LEXICAL + : BIND_FUNCTION, + node.id.loc.start + ); } parseClass(node, isStatement, optionalId) { @@ -15472,7 +17399,10 @@ class StatementParser extends ExpressionParser { this.parseClassId(node, isStatement, optionalId); this.parseClassSuper(node); node.body = this.parseClassBody(!!node.superClass, oldStrict); - return this.finishNode(node, isStatement ? "ClassDeclaration" : "ClassExpression"); + return this.finishNode( + node, + isStatement ? 'ClassDeclaration' : 'ClassExpression' + ); } isClassProperty() { @@ -15484,14 +17414,18 @@ class StatementParser extends ExpressionParser { } isNonstaticConstructor(method) { - return !method.computed && !method.static && (method.key.name === "constructor" || method.key.value === "constructor"); + return ( + !method.computed && + !method.static && + (method.key.name === 'constructor' || method.key.value === 'constructor') + ); } parseClassBody(hadSuperClass, oldStrict) { this.classScope.enter(); const state = { hadConstructor: false, - hadSuperClass + hadSuperClass, }; let decorators = []; const classBody = this.startNode(); @@ -15502,7 +17436,7 @@ class StatementParser extends ExpressionParser { if (this.eat(13)) { if (decorators.length > 0) { throw this.raise(Errors.DecoratorSemicolon, { - at: this.state.lastTokEndLoc + at: this.state.lastTokEndLoc, }); } @@ -15524,9 +17458,13 @@ class StatementParser extends ExpressionParser { this.parseClassMember(classBody, member, state); - if (member.kind === "constructor" && member.decorators && member.decorators.length > 0) { + if ( + member.kind === 'constructor' && + member.decorators && + member.decorators.length > 0 + ) { this.raise(Errors.DecoratorConstructor, { - at: member + at: member, }); } } @@ -15536,12 +17474,12 @@ class StatementParser extends ExpressionParser { if (decorators.length) { throw this.raise(Errors.TrailingDecorator, { - at: this.state.startLoc + at: this.state.startLoc, }); } this.classScope.exit(); - return this.finishNode(classBody, "ClassBody"); + return this.finishNode(classBody, 'ClassBody'); } parseClassMemberFromModifier(classBody, member) { @@ -15549,7 +17487,7 @@ class StatementParser extends ExpressionParser { if (this.isClassMethod()) { const method = member; - method.kind = "method"; + method.kind = 'method'; method.computed = false; method.key = key; method.static = false; @@ -15597,7 +17535,7 @@ class StatementParser extends ExpressionParser { this.parsePropertyNamePrefixOperator(member); if (this.eat(55)) { - method.kind = "method"; + method.kind = 'method'; const isPrivateName = this.match(134); this.parseClassElementName(method); @@ -15608,7 +17546,7 @@ class StatementParser extends ExpressionParser { if (this.isNonstaticConstructor(publicMethod)) { this.raise(Errors.ConstructorIsGenerator, { - at: publicMethod.key + at: publicMethod.key, }); } @@ -15616,14 +17554,15 @@ class StatementParser extends ExpressionParser { return; } - const isContextual = tokenIsIdentifier(this.state.type) && !this.state.containsEsc; + const isContextual = + tokenIsIdentifier(this.state.type) && !this.state.containsEsc; const isPrivate = this.match(134); const key = this.parseClassElementName(member); const maybeQuestionTokenStartLoc = this.state.startLoc; this.parsePostMemberNameModifiers(publicMember); if (this.isClassMethod()) { - method.kind = "method"; + method.kind = 'method'; if (isPrivate) { this.pushClassPrivateMethod(classBody, privateMethod, false, false); @@ -15634,17 +17573,17 @@ class StatementParser extends ExpressionParser { let allowsDirectSuper = false; if (isConstructor) { - publicMethod.kind = "constructor"; + publicMethod.kind = 'constructor'; - if (state.hadConstructor && !this.hasPlugin("typescript")) { + if (state.hadConstructor && !this.hasPlugin('typescript')) { this.raise(Errors.DuplicateConstructor, { - at: key + at: key, }); } - if (isConstructor && this.hasPlugin("typescript") && member.override) { + if (isConstructor && this.hasPlugin('typescript') && member.override) { this.raise(Errors.OverrideOnConstructor, { - at: key + at: key, }); } @@ -15652,14 +17591,25 @@ class StatementParser extends ExpressionParser { allowsDirectSuper = state.hadSuperClass; } - this.pushClassMethod(classBody, publicMethod, false, false, isConstructor, allowsDirectSuper); + this.pushClassMethod( + classBody, + publicMethod, + false, + false, + isConstructor, + allowsDirectSuper + ); } else if (this.isClassProperty()) { if (isPrivate) { this.pushClassPrivateProperty(classBody, privateProp); } else { this.pushClassProperty(classBody, publicProp); } - } else if (isContextual && key.name === "async" && !this.isLineTerminator()) { + } else if ( + isContextual && + key.name === 'async' && + !this.isLineTerminator() + ) { this.resetPreviousNodeTrailingComments(key); const isGenerator = this.eat(55); @@ -15667,23 +17617,39 @@ class StatementParser extends ExpressionParser { this.unexpected(maybeQuestionTokenStartLoc); } - method.kind = "method"; + method.kind = 'method'; const isPrivate = this.match(134); this.parseClassElementName(method); this.parsePostMemberNameModifiers(publicMember); if (isPrivate) { - this.pushClassPrivateMethod(classBody, privateMethod, isGenerator, true); + this.pushClassPrivateMethod( + classBody, + privateMethod, + isGenerator, + true + ); } else { if (this.isNonstaticConstructor(publicMethod)) { this.raise(Errors.ConstructorIsAsync, { - at: publicMethod.key + at: publicMethod.key, }); } - this.pushClassMethod(classBody, publicMethod, isGenerator, true, false, false); + this.pushClassMethod( + classBody, + publicMethod, + isGenerator, + true, + false, + false + ); } - } else if (isContextual && (key.name === "get" || key.name === "set") && !(this.match(55) && this.isLineTerminator())) { + } else if ( + isContextual && + (key.name === 'get' || key.name === 'set') && + !(this.match(55) && this.isLineTerminator()) + ) { this.resetPreviousNodeTrailingComments(key); method.kind = key.name; const isPrivate = this.match(134); @@ -15694,16 +17660,27 @@ class StatementParser extends ExpressionParser { } else { if (this.isNonstaticConstructor(publicMethod)) { this.raise(Errors.ConstructorIsAccessor, { - at: publicMethod.key + at: publicMethod.key, }); } - this.pushClassMethod(classBody, publicMethod, false, false, false, false); + this.pushClassMethod( + classBody, + publicMethod, + false, + false, + false, + false + ); } this.checkGetterSetterParams(publicMethod); - } else if (isContextual && key.name === "accessor" && !this.isLineTerminator()) { - this.expectPlugin("decoratorAutoAccessors"); + } else if ( + isContextual && + key.name === 'accessor' && + !this.isLineTerminator() + ) { + this.expectPlugin('decoratorAutoAccessors'); this.resetPreviousNodeTrailingComments(key); const isPrivate = this.match(134); this.parseClassElementName(publicProp); @@ -15720,21 +17697,22 @@ class StatementParser extends ExpressionParser { } parseClassElementName(member) { - const { - type, - value - } = this.state; + const { type, value } = this.state; - if ((type === 128 || type === 129) && member.static && value === "prototype") { + if ( + (type === 128 || type === 129) && + member.static && + value === 'prototype' + ) { this.raise(Errors.StaticPrototype, { - at: this.state.startLoc + at: this.state.startLoc, }); } if (type === 134) { - if (value === "constructor") { + if (value === 'constructor') { this.raise(Errors.ConstructorClassPrivateField, { - at: this.state.startLoc + at: this.state.startLoc, }); } @@ -15753,24 +17731,30 @@ class StatementParser extends ExpressionParser { const oldLabels = this.state.labels; this.state.labels = []; this.prodParam.enter(PARAM); - const body = member.body = []; + const body = (member.body = []); this.parseBlockOrModuleBlockBody(body, undefined, false, 8); this.prodParam.exit(); this.scope.exit(); this.state.labels = oldLabels; - classBody.body.push(this.finishNode(member, "StaticBlock")); + classBody.body.push(this.finishNode(member, 'StaticBlock')); - if ((_member$decorators = member.decorators) != null && _member$decorators.length) { + if ( + (_member$decorators = member.decorators) != null && + _member$decorators.length + ) { this.raise(Errors.DecoratorStaticBlock, { - at: member + at: member, }); } } pushClassProperty(classBody, prop) { - if (!prop.computed && (prop.key.name === "constructor" || prop.key.value === "constructor")) { + if ( + !prop.computed && + (prop.key.name === 'constructor' || prop.key.value === 'constructor') + ) { this.raise(Errors.ConstructorClassField, { - at: prop.key + at: prop.key, }); } @@ -15780,16 +17764,20 @@ class StatementParser extends ExpressionParser { pushClassPrivateProperty(classBody, prop) { const node = this.parseClassPrivateProperty(prop); classBody.body.push(node); - this.classScope.declarePrivateName(this.getPrivateNameSV(node.key), CLASS_ELEMENT_OTHER, node.key.loc.start); + this.classScope.declarePrivateName( + this.getPrivateNameSV(node.key), + CLASS_ELEMENT_OTHER, + node.key.loc.start + ); } pushClassAccessorProperty(classBody, prop, isPrivate) { if (!isPrivate && !prop.computed) { const key = prop.key; - if (key.name === "constructor" || key.value === "constructor") { + if (key.name === 'constructor' || key.value === 'constructor') { this.raise(Errors.ConstructorClassField, { - at: key + at: key, }); } } @@ -15798,23 +17786,65 @@ class StatementParser extends ExpressionParser { classBody.body.push(node); if (isPrivate) { - this.classScope.declarePrivateName(this.getPrivateNameSV(node.key), CLASS_ELEMENT_OTHER, node.key.loc.start); + this.classScope.declarePrivateName( + this.getPrivateNameSV(node.key), + CLASS_ELEMENT_OTHER, + node.key.loc.start + ); } } - pushClassMethod(classBody, method, isGenerator, isAsync, isConstructor, allowsDirectSuper) { - classBody.body.push(this.parseMethod(method, isGenerator, isAsync, isConstructor, allowsDirectSuper, "ClassMethod", true)); + pushClassMethod( + classBody, + method, + isGenerator, + isAsync, + isConstructor, + allowsDirectSuper + ) { + classBody.body.push( + this.parseMethod( + method, + isGenerator, + isAsync, + isConstructor, + allowsDirectSuper, + 'ClassMethod', + true + ) + ); } pushClassPrivateMethod(classBody, method, isGenerator, isAsync) { - const node = this.parseMethod(method, isGenerator, isAsync, false, false, "ClassPrivateMethod", true); + const node = this.parseMethod( + method, + isGenerator, + isAsync, + false, + false, + 'ClassPrivateMethod', + true + ); classBody.body.push(node); - const kind = node.kind === "get" ? node.static ? CLASS_ELEMENT_STATIC_GETTER : CLASS_ELEMENT_INSTANCE_GETTER : node.kind === "set" ? node.static ? CLASS_ELEMENT_STATIC_SETTER : CLASS_ELEMENT_INSTANCE_SETTER : CLASS_ELEMENT_OTHER; + const kind = + node.kind === 'get' ? + node.static ? + CLASS_ELEMENT_STATIC_GETTER + : CLASS_ELEMENT_INSTANCE_GETTER + : node.kind === 'set' ? + node.static ? + CLASS_ELEMENT_STATIC_SETTER + : CLASS_ELEMENT_INSTANCE_SETTER + : CLASS_ELEMENT_OTHER; this.declareClassPrivateMethodInScope(node, kind); } declareClassPrivateMethodInScope(node, kind) { - this.classScope.declarePrivateName(this.getPrivateNameSV(node.key), kind, node.key.loc.start); + this.classScope.declarePrivateName( + this.getPrivateNameSV(node.key), + kind, + node.key.loc.start + ); } parsePostMemberNameModifiers(methodOrProp) {} @@ -15822,19 +17852,19 @@ class StatementParser extends ExpressionParser { parseClassPrivateProperty(node) { this.parseInitializer(node); this.semicolon(); - return this.finishNode(node, "ClassPrivateProperty"); + return this.finishNode(node, 'ClassPrivateProperty'); } parseClassProperty(node) { this.parseInitializer(node); this.semicolon(); - return this.finishNode(node, "ClassProperty"); + return this.finishNode(node, 'ClassProperty'); } parseClassAccessorProperty(node) { this.parseInitializer(node); this.semicolon(); - return this.finishNode(node, "ClassAccessorProperty"); + return this.finishNode(node, 'ClassAccessorProperty'); } parseInitializer(node) { @@ -15859,7 +17889,7 @@ class StatementParser extends ExpressionParser { node.id = null; } else { throw this.raise(Errors.MissingClassName, { - at: this.state.startLoc + at: this.state.startLoc, }); } } @@ -15873,19 +17903,24 @@ class StatementParser extends ExpressionParser { const hasDefault = this.maybeParseExportDefaultSpecifier(node); const parseAfterDefault = !hasDefault || this.eat(12); const hasStar = parseAfterDefault && this.eatExportStar(node); - const hasNamespace = hasStar && this.maybeParseExportNamespaceSpecifier(node); - const parseAfterNamespace = parseAfterDefault && (!hasNamespace || this.eat(12)); + const hasNamespace = + hasStar && this.maybeParseExportNamespaceSpecifier(node); + const parseAfterNamespace = + parseAfterDefault && (!hasNamespace || this.eat(12)); const isFromRequired = hasDefault || hasStar; if (hasStar && !hasNamespace) { if (hasDefault) this.unexpected(); this.parseExportFrom(node, true); - return this.finishNode(node, "ExportAllDeclaration"); + return this.finishNode(node, 'ExportAllDeclaration'); } const hasSpecifiers = this.maybeParseExportNamedSpecifiers(node); - if (hasDefault && parseAfterDefault && !hasStar && !hasSpecifiers || hasNamespace && parseAfterNamespace && !hasSpecifiers) { + if ( + (hasDefault && parseAfterDefault && !hasStar && !hasSpecifiers) || + (hasNamespace && parseAfterNamespace && !hasSpecifiers) + ) { throw this.unexpected(null, 5); } @@ -15900,13 +17935,13 @@ class StatementParser extends ExpressionParser { if (isFromRequired || hasSpecifiers || hasDeclaration) { this.checkExport(node, true, false, !!node.source); - return this.finishNode(node, "ExportNamedDeclaration"); + return this.finishNode(node, 'ExportNamedDeclaration'); } if (this.eat(65)) { node.declaration = this.parseExportDefaultExpression(); this.checkExport(node, true, true); - return this.finishNode(node, "ExportDefaultDeclaration"); + return this.finishNode(node, 'ExportDefaultDeclaration'); } throw this.unexpected(null, 5); @@ -15918,10 +17953,10 @@ class StatementParser extends ExpressionParser { maybeParseExportDefaultSpecifier(node) { if (this.isExportDefaultSpecifier()) { - this.expectPlugin("exportDefaultFrom"); + this.expectPlugin('exportDefaultFrom'); const specifier = this.startNode(); specifier.exported = this.parseIdentifier(true); - node.specifiers = [this.finishNode(specifier, "ExportDefaultSpecifier")]; + node.specifiers = [this.finishNode(specifier, 'ExportDefaultSpecifier')]; return true; } @@ -15931,10 +17966,15 @@ class StatementParser extends ExpressionParser { maybeParseExportNamespaceSpecifier(node) { if (this.isContextual(93)) { if (!node.specifiers) node.specifiers = []; - const specifier = this.startNodeAt(this.state.lastTokStart, this.state.lastTokStartLoc); + const specifier = this.startNodeAt( + this.state.lastTokStart, + this.state.lastTokStartLoc + ); this.next(); specifier.exported = this.parseModuleExportName(); - node.specifiers.push(this.finishNode(specifier, "ExportNamespaceSpecifier")); + node.specifiers.push( + this.finishNode(specifier, 'ExportNamespaceSpecifier') + ); return true; } @@ -15944,12 +17984,12 @@ class StatementParser extends ExpressionParser { maybeParseExportNamedSpecifiers(node) { if (this.match(5)) { if (!node.specifiers) node.specifiers = []; - const isTypeExport = node.exportKind === "type"; + const isTypeExport = node.exportKind === 'type'; node.specifiers.push(...this.parseExportSpecifiers(isTypeExport)); node.source = null; node.declaration = null; - if (this.hasPlugin("importAssertions")) { + if (this.hasPlugin('importAssertions')) { node.assertions = []; } @@ -15964,7 +18004,7 @@ class StatementParser extends ExpressionParser { node.specifiers = []; node.source = null; - if (this.hasPlugin("importAssertions")) { + if (this.hasPlugin('importAssertions')) { node.assertions = []; } @@ -15978,7 +18018,10 @@ class StatementParser extends ExpressionParser { isAsyncFunction() { if (!this.isContextual(95)) return false; const next = this.nextTokenStart(); - return !lineBreak.test(this.input.slice(this.state.pos, next)) && this.isUnparsedContextual(next, "function"); + return ( + !lineBreak.test(this.input.slice(this.state.pos, next)) && + this.isUnparsedContextual(next, 'function') + ); } parseExportDefaultExpression() { @@ -15992,7 +18035,11 @@ class StatementParser extends ExpressionParser { this.next(); } - return this.parseFunction(expr, FUNC_STATEMENT | FUNC_NULLABLE_ID, isAsync); + return this.parseFunction( + expr, + FUNC_STATEMENT | FUNC_NULLABLE_ID, + isAsync + ); } if (this.match(80)) { @@ -16000,9 +18047,12 @@ class StatementParser extends ExpressionParser { } if (this.match(26)) { - if (this.hasPlugin("decorators") && this.getPluginOption("decorators", "decoratorsBeforeExport")) { + if ( + this.hasPlugin('decorators') && + this.getPluginOption('decorators', 'decoratorsBeforeExport') + ) { this.raise(Errors.DecoratorBeforeExport, { - at: this.state.startLoc + at: this.state.startLoc, }); } @@ -16012,7 +18062,7 @@ class StatementParser extends ExpressionParser { if (this.match(75) || this.match(74) || this.isLet()) { throw this.raise(Errors.UnsupportedDefaultExport, { - at: this.state.startLoc + at: this.state.startLoc, }); } @@ -16026,22 +18076,21 @@ class StatementParser extends ExpressionParser { } isExportDefaultSpecifier() { - const { - type - } = this.state; + const { type } = this.state; if (tokenIsIdentifier(type)) { - if (type === 95 && !this.state.containsEsc || type === 99) { + if ((type === 95 && !this.state.containsEsc) || type === 99) { return false; } if ((type === 126 || type === 125) && !this.state.containsEsc) { - const { - type: nextType - } = this.lookahead(); + const { type: nextType } = this.lookahead(); - if (tokenIsIdentifier(nextType) && nextType !== 97 || nextType === 5) { - this.expectOnePlugin(["flow", "typescript"]); + if ( + (tokenIsIdentifier(nextType) && nextType !== 97) || + nextType === 5 + ) { + this.expectOnePlugin(['flow', 'typescript']); return false; } } @@ -16050,14 +18099,19 @@ class StatementParser extends ExpressionParser { } const next = this.nextTokenStart(); - const hasFrom = this.isUnparsedContextual(next, "from"); + const hasFrom = this.isUnparsedContextual(next, 'from'); - if (this.input.charCodeAt(next) === 44 || tokenIsIdentifier(this.state.type) && hasFrom) { + if ( + this.input.charCodeAt(next) === 44 || + (tokenIsIdentifier(this.state.type) && hasFrom) + ) { return true; } if (this.match(65) && hasFrom) { - const nextAfterFrom = this.input.charCodeAt(this.nextTokenStartSince(next + 4)); + const nextAfterFrom = this.input.charCodeAt( + this.nextTokenStartSince(next + 4) + ); return nextAfterFrom === 34 || nextAfterFrom === 39; } @@ -16081,17 +18135,15 @@ class StatementParser extends ExpressionParser { } shouldParseExportDeclaration() { - const { - type - } = this.state; + const { type } = this.state; if (type === 26) { - this.expectOnePlugin(["decorators", "decorators-legacy"]); + this.expectOnePlugin(['decorators', 'decorators-legacy']); - if (this.hasPlugin("decorators")) { - if (this.getPluginOption("decorators", "decoratorsBeforeExport")) { + if (this.hasPlugin('decorators')) { + if (this.getPluginOption('decorators', 'decoratorsBeforeExport')) { throw this.raise(Errors.DecoratorBeforeExport, { - at: this.state.startLoc + at: this.state.startLoc, }); } @@ -16099,43 +18151,55 @@ class StatementParser extends ExpressionParser { } } - return type === 74 || type === 75 || type === 68 || type === 80 || this.isLet() || this.isAsyncFunction(); + return ( + type === 74 || + type === 75 || + type === 68 || + type === 80 || + this.isLet() || + this.isAsyncFunction() + ); } checkExport(node, checkNames, isDefault, isFrom) { if (checkNames) { if (isDefault) { - this.checkDuplicateExports(node, "default"); + this.checkDuplicateExports(node, 'default'); - if (this.hasPlugin("exportDefaultFrom")) { + if (this.hasPlugin('exportDefaultFrom')) { var _declaration$extra; const declaration = node.declaration; - if (declaration.type === "Identifier" && declaration.name === "from" && declaration.end - declaration.start === 4 && !((_declaration$extra = declaration.extra) != null && _declaration$extra.parenthesized)) { + if ( + declaration.type === 'Identifier' && + declaration.name === 'from' && + declaration.end - declaration.start === 4 && + !( + (_declaration$extra = declaration.extra) != null && + _declaration$extra.parenthesized + ) + ) { this.raise(Errors.ExportDefaultFromAsIdentifier, { - at: declaration + at: declaration, }); } } } else if (node.specifiers && node.specifiers.length) { for (const specifier of node.specifiers) { - const { - exported - } = specifier; - const exportName = exported.type === "Identifier" ? exported.name : exported.value; + const { exported } = specifier; + const exportName = + exported.type === 'Identifier' ? exported.name : exported.value; this.checkDuplicateExports(specifier, exportName); if (!isFrom && specifier.local) { - const { - local - } = specifier; + const { local } = specifier; - if (local.type !== "Identifier") { + if (local.type !== 'Identifier') { this.raise(Errors.ExportBindingIsString, { at: specifier, localName: local.value, - exportName + exportName, }); } else { this.checkReservedWord(local.name, local.loc.start, true, false); @@ -16144,11 +18208,14 @@ class StatementParser extends ExpressionParser { } } } else if (node.declaration) { - if (node.declaration.type === "FunctionDeclaration" || node.declaration.type === "ClassDeclaration") { + if ( + node.declaration.type === 'FunctionDeclaration' || + node.declaration.type === 'ClassDeclaration' + ) { const id = node.declaration.id; - if (!id) throw new Error("Assertion failure"); + if (!id) throw new Error('Assertion failure'); this.checkDuplicateExports(node, id.name); - } else if (node.declaration.type === "VariableDeclaration") { + } else if (node.declaration.type === 'VariableDeclaration') { for (const declaration of node.declaration.declarations) { this.checkDeclaration(declaration.id); } @@ -16156,47 +18223,48 @@ class StatementParser extends ExpressionParser { } } - const currentContextDecorators = this.state.decoratorStack[this.state.decoratorStack.length - 1]; + const currentContextDecorators = + this.state.decoratorStack[this.state.decoratorStack.length - 1]; if (currentContextDecorators.length) { throw this.raise(Errors.UnsupportedDecoratorExport, { - at: node + at: node, }); } } checkDeclaration(node) { - if (node.type === "Identifier") { + if (node.type === 'Identifier') { this.checkDuplicateExports(node, node.name); - } else if (node.type === "ObjectPattern") { + } else if (node.type === 'ObjectPattern') { for (const prop of node.properties) { this.checkDeclaration(prop); } - } else if (node.type === "ArrayPattern") { + } else if (node.type === 'ArrayPattern') { for (const elem of node.elements) { if (elem) { this.checkDeclaration(elem); } } - } else if (node.type === "ObjectProperty") { + } else if (node.type === 'ObjectProperty') { this.checkDeclaration(node.value); - } else if (node.type === "RestElement") { + } else if (node.type === 'RestElement') { this.checkDeclaration(node.argument); - } else if (node.type === "AssignmentPattern") { + } else if (node.type === 'AssignmentPattern') { this.checkDeclaration(node.left); } } checkDuplicateExports(node, exportName) { if (this.exportedIdentifiers.has(exportName)) { - if (exportName === "default") { + if (exportName === 'default') { this.raise(Errors.DuplicateDefaultExport, { - at: node + at: node, }); } else { this.raise(Errors.DuplicateExport, { at: node, - exportName + exportName, }); } } @@ -16221,7 +18289,14 @@ class StatementParser extends ExpressionParser { const isString = this.match(129); const node = this.startNode(); node.local = this.parseModuleExportName(); - nodes.push(this.parseExportSpecifier(node, isString, isInTypeExport, isMaybeTypeOnly)); + nodes.push( + this.parseExportSpecifier( + node, + isString, + isInTypeExport, + isMaybeTypeOnly + ) + ); } return nodes; @@ -16236,7 +18311,7 @@ class StatementParser extends ExpressionParser { node.exported = cloneIdentifier(node.local); } - return this.finishNode(node, "ExportSpecifier"); + return this.finishNode(node, 'ExportSpecifier'); } parseModuleExportName() { @@ -16247,7 +18322,7 @@ class StatementParser extends ExpressionParser { if (surrogate) { this.raise(Errors.ModuleExportNameHasLoneSurrogate, { at: result, - surrogateCharCode: surrogate[0].charCodeAt(0) + surrogateCharCode: surrogate[0].charCodeAt(0), }); } @@ -16282,7 +18357,7 @@ class StatementParser extends ExpressionParser { } this.semicolon(); - return this.finishNode(node, "ImportDeclaration"); + return this.finishNode(node, 'ImportDeclaration'); } parseImportSource() { @@ -16302,7 +18377,7 @@ class StatementParser extends ExpressionParser { finishImportSpecifier(specifier, type) { this.checkLVal(specifier.local, { in: specifier, - binding: BIND_LEXICAL + binding: BIND_LEXICAL, }); return this.finishNode(specifier, type); } @@ -16322,7 +18397,7 @@ class StatementParser extends ExpressionParser { if (attrNames.has(keyName)) { this.raise(Errors.ModuleAttributesWithDuplicateKeys, { at: this.state.startLoc, - key: keyName + key: keyName, }); } @@ -16338,12 +18413,12 @@ class StatementParser extends ExpressionParser { if (!this.match(129)) { throw this.raise(Errors.ModuleAttributeInvalidValue, { - at: this.state.startLoc + at: this.state.startLoc, }); } node.value = this.parseStringLiteral(this.state.value); - this.finishNode(node, "ImportAttribute"); + this.finishNode(node, 'ImportAttribute'); attrs.push(node); } while (this.eat(12)); @@ -16352,10 +18427,10 @@ class StatementParser extends ExpressionParser { maybeParseModuleAttributes() { if (this.match(76) && !this.hasPrecedingLineBreak()) { - this.expectPlugin("moduleAttributes"); + this.expectPlugin('moduleAttributes'); this.next(); } else { - if (this.hasPlugin("moduleAttributes")) return []; + if (this.hasPlugin('moduleAttributes')) return []; return null; } @@ -16366,16 +18441,16 @@ class StatementParser extends ExpressionParser { const node = this.startNode(); node.key = this.parseIdentifier(true); - if (node.key.name !== "type") { + if (node.key.name !== 'type') { this.raise(Errors.ModuleAttributeDifferentFromType, { - at: node.key + at: node.key, }); } if (attributes.has(node.key.name)) { this.raise(Errors.ModuleAttributesWithDuplicateKeys, { at: node.key, - key: node.key.name + key: node.key.name, }); } @@ -16384,12 +18459,12 @@ class StatementParser extends ExpressionParser { if (!this.match(129)) { throw this.raise(Errors.ModuleAttributeInvalidValue, { - at: this.state.startLoc + at: this.state.startLoc, }); } node.value = this.parseStringLiteral(this.state.value); - this.finishNode(node, "ImportAttribute"); + this.finishNode(node, 'ImportAttribute'); attrs.push(node); } while (this.eat(12)); @@ -16398,10 +18473,10 @@ class StatementParser extends ExpressionParser { maybeParseImportAssertions() { if (this.isContextual(94) && !this.hasPrecedingLineBreak()) { - this.expectPlugin("importAssertions"); + this.expectPlugin('importAssertions'); this.next(); } else { - if (this.hasPlugin("importAssertions")) return []; + if (this.hasPlugin('importAssertions')) return []; return null; } @@ -16413,7 +18488,11 @@ class StatementParser extends ExpressionParser { maybeParseDefaultImportSpecifier(node) { if (this.shouldParseDefaultImport(node)) { - this.parseImportSpecifierLocal(node, this.startNode(), "ImportDefaultSpecifier"); + this.parseImportSpecifierLocal( + node, + this.startNode(), + 'ImportDefaultSpecifier' + ); return true; } @@ -16425,7 +18504,11 @@ class StatementParser extends ExpressionParser { const specifier = this.startNode(); this.next(); this.expectContextual(93); - this.parseImportSpecifierLocal(node, specifier, "ImportNamespaceSpecifier"); + this.parseImportSpecifierLocal( + node, + specifier, + 'ImportNamespaceSpecifier' + ); return true; } @@ -16442,7 +18525,7 @@ class StatementParser extends ExpressionParser { } else { if (this.eat(14)) { throw this.raise(Errors.DestructureNamedImport, { - at: this.state.startLoc + at: this.state.startLoc, }); } @@ -16454,23 +18537,31 @@ class StatementParser extends ExpressionParser { const importedIsString = this.match(129); const isMaybeTypeOnly = this.isContextual(126); specifier.imported = this.parseModuleExportName(); - const importSpecifier = this.parseImportSpecifier(specifier, importedIsString, node.importKind === "type" || node.importKind === "typeof", isMaybeTypeOnly); + const importSpecifier = this.parseImportSpecifier( + specifier, + importedIsString, + node.importKind === 'type' || node.importKind === 'typeof', + isMaybeTypeOnly + ); node.specifiers.push(importSpecifier); } } - parseImportSpecifier(specifier, importedIsString, isInTypeOnlyImport, isMaybeTypeOnly) { + parseImportSpecifier( + specifier, + importedIsString, + isInTypeOnlyImport, + isMaybeTypeOnly + ) { if (this.eatContextual(93)) { specifier.local = this.parseIdentifier(); } else { - const { - imported - } = specifier; + const { imported } = specifier; if (importedIsString) { throw this.raise(Errors.ImportBindingIsString, { at: specifier, - importName: imported.value + importName: imported.value, }); } @@ -16481,13 +18572,12 @@ class StatementParser extends ExpressionParser { } } - return this.finishImportSpecifier(specifier, "ImportSpecifier"); + return this.finishImportSpecifier(specifier, 'ImportSpecifier'); } isThisParam(param) { - return param.type === "Identifier" && param.name === "this"; + return param.type === 'Identifier' && param.name === 'this'; } - } class Parser extends StatementParser { @@ -16514,7 +18604,6 @@ class Parser extends StatementParser { file.errors = this.state.errors; return file; } - } function pluginsMap(plugins) { @@ -16531,11 +18620,14 @@ function pluginsMap(plugins) { function parse(input, options) { var _options; - if (((_options = options) == null ? void 0 : _options.sourceType) === "unambiguous") { + if ( + ((_options = options) == null ? void 0 : _options.sourceType) === + 'unambiguous' + ) { options = Object.assign({}, options); try { - options.sourceType = "module"; + options.sourceType = 'module'; const parser = getParser(options, input); const ast = parser.parse(); @@ -16545,17 +18637,17 @@ function parse(input, options) { if (parser.ambiguousScriptDifferentAst) { try { - options.sourceType = "script"; + options.sourceType = 'script'; return getParser(options, input).parse(); } catch (_unused) {} } else { - ast.program.sourceType = "script"; + ast.program.sourceType = 'script'; } return ast; } catch (moduleError) { try { - options.sourceType = "script"; + options.sourceType = 'script'; return getParser(options, input).parse(); } catch (_unused2) {} @@ -16601,8 +18693,10 @@ function getParser(options, input) { const parserClassCache = {}; function getParserClass(pluginsFromOptions) { - const pluginList = mixinPluginNames.filter(name => hasPlugin(pluginsFromOptions, name)); - const key = pluginList.join("/"); + const pluginList = mixinPluginNames.filter((name) => + hasPlugin(pluginsFromOptions, name) + ); + const key = pluginList.join('/'); let cls = parserClassCache[key]; if (!cls) { diff --git a/node_modules/@babel/parser/package.json b/node_modules/@babel/parser/package.json index ed3da11..fd69bd3 100644 --- a/node_modules/@babel/parser/package.json +++ b/node_modules/@babel/parser/package.json @@ -40,4 +40,4 @@ "charcodes": "^0.2.0" }, "bin": "./bin/babel-parser.js" -} \ No newline at end of file +} diff --git a/node_modules/@babel/parser/typings/babel-parser.d.ts b/node_modules/@babel/parser/typings/babel-parser.d.ts index c293ea7..607faa0 100644 --- a/node_modules/@babel/parser/typings/babel-parser.d.ts +++ b/node_modules/@babel/parser/typings/babel-parser.d.ts @@ -11,7 +11,7 @@ export function parse( input: string, options?: ParserOptions -): ParseResult; +): ParseResult; /** * Parse the provided code as a single expression. @@ -19,7 +19,7 @@ export function parse( export function parseExpression( input: string, options?: ParserOptions -): ParseResult; +): ParseResult; export interface ParserOptions { /** @@ -73,7 +73,7 @@ export interface ParserOptions { * of ES6 import or export statements. * Files with ES6 imports and exports are considered "module" and are otherwise "script". */ - sourceType?: "script" | "module" | "unambiguous"; + sourceType?: 'script' | 'module' | 'unambiguous'; /** * Correlate output AST nodes with their source filename. @@ -126,67 +126,67 @@ export interface ParserOptions { } export type ParserPlugin = - | "asyncDoExpressions" - | "asyncGenerators" - | "bigInt" - | "classPrivateMethods" - | "classPrivateProperties" - | "classProperties" - | "classStaticBlock" // Enabled by default - | "decimal" - | "decorators" - | "decorators-legacy" - | "decoratorAutoAccessors" - | "destructuringPrivate" - | "doExpressions" - | "dynamicImport" - | "estree" - | "exportDefaultFrom" - | "exportNamespaceFrom" // deprecated - | "flow" - | "flowComments" - | "functionBind" - | "functionSent" - | "importMeta" - | "jsx" - | "logicalAssignment" - | "importAssertions" - | "moduleBlocks" - | "moduleStringNames" - | "nullishCoalescingOperator" - | "numericSeparator" - | "objectRestSpread" - | "optionalCatchBinding" - | "optionalChaining" - | "partialApplication" - | "pipelineOperator" - | "placeholders" - | "privateIn" // Enabled by default - | "regexpUnicodeSets" - | "throwExpressions" - | "topLevelAwait" - | "typescript" - | "v8intrinsic" + | 'asyncDoExpressions' + | 'asyncGenerators' + | 'bigInt' + | 'classPrivateMethods' + | 'classPrivateProperties' + | 'classProperties' + | 'classStaticBlock' // Enabled by default + | 'decimal' + | 'decorators' + | 'decorators-legacy' + | 'decoratorAutoAccessors' + | 'destructuringPrivate' + | 'doExpressions' + | 'dynamicImport' + | 'estree' + | 'exportDefaultFrom' + | 'exportNamespaceFrom' // deprecated + | 'flow' + | 'flowComments' + | 'functionBind' + | 'functionSent' + | 'importMeta' + | 'jsx' + | 'logicalAssignment' + | 'importAssertions' + | 'moduleBlocks' + | 'moduleStringNames' + | 'nullishCoalescingOperator' + | 'numericSeparator' + | 'objectRestSpread' + | 'optionalCatchBinding' + | 'optionalChaining' + | 'partialApplication' + | 'pipelineOperator' + | 'placeholders' + | 'privateIn' // Enabled by default + | 'regexpUnicodeSets' + | 'throwExpressions' + | 'topLevelAwait' + | 'typescript' + | 'v8intrinsic' | ParserPluginWithOptions; export type ParserPluginWithOptions = - | ["decorators", DecoratorsPluginOptions] - | ["pipelineOperator", PipelineOperatorPluginOptions] - | ["recordAndTuple", RecordAndTuplePluginOptions] - | ["flow", FlowPluginOptions] - | ["typescript", TypeScriptPluginOptions]; + | ['decorators', DecoratorsPluginOptions] + | ['pipelineOperator', PipelineOperatorPluginOptions] + | ['recordAndTuple', RecordAndTuplePluginOptions] + | ['flow', FlowPluginOptions] + | ['typescript', TypeScriptPluginOptions]; export interface DecoratorsPluginOptions { decoratorsBeforeExport?: boolean; } export interface PipelineOperatorPluginOptions { - proposal: "minimal" | "fsharp" | "hack" | "smart"; - topicToken?: "%" | "#" | "@@" | "^^" | "^"; + proposal: 'minimal' | 'fsharp' | 'hack' | 'smart'; + topicToken?: '%' | '#' | '@@' | '^^' | '^'; } export interface RecordAndTuplePluginOptions { - syntaxType: "bar" | "hash"; + syntaxType: 'bar' | 'hash'; } export interface FlowPluginOptions { diff --git a/node_modules/@babel/types/lib/asserts/assertNode.js b/node_modules/@babel/types/lib/asserts/assertNode.js index 3fd195b..1156066 100644 --- a/node_modules/@babel/types/lib/asserts/assertNode.js +++ b/node_modules/@babel/types/lib/asserts/assertNode.js @@ -1,17 +1,20 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = assertNode; -var _isNode = require("../validators/isNode"); +var _isNode = require('../validators/isNode'); function assertNode(node) { if (!(0, _isNode.default)(node)) { var _node$type; - const type = (_node$type = node == null ? void 0 : node.type) != null ? _node$type : JSON.stringify(node); + const type = + (_node$type = node == null ? void 0 : node.type) != null ? + _node$type + : JSON.stringify(node); throw new TypeError(`Not a valid node of type "${type}"`); } } diff --git a/node_modules/@babel/types/lib/asserts/generated/index.js b/node_modules/@babel/types/lib/asserts/generated/index.js index b8c3649..cee33bb 100644 --- a/node_modules/@babel/types/lib/asserts/generated/index.js +++ b/node_modules/@babel/types/lib/asserts/generated/index.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.assertAccessor = assertAccessor; exports.assertAnyTypeAnnotation = assertAnyTypeAnnotation; @@ -174,7 +174,8 @@ exports.assertParenthesizedExpression = assertParenthesizedExpression; exports.assertPattern = assertPattern; exports.assertPatternLike = assertPatternLike; exports.assertPipelineBareFunction = assertPipelineBareFunction; -exports.assertPipelinePrimaryTopicReference = assertPipelinePrimaryTopicReference; +exports.assertPipelinePrimaryTopicReference = + assertPipelinePrimaryTopicReference; exports.assertPipelineTopicExpression = assertPipelineTopicExpression; exports.assertPlaceholder = assertPlaceholder; exports.assertPrivate = assertPrivate; @@ -211,7 +212,8 @@ exports.assertTSBigIntKeyword = assertTSBigIntKeyword; exports.assertTSBooleanKeyword = assertTSBooleanKeyword; exports.assertTSCallSignatureDeclaration = assertTSCallSignatureDeclaration; exports.assertTSConditionalType = assertTSConditionalType; -exports.assertTSConstructSignatureDeclaration = assertTSConstructSignatureDeclaration; +exports.assertTSConstructSignatureDeclaration = + assertTSConstructSignatureDeclaration; exports.assertTSConstructorType = assertTSConstructorType; exports.assertTSDeclareFunction = assertTSDeclareFunction; exports.assertTSDeclareMethod = assertTSDeclareMethod; @@ -219,7 +221,8 @@ exports.assertTSEntityName = assertTSEntityName; exports.assertTSEnumDeclaration = assertTSEnumDeclaration; exports.assertTSEnumMember = assertTSEnumMember; exports.assertTSExportAssignment = assertTSExportAssignment; -exports.assertTSExpressionWithTypeArguments = assertTSExpressionWithTypeArguments; +exports.assertTSExpressionWithTypeArguments = + assertTSExpressionWithTypeArguments; exports.assertTSExternalModuleReference = assertTSExternalModuleReference; exports.assertTSFunctionType = assertTSFunctionType; exports.assertTSImportEqualsDeclaration = assertTSImportEqualsDeclaration; @@ -305,1220 +308,1227 @@ exports.assertWhileStatement = assertWhileStatement; exports.assertWithStatement = assertWithStatement; exports.assertYieldExpression = assertYieldExpression; -var _is = require("../../validators/is"); +var _is = require('../../validators/is'); function assert(type, node, opts) { if (!(0, _is.default)(type, node, opts)) { - throw new Error(`Expected type "${type}" with option ${JSON.stringify(opts)}, ` + `but instead got "${node.type}".`); + throw new Error( + `Expected type "${type}" with option ${JSON.stringify(opts)}, ` + + `but instead got "${node.type}".` + ); } } function assertArrayExpression(node, opts) { - assert("ArrayExpression", node, opts); + assert('ArrayExpression', node, opts); } function assertAssignmentExpression(node, opts) { - assert("AssignmentExpression", node, opts); + assert('AssignmentExpression', node, opts); } function assertBinaryExpression(node, opts) { - assert("BinaryExpression", node, opts); + assert('BinaryExpression', node, opts); } function assertInterpreterDirective(node, opts) { - assert("InterpreterDirective", node, opts); + assert('InterpreterDirective', node, opts); } function assertDirective(node, opts) { - assert("Directive", node, opts); + assert('Directive', node, opts); } function assertDirectiveLiteral(node, opts) { - assert("DirectiveLiteral", node, opts); + assert('DirectiveLiteral', node, opts); } function assertBlockStatement(node, opts) { - assert("BlockStatement", node, opts); + assert('BlockStatement', node, opts); } function assertBreakStatement(node, opts) { - assert("BreakStatement", node, opts); + assert('BreakStatement', node, opts); } function assertCallExpression(node, opts) { - assert("CallExpression", node, opts); + assert('CallExpression', node, opts); } function assertCatchClause(node, opts) { - assert("CatchClause", node, opts); + assert('CatchClause', node, opts); } function assertConditionalExpression(node, opts) { - assert("ConditionalExpression", node, opts); + assert('ConditionalExpression', node, opts); } function assertContinueStatement(node, opts) { - assert("ContinueStatement", node, opts); + assert('ContinueStatement', node, opts); } function assertDebuggerStatement(node, opts) { - assert("DebuggerStatement", node, opts); + assert('DebuggerStatement', node, opts); } function assertDoWhileStatement(node, opts) { - assert("DoWhileStatement", node, opts); + assert('DoWhileStatement', node, opts); } function assertEmptyStatement(node, opts) { - assert("EmptyStatement", node, opts); + assert('EmptyStatement', node, opts); } function assertExpressionStatement(node, opts) { - assert("ExpressionStatement", node, opts); + assert('ExpressionStatement', node, opts); } function assertFile(node, opts) { - assert("File", node, opts); + assert('File', node, opts); } function assertForInStatement(node, opts) { - assert("ForInStatement", node, opts); + assert('ForInStatement', node, opts); } function assertForStatement(node, opts) { - assert("ForStatement", node, opts); + assert('ForStatement', node, opts); } function assertFunctionDeclaration(node, opts) { - assert("FunctionDeclaration", node, opts); + assert('FunctionDeclaration', node, opts); } function assertFunctionExpression(node, opts) { - assert("FunctionExpression", node, opts); + assert('FunctionExpression', node, opts); } function assertIdentifier(node, opts) { - assert("Identifier", node, opts); + assert('Identifier', node, opts); } function assertIfStatement(node, opts) { - assert("IfStatement", node, opts); + assert('IfStatement', node, opts); } function assertLabeledStatement(node, opts) { - assert("LabeledStatement", node, opts); + assert('LabeledStatement', node, opts); } function assertStringLiteral(node, opts) { - assert("StringLiteral", node, opts); + assert('StringLiteral', node, opts); } function assertNumericLiteral(node, opts) { - assert("NumericLiteral", node, opts); + assert('NumericLiteral', node, opts); } function assertNullLiteral(node, opts) { - assert("NullLiteral", node, opts); + assert('NullLiteral', node, opts); } function assertBooleanLiteral(node, opts) { - assert("BooleanLiteral", node, opts); + assert('BooleanLiteral', node, opts); } function assertRegExpLiteral(node, opts) { - assert("RegExpLiteral", node, opts); + assert('RegExpLiteral', node, opts); } function assertLogicalExpression(node, opts) { - assert("LogicalExpression", node, opts); + assert('LogicalExpression', node, opts); } function assertMemberExpression(node, opts) { - assert("MemberExpression", node, opts); + assert('MemberExpression', node, opts); } function assertNewExpression(node, opts) { - assert("NewExpression", node, opts); + assert('NewExpression', node, opts); } function assertProgram(node, opts) { - assert("Program", node, opts); + assert('Program', node, opts); } function assertObjectExpression(node, opts) { - assert("ObjectExpression", node, opts); + assert('ObjectExpression', node, opts); } function assertObjectMethod(node, opts) { - assert("ObjectMethod", node, opts); + assert('ObjectMethod', node, opts); } function assertObjectProperty(node, opts) { - assert("ObjectProperty", node, opts); + assert('ObjectProperty', node, opts); } function assertRestElement(node, opts) { - assert("RestElement", node, opts); + assert('RestElement', node, opts); } function assertReturnStatement(node, opts) { - assert("ReturnStatement", node, opts); + assert('ReturnStatement', node, opts); } function assertSequenceExpression(node, opts) { - assert("SequenceExpression", node, opts); + assert('SequenceExpression', node, opts); } function assertParenthesizedExpression(node, opts) { - assert("ParenthesizedExpression", node, opts); + assert('ParenthesizedExpression', node, opts); } function assertSwitchCase(node, opts) { - assert("SwitchCase", node, opts); + assert('SwitchCase', node, opts); } function assertSwitchStatement(node, opts) { - assert("SwitchStatement", node, opts); + assert('SwitchStatement', node, opts); } function assertThisExpression(node, opts) { - assert("ThisExpression", node, opts); + assert('ThisExpression', node, opts); } function assertThrowStatement(node, opts) { - assert("ThrowStatement", node, opts); + assert('ThrowStatement', node, opts); } function assertTryStatement(node, opts) { - assert("TryStatement", node, opts); + assert('TryStatement', node, opts); } function assertUnaryExpression(node, opts) { - assert("UnaryExpression", node, opts); + assert('UnaryExpression', node, opts); } function assertUpdateExpression(node, opts) { - assert("UpdateExpression", node, opts); + assert('UpdateExpression', node, opts); } function assertVariableDeclaration(node, opts) { - assert("VariableDeclaration", node, opts); + assert('VariableDeclaration', node, opts); } function assertVariableDeclarator(node, opts) { - assert("VariableDeclarator", node, opts); + assert('VariableDeclarator', node, opts); } function assertWhileStatement(node, opts) { - assert("WhileStatement", node, opts); + assert('WhileStatement', node, opts); } function assertWithStatement(node, opts) { - assert("WithStatement", node, opts); + assert('WithStatement', node, opts); } function assertAssignmentPattern(node, opts) { - assert("AssignmentPattern", node, opts); + assert('AssignmentPattern', node, opts); } function assertArrayPattern(node, opts) { - assert("ArrayPattern", node, opts); + assert('ArrayPattern', node, opts); } function assertArrowFunctionExpression(node, opts) { - assert("ArrowFunctionExpression", node, opts); + assert('ArrowFunctionExpression', node, opts); } function assertClassBody(node, opts) { - assert("ClassBody", node, opts); + assert('ClassBody', node, opts); } function assertClassExpression(node, opts) { - assert("ClassExpression", node, opts); + assert('ClassExpression', node, opts); } function assertClassDeclaration(node, opts) { - assert("ClassDeclaration", node, opts); + assert('ClassDeclaration', node, opts); } function assertExportAllDeclaration(node, opts) { - assert("ExportAllDeclaration", node, opts); + assert('ExportAllDeclaration', node, opts); } function assertExportDefaultDeclaration(node, opts) { - assert("ExportDefaultDeclaration", node, opts); + assert('ExportDefaultDeclaration', node, opts); } function assertExportNamedDeclaration(node, opts) { - assert("ExportNamedDeclaration", node, opts); + assert('ExportNamedDeclaration', node, opts); } function assertExportSpecifier(node, opts) { - assert("ExportSpecifier", node, opts); + assert('ExportSpecifier', node, opts); } function assertForOfStatement(node, opts) { - assert("ForOfStatement", node, opts); + assert('ForOfStatement', node, opts); } function assertImportDeclaration(node, opts) { - assert("ImportDeclaration", node, opts); + assert('ImportDeclaration', node, opts); } function assertImportDefaultSpecifier(node, opts) { - assert("ImportDefaultSpecifier", node, opts); + assert('ImportDefaultSpecifier', node, opts); } function assertImportNamespaceSpecifier(node, opts) { - assert("ImportNamespaceSpecifier", node, opts); + assert('ImportNamespaceSpecifier', node, opts); } function assertImportSpecifier(node, opts) { - assert("ImportSpecifier", node, opts); + assert('ImportSpecifier', node, opts); } function assertMetaProperty(node, opts) { - assert("MetaProperty", node, opts); + assert('MetaProperty', node, opts); } function assertClassMethod(node, opts) { - assert("ClassMethod", node, opts); + assert('ClassMethod', node, opts); } function assertObjectPattern(node, opts) { - assert("ObjectPattern", node, opts); + assert('ObjectPattern', node, opts); } function assertSpreadElement(node, opts) { - assert("SpreadElement", node, opts); + assert('SpreadElement', node, opts); } function assertSuper(node, opts) { - assert("Super", node, opts); + assert('Super', node, opts); } function assertTaggedTemplateExpression(node, opts) { - assert("TaggedTemplateExpression", node, opts); + assert('TaggedTemplateExpression', node, opts); } function assertTemplateElement(node, opts) { - assert("TemplateElement", node, opts); + assert('TemplateElement', node, opts); } function assertTemplateLiteral(node, opts) { - assert("TemplateLiteral", node, opts); + assert('TemplateLiteral', node, opts); } function assertYieldExpression(node, opts) { - assert("YieldExpression", node, opts); + assert('YieldExpression', node, opts); } function assertAwaitExpression(node, opts) { - assert("AwaitExpression", node, opts); + assert('AwaitExpression', node, opts); } function assertImport(node, opts) { - assert("Import", node, opts); + assert('Import', node, opts); } function assertBigIntLiteral(node, opts) { - assert("BigIntLiteral", node, opts); + assert('BigIntLiteral', node, opts); } function assertExportNamespaceSpecifier(node, opts) { - assert("ExportNamespaceSpecifier", node, opts); + assert('ExportNamespaceSpecifier', node, opts); } function assertOptionalMemberExpression(node, opts) { - assert("OptionalMemberExpression", node, opts); + assert('OptionalMemberExpression', node, opts); } function assertOptionalCallExpression(node, opts) { - assert("OptionalCallExpression", node, opts); + assert('OptionalCallExpression', node, opts); } function assertClassProperty(node, opts) { - assert("ClassProperty", node, opts); + assert('ClassProperty', node, opts); } function assertClassAccessorProperty(node, opts) { - assert("ClassAccessorProperty", node, opts); + assert('ClassAccessorProperty', node, opts); } function assertClassPrivateProperty(node, opts) { - assert("ClassPrivateProperty", node, opts); + assert('ClassPrivateProperty', node, opts); } function assertClassPrivateMethod(node, opts) { - assert("ClassPrivateMethod", node, opts); + assert('ClassPrivateMethod', node, opts); } function assertPrivateName(node, opts) { - assert("PrivateName", node, opts); + assert('PrivateName', node, opts); } function assertStaticBlock(node, opts) { - assert("StaticBlock", node, opts); + assert('StaticBlock', node, opts); } function assertAnyTypeAnnotation(node, opts) { - assert("AnyTypeAnnotation", node, opts); + assert('AnyTypeAnnotation', node, opts); } function assertArrayTypeAnnotation(node, opts) { - assert("ArrayTypeAnnotation", node, opts); + assert('ArrayTypeAnnotation', node, opts); } function assertBooleanTypeAnnotation(node, opts) { - assert("BooleanTypeAnnotation", node, opts); + assert('BooleanTypeAnnotation', node, opts); } function assertBooleanLiteralTypeAnnotation(node, opts) { - assert("BooleanLiteralTypeAnnotation", node, opts); + assert('BooleanLiteralTypeAnnotation', node, opts); } function assertNullLiteralTypeAnnotation(node, opts) { - assert("NullLiteralTypeAnnotation", node, opts); + assert('NullLiteralTypeAnnotation', node, opts); } function assertClassImplements(node, opts) { - assert("ClassImplements", node, opts); + assert('ClassImplements', node, opts); } function assertDeclareClass(node, opts) { - assert("DeclareClass", node, opts); + assert('DeclareClass', node, opts); } function assertDeclareFunction(node, opts) { - assert("DeclareFunction", node, opts); + assert('DeclareFunction', node, opts); } function assertDeclareInterface(node, opts) { - assert("DeclareInterface", node, opts); + assert('DeclareInterface', node, opts); } function assertDeclareModule(node, opts) { - assert("DeclareModule", node, opts); + assert('DeclareModule', node, opts); } function assertDeclareModuleExports(node, opts) { - assert("DeclareModuleExports", node, opts); + assert('DeclareModuleExports', node, opts); } function assertDeclareTypeAlias(node, opts) { - assert("DeclareTypeAlias", node, opts); + assert('DeclareTypeAlias', node, opts); } function assertDeclareOpaqueType(node, opts) { - assert("DeclareOpaqueType", node, opts); + assert('DeclareOpaqueType', node, opts); } function assertDeclareVariable(node, opts) { - assert("DeclareVariable", node, opts); + assert('DeclareVariable', node, opts); } function assertDeclareExportDeclaration(node, opts) { - assert("DeclareExportDeclaration", node, opts); + assert('DeclareExportDeclaration', node, opts); } function assertDeclareExportAllDeclaration(node, opts) { - assert("DeclareExportAllDeclaration", node, opts); + assert('DeclareExportAllDeclaration', node, opts); } function assertDeclaredPredicate(node, opts) { - assert("DeclaredPredicate", node, opts); + assert('DeclaredPredicate', node, opts); } function assertExistsTypeAnnotation(node, opts) { - assert("ExistsTypeAnnotation", node, opts); + assert('ExistsTypeAnnotation', node, opts); } function assertFunctionTypeAnnotation(node, opts) { - assert("FunctionTypeAnnotation", node, opts); + assert('FunctionTypeAnnotation', node, opts); } function assertFunctionTypeParam(node, opts) { - assert("FunctionTypeParam", node, opts); + assert('FunctionTypeParam', node, opts); } function assertGenericTypeAnnotation(node, opts) { - assert("GenericTypeAnnotation", node, opts); + assert('GenericTypeAnnotation', node, opts); } function assertInferredPredicate(node, opts) { - assert("InferredPredicate", node, opts); + assert('InferredPredicate', node, opts); } function assertInterfaceExtends(node, opts) { - assert("InterfaceExtends", node, opts); + assert('InterfaceExtends', node, opts); } function assertInterfaceDeclaration(node, opts) { - assert("InterfaceDeclaration", node, opts); + assert('InterfaceDeclaration', node, opts); } function assertInterfaceTypeAnnotation(node, opts) { - assert("InterfaceTypeAnnotation", node, opts); + assert('InterfaceTypeAnnotation', node, opts); } function assertIntersectionTypeAnnotation(node, opts) { - assert("IntersectionTypeAnnotation", node, opts); + assert('IntersectionTypeAnnotation', node, opts); } function assertMixedTypeAnnotation(node, opts) { - assert("MixedTypeAnnotation", node, opts); + assert('MixedTypeAnnotation', node, opts); } function assertEmptyTypeAnnotation(node, opts) { - assert("EmptyTypeAnnotation", node, opts); + assert('EmptyTypeAnnotation', node, opts); } function assertNullableTypeAnnotation(node, opts) { - assert("NullableTypeAnnotation", node, opts); + assert('NullableTypeAnnotation', node, opts); } function assertNumberLiteralTypeAnnotation(node, opts) { - assert("NumberLiteralTypeAnnotation", node, opts); + assert('NumberLiteralTypeAnnotation', node, opts); } function assertNumberTypeAnnotation(node, opts) { - assert("NumberTypeAnnotation", node, opts); + assert('NumberTypeAnnotation', node, opts); } function assertObjectTypeAnnotation(node, opts) { - assert("ObjectTypeAnnotation", node, opts); + assert('ObjectTypeAnnotation', node, opts); } function assertObjectTypeInternalSlot(node, opts) { - assert("ObjectTypeInternalSlot", node, opts); + assert('ObjectTypeInternalSlot', node, opts); } function assertObjectTypeCallProperty(node, opts) { - assert("ObjectTypeCallProperty", node, opts); + assert('ObjectTypeCallProperty', node, opts); } function assertObjectTypeIndexer(node, opts) { - assert("ObjectTypeIndexer", node, opts); + assert('ObjectTypeIndexer', node, opts); } function assertObjectTypeProperty(node, opts) { - assert("ObjectTypeProperty", node, opts); + assert('ObjectTypeProperty', node, opts); } function assertObjectTypeSpreadProperty(node, opts) { - assert("ObjectTypeSpreadProperty", node, opts); + assert('ObjectTypeSpreadProperty', node, opts); } function assertOpaqueType(node, opts) { - assert("OpaqueType", node, opts); + assert('OpaqueType', node, opts); } function assertQualifiedTypeIdentifier(node, opts) { - assert("QualifiedTypeIdentifier", node, opts); + assert('QualifiedTypeIdentifier', node, opts); } function assertStringLiteralTypeAnnotation(node, opts) { - assert("StringLiteralTypeAnnotation", node, opts); + assert('StringLiteralTypeAnnotation', node, opts); } function assertStringTypeAnnotation(node, opts) { - assert("StringTypeAnnotation", node, opts); + assert('StringTypeAnnotation', node, opts); } function assertSymbolTypeAnnotation(node, opts) { - assert("SymbolTypeAnnotation", node, opts); + assert('SymbolTypeAnnotation', node, opts); } function assertThisTypeAnnotation(node, opts) { - assert("ThisTypeAnnotation", node, opts); + assert('ThisTypeAnnotation', node, opts); } function assertTupleTypeAnnotation(node, opts) { - assert("TupleTypeAnnotation", node, opts); + assert('TupleTypeAnnotation', node, opts); } function assertTypeofTypeAnnotation(node, opts) { - assert("TypeofTypeAnnotation", node, opts); + assert('TypeofTypeAnnotation', node, opts); } function assertTypeAlias(node, opts) { - assert("TypeAlias", node, opts); + assert('TypeAlias', node, opts); } function assertTypeAnnotation(node, opts) { - assert("TypeAnnotation", node, opts); + assert('TypeAnnotation', node, opts); } function assertTypeCastExpression(node, opts) { - assert("TypeCastExpression", node, opts); + assert('TypeCastExpression', node, opts); } function assertTypeParameter(node, opts) { - assert("TypeParameter", node, opts); + assert('TypeParameter', node, opts); } function assertTypeParameterDeclaration(node, opts) { - assert("TypeParameterDeclaration", node, opts); + assert('TypeParameterDeclaration', node, opts); } function assertTypeParameterInstantiation(node, opts) { - assert("TypeParameterInstantiation", node, opts); + assert('TypeParameterInstantiation', node, opts); } function assertUnionTypeAnnotation(node, opts) { - assert("UnionTypeAnnotation", node, opts); + assert('UnionTypeAnnotation', node, opts); } function assertVariance(node, opts) { - assert("Variance", node, opts); + assert('Variance', node, opts); } function assertVoidTypeAnnotation(node, opts) { - assert("VoidTypeAnnotation", node, opts); + assert('VoidTypeAnnotation', node, opts); } function assertEnumDeclaration(node, opts) { - assert("EnumDeclaration", node, opts); + assert('EnumDeclaration', node, opts); } function assertEnumBooleanBody(node, opts) { - assert("EnumBooleanBody", node, opts); + assert('EnumBooleanBody', node, opts); } function assertEnumNumberBody(node, opts) { - assert("EnumNumberBody", node, opts); + assert('EnumNumberBody', node, opts); } function assertEnumStringBody(node, opts) { - assert("EnumStringBody", node, opts); + assert('EnumStringBody', node, opts); } function assertEnumSymbolBody(node, opts) { - assert("EnumSymbolBody", node, opts); + assert('EnumSymbolBody', node, opts); } function assertEnumBooleanMember(node, opts) { - assert("EnumBooleanMember", node, opts); + assert('EnumBooleanMember', node, opts); } function assertEnumNumberMember(node, opts) { - assert("EnumNumberMember", node, opts); + assert('EnumNumberMember', node, opts); } function assertEnumStringMember(node, opts) { - assert("EnumStringMember", node, opts); + assert('EnumStringMember', node, opts); } function assertEnumDefaultedMember(node, opts) { - assert("EnumDefaultedMember", node, opts); + assert('EnumDefaultedMember', node, opts); } function assertIndexedAccessType(node, opts) { - assert("IndexedAccessType", node, opts); + assert('IndexedAccessType', node, opts); } function assertOptionalIndexedAccessType(node, opts) { - assert("OptionalIndexedAccessType", node, opts); + assert('OptionalIndexedAccessType', node, opts); } function assertJSXAttribute(node, opts) { - assert("JSXAttribute", node, opts); + assert('JSXAttribute', node, opts); } function assertJSXClosingElement(node, opts) { - assert("JSXClosingElement", node, opts); + assert('JSXClosingElement', node, opts); } function assertJSXElement(node, opts) { - assert("JSXElement", node, opts); + assert('JSXElement', node, opts); } function assertJSXEmptyExpression(node, opts) { - assert("JSXEmptyExpression", node, opts); + assert('JSXEmptyExpression', node, opts); } function assertJSXExpressionContainer(node, opts) { - assert("JSXExpressionContainer", node, opts); + assert('JSXExpressionContainer', node, opts); } function assertJSXSpreadChild(node, opts) { - assert("JSXSpreadChild", node, opts); + assert('JSXSpreadChild', node, opts); } function assertJSXIdentifier(node, opts) { - assert("JSXIdentifier", node, opts); + assert('JSXIdentifier', node, opts); } function assertJSXMemberExpression(node, opts) { - assert("JSXMemberExpression", node, opts); + assert('JSXMemberExpression', node, opts); } function assertJSXNamespacedName(node, opts) { - assert("JSXNamespacedName", node, opts); + assert('JSXNamespacedName', node, opts); } function assertJSXOpeningElement(node, opts) { - assert("JSXOpeningElement", node, opts); + assert('JSXOpeningElement', node, opts); } function assertJSXSpreadAttribute(node, opts) { - assert("JSXSpreadAttribute", node, opts); + assert('JSXSpreadAttribute', node, opts); } function assertJSXText(node, opts) { - assert("JSXText", node, opts); + assert('JSXText', node, opts); } function assertJSXFragment(node, opts) { - assert("JSXFragment", node, opts); + assert('JSXFragment', node, opts); } function assertJSXOpeningFragment(node, opts) { - assert("JSXOpeningFragment", node, opts); + assert('JSXOpeningFragment', node, opts); } function assertJSXClosingFragment(node, opts) { - assert("JSXClosingFragment", node, opts); + assert('JSXClosingFragment', node, opts); } function assertNoop(node, opts) { - assert("Noop", node, opts); + assert('Noop', node, opts); } function assertPlaceholder(node, opts) { - assert("Placeholder", node, opts); + assert('Placeholder', node, opts); } function assertV8IntrinsicIdentifier(node, opts) { - assert("V8IntrinsicIdentifier", node, opts); + assert('V8IntrinsicIdentifier', node, opts); } function assertArgumentPlaceholder(node, opts) { - assert("ArgumentPlaceholder", node, opts); + assert('ArgumentPlaceholder', node, opts); } function assertBindExpression(node, opts) { - assert("BindExpression", node, opts); + assert('BindExpression', node, opts); } function assertImportAttribute(node, opts) { - assert("ImportAttribute", node, opts); + assert('ImportAttribute', node, opts); } function assertDecorator(node, opts) { - assert("Decorator", node, opts); + assert('Decorator', node, opts); } function assertDoExpression(node, opts) { - assert("DoExpression", node, opts); + assert('DoExpression', node, opts); } function assertExportDefaultSpecifier(node, opts) { - assert("ExportDefaultSpecifier", node, opts); + assert('ExportDefaultSpecifier', node, opts); } function assertRecordExpression(node, opts) { - assert("RecordExpression", node, opts); + assert('RecordExpression', node, opts); } function assertTupleExpression(node, opts) { - assert("TupleExpression", node, opts); + assert('TupleExpression', node, opts); } function assertDecimalLiteral(node, opts) { - assert("DecimalLiteral", node, opts); + assert('DecimalLiteral', node, opts); } function assertModuleExpression(node, opts) { - assert("ModuleExpression", node, opts); + assert('ModuleExpression', node, opts); } function assertTopicReference(node, opts) { - assert("TopicReference", node, opts); + assert('TopicReference', node, opts); } function assertPipelineTopicExpression(node, opts) { - assert("PipelineTopicExpression", node, opts); + assert('PipelineTopicExpression', node, opts); } function assertPipelineBareFunction(node, opts) { - assert("PipelineBareFunction", node, opts); + assert('PipelineBareFunction', node, opts); } function assertPipelinePrimaryTopicReference(node, opts) { - assert("PipelinePrimaryTopicReference", node, opts); + assert('PipelinePrimaryTopicReference', node, opts); } function assertTSParameterProperty(node, opts) { - assert("TSParameterProperty", node, opts); + assert('TSParameterProperty', node, opts); } function assertTSDeclareFunction(node, opts) { - assert("TSDeclareFunction", node, opts); + assert('TSDeclareFunction', node, opts); } function assertTSDeclareMethod(node, opts) { - assert("TSDeclareMethod", node, opts); + assert('TSDeclareMethod', node, opts); } function assertTSQualifiedName(node, opts) { - assert("TSQualifiedName", node, opts); + assert('TSQualifiedName', node, opts); } function assertTSCallSignatureDeclaration(node, opts) { - assert("TSCallSignatureDeclaration", node, opts); + assert('TSCallSignatureDeclaration', node, opts); } function assertTSConstructSignatureDeclaration(node, opts) { - assert("TSConstructSignatureDeclaration", node, opts); + assert('TSConstructSignatureDeclaration', node, opts); } function assertTSPropertySignature(node, opts) { - assert("TSPropertySignature", node, opts); + assert('TSPropertySignature', node, opts); } function assertTSMethodSignature(node, opts) { - assert("TSMethodSignature", node, opts); + assert('TSMethodSignature', node, opts); } function assertTSIndexSignature(node, opts) { - assert("TSIndexSignature", node, opts); + assert('TSIndexSignature', node, opts); } function assertTSAnyKeyword(node, opts) { - assert("TSAnyKeyword", node, opts); + assert('TSAnyKeyword', node, opts); } function assertTSBooleanKeyword(node, opts) { - assert("TSBooleanKeyword", node, opts); + assert('TSBooleanKeyword', node, opts); } function assertTSBigIntKeyword(node, opts) { - assert("TSBigIntKeyword", node, opts); + assert('TSBigIntKeyword', node, opts); } function assertTSIntrinsicKeyword(node, opts) { - assert("TSIntrinsicKeyword", node, opts); + assert('TSIntrinsicKeyword', node, opts); } function assertTSNeverKeyword(node, opts) { - assert("TSNeverKeyword", node, opts); + assert('TSNeverKeyword', node, opts); } function assertTSNullKeyword(node, opts) { - assert("TSNullKeyword", node, opts); + assert('TSNullKeyword', node, opts); } function assertTSNumberKeyword(node, opts) { - assert("TSNumberKeyword", node, opts); + assert('TSNumberKeyword', node, opts); } function assertTSObjectKeyword(node, opts) { - assert("TSObjectKeyword", node, opts); + assert('TSObjectKeyword', node, opts); } function assertTSStringKeyword(node, opts) { - assert("TSStringKeyword", node, opts); + assert('TSStringKeyword', node, opts); } function assertTSSymbolKeyword(node, opts) { - assert("TSSymbolKeyword", node, opts); + assert('TSSymbolKeyword', node, opts); } function assertTSUndefinedKeyword(node, opts) { - assert("TSUndefinedKeyword", node, opts); + assert('TSUndefinedKeyword', node, opts); } function assertTSUnknownKeyword(node, opts) { - assert("TSUnknownKeyword", node, opts); + assert('TSUnknownKeyword', node, opts); } function assertTSVoidKeyword(node, opts) { - assert("TSVoidKeyword", node, opts); + assert('TSVoidKeyword', node, opts); } function assertTSThisType(node, opts) { - assert("TSThisType", node, opts); + assert('TSThisType', node, opts); } function assertTSFunctionType(node, opts) { - assert("TSFunctionType", node, opts); + assert('TSFunctionType', node, opts); } function assertTSConstructorType(node, opts) { - assert("TSConstructorType", node, opts); + assert('TSConstructorType', node, opts); } function assertTSTypeReference(node, opts) { - assert("TSTypeReference", node, opts); + assert('TSTypeReference', node, opts); } function assertTSTypePredicate(node, opts) { - assert("TSTypePredicate", node, opts); + assert('TSTypePredicate', node, opts); } function assertTSTypeQuery(node, opts) { - assert("TSTypeQuery", node, opts); + assert('TSTypeQuery', node, opts); } function assertTSTypeLiteral(node, opts) { - assert("TSTypeLiteral", node, opts); + assert('TSTypeLiteral', node, opts); } function assertTSArrayType(node, opts) { - assert("TSArrayType", node, opts); + assert('TSArrayType', node, opts); } function assertTSTupleType(node, opts) { - assert("TSTupleType", node, opts); + assert('TSTupleType', node, opts); } function assertTSOptionalType(node, opts) { - assert("TSOptionalType", node, opts); + assert('TSOptionalType', node, opts); } function assertTSRestType(node, opts) { - assert("TSRestType", node, opts); + assert('TSRestType', node, opts); } function assertTSNamedTupleMember(node, opts) { - assert("TSNamedTupleMember", node, opts); + assert('TSNamedTupleMember', node, opts); } function assertTSUnionType(node, opts) { - assert("TSUnionType", node, opts); + assert('TSUnionType', node, opts); } function assertTSIntersectionType(node, opts) { - assert("TSIntersectionType", node, opts); + assert('TSIntersectionType', node, opts); } function assertTSConditionalType(node, opts) { - assert("TSConditionalType", node, opts); + assert('TSConditionalType', node, opts); } function assertTSInferType(node, opts) { - assert("TSInferType", node, opts); + assert('TSInferType', node, opts); } function assertTSParenthesizedType(node, opts) { - assert("TSParenthesizedType", node, opts); + assert('TSParenthesizedType', node, opts); } function assertTSTypeOperator(node, opts) { - assert("TSTypeOperator", node, opts); + assert('TSTypeOperator', node, opts); } function assertTSIndexedAccessType(node, opts) { - assert("TSIndexedAccessType", node, opts); + assert('TSIndexedAccessType', node, opts); } function assertTSMappedType(node, opts) { - assert("TSMappedType", node, opts); + assert('TSMappedType', node, opts); } function assertTSLiteralType(node, opts) { - assert("TSLiteralType", node, opts); + assert('TSLiteralType', node, opts); } function assertTSExpressionWithTypeArguments(node, opts) { - assert("TSExpressionWithTypeArguments", node, opts); + assert('TSExpressionWithTypeArguments', node, opts); } function assertTSInterfaceDeclaration(node, opts) { - assert("TSInterfaceDeclaration", node, opts); + assert('TSInterfaceDeclaration', node, opts); } function assertTSInterfaceBody(node, opts) { - assert("TSInterfaceBody", node, opts); + assert('TSInterfaceBody', node, opts); } function assertTSTypeAliasDeclaration(node, opts) { - assert("TSTypeAliasDeclaration", node, opts); + assert('TSTypeAliasDeclaration', node, opts); } function assertTSInstantiationExpression(node, opts) { - assert("TSInstantiationExpression", node, opts); + assert('TSInstantiationExpression', node, opts); } function assertTSAsExpression(node, opts) { - assert("TSAsExpression", node, opts); + assert('TSAsExpression', node, opts); } function assertTSTypeAssertion(node, opts) { - assert("TSTypeAssertion", node, opts); + assert('TSTypeAssertion', node, opts); } function assertTSEnumDeclaration(node, opts) { - assert("TSEnumDeclaration", node, opts); + assert('TSEnumDeclaration', node, opts); } function assertTSEnumMember(node, opts) { - assert("TSEnumMember", node, opts); + assert('TSEnumMember', node, opts); } function assertTSModuleDeclaration(node, opts) { - assert("TSModuleDeclaration", node, opts); + assert('TSModuleDeclaration', node, opts); } function assertTSModuleBlock(node, opts) { - assert("TSModuleBlock", node, opts); + assert('TSModuleBlock', node, opts); } function assertTSImportType(node, opts) { - assert("TSImportType", node, opts); + assert('TSImportType', node, opts); } function assertTSImportEqualsDeclaration(node, opts) { - assert("TSImportEqualsDeclaration", node, opts); + assert('TSImportEqualsDeclaration', node, opts); } function assertTSExternalModuleReference(node, opts) { - assert("TSExternalModuleReference", node, opts); + assert('TSExternalModuleReference', node, opts); } function assertTSNonNullExpression(node, opts) { - assert("TSNonNullExpression", node, opts); + assert('TSNonNullExpression', node, opts); } function assertTSExportAssignment(node, opts) { - assert("TSExportAssignment", node, opts); + assert('TSExportAssignment', node, opts); } function assertTSNamespaceExportDeclaration(node, opts) { - assert("TSNamespaceExportDeclaration", node, opts); + assert('TSNamespaceExportDeclaration', node, opts); } function assertTSTypeAnnotation(node, opts) { - assert("TSTypeAnnotation", node, opts); + assert('TSTypeAnnotation', node, opts); } function assertTSTypeParameterInstantiation(node, opts) { - assert("TSTypeParameterInstantiation", node, opts); + assert('TSTypeParameterInstantiation', node, opts); } function assertTSTypeParameterDeclaration(node, opts) { - assert("TSTypeParameterDeclaration", node, opts); + assert('TSTypeParameterDeclaration', node, opts); } function assertTSTypeParameter(node, opts) { - assert("TSTypeParameter", node, opts); + assert('TSTypeParameter', node, opts); } function assertStandardized(node, opts) { - assert("Standardized", node, opts); + assert('Standardized', node, opts); } function assertExpression(node, opts) { - assert("Expression", node, opts); + assert('Expression', node, opts); } function assertBinary(node, opts) { - assert("Binary", node, opts); + assert('Binary', node, opts); } function assertScopable(node, opts) { - assert("Scopable", node, opts); + assert('Scopable', node, opts); } function assertBlockParent(node, opts) { - assert("BlockParent", node, opts); + assert('BlockParent', node, opts); } function assertBlock(node, opts) { - assert("Block", node, opts); + assert('Block', node, opts); } function assertStatement(node, opts) { - assert("Statement", node, opts); + assert('Statement', node, opts); } function assertTerminatorless(node, opts) { - assert("Terminatorless", node, opts); + assert('Terminatorless', node, opts); } function assertCompletionStatement(node, opts) { - assert("CompletionStatement", node, opts); + assert('CompletionStatement', node, opts); } function assertConditional(node, opts) { - assert("Conditional", node, opts); + assert('Conditional', node, opts); } function assertLoop(node, opts) { - assert("Loop", node, opts); + assert('Loop', node, opts); } function assertWhile(node, opts) { - assert("While", node, opts); + assert('While', node, opts); } function assertExpressionWrapper(node, opts) { - assert("ExpressionWrapper", node, opts); + assert('ExpressionWrapper', node, opts); } function assertFor(node, opts) { - assert("For", node, opts); + assert('For', node, opts); } function assertForXStatement(node, opts) { - assert("ForXStatement", node, opts); + assert('ForXStatement', node, opts); } function assertFunction(node, opts) { - assert("Function", node, opts); + assert('Function', node, opts); } function assertFunctionParent(node, opts) { - assert("FunctionParent", node, opts); + assert('FunctionParent', node, opts); } function assertPureish(node, opts) { - assert("Pureish", node, opts); + assert('Pureish', node, opts); } function assertDeclaration(node, opts) { - assert("Declaration", node, opts); + assert('Declaration', node, opts); } function assertPatternLike(node, opts) { - assert("PatternLike", node, opts); + assert('PatternLike', node, opts); } function assertLVal(node, opts) { - assert("LVal", node, opts); + assert('LVal', node, opts); } function assertTSEntityName(node, opts) { - assert("TSEntityName", node, opts); + assert('TSEntityName', node, opts); } function assertLiteral(node, opts) { - assert("Literal", node, opts); + assert('Literal', node, opts); } function assertImmutable(node, opts) { - assert("Immutable", node, opts); + assert('Immutable', node, opts); } function assertUserWhitespacable(node, opts) { - assert("UserWhitespacable", node, opts); + assert('UserWhitespacable', node, opts); } function assertMethod(node, opts) { - assert("Method", node, opts); + assert('Method', node, opts); } function assertObjectMember(node, opts) { - assert("ObjectMember", node, opts); + assert('ObjectMember', node, opts); } function assertProperty(node, opts) { - assert("Property", node, opts); + assert('Property', node, opts); } function assertUnaryLike(node, opts) { - assert("UnaryLike", node, opts); + assert('UnaryLike', node, opts); } function assertPattern(node, opts) { - assert("Pattern", node, opts); + assert('Pattern', node, opts); } function assertClass(node, opts) { - assert("Class", node, opts); + assert('Class', node, opts); } function assertModuleDeclaration(node, opts) { - assert("ModuleDeclaration", node, opts); + assert('ModuleDeclaration', node, opts); } function assertExportDeclaration(node, opts) { - assert("ExportDeclaration", node, opts); + assert('ExportDeclaration', node, opts); } function assertModuleSpecifier(node, opts) { - assert("ModuleSpecifier", node, opts); + assert('ModuleSpecifier', node, opts); } function assertAccessor(node, opts) { - assert("Accessor", node, opts); + assert('Accessor', node, opts); } function assertPrivate(node, opts) { - assert("Private", node, opts); + assert('Private', node, opts); } function assertFlow(node, opts) { - assert("Flow", node, opts); + assert('Flow', node, opts); } function assertFlowType(node, opts) { - assert("FlowType", node, opts); + assert('FlowType', node, opts); } function assertFlowBaseAnnotation(node, opts) { - assert("FlowBaseAnnotation", node, opts); + assert('FlowBaseAnnotation', node, opts); } function assertFlowDeclaration(node, opts) { - assert("FlowDeclaration", node, opts); + assert('FlowDeclaration', node, opts); } function assertFlowPredicate(node, opts) { - assert("FlowPredicate", node, opts); + assert('FlowPredicate', node, opts); } function assertEnumBody(node, opts) { - assert("EnumBody", node, opts); + assert('EnumBody', node, opts); } function assertEnumMember(node, opts) { - assert("EnumMember", node, opts); + assert('EnumMember', node, opts); } function assertJSX(node, opts) { - assert("JSX", node, opts); + assert('JSX', node, opts); } function assertMiscellaneous(node, opts) { - assert("Miscellaneous", node, opts); + assert('Miscellaneous', node, opts); } function assertTypeScript(node, opts) { - assert("TypeScript", node, opts); + assert('TypeScript', node, opts); } function assertTSTypeElement(node, opts) { - assert("TSTypeElement", node, opts); + assert('TSTypeElement', node, opts); } function assertTSType(node, opts) { - assert("TSType", node, opts); + assert('TSType', node, opts); } function assertTSBaseType(node, opts) { - assert("TSBaseType", node, opts); + assert('TSBaseType', node, opts); } function assertNumberLiteral(node, opts) { - console.trace("The node type NumberLiteral has been renamed to NumericLiteral"); - assert("NumberLiteral", node, opts); + console.trace( + 'The node type NumberLiteral has been renamed to NumericLiteral' + ); + assert('NumberLiteral', node, opts); } function assertRegexLiteral(node, opts) { - console.trace("The node type RegexLiteral has been renamed to RegExpLiteral"); - assert("RegexLiteral", node, opts); + console.trace('The node type RegexLiteral has been renamed to RegExpLiteral'); + assert('RegexLiteral', node, opts); } function assertRestProperty(node, opts) { - console.trace("The node type RestProperty has been renamed to RestElement"); - assert("RestProperty", node, opts); + console.trace('The node type RestProperty has been renamed to RestElement'); + assert('RestProperty', node, opts); } function assertSpreadProperty(node, opts) { - console.trace("The node type SpreadProperty has been renamed to SpreadElement"); - assert("SpreadProperty", node, opts); + console.trace( + 'The node type SpreadProperty has been renamed to SpreadElement' + ); + assert('SpreadProperty', node, opts); } //# sourceMappingURL=index.js.map diff --git a/node_modules/@babel/types/lib/ast-types/generated/index.js b/node_modules/@babel/types/lib/ast-types/generated/index.js index d48e85e..5b40fd5 100644 --- a/node_modules/@babel/types/lib/ast-types/generated/index.js +++ b/node_modules/@babel/types/lib/ast-types/generated/index.js @@ -1,3 +1 @@ - - //# sourceMappingURL=index.js.map diff --git a/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js b/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js index bdab86a..76ebed1 100644 --- a/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +++ b/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js @@ -1,13 +1,13 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = createFlowUnionType; -var _generated = require("../generated"); +var _generated = require('../generated'); -var _removeTypeDuplicates = require("../../modifications/flow/removeTypeDuplicates"); +var _removeTypeDuplicates = require('../../modifications/flow/removeTypeDuplicates'); function createFlowUnionType(types) { const flattened = (0, _removeTypeDuplicates.default)(types); diff --git a/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js b/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js index 1c3c98e..3e019cd 100644 --- a/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +++ b/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js @@ -1,43 +1,49 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = void 0; -var _generated = require("../generated"); +var _generated = require('../generated'); var _default = createTypeAnnotationBasedOnTypeof; exports.default = _default; function createTypeAnnotationBasedOnTypeof(type) { switch (type) { - case "string": + case 'string': return (0, _generated.stringTypeAnnotation)(); - case "number": + case 'number': return (0, _generated.numberTypeAnnotation)(); - case "undefined": + case 'undefined': return (0, _generated.voidTypeAnnotation)(); - case "boolean": + case 'boolean': return (0, _generated.booleanTypeAnnotation)(); - case "function": - return (0, _generated.genericTypeAnnotation)((0, _generated.identifier)("Function")); + case 'function': + return (0, _generated.genericTypeAnnotation)( + (0, _generated.identifier)('Function') + ); - case "object": - return (0, _generated.genericTypeAnnotation)((0, _generated.identifier)("Object")); + case 'object': + return (0, _generated.genericTypeAnnotation)( + (0, _generated.identifier)('Object') + ); - case "symbol": - return (0, _generated.genericTypeAnnotation)((0, _generated.identifier)("Symbol")); + case 'symbol': + return (0, _generated.genericTypeAnnotation)( + (0, _generated.identifier)('Symbol') + ); - case "bigint": + case 'bigint': return (0, _generated.anyTypeAnnotation)(); } - throw new Error("Invalid typeof value: " + type); + throw new Error('Invalid typeof value: ' + type); } //# sourceMappingURL=createTypeAnnotationBasedOnTypeof.js.map diff --git a/node_modules/@babel/types/lib/builders/generated/index.js b/node_modules/@babel/types/lib/builders/generated/index.js index c42f919..aea81da 100644 --- a/node_modules/@babel/types/lib/builders/generated/index.js +++ b/node_modules/@babel/types/lib/builders/generated/index.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.anyTypeAnnotation = anyTypeAnnotation; exports.argumentPlaceholder = argumentPlaceholder; @@ -99,7 +99,8 @@ exports.jSXClosingElement = exports.jsxClosingElement = jsxClosingElement; exports.jSXClosingFragment = exports.jsxClosingFragment = jsxClosingFragment; exports.jSXElement = exports.jsxElement = jsxElement; exports.jSXEmptyExpression = exports.jsxEmptyExpression = jsxEmptyExpression; -exports.jSXExpressionContainer = exports.jsxExpressionContainer = jsxExpressionContainer; +exports.jSXExpressionContainer = exports.jsxExpressionContainer = + jsxExpressionContainer; exports.jSXFragment = exports.jsxFragment = jsxFragment; exports.jSXIdentifier = exports.jsxIdentifier = jsxIdentifier; exports.jSXMemberExpression = exports.jsxMemberExpression = jsxMemberExpression; @@ -176,26 +177,33 @@ exports.tSArrayType = exports.tsArrayType = tsArrayType; exports.tSAsExpression = exports.tsAsExpression = tsAsExpression; exports.tSBigIntKeyword = exports.tsBigIntKeyword = tsBigIntKeyword; exports.tSBooleanKeyword = exports.tsBooleanKeyword = tsBooleanKeyword; -exports.tSCallSignatureDeclaration = exports.tsCallSignatureDeclaration = tsCallSignatureDeclaration; +exports.tSCallSignatureDeclaration = exports.tsCallSignatureDeclaration = + tsCallSignatureDeclaration; exports.tSConditionalType = exports.tsConditionalType = tsConditionalType; -exports.tSConstructSignatureDeclaration = exports.tsConstructSignatureDeclaration = tsConstructSignatureDeclaration; +exports.tSConstructSignatureDeclaration = + exports.tsConstructSignatureDeclaration = tsConstructSignatureDeclaration; exports.tSConstructorType = exports.tsConstructorType = tsConstructorType; exports.tSDeclareFunction = exports.tsDeclareFunction = tsDeclareFunction; exports.tSDeclareMethod = exports.tsDeclareMethod = tsDeclareMethod; exports.tSEnumDeclaration = exports.tsEnumDeclaration = tsEnumDeclaration; exports.tSEnumMember = exports.tsEnumMember = tsEnumMember; exports.tSExportAssignment = exports.tsExportAssignment = tsExportAssignment; -exports.tSExpressionWithTypeArguments = exports.tsExpressionWithTypeArguments = tsExpressionWithTypeArguments; -exports.tSExternalModuleReference = exports.tsExternalModuleReference = tsExternalModuleReference; +exports.tSExpressionWithTypeArguments = exports.tsExpressionWithTypeArguments = + tsExpressionWithTypeArguments; +exports.tSExternalModuleReference = exports.tsExternalModuleReference = + tsExternalModuleReference; exports.tSFunctionType = exports.tsFunctionType = tsFunctionType; -exports.tSImportEqualsDeclaration = exports.tsImportEqualsDeclaration = tsImportEqualsDeclaration; +exports.tSImportEqualsDeclaration = exports.tsImportEqualsDeclaration = + tsImportEqualsDeclaration; exports.tSImportType = exports.tsImportType = tsImportType; exports.tSIndexSignature = exports.tsIndexSignature = tsIndexSignature; exports.tSIndexedAccessType = exports.tsIndexedAccessType = tsIndexedAccessType; exports.tSInferType = exports.tsInferType = tsInferType; -exports.tSInstantiationExpression = exports.tsInstantiationExpression = tsInstantiationExpression; +exports.tSInstantiationExpression = exports.tsInstantiationExpression = + tsInstantiationExpression; exports.tSInterfaceBody = exports.tsInterfaceBody = tsInterfaceBody; -exports.tSInterfaceDeclaration = exports.tsInterfaceDeclaration = tsInterfaceDeclaration; +exports.tSInterfaceDeclaration = exports.tsInterfaceDeclaration = + tsInterfaceDeclaration; exports.tSIntersectionType = exports.tsIntersectionType = tsIntersectionType; exports.tSIntrinsicKeyword = exports.tsIntrinsicKeyword = tsIntrinsicKeyword; exports.tSLiteralType = exports.tsLiteralType = tsLiteralType; @@ -204,7 +212,8 @@ exports.tSMethodSignature = exports.tsMethodSignature = tsMethodSignature; exports.tSModuleBlock = exports.tsModuleBlock = tsModuleBlock; exports.tSModuleDeclaration = exports.tsModuleDeclaration = tsModuleDeclaration; exports.tSNamedTupleMember = exports.tsNamedTupleMember = tsNamedTupleMember; -exports.tSNamespaceExportDeclaration = exports.tsNamespaceExportDeclaration = tsNamespaceExportDeclaration; +exports.tSNamespaceExportDeclaration = exports.tsNamespaceExportDeclaration = + tsNamespaceExportDeclaration; exports.tSNeverKeyword = exports.tsNeverKeyword = tsNeverKeyword; exports.tSNonNullExpression = exports.tsNonNullExpression = tsNonNullExpression; exports.tSNullKeyword = exports.tsNullKeyword = tsNullKeyword; @@ -220,14 +229,17 @@ exports.tSStringKeyword = exports.tsStringKeyword = tsStringKeyword; exports.tSSymbolKeyword = exports.tsSymbolKeyword = tsSymbolKeyword; exports.tSThisType = exports.tsThisType = tsThisType; exports.tSTupleType = exports.tsTupleType = tsTupleType; -exports.tSTypeAliasDeclaration = exports.tsTypeAliasDeclaration = tsTypeAliasDeclaration; +exports.tSTypeAliasDeclaration = exports.tsTypeAliasDeclaration = + tsTypeAliasDeclaration; exports.tSTypeAnnotation = exports.tsTypeAnnotation = tsTypeAnnotation; exports.tSTypeAssertion = exports.tsTypeAssertion = tsTypeAssertion; exports.tSTypeLiteral = exports.tsTypeLiteral = tsTypeLiteral; exports.tSTypeOperator = exports.tsTypeOperator = tsTypeOperator; exports.tSTypeParameter = exports.tsTypeParameter = tsTypeParameter; -exports.tSTypeParameterDeclaration = exports.tsTypeParameterDeclaration = tsTypeParameterDeclaration; -exports.tSTypeParameterInstantiation = exports.tsTypeParameterInstantiation = tsTypeParameterInstantiation; +exports.tSTypeParameterDeclaration = exports.tsTypeParameterDeclaration = + tsTypeParameterDeclaration; +exports.tSTypeParameterInstantiation = exports.tsTypeParameterInstantiation = + tsTypeParameterInstantiation; exports.tSTypePredicate = exports.tsTypePredicate = tsTypePredicate; exports.tSTypeQuery = exports.tsTypeQuery = tsTypeQuery; exports.tSTypeReference = exports.tsTypeReference = tsTypeReference; @@ -256,556 +268,605 @@ exports.whileStatement = whileStatement; exports.withStatement = withStatement; exports.yieldExpression = yieldExpression; -var _validateNode = require("../validateNode"); +var _validateNode = require('../validateNode'); function arrayExpression(elements = []) { return (0, _validateNode.default)({ - type: "ArrayExpression", - elements + type: 'ArrayExpression', + elements, }); } function assignmentExpression(operator, left, right) { return (0, _validateNode.default)({ - type: "AssignmentExpression", + type: 'AssignmentExpression', operator, left, - right + right, }); } function binaryExpression(operator, left, right) { return (0, _validateNode.default)({ - type: "BinaryExpression", + type: 'BinaryExpression', operator, left, - right + right, }); } function interpreterDirective(value) { return (0, _validateNode.default)({ - type: "InterpreterDirective", - value + type: 'InterpreterDirective', + value, }); } function directive(value) { return (0, _validateNode.default)({ - type: "Directive", - value + type: 'Directive', + value, }); } function directiveLiteral(value) { return (0, _validateNode.default)({ - type: "DirectiveLiteral", - value + type: 'DirectiveLiteral', + value, }); } function blockStatement(body, directives = []) { return (0, _validateNode.default)({ - type: "BlockStatement", + type: 'BlockStatement', body, - directives + directives, }); } function breakStatement(label = null) { return (0, _validateNode.default)({ - type: "BreakStatement", - label + type: 'BreakStatement', + label, }); } function callExpression(callee, _arguments) { return (0, _validateNode.default)({ - type: "CallExpression", + type: 'CallExpression', callee, - arguments: _arguments + arguments: _arguments, }); } function catchClause(param = null, body) { return (0, _validateNode.default)({ - type: "CatchClause", + type: 'CatchClause', param, - body + body, }); } function conditionalExpression(test, consequent, alternate) { return (0, _validateNode.default)({ - type: "ConditionalExpression", + type: 'ConditionalExpression', test, consequent, - alternate + alternate, }); } function continueStatement(label = null) { return (0, _validateNode.default)({ - type: "ContinueStatement", - label + type: 'ContinueStatement', + label, }); } function debuggerStatement() { return { - type: "DebuggerStatement" + type: 'DebuggerStatement', }; } function doWhileStatement(test, body) { return (0, _validateNode.default)({ - type: "DoWhileStatement", + type: 'DoWhileStatement', test, - body + body, }); } function emptyStatement() { return { - type: "EmptyStatement" + type: 'EmptyStatement', }; } function expressionStatement(expression) { return (0, _validateNode.default)({ - type: "ExpressionStatement", - expression + type: 'ExpressionStatement', + expression, }); } function file(program, comments = null, tokens = null) { return (0, _validateNode.default)({ - type: "File", + type: 'File', program, comments, - tokens + tokens, }); } function forInStatement(left, right, body) { return (0, _validateNode.default)({ - type: "ForInStatement", + type: 'ForInStatement', left, right, - body + body, }); } function forStatement(init = null, test = null, update = null, body) { return (0, _validateNode.default)({ - type: "ForStatement", + type: 'ForStatement', init, test, update, - body + body, }); } -function functionDeclaration(id = null, params, body, generator = false, async = false) { +function functionDeclaration( + id = null, + params, + body, + generator = false, + async = false +) { return (0, _validateNode.default)({ - type: "FunctionDeclaration", + type: 'FunctionDeclaration', id, params, body, generator, - async + async, }); } -function functionExpression(id = null, params, body, generator = false, async = false) { +function functionExpression( + id = null, + params, + body, + generator = false, + async = false +) { return (0, _validateNode.default)({ - type: "FunctionExpression", + type: 'FunctionExpression', id, params, body, generator, - async + async, }); } function identifier(name) { return (0, _validateNode.default)({ - type: "Identifier", - name + type: 'Identifier', + name, }); } function ifStatement(test, consequent, alternate = null) { return (0, _validateNode.default)({ - type: "IfStatement", + type: 'IfStatement', test, consequent, - alternate + alternate, }); } function labeledStatement(label, body) { return (0, _validateNode.default)({ - type: "LabeledStatement", + type: 'LabeledStatement', label, - body + body, }); } function stringLiteral(value) { return (0, _validateNode.default)({ - type: "StringLiteral", - value + type: 'StringLiteral', + value, }); } function numericLiteral(value) { return (0, _validateNode.default)({ - type: "NumericLiteral", - value + type: 'NumericLiteral', + value, }); } function nullLiteral() { return { - type: "NullLiteral" + type: 'NullLiteral', }; } function booleanLiteral(value) { return (0, _validateNode.default)({ - type: "BooleanLiteral", - value + type: 'BooleanLiteral', + value, }); } -function regExpLiteral(pattern, flags = "") { +function regExpLiteral(pattern, flags = '') { return (0, _validateNode.default)({ - type: "RegExpLiteral", + type: 'RegExpLiteral', pattern, - flags + flags, }); } function logicalExpression(operator, left, right) { return (0, _validateNode.default)({ - type: "LogicalExpression", + type: 'LogicalExpression', operator, left, - right + right, }); } function memberExpression(object, property, computed = false, optional = null) { return (0, _validateNode.default)({ - type: "MemberExpression", + type: 'MemberExpression', object, property, computed, - optional + optional, }); } function newExpression(callee, _arguments) { return (0, _validateNode.default)({ - type: "NewExpression", + type: 'NewExpression', callee, - arguments: _arguments + arguments: _arguments, }); } -function program(body, directives = [], sourceType = "script", interpreter = null) { +function program( + body, + directives = [], + sourceType = 'script', + interpreter = null +) { return (0, _validateNode.default)({ - type: "Program", + type: 'Program', body, directives, sourceType, interpreter, - sourceFile: null + sourceFile: null, }); } function objectExpression(properties) { return (0, _validateNode.default)({ - type: "ObjectExpression", - properties + type: 'ObjectExpression', + properties, }); } -function objectMethod(kind = "method", key, params, body, computed = false, generator = false, async = false) { +function objectMethod( + kind = 'method', + key, + params, + body, + computed = false, + generator = false, + async = false +) { return (0, _validateNode.default)({ - type: "ObjectMethod", + type: 'ObjectMethod', kind, key, params, body, computed, generator, - async + async, }); } -function objectProperty(key, value, computed = false, shorthand = false, decorators = null) { +function objectProperty( + key, + value, + computed = false, + shorthand = false, + decorators = null +) { return (0, _validateNode.default)({ - type: "ObjectProperty", + type: 'ObjectProperty', key, value, computed, shorthand, - decorators + decorators, }); } function restElement(argument) { return (0, _validateNode.default)({ - type: "RestElement", - argument + type: 'RestElement', + argument, }); } function returnStatement(argument = null) { return (0, _validateNode.default)({ - type: "ReturnStatement", - argument + type: 'ReturnStatement', + argument, }); } function sequenceExpression(expressions) { return (0, _validateNode.default)({ - type: "SequenceExpression", - expressions + type: 'SequenceExpression', + expressions, }); } function parenthesizedExpression(expression) { return (0, _validateNode.default)({ - type: "ParenthesizedExpression", - expression + type: 'ParenthesizedExpression', + expression, }); } function switchCase(test = null, consequent) { return (0, _validateNode.default)({ - type: "SwitchCase", + type: 'SwitchCase', test, - consequent + consequent, }); } function switchStatement(discriminant, cases) { return (0, _validateNode.default)({ - type: "SwitchStatement", + type: 'SwitchStatement', discriminant, - cases + cases, }); } function thisExpression() { return { - type: "ThisExpression" + type: 'ThisExpression', }; } function throwStatement(argument) { return (0, _validateNode.default)({ - type: "ThrowStatement", - argument + type: 'ThrowStatement', + argument, }); } function tryStatement(block, handler = null, finalizer = null) { return (0, _validateNode.default)({ - type: "TryStatement", + type: 'TryStatement', block, handler, - finalizer + finalizer, }); } function unaryExpression(operator, argument, prefix = true) { return (0, _validateNode.default)({ - type: "UnaryExpression", + type: 'UnaryExpression', operator, argument, - prefix + prefix, }); } function updateExpression(operator, argument, prefix = false) { return (0, _validateNode.default)({ - type: "UpdateExpression", + type: 'UpdateExpression', operator, argument, - prefix + prefix, }); } function variableDeclaration(kind, declarations) { return (0, _validateNode.default)({ - type: "VariableDeclaration", + type: 'VariableDeclaration', kind, - declarations + declarations, }); } function variableDeclarator(id, init = null) { return (0, _validateNode.default)({ - type: "VariableDeclarator", + type: 'VariableDeclarator', id, - init + init, }); } function whileStatement(test, body) { return (0, _validateNode.default)({ - type: "WhileStatement", + type: 'WhileStatement', test, - body + body, }); } function withStatement(object, body) { return (0, _validateNode.default)({ - type: "WithStatement", + type: 'WithStatement', object, - body + body, }); } function assignmentPattern(left, right) { return (0, _validateNode.default)({ - type: "AssignmentPattern", + type: 'AssignmentPattern', left, - right + right, }); } function arrayPattern(elements) { return (0, _validateNode.default)({ - type: "ArrayPattern", - elements + type: 'ArrayPattern', + elements, }); } function arrowFunctionExpression(params, body, async = false) { return (0, _validateNode.default)({ - type: "ArrowFunctionExpression", + type: 'ArrowFunctionExpression', params, body, async, - expression: null + expression: null, }); } function classBody(body) { return (0, _validateNode.default)({ - type: "ClassBody", - body + type: 'ClassBody', + body, }); } -function classExpression(id = null, superClass = null, body, decorators = null) { +function classExpression( + id = null, + superClass = null, + body, + decorators = null +) { return (0, _validateNode.default)({ - type: "ClassExpression", + type: 'ClassExpression', id, superClass, body, - decorators + decorators, }); } function classDeclaration(id, superClass = null, body, decorators = null) { return (0, _validateNode.default)({ - type: "ClassDeclaration", + type: 'ClassDeclaration', id, superClass, body, - decorators + decorators, }); } function exportAllDeclaration(source) { return (0, _validateNode.default)({ - type: "ExportAllDeclaration", - source + type: 'ExportAllDeclaration', + source, }); } function exportDefaultDeclaration(declaration) { return (0, _validateNode.default)({ - type: "ExportDefaultDeclaration", - declaration + type: 'ExportDefaultDeclaration', + declaration, }); } -function exportNamedDeclaration(declaration = null, specifiers = [], source = null) { +function exportNamedDeclaration( + declaration = null, + specifiers = [], + source = null +) { return (0, _validateNode.default)({ - type: "ExportNamedDeclaration", + type: 'ExportNamedDeclaration', declaration, specifiers, - source + source, }); } function exportSpecifier(local, exported) { return (0, _validateNode.default)({ - type: "ExportSpecifier", + type: 'ExportSpecifier', local, - exported + exported, }); } function forOfStatement(left, right, body, _await = false) { return (0, _validateNode.default)({ - type: "ForOfStatement", + type: 'ForOfStatement', left, right, body, - await: _await + await: _await, }); } function importDeclaration(specifiers, source) { return (0, _validateNode.default)({ - type: "ImportDeclaration", + type: 'ImportDeclaration', specifiers, - source + source, }); } function importDefaultSpecifier(local) { return (0, _validateNode.default)({ - type: "ImportDefaultSpecifier", - local + type: 'ImportDefaultSpecifier', + local, }); } function importNamespaceSpecifier(local) { return (0, _validateNode.default)({ - type: "ImportNamespaceSpecifier", - local + type: 'ImportNamespaceSpecifier', + local, }); } function importSpecifier(local, imported) { return (0, _validateNode.default)({ - type: "ImportSpecifier", + type: 'ImportSpecifier', local, - imported + imported, }); } function metaProperty(meta, property) { return (0, _validateNode.default)({ - type: "MetaProperty", + type: 'MetaProperty', meta, - property + property, }); } -function classMethod(kind = "method", key, params, body, computed = false, _static = false, generator = false, async = false) { +function classMethod( + kind = 'method', + key, + params, + body, + computed = false, + _static = false, + generator = false, + async = false +) { return (0, _validateNode.default)({ - type: "ClassMethod", + type: 'ClassMethod', kind, key, params, @@ -813,445 +874,495 @@ function classMethod(kind = "method", key, params, body, computed = false, _stat computed, static: _static, generator, - async + async, }); } function objectPattern(properties) { return (0, _validateNode.default)({ - type: "ObjectPattern", - properties + type: 'ObjectPattern', + properties, }); } function spreadElement(argument) { return (0, _validateNode.default)({ - type: "SpreadElement", - argument + type: 'SpreadElement', + argument, }); } function _super() { return { - type: "Super" + type: 'Super', }; } function taggedTemplateExpression(tag, quasi) { return (0, _validateNode.default)({ - type: "TaggedTemplateExpression", + type: 'TaggedTemplateExpression', tag, - quasi + quasi, }); } function templateElement(value, tail = false) { return (0, _validateNode.default)({ - type: "TemplateElement", + type: 'TemplateElement', value, - tail + tail, }); } function templateLiteral(quasis, expressions) { return (0, _validateNode.default)({ - type: "TemplateLiteral", + type: 'TemplateLiteral', quasis, - expressions + expressions, }); } function yieldExpression(argument = null, delegate = false) { return (0, _validateNode.default)({ - type: "YieldExpression", + type: 'YieldExpression', argument, - delegate + delegate, }); } function awaitExpression(argument) { return (0, _validateNode.default)({ - type: "AwaitExpression", - argument + type: 'AwaitExpression', + argument, }); } function _import() { return { - type: "Import" + type: 'Import', }; } function bigIntLiteral(value) { return (0, _validateNode.default)({ - type: "BigIntLiteral", - value + type: 'BigIntLiteral', + value, }); } function exportNamespaceSpecifier(exported) { return (0, _validateNode.default)({ - type: "ExportNamespaceSpecifier", - exported + type: 'ExportNamespaceSpecifier', + exported, }); } -function optionalMemberExpression(object, property, computed = false, optional) { +function optionalMemberExpression( + object, + property, + computed = false, + optional +) { return (0, _validateNode.default)({ - type: "OptionalMemberExpression", + type: 'OptionalMemberExpression', object, property, computed, - optional + optional, }); } function optionalCallExpression(callee, _arguments, optional) { return (0, _validateNode.default)({ - type: "OptionalCallExpression", + type: 'OptionalCallExpression', callee, arguments: _arguments, - optional + optional, }); } -function classProperty(key, value = null, typeAnnotation = null, decorators = null, computed = false, _static = false) { +function classProperty( + key, + value = null, + typeAnnotation = null, + decorators = null, + computed = false, + _static = false +) { return (0, _validateNode.default)({ - type: "ClassProperty", + type: 'ClassProperty', key, value, typeAnnotation, decorators, computed, - static: _static + static: _static, }); } -function classAccessorProperty(key, value = null, typeAnnotation = null, decorators = null, computed = false, _static = false) { +function classAccessorProperty( + key, + value = null, + typeAnnotation = null, + decorators = null, + computed = false, + _static = false +) { return (0, _validateNode.default)({ - type: "ClassAccessorProperty", + type: 'ClassAccessorProperty', key, value, typeAnnotation, decorators, computed, - static: _static + static: _static, }); } -function classPrivateProperty(key, value = null, decorators = null, _static = false) { +function classPrivateProperty( + key, + value = null, + decorators = null, + _static = false +) { return (0, _validateNode.default)({ - type: "ClassPrivateProperty", + type: 'ClassPrivateProperty', key, value, decorators, - static: _static + static: _static, }); } -function classPrivateMethod(kind = "method", key, params, body, _static = false) { +function classPrivateMethod( + kind = 'method', + key, + params, + body, + _static = false +) { return (0, _validateNode.default)({ - type: "ClassPrivateMethod", + type: 'ClassPrivateMethod', kind, key, params, body, - static: _static + static: _static, }); } function privateName(id) { return (0, _validateNode.default)({ - type: "PrivateName", - id + type: 'PrivateName', + id, }); } function staticBlock(body) { return (0, _validateNode.default)({ - type: "StaticBlock", - body + type: 'StaticBlock', + body, }); } function anyTypeAnnotation() { return { - type: "AnyTypeAnnotation" + type: 'AnyTypeAnnotation', }; } function arrayTypeAnnotation(elementType) { return (0, _validateNode.default)({ - type: "ArrayTypeAnnotation", - elementType + type: 'ArrayTypeAnnotation', + elementType, }); } function booleanTypeAnnotation() { return { - type: "BooleanTypeAnnotation" + type: 'BooleanTypeAnnotation', }; } function booleanLiteralTypeAnnotation(value) { return (0, _validateNode.default)({ - type: "BooleanLiteralTypeAnnotation", - value + type: 'BooleanLiteralTypeAnnotation', + value, }); } function nullLiteralTypeAnnotation() { return { - type: "NullLiteralTypeAnnotation" + type: 'NullLiteralTypeAnnotation', }; } function classImplements(id, typeParameters = null) { return (0, _validateNode.default)({ - type: "ClassImplements", + type: 'ClassImplements', id, - typeParameters + typeParameters, }); } function declareClass(id, typeParameters = null, _extends = null, body) { return (0, _validateNode.default)({ - type: "DeclareClass", + type: 'DeclareClass', id, typeParameters, extends: _extends, - body + body, }); } function declareFunction(id) { return (0, _validateNode.default)({ - type: "DeclareFunction", - id + type: 'DeclareFunction', + id, }); } function declareInterface(id, typeParameters = null, _extends = null, body) { return (0, _validateNode.default)({ - type: "DeclareInterface", + type: 'DeclareInterface', id, typeParameters, extends: _extends, - body + body, }); } function declareModule(id, body, kind = null) { return (0, _validateNode.default)({ - type: "DeclareModule", + type: 'DeclareModule', id, body, - kind + kind, }); } function declareModuleExports(typeAnnotation) { return (0, _validateNode.default)({ - type: "DeclareModuleExports", - typeAnnotation + type: 'DeclareModuleExports', + typeAnnotation, }); } function declareTypeAlias(id, typeParameters = null, right) { return (0, _validateNode.default)({ - type: "DeclareTypeAlias", + type: 'DeclareTypeAlias', id, typeParameters, - right + right, }); } function declareOpaqueType(id, typeParameters = null, supertype = null) { return (0, _validateNode.default)({ - type: "DeclareOpaqueType", + type: 'DeclareOpaqueType', id, typeParameters, - supertype + supertype, }); } function declareVariable(id) { return (0, _validateNode.default)({ - type: "DeclareVariable", - id + type: 'DeclareVariable', + id, }); } -function declareExportDeclaration(declaration = null, specifiers = null, source = null) { +function declareExportDeclaration( + declaration = null, + specifiers = null, + source = null +) { return (0, _validateNode.default)({ - type: "DeclareExportDeclaration", + type: 'DeclareExportDeclaration', declaration, specifiers, - source + source, }); } function declareExportAllDeclaration(source) { return (0, _validateNode.default)({ - type: "DeclareExportAllDeclaration", - source + type: 'DeclareExportAllDeclaration', + source, }); } function declaredPredicate(value) { return (0, _validateNode.default)({ - type: "DeclaredPredicate", - value + type: 'DeclaredPredicate', + value, }); } function existsTypeAnnotation() { return { - type: "ExistsTypeAnnotation" + type: 'ExistsTypeAnnotation', }; } -function functionTypeAnnotation(typeParameters = null, params, rest = null, returnType) { +function functionTypeAnnotation( + typeParameters = null, + params, + rest = null, + returnType +) { return (0, _validateNode.default)({ - type: "FunctionTypeAnnotation", + type: 'FunctionTypeAnnotation', typeParameters, params, rest, - returnType + returnType, }); } function functionTypeParam(name = null, typeAnnotation) { return (0, _validateNode.default)({ - type: "FunctionTypeParam", + type: 'FunctionTypeParam', name, - typeAnnotation + typeAnnotation, }); } function genericTypeAnnotation(id, typeParameters = null) { return (0, _validateNode.default)({ - type: "GenericTypeAnnotation", + type: 'GenericTypeAnnotation', id, - typeParameters + typeParameters, }); } function inferredPredicate() { return { - type: "InferredPredicate" + type: 'InferredPredicate', }; } function interfaceExtends(id, typeParameters = null) { return (0, _validateNode.default)({ - type: "InterfaceExtends", + type: 'InterfaceExtends', id, - typeParameters + typeParameters, }); } -function interfaceDeclaration(id, typeParameters = null, _extends = null, body) { +function interfaceDeclaration( + id, + typeParameters = null, + _extends = null, + body +) { return (0, _validateNode.default)({ - type: "InterfaceDeclaration", + type: 'InterfaceDeclaration', id, typeParameters, extends: _extends, - body + body, }); } function interfaceTypeAnnotation(_extends = null, body) { return (0, _validateNode.default)({ - type: "InterfaceTypeAnnotation", + type: 'InterfaceTypeAnnotation', extends: _extends, - body + body, }); } function intersectionTypeAnnotation(types) { return (0, _validateNode.default)({ - type: "IntersectionTypeAnnotation", - types + type: 'IntersectionTypeAnnotation', + types, }); } function mixedTypeAnnotation() { return { - type: "MixedTypeAnnotation" + type: 'MixedTypeAnnotation', }; } function emptyTypeAnnotation() { return { - type: "EmptyTypeAnnotation" + type: 'EmptyTypeAnnotation', }; } function nullableTypeAnnotation(typeAnnotation) { return (0, _validateNode.default)({ - type: "NullableTypeAnnotation", - typeAnnotation + type: 'NullableTypeAnnotation', + typeAnnotation, }); } function numberLiteralTypeAnnotation(value) { return (0, _validateNode.default)({ - type: "NumberLiteralTypeAnnotation", - value + type: 'NumberLiteralTypeAnnotation', + value, }); } function numberTypeAnnotation() { return { - type: "NumberTypeAnnotation" + type: 'NumberTypeAnnotation', }; } -function objectTypeAnnotation(properties, indexers = [], callProperties = [], internalSlots = [], exact = false) { +function objectTypeAnnotation( + properties, + indexers = [], + callProperties = [], + internalSlots = [], + exact = false +) { return (0, _validateNode.default)({ - type: "ObjectTypeAnnotation", + type: 'ObjectTypeAnnotation', properties, indexers, callProperties, internalSlots, - exact + exact, }); } function objectTypeInternalSlot(id, value, optional, _static, method) { return (0, _validateNode.default)({ - type: "ObjectTypeInternalSlot", + type: 'ObjectTypeInternalSlot', id, value, optional, static: _static, - method + method, }); } function objectTypeCallProperty(value) { return (0, _validateNode.default)({ - type: "ObjectTypeCallProperty", + type: 'ObjectTypeCallProperty', value, - static: null + static: null, }); } function objectTypeIndexer(id = null, key, value, variance = null) { return (0, _validateNode.default)({ - type: "ObjectTypeIndexer", + type: 'ObjectTypeIndexer', id, key, value, variance, - static: null + static: null, }); } function objectTypeProperty(key, value, variance = null) { return (0, _validateNode.default)({ - type: "ObjectTypeProperty", + type: 'ObjectTypeProperty', key, value, variance, @@ -1259,970 +1370,1016 @@ function objectTypeProperty(key, value, variance = null) { method: null, optional: null, proto: null, - static: null + static: null, }); } function objectTypeSpreadProperty(argument) { return (0, _validateNode.default)({ - type: "ObjectTypeSpreadProperty", - argument + type: 'ObjectTypeSpreadProperty', + argument, }); } function opaqueType(id, typeParameters = null, supertype = null, impltype) { return (0, _validateNode.default)({ - type: "OpaqueType", + type: 'OpaqueType', id, typeParameters, supertype, - impltype + impltype, }); } function qualifiedTypeIdentifier(id, qualification) { return (0, _validateNode.default)({ - type: "QualifiedTypeIdentifier", + type: 'QualifiedTypeIdentifier', id, - qualification + qualification, }); } function stringLiteralTypeAnnotation(value) { return (0, _validateNode.default)({ - type: "StringLiteralTypeAnnotation", - value + type: 'StringLiteralTypeAnnotation', + value, }); } function stringTypeAnnotation() { return { - type: "StringTypeAnnotation" + type: 'StringTypeAnnotation', }; } function symbolTypeAnnotation() { return { - type: "SymbolTypeAnnotation" + type: 'SymbolTypeAnnotation', }; } function thisTypeAnnotation() { return { - type: "ThisTypeAnnotation" + type: 'ThisTypeAnnotation', }; } function tupleTypeAnnotation(types) { return (0, _validateNode.default)({ - type: "TupleTypeAnnotation", - types + type: 'TupleTypeAnnotation', + types, }); } function typeofTypeAnnotation(argument) { return (0, _validateNode.default)({ - type: "TypeofTypeAnnotation", - argument + type: 'TypeofTypeAnnotation', + argument, }); } function typeAlias(id, typeParameters = null, right) { return (0, _validateNode.default)({ - type: "TypeAlias", + type: 'TypeAlias', id, typeParameters, - right + right, }); } function typeAnnotation(typeAnnotation) { return (0, _validateNode.default)({ - type: "TypeAnnotation", - typeAnnotation + type: 'TypeAnnotation', + typeAnnotation, }); } function typeCastExpression(expression, typeAnnotation) { return (0, _validateNode.default)({ - type: "TypeCastExpression", + type: 'TypeCastExpression', expression, - typeAnnotation + typeAnnotation, }); } function typeParameter(bound = null, _default = null, variance = null) { return (0, _validateNode.default)({ - type: "TypeParameter", + type: 'TypeParameter', bound, default: _default, variance, - name: null + name: null, }); } function typeParameterDeclaration(params) { return (0, _validateNode.default)({ - type: "TypeParameterDeclaration", - params + type: 'TypeParameterDeclaration', + params, }); } function typeParameterInstantiation(params) { return (0, _validateNode.default)({ - type: "TypeParameterInstantiation", - params + type: 'TypeParameterInstantiation', + params, }); } function unionTypeAnnotation(types) { return (0, _validateNode.default)({ - type: "UnionTypeAnnotation", - types + type: 'UnionTypeAnnotation', + types, }); } function variance(kind) { return (0, _validateNode.default)({ - type: "Variance", - kind + type: 'Variance', + kind, }); } function voidTypeAnnotation() { return { - type: "VoidTypeAnnotation" + type: 'VoidTypeAnnotation', }; } function enumDeclaration(id, body) { return (0, _validateNode.default)({ - type: "EnumDeclaration", + type: 'EnumDeclaration', id, - body + body, }); } function enumBooleanBody(members) { return (0, _validateNode.default)({ - type: "EnumBooleanBody", + type: 'EnumBooleanBody', members, explicitType: null, - hasUnknownMembers: null + hasUnknownMembers: null, }); } function enumNumberBody(members) { return (0, _validateNode.default)({ - type: "EnumNumberBody", + type: 'EnumNumberBody', members, explicitType: null, - hasUnknownMembers: null + hasUnknownMembers: null, }); } function enumStringBody(members) { return (0, _validateNode.default)({ - type: "EnumStringBody", + type: 'EnumStringBody', members, explicitType: null, - hasUnknownMembers: null + hasUnknownMembers: null, }); } function enumSymbolBody(members) { return (0, _validateNode.default)({ - type: "EnumSymbolBody", + type: 'EnumSymbolBody', members, - hasUnknownMembers: null + hasUnknownMembers: null, }); } function enumBooleanMember(id) { return (0, _validateNode.default)({ - type: "EnumBooleanMember", + type: 'EnumBooleanMember', id, - init: null + init: null, }); } function enumNumberMember(id, init) { return (0, _validateNode.default)({ - type: "EnumNumberMember", + type: 'EnumNumberMember', id, - init + init, }); } function enumStringMember(id, init) { return (0, _validateNode.default)({ - type: "EnumStringMember", + type: 'EnumStringMember', id, - init + init, }); } function enumDefaultedMember(id) { return (0, _validateNode.default)({ - type: "EnumDefaultedMember", - id + type: 'EnumDefaultedMember', + id, }); } function indexedAccessType(objectType, indexType) { return (0, _validateNode.default)({ - type: "IndexedAccessType", + type: 'IndexedAccessType', objectType, - indexType + indexType, }); } function optionalIndexedAccessType(objectType, indexType) { return (0, _validateNode.default)({ - type: "OptionalIndexedAccessType", + type: 'OptionalIndexedAccessType', objectType, indexType, - optional: null + optional: null, }); } function jsxAttribute(name, value = null) { return (0, _validateNode.default)({ - type: "JSXAttribute", + type: 'JSXAttribute', name, - value + value, }); } function jsxClosingElement(name) { return (0, _validateNode.default)({ - type: "JSXClosingElement", - name + type: 'JSXClosingElement', + name, }); } -function jsxElement(openingElement, closingElement = null, children, selfClosing = null) { +function jsxElement( + openingElement, + closingElement = null, + children, + selfClosing = null +) { return (0, _validateNode.default)({ - type: "JSXElement", + type: 'JSXElement', openingElement, closingElement, children, - selfClosing + selfClosing, }); } function jsxEmptyExpression() { return { - type: "JSXEmptyExpression" + type: 'JSXEmptyExpression', }; } function jsxExpressionContainer(expression) { return (0, _validateNode.default)({ - type: "JSXExpressionContainer", - expression + type: 'JSXExpressionContainer', + expression, }); } function jsxSpreadChild(expression) { return (0, _validateNode.default)({ - type: "JSXSpreadChild", - expression + type: 'JSXSpreadChild', + expression, }); } function jsxIdentifier(name) { return (0, _validateNode.default)({ - type: "JSXIdentifier", - name + type: 'JSXIdentifier', + name, }); } function jsxMemberExpression(object, property) { return (0, _validateNode.default)({ - type: "JSXMemberExpression", + type: 'JSXMemberExpression', object, - property + property, }); } function jsxNamespacedName(namespace, name) { return (0, _validateNode.default)({ - type: "JSXNamespacedName", + type: 'JSXNamespacedName', namespace, - name + name, }); } function jsxOpeningElement(name, attributes, selfClosing = false) { return (0, _validateNode.default)({ - type: "JSXOpeningElement", + type: 'JSXOpeningElement', name, attributes, - selfClosing + selfClosing, }); } function jsxSpreadAttribute(argument) { return (0, _validateNode.default)({ - type: "JSXSpreadAttribute", - argument + type: 'JSXSpreadAttribute', + argument, }); } function jsxText(value) { return (0, _validateNode.default)({ - type: "JSXText", - value + type: 'JSXText', + value, }); } function jsxFragment(openingFragment, closingFragment, children) { return (0, _validateNode.default)({ - type: "JSXFragment", + type: 'JSXFragment', openingFragment, closingFragment, - children + children, }); } function jsxOpeningFragment() { return { - type: "JSXOpeningFragment" + type: 'JSXOpeningFragment', }; } function jsxClosingFragment() { return { - type: "JSXClosingFragment" + type: 'JSXClosingFragment', }; } function noop() { return { - type: "Noop" + type: 'Noop', }; } function placeholder(expectedNode, name) { return (0, _validateNode.default)({ - type: "Placeholder", + type: 'Placeholder', expectedNode, - name + name, }); } function v8IntrinsicIdentifier(name) { return (0, _validateNode.default)({ - type: "V8IntrinsicIdentifier", - name + type: 'V8IntrinsicIdentifier', + name, }); } function argumentPlaceholder() { return { - type: "ArgumentPlaceholder" + type: 'ArgumentPlaceholder', }; } function bindExpression(object, callee) { return (0, _validateNode.default)({ - type: "BindExpression", + type: 'BindExpression', object, - callee + callee, }); } function importAttribute(key, value) { return (0, _validateNode.default)({ - type: "ImportAttribute", + type: 'ImportAttribute', key, - value + value, }); } function decorator(expression) { return (0, _validateNode.default)({ - type: "Decorator", - expression + type: 'Decorator', + expression, }); } function doExpression(body, async = false) { return (0, _validateNode.default)({ - type: "DoExpression", + type: 'DoExpression', body, - async + async, }); } function exportDefaultSpecifier(exported) { return (0, _validateNode.default)({ - type: "ExportDefaultSpecifier", - exported + type: 'ExportDefaultSpecifier', + exported, }); } function recordExpression(properties) { return (0, _validateNode.default)({ - type: "RecordExpression", - properties + type: 'RecordExpression', + properties, }); } function tupleExpression(elements = []) { return (0, _validateNode.default)({ - type: "TupleExpression", - elements + type: 'TupleExpression', + elements, }); } function decimalLiteral(value) { return (0, _validateNode.default)({ - type: "DecimalLiteral", - value + type: 'DecimalLiteral', + value, }); } function moduleExpression(body) { return (0, _validateNode.default)({ - type: "ModuleExpression", - body + type: 'ModuleExpression', + body, }); } function topicReference() { return { - type: "TopicReference" + type: 'TopicReference', }; } function pipelineTopicExpression(expression) { return (0, _validateNode.default)({ - type: "PipelineTopicExpression", - expression + type: 'PipelineTopicExpression', + expression, }); } function pipelineBareFunction(callee) { return (0, _validateNode.default)({ - type: "PipelineBareFunction", - callee + type: 'PipelineBareFunction', + callee, }); } function pipelinePrimaryTopicReference() { return { - type: "PipelinePrimaryTopicReference" + type: 'PipelinePrimaryTopicReference', }; } function tsParameterProperty(parameter) { return (0, _validateNode.default)({ - type: "TSParameterProperty", - parameter + type: 'TSParameterProperty', + parameter, }); } -function tsDeclareFunction(id = null, typeParameters = null, params, returnType = null) { +function tsDeclareFunction( + id = null, + typeParameters = null, + params, + returnType = null +) { return (0, _validateNode.default)({ - type: "TSDeclareFunction", + type: 'TSDeclareFunction', id, typeParameters, params, - returnType + returnType, }); } -function tsDeclareMethod(decorators = null, key, typeParameters = null, params, returnType = null) { +function tsDeclareMethod( + decorators = null, + key, + typeParameters = null, + params, + returnType = null +) { return (0, _validateNode.default)({ - type: "TSDeclareMethod", + type: 'TSDeclareMethod', decorators, key, typeParameters, params, - returnType + returnType, }); } function tsQualifiedName(left, right) { return (0, _validateNode.default)({ - type: "TSQualifiedName", + type: 'TSQualifiedName', left, - right + right, }); } -function tsCallSignatureDeclaration(typeParameters = null, parameters, typeAnnotation = null) { +function tsCallSignatureDeclaration( + typeParameters = null, + parameters, + typeAnnotation = null +) { return (0, _validateNode.default)({ - type: "TSCallSignatureDeclaration", + type: 'TSCallSignatureDeclaration', typeParameters, parameters, - typeAnnotation + typeAnnotation, }); } -function tsConstructSignatureDeclaration(typeParameters = null, parameters, typeAnnotation = null) { +function tsConstructSignatureDeclaration( + typeParameters = null, + parameters, + typeAnnotation = null +) { return (0, _validateNode.default)({ - type: "TSConstructSignatureDeclaration", + type: 'TSConstructSignatureDeclaration', typeParameters, parameters, - typeAnnotation + typeAnnotation, }); } function tsPropertySignature(key, typeAnnotation = null, initializer = null) { return (0, _validateNode.default)({ - type: "TSPropertySignature", + type: 'TSPropertySignature', key, typeAnnotation, initializer, - kind: null + kind: null, }); } -function tsMethodSignature(key, typeParameters = null, parameters, typeAnnotation = null) { +function tsMethodSignature( + key, + typeParameters = null, + parameters, + typeAnnotation = null +) { return (0, _validateNode.default)({ - type: "TSMethodSignature", + type: 'TSMethodSignature', key, typeParameters, parameters, typeAnnotation, - kind: null + kind: null, }); } function tsIndexSignature(parameters, typeAnnotation = null) { return (0, _validateNode.default)({ - type: "TSIndexSignature", + type: 'TSIndexSignature', parameters, - typeAnnotation + typeAnnotation, }); } function tsAnyKeyword() { return { - type: "TSAnyKeyword" + type: 'TSAnyKeyword', }; } function tsBooleanKeyword() { return { - type: "TSBooleanKeyword" + type: 'TSBooleanKeyword', }; } function tsBigIntKeyword() { return { - type: "TSBigIntKeyword" + type: 'TSBigIntKeyword', }; } function tsIntrinsicKeyword() { return { - type: "TSIntrinsicKeyword" + type: 'TSIntrinsicKeyword', }; } function tsNeverKeyword() { return { - type: "TSNeverKeyword" + type: 'TSNeverKeyword', }; } function tsNullKeyword() { return { - type: "TSNullKeyword" + type: 'TSNullKeyword', }; } function tsNumberKeyword() { return { - type: "TSNumberKeyword" + type: 'TSNumberKeyword', }; } function tsObjectKeyword() { return { - type: "TSObjectKeyword" + type: 'TSObjectKeyword', }; } function tsStringKeyword() { return { - type: "TSStringKeyword" + type: 'TSStringKeyword', }; } function tsSymbolKeyword() { return { - type: "TSSymbolKeyword" + type: 'TSSymbolKeyword', }; } function tsUndefinedKeyword() { return { - type: "TSUndefinedKeyword" + type: 'TSUndefinedKeyword', }; } function tsUnknownKeyword() { return { - type: "TSUnknownKeyword" + type: 'TSUnknownKeyword', }; } function tsVoidKeyword() { return { - type: "TSVoidKeyword" + type: 'TSVoidKeyword', }; } function tsThisType() { return { - type: "TSThisType" + type: 'TSThisType', }; } -function tsFunctionType(typeParameters = null, parameters, typeAnnotation = null) { +function tsFunctionType( + typeParameters = null, + parameters, + typeAnnotation = null +) { return (0, _validateNode.default)({ - type: "TSFunctionType", + type: 'TSFunctionType', typeParameters, parameters, - typeAnnotation + typeAnnotation, }); } -function tsConstructorType(typeParameters = null, parameters, typeAnnotation = null) { +function tsConstructorType( + typeParameters = null, + parameters, + typeAnnotation = null +) { return (0, _validateNode.default)({ - type: "TSConstructorType", + type: 'TSConstructorType', typeParameters, parameters, - typeAnnotation + typeAnnotation, }); } function tsTypeReference(typeName, typeParameters = null) { return (0, _validateNode.default)({ - type: "TSTypeReference", + type: 'TSTypeReference', typeName, - typeParameters + typeParameters, }); } function tsTypePredicate(parameterName, typeAnnotation = null, asserts = null) { return (0, _validateNode.default)({ - type: "TSTypePredicate", + type: 'TSTypePredicate', parameterName, typeAnnotation, - asserts + asserts, }); } function tsTypeQuery(exprName, typeParameters = null) { return (0, _validateNode.default)({ - type: "TSTypeQuery", + type: 'TSTypeQuery', exprName, - typeParameters + typeParameters, }); } function tsTypeLiteral(members) { return (0, _validateNode.default)({ - type: "TSTypeLiteral", - members + type: 'TSTypeLiteral', + members, }); } function tsArrayType(elementType) { return (0, _validateNode.default)({ - type: "TSArrayType", - elementType + type: 'TSArrayType', + elementType, }); } function tsTupleType(elementTypes) { return (0, _validateNode.default)({ - type: "TSTupleType", - elementTypes + type: 'TSTupleType', + elementTypes, }); } function tsOptionalType(typeAnnotation) { return (0, _validateNode.default)({ - type: "TSOptionalType", - typeAnnotation + type: 'TSOptionalType', + typeAnnotation, }); } function tsRestType(typeAnnotation) { return (0, _validateNode.default)({ - type: "TSRestType", - typeAnnotation + type: 'TSRestType', + typeAnnotation, }); } function tsNamedTupleMember(label, elementType, optional = false) { return (0, _validateNode.default)({ - type: "TSNamedTupleMember", + type: 'TSNamedTupleMember', label, elementType, - optional + optional, }); } function tsUnionType(types) { return (0, _validateNode.default)({ - type: "TSUnionType", - types + type: 'TSUnionType', + types, }); } function tsIntersectionType(types) { return (0, _validateNode.default)({ - type: "TSIntersectionType", - types + type: 'TSIntersectionType', + types, }); } function tsConditionalType(checkType, extendsType, trueType, falseType) { return (0, _validateNode.default)({ - type: "TSConditionalType", + type: 'TSConditionalType', checkType, extendsType, trueType, - falseType + falseType, }); } function tsInferType(typeParameter) { return (0, _validateNode.default)({ - type: "TSInferType", - typeParameter + type: 'TSInferType', + typeParameter, }); } function tsParenthesizedType(typeAnnotation) { return (0, _validateNode.default)({ - type: "TSParenthesizedType", - typeAnnotation + type: 'TSParenthesizedType', + typeAnnotation, }); } function tsTypeOperator(typeAnnotation) { return (0, _validateNode.default)({ - type: "TSTypeOperator", + type: 'TSTypeOperator', typeAnnotation, - operator: null + operator: null, }); } function tsIndexedAccessType(objectType, indexType) { return (0, _validateNode.default)({ - type: "TSIndexedAccessType", + type: 'TSIndexedAccessType', objectType, - indexType + indexType, }); } function tsMappedType(typeParameter, typeAnnotation = null, nameType = null) { return (0, _validateNode.default)({ - type: "TSMappedType", + type: 'TSMappedType', typeParameter, typeAnnotation, - nameType + nameType, }); } function tsLiteralType(literal) { return (0, _validateNode.default)({ - type: "TSLiteralType", - literal + type: 'TSLiteralType', + literal, }); } function tsExpressionWithTypeArguments(expression, typeParameters = null) { return (0, _validateNode.default)({ - type: "TSExpressionWithTypeArguments", + type: 'TSExpressionWithTypeArguments', expression, - typeParameters + typeParameters, }); } -function tsInterfaceDeclaration(id, typeParameters = null, _extends = null, body) { +function tsInterfaceDeclaration( + id, + typeParameters = null, + _extends = null, + body +) { return (0, _validateNode.default)({ - type: "TSInterfaceDeclaration", + type: 'TSInterfaceDeclaration', id, typeParameters, extends: _extends, - body + body, }); } function tsInterfaceBody(body) { return (0, _validateNode.default)({ - type: "TSInterfaceBody", - body + type: 'TSInterfaceBody', + body, }); } function tsTypeAliasDeclaration(id, typeParameters = null, typeAnnotation) { return (0, _validateNode.default)({ - type: "TSTypeAliasDeclaration", + type: 'TSTypeAliasDeclaration', id, typeParameters, - typeAnnotation + typeAnnotation, }); } function tsInstantiationExpression(expression, typeParameters = null) { return (0, _validateNode.default)({ - type: "TSInstantiationExpression", + type: 'TSInstantiationExpression', expression, - typeParameters + typeParameters, }); } function tsAsExpression(expression, typeAnnotation) { return (0, _validateNode.default)({ - type: "TSAsExpression", + type: 'TSAsExpression', expression, - typeAnnotation + typeAnnotation, }); } function tsTypeAssertion(typeAnnotation, expression) { return (0, _validateNode.default)({ - type: "TSTypeAssertion", + type: 'TSTypeAssertion', typeAnnotation, - expression + expression, }); } function tsEnumDeclaration(id, members) { return (0, _validateNode.default)({ - type: "TSEnumDeclaration", + type: 'TSEnumDeclaration', id, - members + members, }); } function tsEnumMember(id, initializer = null) { return (0, _validateNode.default)({ - type: "TSEnumMember", + type: 'TSEnumMember', id, - initializer + initializer, }); } function tsModuleDeclaration(id, body) { return (0, _validateNode.default)({ - type: "TSModuleDeclaration", + type: 'TSModuleDeclaration', id, - body + body, }); } function tsModuleBlock(body) { return (0, _validateNode.default)({ - type: "TSModuleBlock", - body + type: 'TSModuleBlock', + body, }); } function tsImportType(argument, qualifier = null, typeParameters = null) { return (0, _validateNode.default)({ - type: "TSImportType", + type: 'TSImportType', argument, qualifier, - typeParameters + typeParameters, }); } function tsImportEqualsDeclaration(id, moduleReference) { return (0, _validateNode.default)({ - type: "TSImportEqualsDeclaration", + type: 'TSImportEqualsDeclaration', id, moduleReference, - isExport: null + isExport: null, }); } function tsExternalModuleReference(expression) { return (0, _validateNode.default)({ - type: "TSExternalModuleReference", - expression + type: 'TSExternalModuleReference', + expression, }); } function tsNonNullExpression(expression) { return (0, _validateNode.default)({ - type: "TSNonNullExpression", - expression + type: 'TSNonNullExpression', + expression, }); } function tsExportAssignment(expression) { return (0, _validateNode.default)({ - type: "TSExportAssignment", - expression + type: 'TSExportAssignment', + expression, }); } function tsNamespaceExportDeclaration(id) { return (0, _validateNode.default)({ - type: "TSNamespaceExportDeclaration", - id + type: 'TSNamespaceExportDeclaration', + id, }); } function tsTypeAnnotation(typeAnnotation) { return (0, _validateNode.default)({ - type: "TSTypeAnnotation", - typeAnnotation + type: 'TSTypeAnnotation', + typeAnnotation, }); } function tsTypeParameterInstantiation(params) { return (0, _validateNode.default)({ - type: "TSTypeParameterInstantiation", - params + type: 'TSTypeParameterInstantiation', + params, }); } function tsTypeParameterDeclaration(params) { return (0, _validateNode.default)({ - type: "TSTypeParameterDeclaration", - params + type: 'TSTypeParameterDeclaration', + params, }); } function tsTypeParameter(constraint = null, _default = null, name) { return (0, _validateNode.default)({ - type: "TSTypeParameter", + type: 'TSTypeParameter', constraint, default: _default, - name + name, }); } function NumberLiteral(value) { - console.trace("The node type NumberLiteral has been renamed to NumericLiteral"); + console.trace( + 'The node type NumberLiteral has been renamed to NumericLiteral' + ); return numericLiteral(value); } -function RegexLiteral(pattern, flags = "") { - console.trace("The node type RegexLiteral has been renamed to RegExpLiteral"); +function RegexLiteral(pattern, flags = '') { + console.trace('The node type RegexLiteral has been renamed to RegExpLiteral'); return regExpLiteral(pattern, flags); } function RestProperty(argument) { - console.trace("The node type RestProperty has been renamed to RestElement"); + console.trace('The node type RestProperty has been renamed to RestElement'); return restElement(argument); } function SpreadProperty(argument) { - console.trace("The node type SpreadProperty has been renamed to SpreadElement"); + console.trace( + 'The node type SpreadProperty has been renamed to SpreadElement' + ); return spreadElement(argument); } diff --git a/node_modules/@babel/types/lib/builders/generated/uppercase.js b/node_modules/@babel/types/lib/builders/generated/uppercase.js index 9a91ac3..50a2fe0 100644 --- a/node_modules/@babel/types/lib/builders/generated/uppercase.js +++ b/node_modules/@babel/types/lib/builders/generated/uppercase.js @@ -1,1521 +1,1521 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); -Object.defineProperty(exports, "AnyTypeAnnotation", { +Object.defineProperty(exports, 'AnyTypeAnnotation', { enumerable: true, get: function () { return _index.anyTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "ArgumentPlaceholder", { +Object.defineProperty(exports, 'ArgumentPlaceholder', { enumerable: true, get: function () { return _index.argumentPlaceholder; - } + }, }); -Object.defineProperty(exports, "ArrayExpression", { +Object.defineProperty(exports, 'ArrayExpression', { enumerable: true, get: function () { return _index.arrayExpression; - } + }, }); -Object.defineProperty(exports, "ArrayPattern", { +Object.defineProperty(exports, 'ArrayPattern', { enumerable: true, get: function () { return _index.arrayPattern; - } + }, }); -Object.defineProperty(exports, "ArrayTypeAnnotation", { +Object.defineProperty(exports, 'ArrayTypeAnnotation', { enumerable: true, get: function () { return _index.arrayTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "ArrowFunctionExpression", { +Object.defineProperty(exports, 'ArrowFunctionExpression', { enumerable: true, get: function () { return _index.arrowFunctionExpression; - } + }, }); -Object.defineProperty(exports, "AssignmentExpression", { +Object.defineProperty(exports, 'AssignmentExpression', { enumerable: true, get: function () { return _index.assignmentExpression; - } + }, }); -Object.defineProperty(exports, "AssignmentPattern", { +Object.defineProperty(exports, 'AssignmentPattern', { enumerable: true, get: function () { return _index.assignmentPattern; - } + }, }); -Object.defineProperty(exports, "AwaitExpression", { +Object.defineProperty(exports, 'AwaitExpression', { enumerable: true, get: function () { return _index.awaitExpression; - } + }, }); -Object.defineProperty(exports, "BigIntLiteral", { +Object.defineProperty(exports, 'BigIntLiteral', { enumerable: true, get: function () { return _index.bigIntLiteral; - } + }, }); -Object.defineProperty(exports, "BinaryExpression", { +Object.defineProperty(exports, 'BinaryExpression', { enumerable: true, get: function () { return _index.binaryExpression; - } + }, }); -Object.defineProperty(exports, "BindExpression", { +Object.defineProperty(exports, 'BindExpression', { enumerable: true, get: function () { return _index.bindExpression; - } + }, }); -Object.defineProperty(exports, "BlockStatement", { +Object.defineProperty(exports, 'BlockStatement', { enumerable: true, get: function () { return _index.blockStatement; - } + }, }); -Object.defineProperty(exports, "BooleanLiteral", { +Object.defineProperty(exports, 'BooleanLiteral', { enumerable: true, get: function () { return _index.booleanLiteral; - } + }, }); -Object.defineProperty(exports, "BooleanLiteralTypeAnnotation", { +Object.defineProperty(exports, 'BooleanLiteralTypeAnnotation', { enumerable: true, get: function () { return _index.booleanLiteralTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "BooleanTypeAnnotation", { +Object.defineProperty(exports, 'BooleanTypeAnnotation', { enumerable: true, get: function () { return _index.booleanTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "BreakStatement", { +Object.defineProperty(exports, 'BreakStatement', { enumerable: true, get: function () { return _index.breakStatement; - } + }, }); -Object.defineProperty(exports, "CallExpression", { +Object.defineProperty(exports, 'CallExpression', { enumerable: true, get: function () { return _index.callExpression; - } + }, }); -Object.defineProperty(exports, "CatchClause", { +Object.defineProperty(exports, 'CatchClause', { enumerable: true, get: function () { return _index.catchClause; - } + }, }); -Object.defineProperty(exports, "ClassAccessorProperty", { +Object.defineProperty(exports, 'ClassAccessorProperty', { enumerable: true, get: function () { return _index.classAccessorProperty; - } + }, }); -Object.defineProperty(exports, "ClassBody", { +Object.defineProperty(exports, 'ClassBody', { enumerable: true, get: function () { return _index.classBody; - } + }, }); -Object.defineProperty(exports, "ClassDeclaration", { +Object.defineProperty(exports, 'ClassDeclaration', { enumerable: true, get: function () { return _index.classDeclaration; - } + }, }); -Object.defineProperty(exports, "ClassExpression", { +Object.defineProperty(exports, 'ClassExpression', { enumerable: true, get: function () { return _index.classExpression; - } + }, }); -Object.defineProperty(exports, "ClassImplements", { +Object.defineProperty(exports, 'ClassImplements', { enumerable: true, get: function () { return _index.classImplements; - } + }, }); -Object.defineProperty(exports, "ClassMethod", { +Object.defineProperty(exports, 'ClassMethod', { enumerable: true, get: function () { return _index.classMethod; - } + }, }); -Object.defineProperty(exports, "ClassPrivateMethod", { +Object.defineProperty(exports, 'ClassPrivateMethod', { enumerable: true, get: function () { return _index.classPrivateMethod; - } + }, }); -Object.defineProperty(exports, "ClassPrivateProperty", { +Object.defineProperty(exports, 'ClassPrivateProperty', { enumerable: true, get: function () { return _index.classPrivateProperty; - } + }, }); -Object.defineProperty(exports, "ClassProperty", { +Object.defineProperty(exports, 'ClassProperty', { enumerable: true, get: function () { return _index.classProperty; - } + }, }); -Object.defineProperty(exports, "ConditionalExpression", { +Object.defineProperty(exports, 'ConditionalExpression', { enumerable: true, get: function () { return _index.conditionalExpression; - } + }, }); -Object.defineProperty(exports, "ContinueStatement", { +Object.defineProperty(exports, 'ContinueStatement', { enumerable: true, get: function () { return _index.continueStatement; - } + }, }); -Object.defineProperty(exports, "DebuggerStatement", { +Object.defineProperty(exports, 'DebuggerStatement', { enumerable: true, get: function () { return _index.debuggerStatement; - } + }, }); -Object.defineProperty(exports, "DecimalLiteral", { +Object.defineProperty(exports, 'DecimalLiteral', { enumerable: true, get: function () { return _index.decimalLiteral; - } + }, }); -Object.defineProperty(exports, "DeclareClass", { +Object.defineProperty(exports, 'DeclareClass', { enumerable: true, get: function () { return _index.declareClass; - } + }, }); -Object.defineProperty(exports, "DeclareExportAllDeclaration", { +Object.defineProperty(exports, 'DeclareExportAllDeclaration', { enumerable: true, get: function () { return _index.declareExportAllDeclaration; - } + }, }); -Object.defineProperty(exports, "DeclareExportDeclaration", { +Object.defineProperty(exports, 'DeclareExportDeclaration', { enumerable: true, get: function () { return _index.declareExportDeclaration; - } + }, }); -Object.defineProperty(exports, "DeclareFunction", { +Object.defineProperty(exports, 'DeclareFunction', { enumerable: true, get: function () { return _index.declareFunction; - } + }, }); -Object.defineProperty(exports, "DeclareInterface", { +Object.defineProperty(exports, 'DeclareInterface', { enumerable: true, get: function () { return _index.declareInterface; - } + }, }); -Object.defineProperty(exports, "DeclareModule", { +Object.defineProperty(exports, 'DeclareModule', { enumerable: true, get: function () { return _index.declareModule; - } + }, }); -Object.defineProperty(exports, "DeclareModuleExports", { +Object.defineProperty(exports, 'DeclareModuleExports', { enumerable: true, get: function () { return _index.declareModuleExports; - } + }, }); -Object.defineProperty(exports, "DeclareOpaqueType", { +Object.defineProperty(exports, 'DeclareOpaqueType', { enumerable: true, get: function () { return _index.declareOpaqueType; - } + }, }); -Object.defineProperty(exports, "DeclareTypeAlias", { +Object.defineProperty(exports, 'DeclareTypeAlias', { enumerable: true, get: function () { return _index.declareTypeAlias; - } + }, }); -Object.defineProperty(exports, "DeclareVariable", { +Object.defineProperty(exports, 'DeclareVariable', { enumerable: true, get: function () { return _index.declareVariable; - } + }, }); -Object.defineProperty(exports, "DeclaredPredicate", { +Object.defineProperty(exports, 'DeclaredPredicate', { enumerable: true, get: function () { return _index.declaredPredicate; - } + }, }); -Object.defineProperty(exports, "Decorator", { +Object.defineProperty(exports, 'Decorator', { enumerable: true, get: function () { return _index.decorator; - } + }, }); -Object.defineProperty(exports, "Directive", { +Object.defineProperty(exports, 'Directive', { enumerable: true, get: function () { return _index.directive; - } + }, }); -Object.defineProperty(exports, "DirectiveLiteral", { +Object.defineProperty(exports, 'DirectiveLiteral', { enumerable: true, get: function () { return _index.directiveLiteral; - } + }, }); -Object.defineProperty(exports, "DoExpression", { +Object.defineProperty(exports, 'DoExpression', { enumerable: true, get: function () { return _index.doExpression; - } + }, }); -Object.defineProperty(exports, "DoWhileStatement", { +Object.defineProperty(exports, 'DoWhileStatement', { enumerable: true, get: function () { return _index.doWhileStatement; - } + }, }); -Object.defineProperty(exports, "EmptyStatement", { +Object.defineProperty(exports, 'EmptyStatement', { enumerable: true, get: function () { return _index.emptyStatement; - } + }, }); -Object.defineProperty(exports, "EmptyTypeAnnotation", { +Object.defineProperty(exports, 'EmptyTypeAnnotation', { enumerable: true, get: function () { return _index.emptyTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "EnumBooleanBody", { +Object.defineProperty(exports, 'EnumBooleanBody', { enumerable: true, get: function () { return _index.enumBooleanBody; - } + }, }); -Object.defineProperty(exports, "EnumBooleanMember", { +Object.defineProperty(exports, 'EnumBooleanMember', { enumerable: true, get: function () { return _index.enumBooleanMember; - } + }, }); -Object.defineProperty(exports, "EnumDeclaration", { +Object.defineProperty(exports, 'EnumDeclaration', { enumerable: true, get: function () { return _index.enumDeclaration; - } + }, }); -Object.defineProperty(exports, "EnumDefaultedMember", { +Object.defineProperty(exports, 'EnumDefaultedMember', { enumerable: true, get: function () { return _index.enumDefaultedMember; - } + }, }); -Object.defineProperty(exports, "EnumNumberBody", { +Object.defineProperty(exports, 'EnumNumberBody', { enumerable: true, get: function () { return _index.enumNumberBody; - } + }, }); -Object.defineProperty(exports, "EnumNumberMember", { +Object.defineProperty(exports, 'EnumNumberMember', { enumerable: true, get: function () { return _index.enumNumberMember; - } + }, }); -Object.defineProperty(exports, "EnumStringBody", { +Object.defineProperty(exports, 'EnumStringBody', { enumerable: true, get: function () { return _index.enumStringBody; - } + }, }); -Object.defineProperty(exports, "EnumStringMember", { +Object.defineProperty(exports, 'EnumStringMember', { enumerable: true, get: function () { return _index.enumStringMember; - } + }, }); -Object.defineProperty(exports, "EnumSymbolBody", { +Object.defineProperty(exports, 'EnumSymbolBody', { enumerable: true, get: function () { return _index.enumSymbolBody; - } + }, }); -Object.defineProperty(exports, "ExistsTypeAnnotation", { +Object.defineProperty(exports, 'ExistsTypeAnnotation', { enumerable: true, get: function () { return _index.existsTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "ExportAllDeclaration", { +Object.defineProperty(exports, 'ExportAllDeclaration', { enumerable: true, get: function () { return _index.exportAllDeclaration; - } + }, }); -Object.defineProperty(exports, "ExportDefaultDeclaration", { +Object.defineProperty(exports, 'ExportDefaultDeclaration', { enumerable: true, get: function () { return _index.exportDefaultDeclaration; - } + }, }); -Object.defineProperty(exports, "ExportDefaultSpecifier", { +Object.defineProperty(exports, 'ExportDefaultSpecifier', { enumerable: true, get: function () { return _index.exportDefaultSpecifier; - } + }, }); -Object.defineProperty(exports, "ExportNamedDeclaration", { +Object.defineProperty(exports, 'ExportNamedDeclaration', { enumerable: true, get: function () { return _index.exportNamedDeclaration; - } + }, }); -Object.defineProperty(exports, "ExportNamespaceSpecifier", { +Object.defineProperty(exports, 'ExportNamespaceSpecifier', { enumerable: true, get: function () { return _index.exportNamespaceSpecifier; - } + }, }); -Object.defineProperty(exports, "ExportSpecifier", { +Object.defineProperty(exports, 'ExportSpecifier', { enumerable: true, get: function () { return _index.exportSpecifier; - } + }, }); -Object.defineProperty(exports, "ExpressionStatement", { +Object.defineProperty(exports, 'ExpressionStatement', { enumerable: true, get: function () { return _index.expressionStatement; - } + }, }); -Object.defineProperty(exports, "File", { +Object.defineProperty(exports, 'File', { enumerable: true, get: function () { return _index.file; - } + }, }); -Object.defineProperty(exports, "ForInStatement", { +Object.defineProperty(exports, 'ForInStatement', { enumerable: true, get: function () { return _index.forInStatement; - } + }, }); -Object.defineProperty(exports, "ForOfStatement", { +Object.defineProperty(exports, 'ForOfStatement', { enumerable: true, get: function () { return _index.forOfStatement; - } + }, }); -Object.defineProperty(exports, "ForStatement", { +Object.defineProperty(exports, 'ForStatement', { enumerable: true, get: function () { return _index.forStatement; - } + }, }); -Object.defineProperty(exports, "FunctionDeclaration", { +Object.defineProperty(exports, 'FunctionDeclaration', { enumerable: true, get: function () { return _index.functionDeclaration; - } + }, }); -Object.defineProperty(exports, "FunctionExpression", { +Object.defineProperty(exports, 'FunctionExpression', { enumerable: true, get: function () { return _index.functionExpression; - } + }, }); -Object.defineProperty(exports, "FunctionTypeAnnotation", { +Object.defineProperty(exports, 'FunctionTypeAnnotation', { enumerable: true, get: function () { return _index.functionTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "FunctionTypeParam", { +Object.defineProperty(exports, 'FunctionTypeParam', { enumerable: true, get: function () { return _index.functionTypeParam; - } + }, }); -Object.defineProperty(exports, "GenericTypeAnnotation", { +Object.defineProperty(exports, 'GenericTypeAnnotation', { enumerable: true, get: function () { return _index.genericTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "Identifier", { +Object.defineProperty(exports, 'Identifier', { enumerable: true, get: function () { return _index.identifier; - } + }, }); -Object.defineProperty(exports, "IfStatement", { +Object.defineProperty(exports, 'IfStatement', { enumerable: true, get: function () { return _index.ifStatement; - } + }, }); -Object.defineProperty(exports, "Import", { +Object.defineProperty(exports, 'Import', { enumerable: true, get: function () { return _index.import; - } + }, }); -Object.defineProperty(exports, "ImportAttribute", { +Object.defineProperty(exports, 'ImportAttribute', { enumerable: true, get: function () { return _index.importAttribute; - } + }, }); -Object.defineProperty(exports, "ImportDeclaration", { +Object.defineProperty(exports, 'ImportDeclaration', { enumerable: true, get: function () { return _index.importDeclaration; - } + }, }); -Object.defineProperty(exports, "ImportDefaultSpecifier", { +Object.defineProperty(exports, 'ImportDefaultSpecifier', { enumerable: true, get: function () { return _index.importDefaultSpecifier; - } + }, }); -Object.defineProperty(exports, "ImportNamespaceSpecifier", { +Object.defineProperty(exports, 'ImportNamespaceSpecifier', { enumerable: true, get: function () { return _index.importNamespaceSpecifier; - } + }, }); -Object.defineProperty(exports, "ImportSpecifier", { +Object.defineProperty(exports, 'ImportSpecifier', { enumerable: true, get: function () { return _index.importSpecifier; - } + }, }); -Object.defineProperty(exports, "IndexedAccessType", { +Object.defineProperty(exports, 'IndexedAccessType', { enumerable: true, get: function () { return _index.indexedAccessType; - } + }, }); -Object.defineProperty(exports, "InferredPredicate", { +Object.defineProperty(exports, 'InferredPredicate', { enumerable: true, get: function () { return _index.inferredPredicate; - } + }, }); -Object.defineProperty(exports, "InterfaceDeclaration", { +Object.defineProperty(exports, 'InterfaceDeclaration', { enumerable: true, get: function () { return _index.interfaceDeclaration; - } + }, }); -Object.defineProperty(exports, "InterfaceExtends", { +Object.defineProperty(exports, 'InterfaceExtends', { enumerable: true, get: function () { return _index.interfaceExtends; - } + }, }); -Object.defineProperty(exports, "InterfaceTypeAnnotation", { +Object.defineProperty(exports, 'InterfaceTypeAnnotation', { enumerable: true, get: function () { return _index.interfaceTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "InterpreterDirective", { +Object.defineProperty(exports, 'InterpreterDirective', { enumerable: true, get: function () { return _index.interpreterDirective; - } + }, }); -Object.defineProperty(exports, "IntersectionTypeAnnotation", { +Object.defineProperty(exports, 'IntersectionTypeAnnotation', { enumerable: true, get: function () { return _index.intersectionTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "JSXAttribute", { +Object.defineProperty(exports, 'JSXAttribute', { enumerable: true, get: function () { return _index.jsxAttribute; - } + }, }); -Object.defineProperty(exports, "JSXClosingElement", { +Object.defineProperty(exports, 'JSXClosingElement', { enumerable: true, get: function () { return _index.jsxClosingElement; - } + }, }); -Object.defineProperty(exports, "JSXClosingFragment", { +Object.defineProperty(exports, 'JSXClosingFragment', { enumerable: true, get: function () { return _index.jsxClosingFragment; - } + }, }); -Object.defineProperty(exports, "JSXElement", { +Object.defineProperty(exports, 'JSXElement', { enumerable: true, get: function () { return _index.jsxElement; - } + }, }); -Object.defineProperty(exports, "JSXEmptyExpression", { +Object.defineProperty(exports, 'JSXEmptyExpression', { enumerable: true, get: function () { return _index.jsxEmptyExpression; - } + }, }); -Object.defineProperty(exports, "JSXExpressionContainer", { +Object.defineProperty(exports, 'JSXExpressionContainer', { enumerable: true, get: function () { return _index.jsxExpressionContainer; - } + }, }); -Object.defineProperty(exports, "JSXFragment", { +Object.defineProperty(exports, 'JSXFragment', { enumerable: true, get: function () { return _index.jsxFragment; - } + }, }); -Object.defineProperty(exports, "JSXIdentifier", { +Object.defineProperty(exports, 'JSXIdentifier', { enumerable: true, get: function () { return _index.jsxIdentifier; - } + }, }); -Object.defineProperty(exports, "JSXMemberExpression", { +Object.defineProperty(exports, 'JSXMemberExpression', { enumerable: true, get: function () { return _index.jsxMemberExpression; - } + }, }); -Object.defineProperty(exports, "JSXNamespacedName", { +Object.defineProperty(exports, 'JSXNamespacedName', { enumerable: true, get: function () { return _index.jsxNamespacedName; - } + }, }); -Object.defineProperty(exports, "JSXOpeningElement", { +Object.defineProperty(exports, 'JSXOpeningElement', { enumerable: true, get: function () { return _index.jsxOpeningElement; - } + }, }); -Object.defineProperty(exports, "JSXOpeningFragment", { +Object.defineProperty(exports, 'JSXOpeningFragment', { enumerable: true, get: function () { return _index.jsxOpeningFragment; - } + }, }); -Object.defineProperty(exports, "JSXSpreadAttribute", { +Object.defineProperty(exports, 'JSXSpreadAttribute', { enumerable: true, get: function () { return _index.jsxSpreadAttribute; - } + }, }); -Object.defineProperty(exports, "JSXSpreadChild", { +Object.defineProperty(exports, 'JSXSpreadChild', { enumerable: true, get: function () { return _index.jsxSpreadChild; - } + }, }); -Object.defineProperty(exports, "JSXText", { +Object.defineProperty(exports, 'JSXText', { enumerable: true, get: function () { return _index.jsxText; - } + }, }); -Object.defineProperty(exports, "LabeledStatement", { +Object.defineProperty(exports, 'LabeledStatement', { enumerable: true, get: function () { return _index.labeledStatement; - } + }, }); -Object.defineProperty(exports, "LogicalExpression", { +Object.defineProperty(exports, 'LogicalExpression', { enumerable: true, get: function () { return _index.logicalExpression; - } + }, }); -Object.defineProperty(exports, "MemberExpression", { +Object.defineProperty(exports, 'MemberExpression', { enumerable: true, get: function () { return _index.memberExpression; - } + }, }); -Object.defineProperty(exports, "MetaProperty", { +Object.defineProperty(exports, 'MetaProperty', { enumerable: true, get: function () { return _index.metaProperty; - } + }, }); -Object.defineProperty(exports, "MixedTypeAnnotation", { +Object.defineProperty(exports, 'MixedTypeAnnotation', { enumerable: true, get: function () { return _index.mixedTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "ModuleExpression", { +Object.defineProperty(exports, 'ModuleExpression', { enumerable: true, get: function () { return _index.moduleExpression; - } + }, }); -Object.defineProperty(exports, "NewExpression", { +Object.defineProperty(exports, 'NewExpression', { enumerable: true, get: function () { return _index.newExpression; - } + }, }); -Object.defineProperty(exports, "Noop", { +Object.defineProperty(exports, 'Noop', { enumerable: true, get: function () { return _index.noop; - } + }, }); -Object.defineProperty(exports, "NullLiteral", { +Object.defineProperty(exports, 'NullLiteral', { enumerable: true, get: function () { return _index.nullLiteral; - } + }, }); -Object.defineProperty(exports, "NullLiteralTypeAnnotation", { +Object.defineProperty(exports, 'NullLiteralTypeAnnotation', { enumerable: true, get: function () { return _index.nullLiteralTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "NullableTypeAnnotation", { +Object.defineProperty(exports, 'NullableTypeAnnotation', { enumerable: true, get: function () { return _index.nullableTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "NumberLiteral", { +Object.defineProperty(exports, 'NumberLiteral', { enumerable: true, get: function () { return _index.numberLiteral; - } + }, }); -Object.defineProperty(exports, "NumberLiteralTypeAnnotation", { +Object.defineProperty(exports, 'NumberLiteralTypeAnnotation', { enumerable: true, get: function () { return _index.numberLiteralTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "NumberTypeAnnotation", { +Object.defineProperty(exports, 'NumberTypeAnnotation', { enumerable: true, get: function () { return _index.numberTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "NumericLiteral", { +Object.defineProperty(exports, 'NumericLiteral', { enumerable: true, get: function () { return _index.numericLiteral; - } + }, }); -Object.defineProperty(exports, "ObjectExpression", { +Object.defineProperty(exports, 'ObjectExpression', { enumerable: true, get: function () { return _index.objectExpression; - } + }, }); -Object.defineProperty(exports, "ObjectMethod", { +Object.defineProperty(exports, 'ObjectMethod', { enumerable: true, get: function () { return _index.objectMethod; - } + }, }); -Object.defineProperty(exports, "ObjectPattern", { +Object.defineProperty(exports, 'ObjectPattern', { enumerable: true, get: function () { return _index.objectPattern; - } + }, }); -Object.defineProperty(exports, "ObjectProperty", { +Object.defineProperty(exports, 'ObjectProperty', { enumerable: true, get: function () { return _index.objectProperty; - } + }, }); -Object.defineProperty(exports, "ObjectTypeAnnotation", { +Object.defineProperty(exports, 'ObjectTypeAnnotation', { enumerable: true, get: function () { return _index.objectTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "ObjectTypeCallProperty", { +Object.defineProperty(exports, 'ObjectTypeCallProperty', { enumerable: true, get: function () { return _index.objectTypeCallProperty; - } + }, }); -Object.defineProperty(exports, "ObjectTypeIndexer", { +Object.defineProperty(exports, 'ObjectTypeIndexer', { enumerable: true, get: function () { return _index.objectTypeIndexer; - } + }, }); -Object.defineProperty(exports, "ObjectTypeInternalSlot", { +Object.defineProperty(exports, 'ObjectTypeInternalSlot', { enumerable: true, get: function () { return _index.objectTypeInternalSlot; - } + }, }); -Object.defineProperty(exports, "ObjectTypeProperty", { +Object.defineProperty(exports, 'ObjectTypeProperty', { enumerable: true, get: function () { return _index.objectTypeProperty; - } + }, }); -Object.defineProperty(exports, "ObjectTypeSpreadProperty", { +Object.defineProperty(exports, 'ObjectTypeSpreadProperty', { enumerable: true, get: function () { return _index.objectTypeSpreadProperty; - } + }, }); -Object.defineProperty(exports, "OpaqueType", { +Object.defineProperty(exports, 'OpaqueType', { enumerable: true, get: function () { return _index.opaqueType; - } + }, }); -Object.defineProperty(exports, "OptionalCallExpression", { +Object.defineProperty(exports, 'OptionalCallExpression', { enumerable: true, get: function () { return _index.optionalCallExpression; - } + }, }); -Object.defineProperty(exports, "OptionalIndexedAccessType", { +Object.defineProperty(exports, 'OptionalIndexedAccessType', { enumerable: true, get: function () { return _index.optionalIndexedAccessType; - } + }, }); -Object.defineProperty(exports, "OptionalMemberExpression", { +Object.defineProperty(exports, 'OptionalMemberExpression', { enumerable: true, get: function () { return _index.optionalMemberExpression; - } + }, }); -Object.defineProperty(exports, "ParenthesizedExpression", { +Object.defineProperty(exports, 'ParenthesizedExpression', { enumerable: true, get: function () { return _index.parenthesizedExpression; - } + }, }); -Object.defineProperty(exports, "PipelineBareFunction", { +Object.defineProperty(exports, 'PipelineBareFunction', { enumerable: true, get: function () { return _index.pipelineBareFunction; - } + }, }); -Object.defineProperty(exports, "PipelinePrimaryTopicReference", { +Object.defineProperty(exports, 'PipelinePrimaryTopicReference', { enumerable: true, get: function () { return _index.pipelinePrimaryTopicReference; - } + }, }); -Object.defineProperty(exports, "PipelineTopicExpression", { +Object.defineProperty(exports, 'PipelineTopicExpression', { enumerable: true, get: function () { return _index.pipelineTopicExpression; - } + }, }); -Object.defineProperty(exports, "Placeholder", { +Object.defineProperty(exports, 'Placeholder', { enumerable: true, get: function () { return _index.placeholder; - } + }, }); -Object.defineProperty(exports, "PrivateName", { +Object.defineProperty(exports, 'PrivateName', { enumerable: true, get: function () { return _index.privateName; - } + }, }); -Object.defineProperty(exports, "Program", { +Object.defineProperty(exports, 'Program', { enumerable: true, get: function () { return _index.program; - } + }, }); -Object.defineProperty(exports, "QualifiedTypeIdentifier", { +Object.defineProperty(exports, 'QualifiedTypeIdentifier', { enumerable: true, get: function () { return _index.qualifiedTypeIdentifier; - } + }, }); -Object.defineProperty(exports, "RecordExpression", { +Object.defineProperty(exports, 'RecordExpression', { enumerable: true, get: function () { return _index.recordExpression; - } + }, }); -Object.defineProperty(exports, "RegExpLiteral", { +Object.defineProperty(exports, 'RegExpLiteral', { enumerable: true, get: function () { return _index.regExpLiteral; - } + }, }); -Object.defineProperty(exports, "RegexLiteral", { +Object.defineProperty(exports, 'RegexLiteral', { enumerable: true, get: function () { return _index.regexLiteral; - } + }, }); -Object.defineProperty(exports, "RestElement", { +Object.defineProperty(exports, 'RestElement', { enumerable: true, get: function () { return _index.restElement; - } + }, }); -Object.defineProperty(exports, "RestProperty", { +Object.defineProperty(exports, 'RestProperty', { enumerable: true, get: function () { return _index.restProperty; - } + }, }); -Object.defineProperty(exports, "ReturnStatement", { +Object.defineProperty(exports, 'ReturnStatement', { enumerable: true, get: function () { return _index.returnStatement; - } + }, }); -Object.defineProperty(exports, "SequenceExpression", { +Object.defineProperty(exports, 'SequenceExpression', { enumerable: true, get: function () { return _index.sequenceExpression; - } + }, }); -Object.defineProperty(exports, "SpreadElement", { +Object.defineProperty(exports, 'SpreadElement', { enumerable: true, get: function () { return _index.spreadElement; - } + }, }); -Object.defineProperty(exports, "SpreadProperty", { +Object.defineProperty(exports, 'SpreadProperty', { enumerable: true, get: function () { return _index.spreadProperty; - } + }, }); -Object.defineProperty(exports, "StaticBlock", { +Object.defineProperty(exports, 'StaticBlock', { enumerable: true, get: function () { return _index.staticBlock; - } + }, }); -Object.defineProperty(exports, "StringLiteral", { +Object.defineProperty(exports, 'StringLiteral', { enumerable: true, get: function () { return _index.stringLiteral; - } + }, }); -Object.defineProperty(exports, "StringLiteralTypeAnnotation", { +Object.defineProperty(exports, 'StringLiteralTypeAnnotation', { enumerable: true, get: function () { return _index.stringLiteralTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "StringTypeAnnotation", { +Object.defineProperty(exports, 'StringTypeAnnotation', { enumerable: true, get: function () { return _index.stringTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "Super", { +Object.defineProperty(exports, 'Super', { enumerable: true, get: function () { return _index.super; - } + }, }); -Object.defineProperty(exports, "SwitchCase", { +Object.defineProperty(exports, 'SwitchCase', { enumerable: true, get: function () { return _index.switchCase; - } + }, }); -Object.defineProperty(exports, "SwitchStatement", { +Object.defineProperty(exports, 'SwitchStatement', { enumerable: true, get: function () { return _index.switchStatement; - } + }, }); -Object.defineProperty(exports, "SymbolTypeAnnotation", { +Object.defineProperty(exports, 'SymbolTypeAnnotation', { enumerable: true, get: function () { return _index.symbolTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "TSAnyKeyword", { +Object.defineProperty(exports, 'TSAnyKeyword', { enumerable: true, get: function () { return _index.tsAnyKeyword; - } + }, }); -Object.defineProperty(exports, "TSArrayType", { +Object.defineProperty(exports, 'TSArrayType', { enumerable: true, get: function () { return _index.tsArrayType; - } + }, }); -Object.defineProperty(exports, "TSAsExpression", { +Object.defineProperty(exports, 'TSAsExpression', { enumerable: true, get: function () { return _index.tsAsExpression; - } + }, }); -Object.defineProperty(exports, "TSBigIntKeyword", { +Object.defineProperty(exports, 'TSBigIntKeyword', { enumerable: true, get: function () { return _index.tsBigIntKeyword; - } + }, }); -Object.defineProperty(exports, "TSBooleanKeyword", { +Object.defineProperty(exports, 'TSBooleanKeyword', { enumerable: true, get: function () { return _index.tsBooleanKeyword; - } + }, }); -Object.defineProperty(exports, "TSCallSignatureDeclaration", { +Object.defineProperty(exports, 'TSCallSignatureDeclaration', { enumerable: true, get: function () { return _index.tsCallSignatureDeclaration; - } + }, }); -Object.defineProperty(exports, "TSConditionalType", { +Object.defineProperty(exports, 'TSConditionalType', { enumerable: true, get: function () { return _index.tsConditionalType; - } + }, }); -Object.defineProperty(exports, "TSConstructSignatureDeclaration", { +Object.defineProperty(exports, 'TSConstructSignatureDeclaration', { enumerable: true, get: function () { return _index.tsConstructSignatureDeclaration; - } + }, }); -Object.defineProperty(exports, "TSConstructorType", { +Object.defineProperty(exports, 'TSConstructorType', { enumerable: true, get: function () { return _index.tsConstructorType; - } + }, }); -Object.defineProperty(exports, "TSDeclareFunction", { +Object.defineProperty(exports, 'TSDeclareFunction', { enumerable: true, get: function () { return _index.tsDeclareFunction; - } + }, }); -Object.defineProperty(exports, "TSDeclareMethod", { +Object.defineProperty(exports, 'TSDeclareMethod', { enumerable: true, get: function () { return _index.tsDeclareMethod; - } + }, }); -Object.defineProperty(exports, "TSEnumDeclaration", { +Object.defineProperty(exports, 'TSEnumDeclaration', { enumerable: true, get: function () { return _index.tsEnumDeclaration; - } + }, }); -Object.defineProperty(exports, "TSEnumMember", { +Object.defineProperty(exports, 'TSEnumMember', { enumerable: true, get: function () { return _index.tsEnumMember; - } + }, }); -Object.defineProperty(exports, "TSExportAssignment", { +Object.defineProperty(exports, 'TSExportAssignment', { enumerable: true, get: function () { return _index.tsExportAssignment; - } + }, }); -Object.defineProperty(exports, "TSExpressionWithTypeArguments", { +Object.defineProperty(exports, 'TSExpressionWithTypeArguments', { enumerable: true, get: function () { return _index.tsExpressionWithTypeArguments; - } + }, }); -Object.defineProperty(exports, "TSExternalModuleReference", { +Object.defineProperty(exports, 'TSExternalModuleReference', { enumerable: true, get: function () { return _index.tsExternalModuleReference; - } + }, }); -Object.defineProperty(exports, "TSFunctionType", { +Object.defineProperty(exports, 'TSFunctionType', { enumerable: true, get: function () { return _index.tsFunctionType; - } + }, }); -Object.defineProperty(exports, "TSImportEqualsDeclaration", { +Object.defineProperty(exports, 'TSImportEqualsDeclaration', { enumerable: true, get: function () { return _index.tsImportEqualsDeclaration; - } + }, }); -Object.defineProperty(exports, "TSImportType", { +Object.defineProperty(exports, 'TSImportType', { enumerable: true, get: function () { return _index.tsImportType; - } + }, }); -Object.defineProperty(exports, "TSIndexSignature", { +Object.defineProperty(exports, 'TSIndexSignature', { enumerable: true, get: function () { return _index.tsIndexSignature; - } + }, }); -Object.defineProperty(exports, "TSIndexedAccessType", { +Object.defineProperty(exports, 'TSIndexedAccessType', { enumerable: true, get: function () { return _index.tsIndexedAccessType; - } + }, }); -Object.defineProperty(exports, "TSInferType", { +Object.defineProperty(exports, 'TSInferType', { enumerable: true, get: function () { return _index.tsInferType; - } + }, }); -Object.defineProperty(exports, "TSInstantiationExpression", { +Object.defineProperty(exports, 'TSInstantiationExpression', { enumerable: true, get: function () { return _index.tsInstantiationExpression; - } + }, }); -Object.defineProperty(exports, "TSInterfaceBody", { +Object.defineProperty(exports, 'TSInterfaceBody', { enumerable: true, get: function () { return _index.tsInterfaceBody; - } + }, }); -Object.defineProperty(exports, "TSInterfaceDeclaration", { +Object.defineProperty(exports, 'TSInterfaceDeclaration', { enumerable: true, get: function () { return _index.tsInterfaceDeclaration; - } + }, }); -Object.defineProperty(exports, "TSIntersectionType", { +Object.defineProperty(exports, 'TSIntersectionType', { enumerable: true, get: function () { return _index.tsIntersectionType; - } + }, }); -Object.defineProperty(exports, "TSIntrinsicKeyword", { +Object.defineProperty(exports, 'TSIntrinsicKeyword', { enumerable: true, get: function () { return _index.tsIntrinsicKeyword; - } + }, }); -Object.defineProperty(exports, "TSLiteralType", { +Object.defineProperty(exports, 'TSLiteralType', { enumerable: true, get: function () { return _index.tsLiteralType; - } + }, }); -Object.defineProperty(exports, "TSMappedType", { +Object.defineProperty(exports, 'TSMappedType', { enumerable: true, get: function () { return _index.tsMappedType; - } + }, }); -Object.defineProperty(exports, "TSMethodSignature", { +Object.defineProperty(exports, 'TSMethodSignature', { enumerable: true, get: function () { return _index.tsMethodSignature; - } + }, }); -Object.defineProperty(exports, "TSModuleBlock", { +Object.defineProperty(exports, 'TSModuleBlock', { enumerable: true, get: function () { return _index.tsModuleBlock; - } + }, }); -Object.defineProperty(exports, "TSModuleDeclaration", { +Object.defineProperty(exports, 'TSModuleDeclaration', { enumerable: true, get: function () { return _index.tsModuleDeclaration; - } + }, }); -Object.defineProperty(exports, "TSNamedTupleMember", { +Object.defineProperty(exports, 'TSNamedTupleMember', { enumerable: true, get: function () { return _index.tsNamedTupleMember; - } + }, }); -Object.defineProperty(exports, "TSNamespaceExportDeclaration", { +Object.defineProperty(exports, 'TSNamespaceExportDeclaration', { enumerable: true, get: function () { return _index.tsNamespaceExportDeclaration; - } + }, }); -Object.defineProperty(exports, "TSNeverKeyword", { +Object.defineProperty(exports, 'TSNeverKeyword', { enumerable: true, get: function () { return _index.tsNeverKeyword; - } + }, }); -Object.defineProperty(exports, "TSNonNullExpression", { +Object.defineProperty(exports, 'TSNonNullExpression', { enumerable: true, get: function () { return _index.tsNonNullExpression; - } + }, }); -Object.defineProperty(exports, "TSNullKeyword", { +Object.defineProperty(exports, 'TSNullKeyword', { enumerable: true, get: function () { return _index.tsNullKeyword; - } + }, }); -Object.defineProperty(exports, "TSNumberKeyword", { +Object.defineProperty(exports, 'TSNumberKeyword', { enumerable: true, get: function () { return _index.tsNumberKeyword; - } + }, }); -Object.defineProperty(exports, "TSObjectKeyword", { +Object.defineProperty(exports, 'TSObjectKeyword', { enumerable: true, get: function () { return _index.tsObjectKeyword; - } + }, }); -Object.defineProperty(exports, "TSOptionalType", { +Object.defineProperty(exports, 'TSOptionalType', { enumerable: true, get: function () { return _index.tsOptionalType; - } + }, }); -Object.defineProperty(exports, "TSParameterProperty", { +Object.defineProperty(exports, 'TSParameterProperty', { enumerable: true, get: function () { return _index.tsParameterProperty; - } + }, }); -Object.defineProperty(exports, "TSParenthesizedType", { +Object.defineProperty(exports, 'TSParenthesizedType', { enumerable: true, get: function () { return _index.tsParenthesizedType; - } + }, }); -Object.defineProperty(exports, "TSPropertySignature", { +Object.defineProperty(exports, 'TSPropertySignature', { enumerable: true, get: function () { return _index.tsPropertySignature; - } + }, }); -Object.defineProperty(exports, "TSQualifiedName", { +Object.defineProperty(exports, 'TSQualifiedName', { enumerable: true, get: function () { return _index.tsQualifiedName; - } + }, }); -Object.defineProperty(exports, "TSRestType", { +Object.defineProperty(exports, 'TSRestType', { enumerable: true, get: function () { return _index.tsRestType; - } + }, }); -Object.defineProperty(exports, "TSStringKeyword", { +Object.defineProperty(exports, 'TSStringKeyword', { enumerable: true, get: function () { return _index.tsStringKeyword; - } + }, }); -Object.defineProperty(exports, "TSSymbolKeyword", { +Object.defineProperty(exports, 'TSSymbolKeyword', { enumerable: true, get: function () { return _index.tsSymbolKeyword; - } + }, }); -Object.defineProperty(exports, "TSThisType", { +Object.defineProperty(exports, 'TSThisType', { enumerable: true, get: function () { return _index.tsThisType; - } + }, }); -Object.defineProperty(exports, "TSTupleType", { +Object.defineProperty(exports, 'TSTupleType', { enumerable: true, get: function () { return _index.tsTupleType; - } + }, }); -Object.defineProperty(exports, "TSTypeAliasDeclaration", { +Object.defineProperty(exports, 'TSTypeAliasDeclaration', { enumerable: true, get: function () { return _index.tsTypeAliasDeclaration; - } + }, }); -Object.defineProperty(exports, "TSTypeAnnotation", { +Object.defineProperty(exports, 'TSTypeAnnotation', { enumerable: true, get: function () { return _index.tsTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "TSTypeAssertion", { +Object.defineProperty(exports, 'TSTypeAssertion', { enumerable: true, get: function () { return _index.tsTypeAssertion; - } + }, }); -Object.defineProperty(exports, "TSTypeLiteral", { +Object.defineProperty(exports, 'TSTypeLiteral', { enumerable: true, get: function () { return _index.tsTypeLiteral; - } + }, }); -Object.defineProperty(exports, "TSTypeOperator", { +Object.defineProperty(exports, 'TSTypeOperator', { enumerable: true, get: function () { return _index.tsTypeOperator; - } + }, }); -Object.defineProperty(exports, "TSTypeParameter", { +Object.defineProperty(exports, 'TSTypeParameter', { enumerable: true, get: function () { return _index.tsTypeParameter; - } + }, }); -Object.defineProperty(exports, "TSTypeParameterDeclaration", { +Object.defineProperty(exports, 'TSTypeParameterDeclaration', { enumerable: true, get: function () { return _index.tsTypeParameterDeclaration; - } + }, }); -Object.defineProperty(exports, "TSTypeParameterInstantiation", { +Object.defineProperty(exports, 'TSTypeParameterInstantiation', { enumerable: true, get: function () { return _index.tsTypeParameterInstantiation; - } + }, }); -Object.defineProperty(exports, "TSTypePredicate", { +Object.defineProperty(exports, 'TSTypePredicate', { enumerable: true, get: function () { return _index.tsTypePredicate; - } + }, }); -Object.defineProperty(exports, "TSTypeQuery", { +Object.defineProperty(exports, 'TSTypeQuery', { enumerable: true, get: function () { return _index.tsTypeQuery; - } + }, }); -Object.defineProperty(exports, "TSTypeReference", { +Object.defineProperty(exports, 'TSTypeReference', { enumerable: true, get: function () { return _index.tsTypeReference; - } + }, }); -Object.defineProperty(exports, "TSUndefinedKeyword", { +Object.defineProperty(exports, 'TSUndefinedKeyword', { enumerable: true, get: function () { return _index.tsUndefinedKeyword; - } + }, }); -Object.defineProperty(exports, "TSUnionType", { +Object.defineProperty(exports, 'TSUnionType', { enumerable: true, get: function () { return _index.tsUnionType; - } + }, }); -Object.defineProperty(exports, "TSUnknownKeyword", { +Object.defineProperty(exports, 'TSUnknownKeyword', { enumerable: true, get: function () { return _index.tsUnknownKeyword; - } + }, }); -Object.defineProperty(exports, "TSVoidKeyword", { +Object.defineProperty(exports, 'TSVoidKeyword', { enumerable: true, get: function () { return _index.tsVoidKeyword; - } + }, }); -Object.defineProperty(exports, "TaggedTemplateExpression", { +Object.defineProperty(exports, 'TaggedTemplateExpression', { enumerable: true, get: function () { return _index.taggedTemplateExpression; - } + }, }); -Object.defineProperty(exports, "TemplateElement", { +Object.defineProperty(exports, 'TemplateElement', { enumerable: true, get: function () { return _index.templateElement; - } + }, }); -Object.defineProperty(exports, "TemplateLiteral", { +Object.defineProperty(exports, 'TemplateLiteral', { enumerable: true, get: function () { return _index.templateLiteral; - } + }, }); -Object.defineProperty(exports, "ThisExpression", { +Object.defineProperty(exports, 'ThisExpression', { enumerable: true, get: function () { return _index.thisExpression; - } + }, }); -Object.defineProperty(exports, "ThisTypeAnnotation", { +Object.defineProperty(exports, 'ThisTypeAnnotation', { enumerable: true, get: function () { return _index.thisTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "ThrowStatement", { +Object.defineProperty(exports, 'ThrowStatement', { enumerable: true, get: function () { return _index.throwStatement; - } + }, }); -Object.defineProperty(exports, "TopicReference", { +Object.defineProperty(exports, 'TopicReference', { enumerable: true, get: function () { return _index.topicReference; - } + }, }); -Object.defineProperty(exports, "TryStatement", { +Object.defineProperty(exports, 'TryStatement', { enumerable: true, get: function () { return _index.tryStatement; - } + }, }); -Object.defineProperty(exports, "TupleExpression", { +Object.defineProperty(exports, 'TupleExpression', { enumerable: true, get: function () { return _index.tupleExpression; - } + }, }); -Object.defineProperty(exports, "TupleTypeAnnotation", { +Object.defineProperty(exports, 'TupleTypeAnnotation', { enumerable: true, get: function () { return _index.tupleTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "TypeAlias", { +Object.defineProperty(exports, 'TypeAlias', { enumerable: true, get: function () { return _index.typeAlias; - } + }, }); -Object.defineProperty(exports, "TypeAnnotation", { +Object.defineProperty(exports, 'TypeAnnotation', { enumerable: true, get: function () { return _index.typeAnnotation; - } + }, }); -Object.defineProperty(exports, "TypeCastExpression", { +Object.defineProperty(exports, 'TypeCastExpression', { enumerable: true, get: function () { return _index.typeCastExpression; - } + }, }); -Object.defineProperty(exports, "TypeParameter", { +Object.defineProperty(exports, 'TypeParameter', { enumerable: true, get: function () { return _index.typeParameter; - } + }, }); -Object.defineProperty(exports, "TypeParameterDeclaration", { +Object.defineProperty(exports, 'TypeParameterDeclaration', { enumerable: true, get: function () { return _index.typeParameterDeclaration; - } + }, }); -Object.defineProperty(exports, "TypeParameterInstantiation", { +Object.defineProperty(exports, 'TypeParameterInstantiation', { enumerable: true, get: function () { return _index.typeParameterInstantiation; - } + }, }); -Object.defineProperty(exports, "TypeofTypeAnnotation", { +Object.defineProperty(exports, 'TypeofTypeAnnotation', { enumerable: true, get: function () { return _index.typeofTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "UnaryExpression", { +Object.defineProperty(exports, 'UnaryExpression', { enumerable: true, get: function () { return _index.unaryExpression; - } + }, }); -Object.defineProperty(exports, "UnionTypeAnnotation", { +Object.defineProperty(exports, 'UnionTypeAnnotation', { enumerable: true, get: function () { return _index.unionTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "UpdateExpression", { +Object.defineProperty(exports, 'UpdateExpression', { enumerable: true, get: function () { return _index.updateExpression; - } + }, }); -Object.defineProperty(exports, "V8IntrinsicIdentifier", { +Object.defineProperty(exports, 'V8IntrinsicIdentifier', { enumerable: true, get: function () { return _index.v8IntrinsicIdentifier; - } + }, }); -Object.defineProperty(exports, "VariableDeclaration", { +Object.defineProperty(exports, 'VariableDeclaration', { enumerable: true, get: function () { return _index.variableDeclaration; - } + }, }); -Object.defineProperty(exports, "VariableDeclarator", { +Object.defineProperty(exports, 'VariableDeclarator', { enumerable: true, get: function () { return _index.variableDeclarator; - } + }, }); -Object.defineProperty(exports, "Variance", { +Object.defineProperty(exports, 'Variance', { enumerable: true, get: function () { return _index.variance; - } + }, }); -Object.defineProperty(exports, "VoidTypeAnnotation", { +Object.defineProperty(exports, 'VoidTypeAnnotation', { enumerable: true, get: function () { return _index.voidTypeAnnotation; - } + }, }); -Object.defineProperty(exports, "WhileStatement", { +Object.defineProperty(exports, 'WhileStatement', { enumerable: true, get: function () { return _index.whileStatement; - } + }, }); -Object.defineProperty(exports, "WithStatement", { +Object.defineProperty(exports, 'WithStatement', { enumerable: true, get: function () { return _index.withStatement; - } + }, }); -Object.defineProperty(exports, "YieldExpression", { +Object.defineProperty(exports, 'YieldExpression', { enumerable: true, get: function () { return _index.yieldExpression; - } + }, }); -var _index = require("./index"); +var _index = require('./index'); //# sourceMappingURL=uppercase.js.map diff --git a/node_modules/@babel/types/lib/builders/react/buildChildren.js b/node_modules/@babel/types/lib/builders/react/buildChildren.js index 9019797..d18b3e9 100644 --- a/node_modules/@babel/types/lib/builders/react/buildChildren.js +++ b/node_modules/@babel/types/lib/builders/react/buildChildren.js @@ -1,13 +1,13 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = buildChildren; -var _generated = require("../../validators/generated"); +var _generated = require('../../validators/generated'); -var _cleanJSXElementLiteralChild = require("../../utils/react/cleanJSXElementLiteralChild"); +var _cleanJSXElementLiteralChild = require('../../utils/react/cleanJSXElementLiteralChild'); function buildChildren(node) { const elements = []; @@ -20,7 +20,8 @@ function buildChildren(node) { continue; } - if ((0, _generated.isJSXExpressionContainer)(child)) child = child.expression; + if ((0, _generated.isJSXExpressionContainer)(child)) + child = child.expression; if ((0, _generated.isJSXEmptyExpression)(child)) continue; elements.push(child); } diff --git a/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js b/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js index 1ff6389..0686d47 100644 --- a/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +++ b/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js @@ -1,18 +1,18 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = createTSUnionType; -var _generated = require("../generated"); +var _generated = require('../generated'); -var _removeTypeDuplicates = require("../../modifications/typescript/removeTypeDuplicates"); +var _removeTypeDuplicates = require('../../modifications/typescript/removeTypeDuplicates'); -var _index = require("../../validators/generated/index"); +var _index = require('../../validators/generated/index'); function createTSUnionType(typeAnnotations) { - const types = typeAnnotations.map(type => { + const types = typeAnnotations.map((type) => { return (0, _index.isTSTypeAnnotation)(type) ? type.typeAnnotation : type; }); const flattened = (0, _removeTypeDuplicates.default)(types); diff --git a/node_modules/@babel/types/lib/builders/validateNode.js b/node_modules/@babel/types/lib/builders/validateNode.js index f64001e..97a119e 100644 --- a/node_modules/@babel/types/lib/builders/validateNode.js +++ b/node_modules/@babel/types/lib/builders/validateNode.js @@ -1,13 +1,13 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = validateNode; -var _validate = require("../validators/validate"); +var _validate = require('../validators/validate'); -var _ = require(".."); +var _ = require('..'); function validateNode(node) { const keys = _.BUILDER_KEYS[node.type]; diff --git a/node_modules/@babel/types/lib/clone/clone.js b/node_modules/@babel/types/lib/clone/clone.js index 8ab9af4..fcfb9d8 100644 --- a/node_modules/@babel/types/lib/clone/clone.js +++ b/node_modules/@babel/types/lib/clone/clone.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = clone; -var _cloneNode = require("./cloneNode"); +var _cloneNode = require('./cloneNode'); function clone(node) { return (0, _cloneNode.default)(node, false); diff --git a/node_modules/@babel/types/lib/clone/cloneDeep.js b/node_modules/@babel/types/lib/clone/cloneDeep.js index 1914994..54fb447 100644 --- a/node_modules/@babel/types/lib/clone/cloneDeep.js +++ b/node_modules/@babel/types/lib/clone/cloneDeep.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = cloneDeep; -var _cloneNode = require("./cloneNode"); +var _cloneNode = require('./cloneNode'); function cloneDeep(node) { return (0, _cloneNode.default)(node); diff --git a/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js b/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js index e010d9f..ba24893 100644 --- a/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +++ b/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = cloneDeepWithoutLoc; -var _cloneNode = require("./cloneNode"); +var _cloneNode = require('./cloneNode'); function cloneDeepWithoutLoc(node) { return (0, _cloneNode.default)(node, true, true); diff --git a/node_modules/@babel/types/lib/clone/cloneNode.js b/node_modules/@babel/types/lib/clone/cloneNode.js index 57ced3e..c773364 100644 --- a/node_modules/@babel/types/lib/clone/cloneNode.js +++ b/node_modules/@babel/types/lib/clone/cloneNode.js @@ -1,18 +1,18 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = cloneNode; -var _definitions = require("../definitions"); +var _definitions = require('../definitions'); -var _generated = require("../validators/generated"); +var _generated = require('../validators/generated'); const has = Function.call.bind(Object.prototype.hasOwnProperty); function cloneIfNode(obj, deep, withoutLoc, commentsCache) { - if (obj && typeof obj.type === "string") { + if (obj && typeof obj.type === 'string') { return cloneNodeInternal(obj, deep, withoutLoc, commentsCache); } @@ -21,7 +21,9 @@ function cloneIfNode(obj, deep, withoutLoc, commentsCache) { function cloneIfNodeOrArray(obj, deep, withoutLoc, commentsCache) { if (Array.isArray(obj)) { - return obj.map(node => cloneIfNode(node, deep, withoutLoc, commentsCache)); + return obj.map((node) => + cloneIfNode(node, deep, withoutLoc, commentsCache) + ); } return cloneIfNode(obj, deep, withoutLoc, commentsCache); @@ -31,24 +33,35 @@ function cloneNode(node, deep = true, withoutLoc = false) { return cloneNodeInternal(node, deep, withoutLoc, new Map()); } -function cloneNodeInternal(node, deep = true, withoutLoc = false, commentsCache) { +function cloneNodeInternal( + node, + deep = true, + withoutLoc = false, + commentsCache +) { if (!node) return node; - const { - type - } = node; + const { type } = node; const newNode = { - type: node.type + type: node.type, }; if ((0, _generated.isIdentifier)(node)) { newNode.name = node.name; - if (has(node, "optional") && typeof node.optional === "boolean") { + if (has(node, 'optional') && typeof node.optional === 'boolean') { newNode.optional = node.optional; } - if (has(node, "typeAnnotation")) { - newNode.typeAnnotation = deep ? cloneIfNodeOrArray(node.typeAnnotation, true, withoutLoc, commentsCache) : node.typeAnnotation; + if (has(node, 'typeAnnotation')) { + newNode.typeAnnotation = + deep ? + cloneIfNodeOrArray( + node.typeAnnotation, + true, + withoutLoc, + commentsCache + ) + : node.typeAnnotation; } } else if (!has(_definitions.NODE_FIELDS, type)) { throw new Error(`Unknown node type: "${type}"`); @@ -56,7 +69,10 @@ function cloneNodeInternal(node, deep = true, withoutLoc = false, commentsCache) for (const field of Object.keys(_definitions.NODE_FIELDS[type])) { if (has(node, field)) { if (deep) { - newNode[field] = (0, _generated.isFile)(node) && field === "comments" ? maybeCloneComments(node.comments, deep, withoutLoc, commentsCache) : cloneIfNodeOrArray(node[field], true, withoutLoc, commentsCache); + newNode[field] = + (0, _generated.isFile)(node) && field === 'comments' ? + maybeCloneComments(node.comments, deep, withoutLoc, commentsCache) + : cloneIfNodeOrArray(node[field], true, withoutLoc, commentsCache); } else { newNode[field] = node[field]; } @@ -64,7 +80,7 @@ function cloneNodeInternal(node, deep = true, withoutLoc = false, commentsCache) } } - if (has(node, "loc")) { + if (has(node, 'loc')) { if (withoutLoc) { newNode.loc = null; } else { @@ -72,19 +88,34 @@ function cloneNodeInternal(node, deep = true, withoutLoc = false, commentsCache) } } - if (has(node, "leadingComments")) { - newNode.leadingComments = maybeCloneComments(node.leadingComments, deep, withoutLoc, commentsCache); + if (has(node, 'leadingComments')) { + newNode.leadingComments = maybeCloneComments( + node.leadingComments, + deep, + withoutLoc, + commentsCache + ); } - if (has(node, "innerComments")) { - newNode.innerComments = maybeCloneComments(node.innerComments, deep, withoutLoc, commentsCache); + if (has(node, 'innerComments')) { + newNode.innerComments = maybeCloneComments( + node.innerComments, + deep, + withoutLoc, + commentsCache + ); } - if (has(node, "trailingComments")) { - newNode.trailingComments = maybeCloneComments(node.trailingComments, deep, withoutLoc, commentsCache); + if (has(node, 'trailingComments')) { + newNode.trailingComments = maybeCloneComments( + node.trailingComments, + deep, + withoutLoc, + commentsCache + ); } - if (has(node, "extra")) { + if (has(node, 'extra')) { newNode.extra = Object.assign({}, node.extra); } @@ -96,18 +127,14 @@ function maybeCloneComments(comments, deep, withoutLoc, commentsCache) { return comments; } - return comments.map(comment => { + return comments.map((comment) => { const cache = commentsCache.get(comment); if (cache) return cache; - const { - type, - value, - loc - } = comment; + const { type, value, loc } = comment; const ret = { type, value, - loc + loc, }; if (withoutLoc) { diff --git a/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js b/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js index 13edfe1..641a76f 100644 --- a/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +++ b/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = cloneWithoutLoc; -var _cloneNode = require("./cloneNode"); +var _cloneNode = require('./cloneNode'); function cloneWithoutLoc(node) { return (0, _cloneNode.default)(node, false, true); diff --git a/node_modules/@babel/types/lib/comments/addComment.js b/node_modules/@babel/types/lib/comments/addComment.js index 8882540..dd5ff7d 100644 --- a/node_modules/@babel/types/lib/comments/addComment.js +++ b/node_modules/@babel/types/lib/comments/addComment.js @@ -1,17 +1,19 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = addComment; -var _addComments = require("./addComments"); +var _addComments = require('./addComments'); function addComment(node, type, content, line) { - return (0, _addComments.default)(node, type, [{ - type: line ? "CommentLine" : "CommentBlock", - value: content - }]); + return (0, _addComments.default)(node, type, [ + { + type: line ? 'CommentLine' : 'CommentBlock', + value: content, + }, + ]); } //# sourceMappingURL=addComment.js.map diff --git a/node_modules/@babel/types/lib/comments/addComments.js b/node_modules/@babel/types/lib/comments/addComments.js index b5f75c2..320ade6 100644 --- a/node_modules/@babel/types/lib/comments/addComments.js +++ b/node_modules/@babel/types/lib/comments/addComments.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = addComments; @@ -10,7 +10,7 @@ function addComments(node, type, comments) { const key = `${type}Comments`; if (node[key]) { - if (type === "leading") { + if (type === 'leading') { node[key] = comments.concat(node[key]); } else { node[key].push(...comments); diff --git a/node_modules/@babel/types/lib/comments/inheritInnerComments.js b/node_modules/@babel/types/lib/comments/inheritInnerComments.js index 699aa03..eb6a200 100644 --- a/node_modules/@babel/types/lib/comments/inheritInnerComments.js +++ b/node_modules/@babel/types/lib/comments/inheritInnerComments.js @@ -1,14 +1,14 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = inheritInnerComments; -var _inherit = require("../utils/inherit"); +var _inherit = require('../utils/inherit'); function inheritInnerComments(child, parent) { - (0, _inherit.default)("innerComments", child, parent); + (0, _inherit.default)('innerComments', child, parent); } //# sourceMappingURL=inheritInnerComments.js.map diff --git a/node_modules/@babel/types/lib/comments/inheritLeadingComments.js b/node_modules/@babel/types/lib/comments/inheritLeadingComments.js index 451e3e5..1ae9e98 100644 --- a/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +++ b/node_modules/@babel/types/lib/comments/inheritLeadingComments.js @@ -1,14 +1,14 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = inheritLeadingComments; -var _inherit = require("../utils/inherit"); +var _inherit = require('../utils/inherit'); function inheritLeadingComments(child, parent) { - (0, _inherit.default)("leadingComments", child, parent); + (0, _inherit.default)('leadingComments', child, parent); } //# sourceMappingURL=inheritLeadingComments.js.map diff --git a/node_modules/@babel/types/lib/comments/inheritTrailingComments.js b/node_modules/@babel/types/lib/comments/inheritTrailingComments.js index da84aee..702f957 100644 --- a/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +++ b/node_modules/@babel/types/lib/comments/inheritTrailingComments.js @@ -1,14 +1,14 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = inheritTrailingComments; -var _inherit = require("../utils/inherit"); +var _inherit = require('../utils/inherit'); function inheritTrailingComments(child, parent) { - (0, _inherit.default)("trailingComments", child, parent); + (0, _inherit.default)('trailingComments', child, parent); } //# sourceMappingURL=inheritTrailingComments.js.map diff --git a/node_modules/@babel/types/lib/comments/inheritsComments.js b/node_modules/@babel/types/lib/comments/inheritsComments.js index 8775ab1..674fbd3 100644 --- a/node_modules/@babel/types/lib/comments/inheritsComments.js +++ b/node_modules/@babel/types/lib/comments/inheritsComments.js @@ -1,15 +1,15 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = inheritsComments; -var _inheritTrailingComments = require("./inheritTrailingComments"); +var _inheritTrailingComments = require('./inheritTrailingComments'); -var _inheritLeadingComments = require("./inheritLeadingComments"); +var _inheritLeadingComments = require('./inheritLeadingComments'); -var _inheritInnerComments = require("./inheritInnerComments"); +var _inheritInnerComments = require('./inheritInnerComments'); function inheritsComments(child, parent) { (0, _inheritTrailingComments.default)(child, parent); diff --git a/node_modules/@babel/types/lib/comments/removeComments.js b/node_modules/@babel/types/lib/comments/removeComments.js index 9347023..f105eec 100644 --- a/node_modules/@babel/types/lib/comments/removeComments.js +++ b/node_modules/@babel/types/lib/comments/removeComments.js @@ -1,14 +1,14 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = removeComments; -var _constants = require("../constants"); +var _constants = require('../constants'); function removeComments(node) { - _constants.COMMENT_KEYS.forEach(key => { + _constants.COMMENT_KEYS.forEach((key) => { node[key] = null; }); diff --git a/node_modules/@babel/types/lib/constants/generated/index.js b/node_modules/@babel/types/lib/constants/generated/index.js index f834e93..9c2d761 100644 --- a/node_modules/@babel/types/lib/constants/generated/index.js +++ b/node_modules/@babel/types/lib/constants/generated/index.js @@ -1,109 +1,166 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); -exports.WHILE_TYPES = exports.USERWHITESPACABLE_TYPES = exports.UNARYLIKE_TYPES = exports.TYPESCRIPT_TYPES = exports.TSTYPE_TYPES = exports.TSTYPEELEMENT_TYPES = exports.TSENTITYNAME_TYPES = exports.TSBASETYPE_TYPES = exports.TERMINATORLESS_TYPES = exports.STATEMENT_TYPES = exports.STANDARDIZED_TYPES = exports.SCOPABLE_TYPES = exports.PUREISH_TYPES = exports.PROPERTY_TYPES = exports.PRIVATE_TYPES = exports.PATTERN_TYPES = exports.PATTERNLIKE_TYPES = exports.OBJECTMEMBER_TYPES = exports.MODULESPECIFIER_TYPES = exports.MODULEDECLARATION_TYPES = exports.MISCELLANEOUS_TYPES = exports.METHOD_TYPES = exports.LVAL_TYPES = exports.LOOP_TYPES = exports.LITERAL_TYPES = exports.JSX_TYPES = exports.IMMUTABLE_TYPES = exports.FUNCTION_TYPES = exports.FUNCTIONPARENT_TYPES = exports.FOR_TYPES = exports.FORXSTATEMENT_TYPES = exports.FLOW_TYPES = exports.FLOWTYPE_TYPES = exports.FLOWPREDICATE_TYPES = exports.FLOWDECLARATION_TYPES = exports.FLOWBASEANNOTATION_TYPES = exports.EXPRESSION_TYPES = exports.EXPRESSIONWRAPPER_TYPES = exports.EXPORTDECLARATION_TYPES = exports.ENUMMEMBER_TYPES = exports.ENUMBODY_TYPES = exports.DECLARATION_TYPES = exports.CONDITIONAL_TYPES = exports.COMPLETIONSTATEMENT_TYPES = exports.CLASS_TYPES = exports.BLOCK_TYPES = exports.BLOCKPARENT_TYPES = exports.BINARY_TYPES = exports.ACCESSOR_TYPES = void 0; +exports.WHILE_TYPES = + exports.USERWHITESPACABLE_TYPES = + exports.UNARYLIKE_TYPES = + exports.TYPESCRIPT_TYPES = + exports.TSTYPE_TYPES = + exports.TSTYPEELEMENT_TYPES = + exports.TSENTITYNAME_TYPES = + exports.TSBASETYPE_TYPES = + exports.TERMINATORLESS_TYPES = + exports.STATEMENT_TYPES = + exports.STANDARDIZED_TYPES = + exports.SCOPABLE_TYPES = + exports.PUREISH_TYPES = + exports.PROPERTY_TYPES = + exports.PRIVATE_TYPES = + exports.PATTERN_TYPES = + exports.PATTERNLIKE_TYPES = + exports.OBJECTMEMBER_TYPES = + exports.MODULESPECIFIER_TYPES = + exports.MODULEDECLARATION_TYPES = + exports.MISCELLANEOUS_TYPES = + exports.METHOD_TYPES = + exports.LVAL_TYPES = + exports.LOOP_TYPES = + exports.LITERAL_TYPES = + exports.JSX_TYPES = + exports.IMMUTABLE_TYPES = + exports.FUNCTION_TYPES = + exports.FUNCTIONPARENT_TYPES = + exports.FOR_TYPES = + exports.FORXSTATEMENT_TYPES = + exports.FLOW_TYPES = + exports.FLOWTYPE_TYPES = + exports.FLOWPREDICATE_TYPES = + exports.FLOWDECLARATION_TYPES = + exports.FLOWBASEANNOTATION_TYPES = + exports.EXPRESSION_TYPES = + exports.EXPRESSIONWRAPPER_TYPES = + exports.EXPORTDECLARATION_TYPES = + exports.ENUMMEMBER_TYPES = + exports.ENUMBODY_TYPES = + exports.DECLARATION_TYPES = + exports.CONDITIONAL_TYPES = + exports.COMPLETIONSTATEMENT_TYPES = + exports.CLASS_TYPES = + exports.BLOCK_TYPES = + exports.BLOCKPARENT_TYPES = + exports.BINARY_TYPES = + exports.ACCESSOR_TYPES = + void 0; -var _definitions = require("../../definitions"); +var _definitions = require('../../definitions'); -const STANDARDIZED_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Standardized"]; +const STANDARDIZED_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Standardized']; exports.STANDARDIZED_TYPES = STANDARDIZED_TYPES; -const EXPRESSION_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Expression"]; +const EXPRESSION_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Expression']; exports.EXPRESSION_TYPES = EXPRESSION_TYPES; -const BINARY_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Binary"]; +const BINARY_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Binary']; exports.BINARY_TYPES = BINARY_TYPES; -const SCOPABLE_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Scopable"]; +const SCOPABLE_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Scopable']; exports.SCOPABLE_TYPES = SCOPABLE_TYPES; -const BLOCKPARENT_TYPES = _definitions.FLIPPED_ALIAS_KEYS["BlockParent"]; +const BLOCKPARENT_TYPES = _definitions.FLIPPED_ALIAS_KEYS['BlockParent']; exports.BLOCKPARENT_TYPES = BLOCKPARENT_TYPES; -const BLOCK_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Block"]; +const BLOCK_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Block']; exports.BLOCK_TYPES = BLOCK_TYPES; -const STATEMENT_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Statement"]; +const STATEMENT_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Statement']; exports.STATEMENT_TYPES = STATEMENT_TYPES; -const TERMINATORLESS_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Terminatorless"]; +const TERMINATORLESS_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Terminatorless']; exports.TERMINATORLESS_TYPES = TERMINATORLESS_TYPES; -const COMPLETIONSTATEMENT_TYPES = _definitions.FLIPPED_ALIAS_KEYS["CompletionStatement"]; +const COMPLETIONSTATEMENT_TYPES = + _definitions.FLIPPED_ALIAS_KEYS['CompletionStatement']; exports.COMPLETIONSTATEMENT_TYPES = COMPLETIONSTATEMENT_TYPES; -const CONDITIONAL_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Conditional"]; +const CONDITIONAL_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Conditional']; exports.CONDITIONAL_TYPES = CONDITIONAL_TYPES; -const LOOP_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Loop"]; +const LOOP_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Loop']; exports.LOOP_TYPES = LOOP_TYPES; -const WHILE_TYPES = _definitions.FLIPPED_ALIAS_KEYS["While"]; +const WHILE_TYPES = _definitions.FLIPPED_ALIAS_KEYS['While']; exports.WHILE_TYPES = WHILE_TYPES; -const EXPRESSIONWRAPPER_TYPES = _definitions.FLIPPED_ALIAS_KEYS["ExpressionWrapper"]; +const EXPRESSIONWRAPPER_TYPES = + _definitions.FLIPPED_ALIAS_KEYS['ExpressionWrapper']; exports.EXPRESSIONWRAPPER_TYPES = EXPRESSIONWRAPPER_TYPES; -const FOR_TYPES = _definitions.FLIPPED_ALIAS_KEYS["For"]; +const FOR_TYPES = _definitions.FLIPPED_ALIAS_KEYS['For']; exports.FOR_TYPES = FOR_TYPES; -const FORXSTATEMENT_TYPES = _definitions.FLIPPED_ALIAS_KEYS["ForXStatement"]; +const FORXSTATEMENT_TYPES = _definitions.FLIPPED_ALIAS_KEYS['ForXStatement']; exports.FORXSTATEMENT_TYPES = FORXSTATEMENT_TYPES; -const FUNCTION_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Function"]; +const FUNCTION_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Function']; exports.FUNCTION_TYPES = FUNCTION_TYPES; -const FUNCTIONPARENT_TYPES = _definitions.FLIPPED_ALIAS_KEYS["FunctionParent"]; +const FUNCTIONPARENT_TYPES = _definitions.FLIPPED_ALIAS_KEYS['FunctionParent']; exports.FUNCTIONPARENT_TYPES = FUNCTIONPARENT_TYPES; -const PUREISH_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Pureish"]; +const PUREISH_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Pureish']; exports.PUREISH_TYPES = PUREISH_TYPES; -const DECLARATION_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Declaration"]; +const DECLARATION_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Declaration']; exports.DECLARATION_TYPES = DECLARATION_TYPES; -const PATTERNLIKE_TYPES = _definitions.FLIPPED_ALIAS_KEYS["PatternLike"]; +const PATTERNLIKE_TYPES = _definitions.FLIPPED_ALIAS_KEYS['PatternLike']; exports.PATTERNLIKE_TYPES = PATTERNLIKE_TYPES; -const LVAL_TYPES = _definitions.FLIPPED_ALIAS_KEYS["LVal"]; +const LVAL_TYPES = _definitions.FLIPPED_ALIAS_KEYS['LVal']; exports.LVAL_TYPES = LVAL_TYPES; -const TSENTITYNAME_TYPES = _definitions.FLIPPED_ALIAS_KEYS["TSEntityName"]; +const TSENTITYNAME_TYPES = _definitions.FLIPPED_ALIAS_KEYS['TSEntityName']; exports.TSENTITYNAME_TYPES = TSENTITYNAME_TYPES; -const LITERAL_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Literal"]; +const LITERAL_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Literal']; exports.LITERAL_TYPES = LITERAL_TYPES; -const IMMUTABLE_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Immutable"]; +const IMMUTABLE_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Immutable']; exports.IMMUTABLE_TYPES = IMMUTABLE_TYPES; -const USERWHITESPACABLE_TYPES = _definitions.FLIPPED_ALIAS_KEYS["UserWhitespacable"]; +const USERWHITESPACABLE_TYPES = + _definitions.FLIPPED_ALIAS_KEYS['UserWhitespacable']; exports.USERWHITESPACABLE_TYPES = USERWHITESPACABLE_TYPES; -const METHOD_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Method"]; +const METHOD_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Method']; exports.METHOD_TYPES = METHOD_TYPES; -const OBJECTMEMBER_TYPES = _definitions.FLIPPED_ALIAS_KEYS["ObjectMember"]; +const OBJECTMEMBER_TYPES = _definitions.FLIPPED_ALIAS_KEYS['ObjectMember']; exports.OBJECTMEMBER_TYPES = OBJECTMEMBER_TYPES; -const PROPERTY_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Property"]; +const PROPERTY_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Property']; exports.PROPERTY_TYPES = PROPERTY_TYPES; -const UNARYLIKE_TYPES = _definitions.FLIPPED_ALIAS_KEYS["UnaryLike"]; +const UNARYLIKE_TYPES = _definitions.FLIPPED_ALIAS_KEYS['UnaryLike']; exports.UNARYLIKE_TYPES = UNARYLIKE_TYPES; -const PATTERN_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Pattern"]; +const PATTERN_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Pattern']; exports.PATTERN_TYPES = PATTERN_TYPES; -const CLASS_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Class"]; +const CLASS_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Class']; exports.CLASS_TYPES = CLASS_TYPES; -const MODULEDECLARATION_TYPES = _definitions.FLIPPED_ALIAS_KEYS["ModuleDeclaration"]; +const MODULEDECLARATION_TYPES = + _definitions.FLIPPED_ALIAS_KEYS['ModuleDeclaration']; exports.MODULEDECLARATION_TYPES = MODULEDECLARATION_TYPES; -const EXPORTDECLARATION_TYPES = _definitions.FLIPPED_ALIAS_KEYS["ExportDeclaration"]; +const EXPORTDECLARATION_TYPES = + _definitions.FLIPPED_ALIAS_KEYS['ExportDeclaration']; exports.EXPORTDECLARATION_TYPES = EXPORTDECLARATION_TYPES; -const MODULESPECIFIER_TYPES = _definitions.FLIPPED_ALIAS_KEYS["ModuleSpecifier"]; +const MODULESPECIFIER_TYPES = + _definitions.FLIPPED_ALIAS_KEYS['ModuleSpecifier']; exports.MODULESPECIFIER_TYPES = MODULESPECIFIER_TYPES; -const ACCESSOR_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Accessor"]; +const ACCESSOR_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Accessor']; exports.ACCESSOR_TYPES = ACCESSOR_TYPES; -const PRIVATE_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Private"]; +const PRIVATE_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Private']; exports.PRIVATE_TYPES = PRIVATE_TYPES; -const FLOW_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Flow"]; +const FLOW_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Flow']; exports.FLOW_TYPES = FLOW_TYPES; -const FLOWTYPE_TYPES = _definitions.FLIPPED_ALIAS_KEYS["FlowType"]; +const FLOWTYPE_TYPES = _definitions.FLIPPED_ALIAS_KEYS['FlowType']; exports.FLOWTYPE_TYPES = FLOWTYPE_TYPES; -const FLOWBASEANNOTATION_TYPES = _definitions.FLIPPED_ALIAS_KEYS["FlowBaseAnnotation"]; +const FLOWBASEANNOTATION_TYPES = + _definitions.FLIPPED_ALIAS_KEYS['FlowBaseAnnotation']; exports.FLOWBASEANNOTATION_TYPES = FLOWBASEANNOTATION_TYPES; -const FLOWDECLARATION_TYPES = _definitions.FLIPPED_ALIAS_KEYS["FlowDeclaration"]; +const FLOWDECLARATION_TYPES = + _definitions.FLIPPED_ALIAS_KEYS['FlowDeclaration']; exports.FLOWDECLARATION_TYPES = FLOWDECLARATION_TYPES; -const FLOWPREDICATE_TYPES = _definitions.FLIPPED_ALIAS_KEYS["FlowPredicate"]; +const FLOWPREDICATE_TYPES = _definitions.FLIPPED_ALIAS_KEYS['FlowPredicate']; exports.FLOWPREDICATE_TYPES = FLOWPREDICATE_TYPES; -const ENUMBODY_TYPES = _definitions.FLIPPED_ALIAS_KEYS["EnumBody"]; +const ENUMBODY_TYPES = _definitions.FLIPPED_ALIAS_KEYS['EnumBody']; exports.ENUMBODY_TYPES = ENUMBODY_TYPES; -const ENUMMEMBER_TYPES = _definitions.FLIPPED_ALIAS_KEYS["EnumMember"]; +const ENUMMEMBER_TYPES = _definitions.FLIPPED_ALIAS_KEYS['EnumMember']; exports.ENUMMEMBER_TYPES = ENUMMEMBER_TYPES; -const JSX_TYPES = _definitions.FLIPPED_ALIAS_KEYS["JSX"]; +const JSX_TYPES = _definitions.FLIPPED_ALIAS_KEYS['JSX']; exports.JSX_TYPES = JSX_TYPES; -const MISCELLANEOUS_TYPES = _definitions.FLIPPED_ALIAS_KEYS["Miscellaneous"]; +const MISCELLANEOUS_TYPES = _definitions.FLIPPED_ALIAS_KEYS['Miscellaneous']; exports.MISCELLANEOUS_TYPES = MISCELLANEOUS_TYPES; -const TYPESCRIPT_TYPES = _definitions.FLIPPED_ALIAS_KEYS["TypeScript"]; +const TYPESCRIPT_TYPES = _definitions.FLIPPED_ALIAS_KEYS['TypeScript']; exports.TYPESCRIPT_TYPES = TYPESCRIPT_TYPES; -const TSTYPEELEMENT_TYPES = _definitions.FLIPPED_ALIAS_KEYS["TSTypeElement"]; +const TSTYPEELEMENT_TYPES = _definitions.FLIPPED_ALIAS_KEYS['TSTypeElement']; exports.TSTYPEELEMENT_TYPES = TSTYPEELEMENT_TYPES; -const TSTYPE_TYPES = _definitions.FLIPPED_ALIAS_KEYS["TSType"]; +const TSTYPE_TYPES = _definitions.FLIPPED_ALIAS_KEYS['TSType']; exports.TSTYPE_TYPES = TSTYPE_TYPES; -const TSBASETYPE_TYPES = _definitions.FLIPPED_ALIAS_KEYS["TSBaseType"]; +const TSBASETYPE_TYPES = _definitions.FLIPPED_ALIAS_KEYS['TSBaseType']; exports.TSBASETYPE_TYPES = TSBASETYPE_TYPES; //# sourceMappingURL=index.js.map diff --git a/node_modules/@babel/types/lib/constants/index.js b/node_modules/@babel/types/lib/constants/index.js index 9248444..1ef30e2 100644 --- a/node_modules/@babel/types/lib/constants/index.js +++ b/node_modules/@babel/types/lib/constants/index.js @@ -1,51 +1,108 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); -exports.UPDATE_OPERATORS = exports.UNARY_OPERATORS = exports.STRING_UNARY_OPERATORS = exports.STATEMENT_OR_BLOCK_KEYS = exports.NUMBER_UNARY_OPERATORS = exports.NUMBER_BINARY_OPERATORS = exports.NOT_LOCAL_BINDING = exports.LOGICAL_OPERATORS = exports.INHERIT_KEYS = exports.FOR_INIT_KEYS = exports.FLATTENABLE_KEYS = exports.EQUALITY_BINARY_OPERATORS = exports.COMPARISON_BINARY_OPERATORS = exports.COMMENT_KEYS = exports.BOOLEAN_UNARY_OPERATORS = exports.BOOLEAN_NUMBER_BINARY_OPERATORS = exports.BOOLEAN_BINARY_OPERATORS = exports.BLOCK_SCOPED_SYMBOL = exports.BINARY_OPERATORS = exports.ASSIGNMENT_OPERATORS = void 0; -const STATEMENT_OR_BLOCK_KEYS = ["consequent", "body", "alternate"]; +exports.UPDATE_OPERATORS = + exports.UNARY_OPERATORS = + exports.STRING_UNARY_OPERATORS = + exports.STATEMENT_OR_BLOCK_KEYS = + exports.NUMBER_UNARY_OPERATORS = + exports.NUMBER_BINARY_OPERATORS = + exports.NOT_LOCAL_BINDING = + exports.LOGICAL_OPERATORS = + exports.INHERIT_KEYS = + exports.FOR_INIT_KEYS = + exports.FLATTENABLE_KEYS = + exports.EQUALITY_BINARY_OPERATORS = + exports.COMPARISON_BINARY_OPERATORS = + exports.COMMENT_KEYS = + exports.BOOLEAN_UNARY_OPERATORS = + exports.BOOLEAN_NUMBER_BINARY_OPERATORS = + exports.BOOLEAN_BINARY_OPERATORS = + exports.BLOCK_SCOPED_SYMBOL = + exports.BINARY_OPERATORS = + exports.ASSIGNMENT_OPERATORS = + void 0; +const STATEMENT_OR_BLOCK_KEYS = ['consequent', 'body', 'alternate']; exports.STATEMENT_OR_BLOCK_KEYS = STATEMENT_OR_BLOCK_KEYS; -const FLATTENABLE_KEYS = ["body", "expressions"]; +const FLATTENABLE_KEYS = ['body', 'expressions']; exports.FLATTENABLE_KEYS = FLATTENABLE_KEYS; -const FOR_INIT_KEYS = ["left", "init"]; +const FOR_INIT_KEYS = ['left', 'init']; exports.FOR_INIT_KEYS = FOR_INIT_KEYS; -const COMMENT_KEYS = ["leadingComments", "trailingComments", "innerComments"]; +const COMMENT_KEYS = ['leadingComments', 'trailingComments', 'innerComments']; exports.COMMENT_KEYS = COMMENT_KEYS; -const LOGICAL_OPERATORS = ["||", "&&", "??"]; +const LOGICAL_OPERATORS = ['||', '&&', '??']; exports.LOGICAL_OPERATORS = LOGICAL_OPERATORS; -const UPDATE_OPERATORS = ["++", "--"]; +const UPDATE_OPERATORS = ['++', '--']; exports.UPDATE_OPERATORS = UPDATE_OPERATORS; -const BOOLEAN_NUMBER_BINARY_OPERATORS = [">", "<", ">=", "<="]; +const BOOLEAN_NUMBER_BINARY_OPERATORS = ['>', '<', '>=', '<=']; exports.BOOLEAN_NUMBER_BINARY_OPERATORS = BOOLEAN_NUMBER_BINARY_OPERATORS; -const EQUALITY_BINARY_OPERATORS = ["==", "===", "!=", "!=="]; +const EQUALITY_BINARY_OPERATORS = ['==', '===', '!=', '!==']; exports.EQUALITY_BINARY_OPERATORS = EQUALITY_BINARY_OPERATORS; -const COMPARISON_BINARY_OPERATORS = [...EQUALITY_BINARY_OPERATORS, "in", "instanceof"]; +const COMPARISON_BINARY_OPERATORS = [ + ...EQUALITY_BINARY_OPERATORS, + 'in', + 'instanceof', +]; exports.COMPARISON_BINARY_OPERATORS = COMPARISON_BINARY_OPERATORS; -const BOOLEAN_BINARY_OPERATORS = [...COMPARISON_BINARY_OPERATORS, ...BOOLEAN_NUMBER_BINARY_OPERATORS]; +const BOOLEAN_BINARY_OPERATORS = [ + ...COMPARISON_BINARY_OPERATORS, + ...BOOLEAN_NUMBER_BINARY_OPERATORS, +]; exports.BOOLEAN_BINARY_OPERATORS = BOOLEAN_BINARY_OPERATORS; -const NUMBER_BINARY_OPERATORS = ["-", "/", "%", "*", "**", "&", "|", ">>", ">>>", "<<", "^"]; +const NUMBER_BINARY_OPERATORS = [ + '-', + '/', + '%', + '*', + '**', + '&', + '|', + '>>', + '>>>', + '<<', + '^', +]; exports.NUMBER_BINARY_OPERATORS = NUMBER_BINARY_OPERATORS; -const BINARY_OPERATORS = ["+", ...NUMBER_BINARY_OPERATORS, ...BOOLEAN_BINARY_OPERATORS, "|>"]; +const BINARY_OPERATORS = [ + '+', + ...NUMBER_BINARY_OPERATORS, + ...BOOLEAN_BINARY_OPERATORS, + '|>', +]; exports.BINARY_OPERATORS = BINARY_OPERATORS; -const ASSIGNMENT_OPERATORS = ["=", "+=", ...NUMBER_BINARY_OPERATORS.map(op => op + "="), ...LOGICAL_OPERATORS.map(op => op + "=")]; +const ASSIGNMENT_OPERATORS = [ + '=', + '+=', + ...NUMBER_BINARY_OPERATORS.map((op) => op + '='), + ...LOGICAL_OPERATORS.map((op) => op + '='), +]; exports.ASSIGNMENT_OPERATORS = ASSIGNMENT_OPERATORS; -const BOOLEAN_UNARY_OPERATORS = ["delete", "!"]; +const BOOLEAN_UNARY_OPERATORS = ['delete', '!']; exports.BOOLEAN_UNARY_OPERATORS = BOOLEAN_UNARY_OPERATORS; -const NUMBER_UNARY_OPERATORS = ["+", "-", "~"]; +const NUMBER_UNARY_OPERATORS = ['+', '-', '~']; exports.NUMBER_UNARY_OPERATORS = NUMBER_UNARY_OPERATORS; -const STRING_UNARY_OPERATORS = ["typeof"]; +const STRING_UNARY_OPERATORS = ['typeof']; exports.STRING_UNARY_OPERATORS = STRING_UNARY_OPERATORS; -const UNARY_OPERATORS = ["void", "throw", ...BOOLEAN_UNARY_OPERATORS, ...NUMBER_UNARY_OPERATORS, ...STRING_UNARY_OPERATORS]; +const UNARY_OPERATORS = [ + 'void', + 'throw', + ...BOOLEAN_UNARY_OPERATORS, + ...NUMBER_UNARY_OPERATORS, + ...STRING_UNARY_OPERATORS, +]; exports.UNARY_OPERATORS = UNARY_OPERATORS; const INHERIT_KEYS = { - optional: ["typeAnnotation", "typeParameters", "returnType"], - force: ["start", "loc", "end"] + optional: ['typeAnnotation', 'typeParameters', 'returnType'], + force: ['start', 'loc', 'end'], }; exports.INHERIT_KEYS = INHERIT_KEYS; -const BLOCK_SCOPED_SYMBOL = Symbol.for("var used to be block scoped"); +const BLOCK_SCOPED_SYMBOL = Symbol.for('var used to be block scoped'); exports.BLOCK_SCOPED_SYMBOL = BLOCK_SCOPED_SYMBOL; -const NOT_LOCAL_BINDING = Symbol.for("should not be considered a local binding"); +const NOT_LOCAL_BINDING = Symbol.for( + 'should not be considered a local binding' +); exports.NOT_LOCAL_BINDING = NOT_LOCAL_BINDING; //# sourceMappingURL=index.js.map diff --git a/node_modules/@babel/types/lib/converters/ensureBlock.js b/node_modules/@babel/types/lib/converters/ensureBlock.js index 2df8c63..54b6818 100644 --- a/node_modules/@babel/types/lib/converters/ensureBlock.js +++ b/node_modules/@babel/types/lib/converters/ensureBlock.js @@ -1,13 +1,13 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = ensureBlock; -var _toBlock = require("./toBlock"); +var _toBlock = require('./toBlock'); -function ensureBlock(node, key = "body") { +function ensureBlock(node, key = 'body') { const result = (0, _toBlock.default)(node[key], node); node[key] = result; return result; diff --git a/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js b/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js index bd97958..b9988a3 100644 --- a/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +++ b/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js @@ -1,17 +1,17 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = gatherSequenceExpressions; -var _getBindingIdentifiers = require("../retrievers/getBindingIdentifiers"); +var _getBindingIdentifiers = require('../retrievers/getBindingIdentifiers'); -var _generated = require("../validators/generated"); +var _generated = require('../validators/generated'); -var _generated2 = require("../builders/generated"); +var _generated2 = require('../builders/generated'); -var _cloneNode = require("../clone/cloneNode"); +var _cloneNode = require('../clone/cloneNode'); function gatherSequenceExpressions(nodes, scope, declars) { const exprs = []; @@ -27,7 +27,7 @@ function gatherSequenceExpressions(nodes, scope, declars) { } else if ((0, _generated.isExpressionStatement)(node)) { exprs.push(node.expression); } else if ((0, _generated.isVariableDeclaration)(node)) { - if (node.kind !== "var") return; + if (node.kind !== 'var') return; for (const declar of node.declarations) { const bindings = (0, _getBindingIdentifiers.default)(declar); @@ -35,21 +35,31 @@ function gatherSequenceExpressions(nodes, scope, declars) { for (const key of Object.keys(bindings)) { declars.push({ kind: node.kind, - id: (0, _cloneNode.default)(bindings[key]) + id: (0, _cloneNode.default)(bindings[key]), }); } if (declar.init) { - exprs.push((0, _generated2.assignmentExpression)("=", declar.id, declar.init)); + exprs.push( + (0, _generated2.assignmentExpression)('=', declar.id, declar.init) + ); } } ensureLastUndefined = true; } else if ((0, _generated.isIfStatement)(node)) { - const consequent = node.consequent ? gatherSequenceExpressions([node.consequent], scope, declars) : scope.buildUndefinedNode(); - const alternate = node.alternate ? gatherSequenceExpressions([node.alternate], scope, declars) : scope.buildUndefinedNode(); + const consequent = + node.consequent ? + gatherSequenceExpressions([node.consequent], scope, declars) + : scope.buildUndefinedNode(); + const alternate = + node.alternate ? + gatherSequenceExpressions([node.alternate], scope, declars) + : scope.buildUndefinedNode(); if (!consequent || !alternate) return; - exprs.push((0, _generated2.conditionalExpression)(node.test, consequent, alternate)); + exprs.push( + (0, _generated2.conditionalExpression)(node.test, consequent, alternate) + ); } else if ((0, _generated.isBlockStatement)(node)) { const body = gatherSequenceExpressions(node.body, scope, declars); if (!body) return; diff --git a/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js b/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js index e9a3ef1..f160640 100644 --- a/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +++ b/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js @@ -1,15 +1,15 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = toBindingIdentifierName; -var _toIdentifier = require("./toIdentifier"); +var _toIdentifier = require('./toIdentifier'); function toBindingIdentifierName(name) { name = (0, _toIdentifier.default)(name); - if (name === "eval" || name === "arguments") name = "_" + name; + if (name === 'eval' || name === 'arguments') name = '_' + name; return name; } diff --git a/node_modules/@babel/types/lib/converters/toBlock.js b/node_modules/@babel/types/lib/converters/toBlock.js index eb726d6..35136fa 100644 --- a/node_modules/@babel/types/lib/converters/toBlock.js +++ b/node_modules/@babel/types/lib/converters/toBlock.js @@ -1,13 +1,13 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = toBlock; -var _generated = require("../validators/generated"); +var _generated = require('../validators/generated'); -var _generated2 = require("../builders/generated"); +var _generated2 = require('../builders/generated'); function toBlock(node, parent) { if ((0, _generated.isBlockStatement)(node)) { diff --git a/node_modules/@babel/types/lib/converters/toComputedKey.js b/node_modules/@babel/types/lib/converters/toComputedKey.js index 4873714..8c0e9bb 100644 --- a/node_modules/@babel/types/lib/converters/toComputedKey.js +++ b/node_modules/@babel/types/lib/converters/toComputedKey.js @@ -1,16 +1,17 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = toComputedKey; -var _generated = require("../validators/generated"); +var _generated = require('../validators/generated'); -var _generated2 = require("../builders/generated"); +var _generated2 = require('../builders/generated'); function toComputedKey(node, key = node.key || node.property) { - if (!node.computed && (0, _generated.isIdentifier)(key)) key = (0, _generated2.stringLiteral)(key.name); + if (!node.computed && (0, _generated.isIdentifier)(key)) + key = (0, _generated2.stringLiteral)(key.name); return key; } diff --git a/node_modules/@babel/types/lib/converters/toExpression.js b/node_modules/@babel/types/lib/converters/toExpression.js index c1badad..09a91e3 100644 --- a/node_modules/@babel/types/lib/converters/toExpression.js +++ b/node_modules/@babel/types/lib/converters/toExpression.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = void 0; -var _generated = require("../validators/generated"); +var _generated = require('../validators/generated'); var _default = toExpression; exports.default = _default; @@ -20,9 +20,9 @@ function toExpression(node) { } if ((0, _generated.isClass)(node)) { - node.type = "ClassExpression"; + node.type = 'ClassExpression'; } else if ((0, _generated.isFunction)(node)) { - node.type = "FunctionExpression"; + node.type = 'FunctionExpression'; } if (!(0, _generated.isExpression)(node)) { diff --git a/node_modules/@babel/types/lib/converters/toIdentifier.js b/node_modules/@babel/types/lib/converters/toIdentifier.js index 2eac4ae..4ebe41b 100644 --- a/node_modules/@babel/types/lib/converters/toIdentifier.js +++ b/node_modules/@babel/types/lib/converters/toIdentifier.js @@ -1,32 +1,35 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = toIdentifier; -var _isValidIdentifier = require("../validators/isValidIdentifier"); +var _isValidIdentifier = require('../validators/isValidIdentifier'); -var _helperValidatorIdentifier = require("@babel/helper-validator-identifier"); +var _helperValidatorIdentifier = require('@babel/helper-validator-identifier'); function toIdentifier(input) { - input = input + ""; - let name = ""; + input = input + ''; + let name = ''; for (const c of input) { - name += (0, _helperValidatorIdentifier.isIdentifierChar)(c.codePointAt(0)) ? c : "-"; + name += + (0, _helperValidatorIdentifier.isIdentifierChar)(c.codePointAt(0)) ? c : ( + '-' + ); } - name = name.replace(/^[-0-9]+/, ""); + name = name.replace(/^[-0-9]+/, ''); name = name.replace(/[-\s]+(.)?/g, function (match, c) { - return c ? c.toUpperCase() : ""; + return c ? c.toUpperCase() : ''; }); if (!(0, _isValidIdentifier.default)(name)) { name = `_${name}`; } - return name || "_"; + return name || '_'; } //# sourceMappingURL=toIdentifier.js.map diff --git a/node_modules/@babel/types/lib/converters/toKeyAlias.js b/node_modules/@babel/types/lib/converters/toKeyAlias.js index 7a804b6..0e123c0 100644 --- a/node_modules/@babel/types/lib/converters/toKeyAlias.js +++ b/node_modules/@babel/types/lib/converters/toKeyAlias.js @@ -1,27 +1,29 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = toKeyAlias; -var _generated = require("../validators/generated"); +var _generated = require('../validators/generated'); -var _cloneNode = require("../clone/cloneNode"); +var _cloneNode = require('../clone/cloneNode'); -var _removePropertiesDeep = require("../modifications/removePropertiesDeep"); +var _removePropertiesDeep = require('../modifications/removePropertiesDeep'); function toKeyAlias(node, key = node.key) { let alias; - if (node.kind === "method") { - return toKeyAlias.increment() + ""; + if (node.kind === 'method') { + return toKeyAlias.increment() + ''; } else if ((0, _generated.isIdentifier)(key)) { alias = key.name; } else if ((0, _generated.isStringLiteral)(key)) { alias = JSON.stringify(key.value); } else { - alias = JSON.stringify((0, _removePropertiesDeep.default)((0, _cloneNode.default)(key))); + alias = JSON.stringify( + (0, _removePropertiesDeep.default)((0, _cloneNode.default)(key)) + ); } if (node.computed) { @@ -39,7 +41,7 @@ toKeyAlias.uid = 0; toKeyAlias.increment = function () { if (toKeyAlias.uid >= Number.MAX_SAFE_INTEGER) { - return toKeyAlias.uid = 0; + return (toKeyAlias.uid = 0); } else { return toKeyAlias.uid++; } diff --git a/node_modules/@babel/types/lib/converters/toSequenceExpression.js b/node_modules/@babel/types/lib/converters/toSequenceExpression.js index 87702bb..31ceca7 100644 --- a/node_modules/@babel/types/lib/converters/toSequenceExpression.js +++ b/node_modules/@babel/types/lib/converters/toSequenceExpression.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = toSequenceExpression; -var _gatherSequenceExpressions = require("./gatherSequenceExpressions"); +var _gatherSequenceExpressions = require('./gatherSequenceExpressions'); function toSequenceExpression(nodes, scope) { if (!(nodes != null && nodes.length)) return; diff --git a/node_modules/@babel/types/lib/converters/toStatement.js b/node_modules/@babel/types/lib/converters/toStatement.js index d927307..88d281f 100644 --- a/node_modules/@babel/types/lib/converters/toStatement.js +++ b/node_modules/@babel/types/lib/converters/toStatement.js @@ -1,13 +1,13 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = void 0; -var _generated = require("../validators/generated"); +var _generated = require('../validators/generated'); -var _generated2 = require("../builders/generated"); +var _generated2 = require('../builders/generated'); var _default = toStatement; exports.default = _default; @@ -22,10 +22,10 @@ function toStatement(node, ignore) { if ((0, _generated.isClass)(node)) { mustHaveId = true; - newType = "ClassDeclaration"; + newType = 'ClassDeclaration'; } else if ((0, _generated.isFunction)(node)) { mustHaveId = true; - newType = "FunctionDeclaration"; + newType = 'FunctionDeclaration'; } else if ((0, _generated.isAssignmentExpression)(node)) { return (0, _generated2.expressionStatement)(node); } diff --git a/node_modules/@babel/types/lib/converters/valueToNode.js b/node_modules/@babel/types/lib/converters/valueToNode.js index 3b9b5b7..61af946 100644 --- a/node_modules/@babel/types/lib/converters/valueToNode.js +++ b/node_modules/@babel/types/lib/converters/valueToNode.js @@ -1,24 +1,28 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = void 0; -var _isValidIdentifier = require("../validators/isValidIdentifier"); +var _isValidIdentifier = require('../validators/isValidIdentifier'); -var _generated = require("../builders/generated"); +var _generated = require('../builders/generated'); var _default = valueToNode; exports.default = _default; const objectToString = Function.call.bind(Object.prototype.toString); function isRegExp(value) { - return objectToString(value) === "[object RegExp]"; + return objectToString(value) === '[object RegExp]'; } function isPlainObject(value) { - if (typeof value !== "object" || value === null || Object.prototype.toString.call(value) !== "[object Object]") { + if ( + typeof value !== 'object' || + value === null || + Object.prototype.toString.call(value) !== '[object Object]' + ) { return false; } @@ -28,7 +32,7 @@ function isPlainObject(value) { function valueToNode(value) { if (value === undefined) { - return (0, _generated.identifier)("undefined"); + return (0, _generated.identifier)('undefined'); } if (value === true || value === false) { @@ -39,11 +43,11 @@ function valueToNode(value) { return (0, _generated.nullLiteral)(); } - if (typeof value === "string") { + if (typeof value === 'string') { return (0, _generated.stringLiteral)(value); } - if (typeof value === "number") { + if (typeof value === 'number') { let result; if (Number.isFinite(value)) { @@ -57,11 +61,15 @@ function valueToNode(value) { numerator = (0, _generated.numericLiteral)(1); } - result = (0, _generated.binaryExpression)("/", numerator, (0, _generated.numericLiteral)(0)); + result = (0, _generated.binaryExpression)( + '/', + numerator, + (0, _generated.numericLiteral)(0) + ); } if (value < 0 || Object.is(value, -0)) { - result = (0, _generated.unaryExpression)("-", result); + result = (0, _generated.unaryExpression)('-', result); } return result; @@ -89,7 +97,9 @@ function valueToNode(value) { nodeKey = (0, _generated.stringLiteral)(key); } - props.push((0, _generated.objectProperty)(nodeKey, valueToNode(value[key]))); + props.push( + (0, _generated.objectProperty)(nodeKey, valueToNode(value[key])) + ); } return (0, _generated.objectExpression)(props); diff --git a/node_modules/@babel/types/lib/definitions/core.js b/node_modules/@babel/types/lib/definitions/core.js index 643ab58..37c5956 100644 --- a/node_modules/@babel/types/lib/definitions/core.js +++ b/node_modules/@babel/types/lib/definitions/core.js @@ -1,398 +1,539 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); -exports.patternLikeCommon = exports.functionTypeAnnotationCommon = exports.functionDeclarationCommon = exports.functionCommon = exports.classMethodOrPropertyCommon = exports.classMethodOrDeclareMethodCommon = void 0; +exports.patternLikeCommon = + exports.functionTypeAnnotationCommon = + exports.functionDeclarationCommon = + exports.functionCommon = + exports.classMethodOrPropertyCommon = + exports.classMethodOrDeclareMethodCommon = + void 0; -var _is = require("../validators/is"); +var _is = require('../validators/is'); -var _isValidIdentifier = require("../validators/isValidIdentifier"); +var _isValidIdentifier = require('../validators/isValidIdentifier'); -var _helperValidatorIdentifier = require("@babel/helper-validator-identifier"); +var _helperValidatorIdentifier = require('@babel/helper-validator-identifier'); -var _helperStringParser = require("@babel/helper-string-parser"); +var _helperStringParser = require('@babel/helper-string-parser'); -var _constants = require("../constants"); +var _constants = require('../constants'); -var _utils = require("./utils"); +var _utils = require('./utils'); -const defineType = (0, _utils.defineAliasedType)("Standardized"); -defineType("ArrayExpression", { +const defineType = (0, _utils.defineAliasedType)('Standardized'); +defineType('ArrayExpression', { fields: { elements: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeOrValueType)("null", "Expression", "SpreadElement"))), - default: !process.env.BABEL_TYPES_8_BREAKING ? [] : undefined - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeOrValueType)( + 'null', + 'Expression', + 'SpreadElement' + ) + ) + ), + default: !process.env.BABEL_TYPES_8_BREAKING ? [] : undefined, + }, }, - visitor: ["elements"], - aliases: ["Expression"] + visitor: ['elements'], + aliases: ['Expression'], }); -defineType("AssignmentExpression", { +defineType('AssignmentExpression', { fields: { operator: { - validate: function () { + validate: (function () { if (!process.env.BABEL_TYPES_8_BREAKING) { - return (0, _utils.assertValueType)("string"); + return (0, _utils.assertValueType)('string'); } - const identifier = (0, _utils.assertOneOf)(..._constants.ASSIGNMENT_OPERATORS); - const pattern = (0, _utils.assertOneOf)("="); + const identifier = (0, _utils.assertOneOf)( + ..._constants.ASSIGNMENT_OPERATORS + ); + const pattern = (0, _utils.assertOneOf)('='); return function (node, key, val) { - const validator = (0, _is.default)("Pattern", node.left) ? pattern : identifier; + const validator = + (0, _is.default)('Pattern', node.left) ? pattern : identifier; validator(node, key, val); }; - }() + })(), }, left: { - validate: !process.env.BABEL_TYPES_8_BREAKING ? (0, _utils.assertNodeType)("LVal") : (0, _utils.assertNodeType)("Identifier", "MemberExpression", "ArrayPattern", "ObjectPattern", "TSAsExpression", "TSTypeAssertion", "TSNonNullExpression") + validate: + !process.env.BABEL_TYPES_8_BREAKING ? + (0, _utils.assertNodeType)('LVal') + : (0, _utils.assertNodeType)( + 'Identifier', + 'MemberExpression', + 'ArrayPattern', + 'ObjectPattern', + 'TSAsExpression', + 'TSTypeAssertion', + 'TSNonNullExpression' + ), }, right: { - validate: (0, _utils.assertNodeType)("Expression") - } + validate: (0, _utils.assertNodeType)('Expression'), + }, }, - builder: ["operator", "left", "right"], - visitor: ["left", "right"], - aliases: ["Expression"] + builder: ['operator', 'left', 'right'], + visitor: ['left', 'right'], + aliases: ['Expression'], }); -defineType("BinaryExpression", { - builder: ["operator", "left", "right"], +defineType('BinaryExpression', { + builder: ['operator', 'left', 'right'], fields: { operator: { - validate: (0, _utils.assertOneOf)(..._constants.BINARY_OPERATORS) + validate: (0, _utils.assertOneOf)(..._constants.BINARY_OPERATORS), }, left: { - validate: function () { - const expression = (0, _utils.assertNodeType)("Expression"); - const inOp = (0, _utils.assertNodeType)("Expression", "PrivateName"); - const validator = Object.assign(function (node, key, val) { - const validator = node.operator === "in" ? inOp : expression; - validator(node, key, val); - }, { - oneOfNodeTypes: ["Expression", "PrivateName"] - }); + validate: (function () { + const expression = (0, _utils.assertNodeType)('Expression'); + const inOp = (0, _utils.assertNodeType)('Expression', 'PrivateName'); + const validator = Object.assign( + function (node, key, val) { + const validator = node.operator === 'in' ? inOp : expression; + validator(node, key, val); + }, + { + oneOfNodeTypes: ['Expression', 'PrivateName'], + } + ); return validator; - }() + })(), }, right: { - validate: (0, _utils.assertNodeType)("Expression") - } + validate: (0, _utils.assertNodeType)('Expression'), + }, }, - visitor: ["left", "right"], - aliases: ["Binary", "Expression"] + visitor: ['left', 'right'], + aliases: ['Binary', 'Expression'], }); -defineType("InterpreterDirective", { - builder: ["value"], +defineType('InterpreterDirective', { + builder: ['value'], fields: { value: { - validate: (0, _utils.assertValueType)("string") - } - } + validate: (0, _utils.assertValueType)('string'), + }, + }, }); -defineType("Directive", { - visitor: ["value"], +defineType('Directive', { + visitor: ['value'], fields: { value: { - validate: (0, _utils.assertNodeType)("DirectiveLiteral") - } - } + validate: (0, _utils.assertNodeType)('DirectiveLiteral'), + }, + }, }); -defineType("DirectiveLiteral", { - builder: ["value"], +defineType('DirectiveLiteral', { + builder: ['value'], fields: { value: { - validate: (0, _utils.assertValueType)("string") - } - } + validate: (0, _utils.assertValueType)('string'), + }, + }, }); -defineType("BlockStatement", { - builder: ["body", "directives"], - visitor: ["directives", "body"], +defineType('BlockStatement', { + builder: ['body', 'directives'], + visitor: ['directives', 'body'], fields: { directives: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Directive"))), - default: [] + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Directive')) + ), + default: [], }, body: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Statement"))) - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Statement')) + ), + }, }, - aliases: ["Scopable", "BlockParent", "Block", "Statement"] + aliases: ['Scopable', 'BlockParent', 'Block', 'Statement'], }); -defineType("BreakStatement", { - visitor: ["label"], +defineType('BreakStatement', { + visitor: ['label'], fields: { label: { - validate: (0, _utils.assertNodeType)("Identifier"), - optional: true - } + validate: (0, _utils.assertNodeType)('Identifier'), + optional: true, + }, }, - aliases: ["Statement", "Terminatorless", "CompletionStatement"] + aliases: ['Statement', 'Terminatorless', 'CompletionStatement'], }); -defineType("CallExpression", { - visitor: ["callee", "arguments", "typeParameters", "typeArguments"], - builder: ["callee", "arguments"], - aliases: ["Expression"], - fields: Object.assign({ - callee: { - validate: (0, _utils.assertNodeType)("Expression", "Super", "V8IntrinsicIdentifier") +defineType('CallExpression', { + visitor: ['callee', 'arguments', 'typeParameters', 'typeArguments'], + builder: ['callee', 'arguments'], + aliases: ['Expression'], + fields: Object.assign( + { + callee: { + validate: (0, _utils.assertNodeType)( + 'Expression', + 'Super', + 'V8IntrinsicIdentifier' + ), + }, + arguments: { + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)( + 'Expression', + 'SpreadElement', + 'JSXNamespacedName', + 'ArgumentPlaceholder' + ) + ) + ), + }, }, - arguments: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Expression", "SpreadElement", "JSXNamespacedName", "ArgumentPlaceholder"))) + !process.env.BABEL_TYPES_8_BREAKING ? + { + optional: { + validate: (0, _utils.assertOneOf)(true, false), + optional: true, + }, + } + : {}, + { + typeArguments: { + validate: (0, _utils.assertNodeType)('TypeParameterInstantiation'), + optional: true, + }, + typeParameters: { + validate: (0, _utils.assertNodeType)('TSTypeParameterInstantiation'), + optional: true, + }, } - }, !process.env.BABEL_TYPES_8_BREAKING ? { - optional: { - validate: (0, _utils.assertOneOf)(true, false), - optional: true - } - } : {}, { - typeArguments: { - validate: (0, _utils.assertNodeType)("TypeParameterInstantiation"), - optional: true - }, - typeParameters: { - validate: (0, _utils.assertNodeType)("TSTypeParameterInstantiation"), - optional: true - } - }) + ), }); -defineType("CatchClause", { - visitor: ["param", "body"], +defineType('CatchClause', { + visitor: ['param', 'body'], fields: { param: { - validate: (0, _utils.assertNodeType)("Identifier", "ArrayPattern", "ObjectPattern"), - optional: true + validate: (0, _utils.assertNodeType)( + 'Identifier', + 'ArrayPattern', + 'ObjectPattern' + ), + optional: true, }, body: { - validate: (0, _utils.assertNodeType)("BlockStatement") - } + validate: (0, _utils.assertNodeType)('BlockStatement'), + }, }, - aliases: ["Scopable", "BlockParent"] + aliases: ['Scopable', 'BlockParent'], }); -defineType("ConditionalExpression", { - visitor: ["test", "consequent", "alternate"], +defineType('ConditionalExpression', { + visitor: ['test', 'consequent', 'alternate'], fields: { test: { - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, consequent: { - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, alternate: { - validate: (0, _utils.assertNodeType)("Expression") - } + validate: (0, _utils.assertNodeType)('Expression'), + }, }, - aliases: ["Expression", "Conditional"] + aliases: ['Expression', 'Conditional'], }); -defineType("ContinueStatement", { - visitor: ["label"], +defineType('ContinueStatement', { + visitor: ['label'], fields: { label: { - validate: (0, _utils.assertNodeType)("Identifier"), - optional: true - } + validate: (0, _utils.assertNodeType)('Identifier'), + optional: true, + }, }, - aliases: ["Statement", "Terminatorless", "CompletionStatement"] + aliases: ['Statement', 'Terminatorless', 'CompletionStatement'], }); -defineType("DebuggerStatement", { - aliases: ["Statement"] +defineType('DebuggerStatement', { + aliases: ['Statement'], }); -defineType("DoWhileStatement", { - visitor: ["test", "body"], +defineType('DoWhileStatement', { + visitor: ['test', 'body'], fields: { test: { - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, body: { - validate: (0, _utils.assertNodeType)("Statement") - } + validate: (0, _utils.assertNodeType)('Statement'), + }, }, - aliases: ["Statement", "BlockParent", "Loop", "While", "Scopable"] + aliases: ['Statement', 'BlockParent', 'Loop', 'While', 'Scopable'], }); -defineType("EmptyStatement", { - aliases: ["Statement"] +defineType('EmptyStatement', { + aliases: ['Statement'], }); -defineType("ExpressionStatement", { - visitor: ["expression"], +defineType('ExpressionStatement', { + visitor: ['expression'], fields: { expression: { - validate: (0, _utils.assertNodeType)("Expression") - } + validate: (0, _utils.assertNodeType)('Expression'), + }, }, - aliases: ["Statement", "ExpressionWrapper"] + aliases: ['Statement', 'ExpressionWrapper'], }); -defineType("File", { - builder: ["program", "comments", "tokens"], - visitor: ["program"], +defineType('File', { + builder: ['program', 'comments', 'tokens'], + visitor: ['program'], fields: { program: { - validate: (0, _utils.assertNodeType)("Program") + validate: (0, _utils.assertNodeType)('Program'), }, comments: { - validate: !process.env.BABEL_TYPES_8_BREAKING ? Object.assign(() => {}, { - each: { - oneOfNodeTypes: ["CommentBlock", "CommentLine"] - } - }) : (0, _utils.assertEach)((0, _utils.assertNodeType)("CommentBlock", "CommentLine")), - optional: true + validate: + !process.env.BABEL_TYPES_8_BREAKING ? + Object.assign(() => {}, { + each: { + oneOfNodeTypes: ['CommentBlock', 'CommentLine'], + }, + }) + : (0, _utils.assertEach)( + (0, _utils.assertNodeType)('CommentBlock', 'CommentLine') + ), + optional: true, }, tokens: { - validate: (0, _utils.assertEach)(Object.assign(() => {}, { - type: "any" - })), - optional: true - } - } + validate: (0, _utils.assertEach)( + Object.assign(() => {}, { + type: 'any', + }) + ), + optional: true, + }, + }, }); -defineType("ForInStatement", { - visitor: ["left", "right", "body"], - aliases: ["Scopable", "Statement", "For", "BlockParent", "Loop", "ForXStatement"], +defineType('ForInStatement', { + visitor: ['left', 'right', 'body'], + aliases: [ + 'Scopable', + 'Statement', + 'For', + 'BlockParent', + 'Loop', + 'ForXStatement', + ], fields: { left: { - validate: !process.env.BABEL_TYPES_8_BREAKING ? (0, _utils.assertNodeType)("VariableDeclaration", "LVal") : (0, _utils.assertNodeType)("VariableDeclaration", "Identifier", "MemberExpression", "ArrayPattern", "ObjectPattern", "TSAsExpression", "TSTypeAssertion", "TSNonNullExpression") + validate: + !process.env.BABEL_TYPES_8_BREAKING ? + (0, _utils.assertNodeType)('VariableDeclaration', 'LVal') + : (0, _utils.assertNodeType)( + 'VariableDeclaration', + 'Identifier', + 'MemberExpression', + 'ArrayPattern', + 'ObjectPattern', + 'TSAsExpression', + 'TSTypeAssertion', + 'TSNonNullExpression' + ), }, right: { - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, body: { - validate: (0, _utils.assertNodeType)("Statement") - } - } + validate: (0, _utils.assertNodeType)('Statement'), + }, + }, }); -defineType("ForStatement", { - visitor: ["init", "test", "update", "body"], - aliases: ["Scopable", "Statement", "For", "BlockParent", "Loop"], +defineType('ForStatement', { + visitor: ['init', 'test', 'update', 'body'], + aliases: ['Scopable', 'Statement', 'For', 'BlockParent', 'Loop'], fields: { init: { - validate: (0, _utils.assertNodeType)("VariableDeclaration", "Expression"), - optional: true + validate: (0, _utils.assertNodeType)('VariableDeclaration', 'Expression'), + optional: true, }, test: { - validate: (0, _utils.assertNodeType)("Expression"), - optional: true + validate: (0, _utils.assertNodeType)('Expression'), + optional: true, }, update: { - validate: (0, _utils.assertNodeType)("Expression"), - optional: true + validate: (0, _utils.assertNodeType)('Expression'), + optional: true, }, body: { - validate: (0, _utils.assertNodeType)("Statement") - } - } + validate: (0, _utils.assertNodeType)('Statement'), + }, + }, }); const functionCommon = () => ({ params: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Identifier", "Pattern", "RestElement"))) + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)('Identifier', 'Pattern', 'RestElement') + ) + ), }, generator: { - default: false + default: false, }, async: { - default: false - } + default: false, + }, }); exports.functionCommon = functionCommon; const functionTypeAnnotationCommon = () => ({ returnType: { - validate: (0, _utils.assertNodeType)("TypeAnnotation", "TSTypeAnnotation", "Noop"), - optional: true + validate: (0, _utils.assertNodeType)( + 'TypeAnnotation', + 'TSTypeAnnotation', + 'Noop' + ), + optional: true, }, typeParameters: { - validate: (0, _utils.assertNodeType)("TypeParameterDeclaration", "TSTypeParameterDeclaration", "Noop"), - optional: true - } + validate: (0, _utils.assertNodeType)( + 'TypeParameterDeclaration', + 'TSTypeParameterDeclaration', + 'Noop' + ), + optional: true, + }, }); exports.functionTypeAnnotationCommon = functionTypeAnnotationCommon; -const functionDeclarationCommon = () => Object.assign({}, functionCommon(), { - declare: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true - }, - id: { - validate: (0, _utils.assertNodeType)("Identifier"), - optional: true - } -}); +const functionDeclarationCommon = () => + Object.assign({}, functionCommon(), { + declare: { + validate: (0, _utils.assertValueType)('boolean'), + optional: true, + }, + id: { + validate: (0, _utils.assertNodeType)('Identifier'), + optional: true, + }, + }); exports.functionDeclarationCommon = functionDeclarationCommon; -defineType("FunctionDeclaration", { - builder: ["id", "params", "body", "generator", "async"], - visitor: ["id", "params", "body", "returnType", "typeParameters"], - fields: Object.assign({}, functionDeclarationCommon(), functionTypeAnnotationCommon(), { - body: { - validate: (0, _utils.assertNodeType)("BlockStatement") - }, - predicate: { - validate: (0, _utils.assertNodeType)("DeclaredPredicate", "InferredPredicate"), - optional: true +defineType('FunctionDeclaration', { + builder: ['id', 'params', 'body', 'generator', 'async'], + visitor: ['id', 'params', 'body', 'returnType', 'typeParameters'], + fields: Object.assign( + {}, + functionDeclarationCommon(), + functionTypeAnnotationCommon(), + { + body: { + validate: (0, _utils.assertNodeType)('BlockStatement'), + }, + predicate: { + validate: (0, _utils.assertNodeType)( + 'DeclaredPredicate', + 'InferredPredicate' + ), + optional: true, + }, } - }), - aliases: ["Scopable", "Function", "BlockParent", "FunctionParent", "Statement", "Pureish", "Declaration"], - validate: function () { + ), + aliases: [ + 'Scopable', + 'Function', + 'BlockParent', + 'FunctionParent', + 'Statement', + 'Pureish', + 'Declaration', + ], + validate: (function () { if (!process.env.BABEL_TYPES_8_BREAKING) return () => {}; - const identifier = (0, _utils.assertNodeType)("Identifier"); + const identifier = (0, _utils.assertNodeType)('Identifier'); return function (parent, key, node) { - if (!(0, _is.default)("ExportDefaultDeclaration", parent)) { - identifier(node, "id", node.id); + if (!(0, _is.default)('ExportDefaultDeclaration', parent)) { + identifier(node, 'id', node.id); } }; - }() + })(), }); -defineType("FunctionExpression", { - inherits: "FunctionDeclaration", - aliases: ["Scopable", "Function", "BlockParent", "FunctionParent", "Expression", "Pureish"], +defineType('FunctionExpression', { + inherits: 'FunctionDeclaration', + aliases: [ + 'Scopable', + 'Function', + 'BlockParent', + 'FunctionParent', + 'Expression', + 'Pureish', + ], fields: Object.assign({}, functionCommon(), functionTypeAnnotationCommon(), { id: { - validate: (0, _utils.assertNodeType)("Identifier"), - optional: true + validate: (0, _utils.assertNodeType)('Identifier'), + optional: true, }, body: { - validate: (0, _utils.assertNodeType)("BlockStatement") + validate: (0, _utils.assertNodeType)('BlockStatement'), }, predicate: { - validate: (0, _utils.assertNodeType)("DeclaredPredicate", "InferredPredicate"), - optional: true - } - }) + validate: (0, _utils.assertNodeType)( + 'DeclaredPredicate', + 'InferredPredicate' + ), + optional: true, + }, + }), }); const patternLikeCommon = () => ({ typeAnnotation: { - validate: (0, _utils.assertNodeType)("TypeAnnotation", "TSTypeAnnotation", "Noop"), - optional: true + validate: (0, _utils.assertNodeType)( + 'TypeAnnotation', + 'TSTypeAnnotation', + 'Noop' + ), + optional: true, }, decorators: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Decorator"))), - optional: true - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Decorator')) + ), + optional: true, + }, }); exports.patternLikeCommon = patternLikeCommon; -defineType("Identifier", { - builder: ["name"], - visitor: ["typeAnnotation", "decorators"], - aliases: ["Expression", "PatternLike", "LVal", "TSEntityName"], +defineType('Identifier', { + builder: ['name'], + visitor: ['typeAnnotation', 'decorators'], + aliases: ['Expression', 'PatternLike', 'LVal', 'TSEntityName'], fields: Object.assign({}, patternLikeCommon(), { name: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("string"), Object.assign(function (node, key, val) { - if (!process.env.BABEL_TYPES_8_BREAKING) return; + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('string'), + Object.assign( + function (node, key, val) { + if (!process.env.BABEL_TYPES_8_BREAKING) return; - if (!(0, _isValidIdentifier.default)(val, false)) { - throw new TypeError(`"${val}" is not a valid identifier name`); - } - }, { - type: "string" - })) + if (!(0, _isValidIdentifier.default)(val, false)) { + throw new TypeError(`"${val}" is not a valid identifier name`); + } + }, + { + type: 'string', + } + ) + ), }, optional: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true - } + validate: (0, _utils.assertValueType)('boolean'), + optional: true, + }, }), validate(parent, key, node) { @@ -401,1316 +542,1831 @@ defineType("Identifier", { if (!match) return; const [, parentKey] = match; const nonComp = { - computed: false + computed: false, }; - if (parentKey === "property") { - if ((0, _is.default)("MemberExpression", parent, nonComp)) return; - if ((0, _is.default)("OptionalMemberExpression", parent, nonComp)) return; - } else if (parentKey === "key") { - if ((0, _is.default)("Property", parent, nonComp)) return; - if ((0, _is.default)("Method", parent, nonComp)) return; - } else if (parentKey === "exported") { - if ((0, _is.default)("ExportSpecifier", parent)) return; - } else if (parentKey === "imported") { - if ((0, _is.default)("ImportSpecifier", parent, { - imported: node - })) return; - } else if (parentKey === "meta") { - if ((0, _is.default)("MetaProperty", parent, { - meta: node - })) return; + if (parentKey === 'property') { + if ((0, _is.default)('MemberExpression', parent, nonComp)) return; + if ((0, _is.default)('OptionalMemberExpression', parent, nonComp)) return; + } else if (parentKey === 'key') { + if ((0, _is.default)('Property', parent, nonComp)) return; + if ((0, _is.default)('Method', parent, nonComp)) return; + } else if (parentKey === 'exported') { + if ((0, _is.default)('ExportSpecifier', parent)) return; + } else if (parentKey === 'imported') { + if ( + (0, _is.default)('ImportSpecifier', parent, { + imported: node, + }) + ) + return; + } else if (parentKey === 'meta') { + if ( + (0, _is.default)('MetaProperty', parent, { + meta: node, + }) + ) + return; } - if (((0, _helperValidatorIdentifier.isKeyword)(node.name) || (0, _helperValidatorIdentifier.isReservedWord)(node.name, false)) && node.name !== "this") { + if ( + ((0, _helperValidatorIdentifier.isKeyword)(node.name) || + (0, _helperValidatorIdentifier.isReservedWord)(node.name, false)) && + node.name !== 'this' + ) { throw new TypeError(`"${node.name}" is not a valid identifier`); } - } - + }, }); -defineType("IfStatement", { - visitor: ["test", "consequent", "alternate"], - aliases: ["Statement", "Conditional"], +defineType('IfStatement', { + visitor: ['test', 'consequent', 'alternate'], + aliases: ['Statement', 'Conditional'], fields: { test: { - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, consequent: { - validate: (0, _utils.assertNodeType)("Statement") + validate: (0, _utils.assertNodeType)('Statement'), }, alternate: { optional: true, - validate: (0, _utils.assertNodeType)("Statement") - } - } + validate: (0, _utils.assertNodeType)('Statement'), + }, + }, }); -defineType("LabeledStatement", { - visitor: ["label", "body"], - aliases: ["Statement"], +defineType('LabeledStatement', { + visitor: ['label', 'body'], + aliases: ['Statement'], fields: { label: { - validate: (0, _utils.assertNodeType)("Identifier") + validate: (0, _utils.assertNodeType)('Identifier'), }, body: { - validate: (0, _utils.assertNodeType)("Statement") - } - } + validate: (0, _utils.assertNodeType)('Statement'), + }, + }, }); -defineType("StringLiteral", { - builder: ["value"], +defineType('StringLiteral', { + builder: ['value'], fields: { value: { - validate: (0, _utils.assertValueType)("string") - } + validate: (0, _utils.assertValueType)('string'), + }, }, - aliases: ["Expression", "Pureish", "Literal", "Immutable"] + aliases: ['Expression', 'Pureish', 'Literal', 'Immutable'], }); -defineType("NumericLiteral", { - builder: ["value"], - deprecatedAlias: "NumberLiteral", +defineType('NumericLiteral', { + builder: ['value'], + deprecatedAlias: 'NumberLiteral', fields: { value: { - validate: (0, _utils.assertValueType)("number") - } + validate: (0, _utils.assertValueType)('number'), + }, }, - aliases: ["Expression", "Pureish", "Literal", "Immutable"] + aliases: ['Expression', 'Pureish', 'Literal', 'Immutable'], }); -defineType("NullLiteral", { - aliases: ["Expression", "Pureish", "Literal", "Immutable"] +defineType('NullLiteral', { + aliases: ['Expression', 'Pureish', 'Literal', 'Immutable'], }); -defineType("BooleanLiteral", { - builder: ["value"], +defineType('BooleanLiteral', { + builder: ['value'], fields: { value: { - validate: (0, _utils.assertValueType)("boolean") - } + validate: (0, _utils.assertValueType)('boolean'), + }, }, - aliases: ["Expression", "Pureish", "Literal", "Immutable"] + aliases: ['Expression', 'Pureish', 'Literal', 'Immutable'], }); -defineType("RegExpLiteral", { - builder: ["pattern", "flags"], - deprecatedAlias: "RegexLiteral", - aliases: ["Expression", "Pureish", "Literal"], +defineType('RegExpLiteral', { + builder: ['pattern', 'flags'], + deprecatedAlias: 'RegexLiteral', + aliases: ['Expression', 'Pureish', 'Literal'], fields: { pattern: { - validate: (0, _utils.assertValueType)("string") + validate: (0, _utils.assertValueType)('string'), }, flags: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("string"), Object.assign(function (node, key, val) { - if (!process.env.BABEL_TYPES_8_BREAKING) return; - const invalid = /[^gimsuy]/.exec(val); + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('string'), + Object.assign( + function (node, key, val) { + if (!process.env.BABEL_TYPES_8_BREAKING) return; + const invalid = /[^gimsuy]/.exec(val); - if (invalid) { - throw new TypeError(`"${invalid[0]}" is not a valid RegExp flag`); - } - }, { - type: "string" - })), - default: "" - } - } + if (invalid) { + throw new TypeError(`"${invalid[0]}" is not a valid RegExp flag`); + } + }, + { + type: 'string', + } + ) + ), + default: '', + }, + }, }); -defineType("LogicalExpression", { - builder: ["operator", "left", "right"], - visitor: ["left", "right"], - aliases: ["Binary", "Expression"], +defineType('LogicalExpression', { + builder: ['operator', 'left', 'right'], + visitor: ['left', 'right'], + aliases: ['Binary', 'Expression'], fields: { operator: { - validate: (0, _utils.assertOneOf)(..._constants.LOGICAL_OPERATORS) + validate: (0, _utils.assertOneOf)(..._constants.LOGICAL_OPERATORS), }, left: { - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, right: { - validate: (0, _utils.assertNodeType)("Expression") - } - } -}); -defineType("MemberExpression", { - builder: ["object", "property", "computed", ...(!process.env.BABEL_TYPES_8_BREAKING ? ["optional"] : [])], - visitor: ["object", "property"], - aliases: ["Expression", "LVal"], - fields: Object.assign({ - object: { - validate: (0, _utils.assertNodeType)("Expression", "Super") + validate: (0, _utils.assertNodeType)('Expression'), }, - property: { - validate: function () { - const normal = (0, _utils.assertNodeType)("Identifier", "PrivateName"); - const computed = (0, _utils.assertNodeType)("Expression"); + }, +}); +defineType('MemberExpression', { + builder: [ + 'object', + 'property', + 'computed', + ...(!process.env.BABEL_TYPES_8_BREAKING ? ['optional'] : []), + ], + visitor: ['object', 'property'], + aliases: ['Expression', 'LVal'], + fields: Object.assign( + { + object: { + validate: (0, _utils.assertNodeType)('Expression', 'Super'), + }, + property: { + validate: (function () { + const normal = (0, _utils.assertNodeType)( + 'Identifier', + 'PrivateName' + ); + const computed = (0, _utils.assertNodeType)('Expression'); - const validator = function (node, key, val) { - const validator = node.computed ? computed : normal; - validator(node, key, val); - }; + const validator = function (node, key, val) { + const validator = node.computed ? computed : normal; + validator(node, key, val); + }; - validator.oneOfNodeTypes = ["Expression", "Identifier", "PrivateName"]; - return validator; - }() + validator.oneOfNodeTypes = [ + 'Expression', + 'Identifier', + 'PrivateName', + ]; + return validator; + })(), + }, + computed: { + default: false, + }, }, - computed: { - default: false - } - }, !process.env.BABEL_TYPES_8_BREAKING ? { - optional: { - validate: (0, _utils.assertOneOf)(true, false), - optional: true - } - } : {}) + !process.env.BABEL_TYPES_8_BREAKING ? + { + optional: { + validate: (0, _utils.assertOneOf)(true, false), + optional: true, + }, + } + : {} + ), }); -defineType("NewExpression", { - inherits: "CallExpression" +defineType('NewExpression', { + inherits: 'CallExpression', }); -defineType("Program", { - visitor: ["directives", "body"], - builder: ["body", "directives", "sourceType", "interpreter"], +defineType('Program', { + visitor: ['directives', 'body'], + builder: ['body', 'directives', 'sourceType', 'interpreter'], fields: { sourceFile: { - validate: (0, _utils.assertValueType)("string") + validate: (0, _utils.assertValueType)('string'), }, sourceType: { - validate: (0, _utils.assertOneOf)("script", "module"), - default: "script" + validate: (0, _utils.assertOneOf)('script', 'module'), + default: 'script', }, interpreter: { - validate: (0, _utils.assertNodeType)("InterpreterDirective"), + validate: (0, _utils.assertNodeType)('InterpreterDirective'), default: null, - optional: true + optional: true, }, directives: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Directive"))), - default: [] + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Directive')) + ), + default: [], }, body: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Statement"))) - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Statement')) + ), + }, }, - aliases: ["Scopable", "BlockParent", "Block"] + aliases: ['Scopable', 'BlockParent', 'Block'], }); -defineType("ObjectExpression", { - visitor: ["properties"], - aliases: ["Expression"], +defineType('ObjectExpression', { + visitor: ['properties'], + aliases: ['Expression'], fields: { properties: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("ObjectMethod", "ObjectProperty", "SpreadElement"))) - } - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)( + 'ObjectMethod', + 'ObjectProperty', + 'SpreadElement' + ) + ) + ), + }, + }, }); -defineType("ObjectMethod", { - builder: ["kind", "key", "params", "body", "computed", "generator", "async"], +defineType('ObjectMethod', { + builder: ['kind', 'key', 'params', 'body', 'computed', 'generator', 'async'], fields: Object.assign({}, functionCommon(), functionTypeAnnotationCommon(), { - kind: Object.assign({ - validate: (0, _utils.assertOneOf)("method", "get", "set") - }, !process.env.BABEL_TYPES_8_BREAKING ? { - default: "method" - } : {}), + kind: Object.assign( + { + validate: (0, _utils.assertOneOf)('method', 'get', 'set'), + }, + !process.env.BABEL_TYPES_8_BREAKING ? + { + default: 'method', + } + : {} + ), computed: { - default: false + default: false, }, key: { - validate: function () { - const normal = (0, _utils.assertNodeType)("Identifier", "StringLiteral", "NumericLiteral", "BigIntLiteral"); - const computed = (0, _utils.assertNodeType)("Expression"); + validate: (function () { + const normal = (0, _utils.assertNodeType)( + 'Identifier', + 'StringLiteral', + 'NumericLiteral', + 'BigIntLiteral' + ); + const computed = (0, _utils.assertNodeType)('Expression'); const validator = function (node, key, val) { const validator = node.computed ? computed : normal; validator(node, key, val); }; - validator.oneOfNodeTypes = ["Expression", "Identifier", "StringLiteral", "NumericLiteral", "BigIntLiteral"]; + validator.oneOfNodeTypes = [ + 'Expression', + 'Identifier', + 'StringLiteral', + 'NumericLiteral', + 'BigIntLiteral', + ]; return validator; - }() + })(), }, decorators: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Decorator"))), - optional: true + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Decorator')) + ), + optional: true, }, body: { - validate: (0, _utils.assertNodeType)("BlockStatement") - } + validate: (0, _utils.assertNodeType)('BlockStatement'), + }, }), - visitor: ["key", "params", "body", "decorators", "returnType", "typeParameters"], - aliases: ["UserWhitespacable", "Function", "Scopable", "BlockParent", "FunctionParent", "Method", "ObjectMember"] + visitor: [ + 'key', + 'params', + 'body', + 'decorators', + 'returnType', + 'typeParameters', + ], + aliases: [ + 'UserWhitespacable', + 'Function', + 'Scopable', + 'BlockParent', + 'FunctionParent', + 'Method', + 'ObjectMember', + ], }); -defineType("ObjectProperty", { - builder: ["key", "value", "computed", "shorthand", ...(!process.env.BABEL_TYPES_8_BREAKING ? ["decorators"] : [])], +defineType('ObjectProperty', { + builder: [ + 'key', + 'value', + 'computed', + 'shorthand', + ...(!process.env.BABEL_TYPES_8_BREAKING ? ['decorators'] : []), + ], fields: { computed: { - default: false + default: false, }, key: { - validate: function () { - const normal = (0, _utils.assertNodeType)("Identifier", "StringLiteral", "NumericLiteral", "BigIntLiteral", "DecimalLiteral", "PrivateName"); - const computed = (0, _utils.assertNodeType)("Expression"); - const validator = Object.assign(function (node, key, val) { - const validator = node.computed ? computed : normal; - validator(node, key, val); - }, { - oneOfNodeTypes: ["Expression", "Identifier", "StringLiteral", "NumericLiteral", "BigIntLiteral", "DecimalLiteral", "PrivateName"] - }); + validate: (function () { + const normal = (0, _utils.assertNodeType)( + 'Identifier', + 'StringLiteral', + 'NumericLiteral', + 'BigIntLiteral', + 'DecimalLiteral', + 'PrivateName' + ); + const computed = (0, _utils.assertNodeType)('Expression'); + const validator = Object.assign( + function (node, key, val) { + const validator = node.computed ? computed : normal; + validator(node, key, val); + }, + { + oneOfNodeTypes: [ + 'Expression', + 'Identifier', + 'StringLiteral', + 'NumericLiteral', + 'BigIntLiteral', + 'DecimalLiteral', + 'PrivateName', + ], + } + ); return validator; - }() + })(), }, value: { - validate: (0, _utils.assertNodeType)("Expression", "PatternLike") + validate: (0, _utils.assertNodeType)('Expression', 'PatternLike'), }, shorthand: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("boolean"), Object.assign(function (node, key, val) { - if (!process.env.BABEL_TYPES_8_BREAKING) return; + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('boolean'), + Object.assign( + function (node, key, val) { + if (!process.env.BABEL_TYPES_8_BREAKING) return; - if (val && node.computed) { - throw new TypeError("Property shorthand of ObjectProperty cannot be true if computed is true"); - } - }, { - type: "boolean" - }), function (node, key, val) { - if (!process.env.BABEL_TYPES_8_BREAKING) return; + if (val && node.computed) { + throw new TypeError( + 'Property shorthand of ObjectProperty cannot be true if computed is true' + ); + } + }, + { + type: 'boolean', + } + ), + function (node, key, val) { + if (!process.env.BABEL_TYPES_8_BREAKING) return; - if (val && !(0, _is.default)("Identifier", node.key)) { - throw new TypeError("Property shorthand of ObjectProperty cannot be true if key is not an Identifier"); + if (val && !(0, _is.default)('Identifier', node.key)) { + throw new TypeError( + 'Property shorthand of ObjectProperty cannot be true if key is not an Identifier' + ); + } } - }), - default: false + ), + default: false, }, decorators: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Decorator"))), - optional: true - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Decorator')) + ), + optional: true, + }, }, - visitor: ["key", "value", "decorators"], - aliases: ["UserWhitespacable", "Property", "ObjectMember"], - validate: function () { - const pattern = (0, _utils.assertNodeType)("Identifier", "Pattern", "TSAsExpression", "TSNonNullExpression", "TSTypeAssertion"); - const expression = (0, _utils.assertNodeType)("Expression"); + visitor: ['key', 'value', 'decorators'], + aliases: ['UserWhitespacable', 'Property', 'ObjectMember'], + validate: (function () { + const pattern = (0, _utils.assertNodeType)( + 'Identifier', + 'Pattern', + 'TSAsExpression', + 'TSNonNullExpression', + 'TSTypeAssertion' + ); + const expression = (0, _utils.assertNodeType)('Expression'); return function (parent, key, node) { if (!process.env.BABEL_TYPES_8_BREAKING) return; - const validator = (0, _is.default)("ObjectPattern", parent) ? pattern : expression; - validator(node, "value", node.value); + const validator = + (0, _is.default)('ObjectPattern', parent) ? pattern : expression; + validator(node, 'value', node.value); }; - }() + })(), }); -defineType("RestElement", { - visitor: ["argument", "typeAnnotation"], - builder: ["argument"], - aliases: ["LVal", "PatternLike"], - deprecatedAlias: "RestProperty", +defineType('RestElement', { + visitor: ['argument', 'typeAnnotation'], + builder: ['argument'], + aliases: ['LVal', 'PatternLike'], + deprecatedAlias: 'RestProperty', fields: Object.assign({}, patternLikeCommon(), { argument: { - validate: !process.env.BABEL_TYPES_8_BREAKING ? (0, _utils.assertNodeType)("LVal") : (0, _utils.assertNodeType)("Identifier", "ArrayPattern", "ObjectPattern", "MemberExpression", "TSAsExpression", "TSTypeAssertion", "TSNonNullExpression") + validate: + !process.env.BABEL_TYPES_8_BREAKING ? + (0, _utils.assertNodeType)('LVal') + : (0, _utils.assertNodeType)( + 'Identifier', + 'ArrayPattern', + 'ObjectPattern', + 'MemberExpression', + 'TSAsExpression', + 'TSTypeAssertion', + 'TSNonNullExpression' + ), }, optional: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true - } + validate: (0, _utils.assertValueType)('boolean'), + optional: true, + }, }), validate(parent, key) { if (!process.env.BABEL_TYPES_8_BREAKING) return; const match = /(\w+)\[(\d+)\]/.exec(key); - if (!match) throw new Error("Internal Babel error: malformed key."); + if (!match) throw new Error('Internal Babel error: malformed key.'); const [, listKey, index] = match; if (parent[listKey].length > +index + 1) { throw new TypeError(`RestElement must be last element of ${listKey}`); } - } - + }, }); -defineType("ReturnStatement", { - visitor: ["argument"], - aliases: ["Statement", "Terminatorless", "CompletionStatement"], +defineType('ReturnStatement', { + visitor: ['argument'], + aliases: ['Statement', 'Terminatorless', 'CompletionStatement'], fields: { argument: { - validate: (0, _utils.assertNodeType)("Expression"), - optional: true - } - } + validate: (0, _utils.assertNodeType)('Expression'), + optional: true, + }, + }, }); -defineType("SequenceExpression", { - visitor: ["expressions"], +defineType('SequenceExpression', { + visitor: ['expressions'], fields: { expressions: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Expression"))) - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Expression')) + ), + }, }, - aliases: ["Expression"] + aliases: ['Expression'], }); -defineType("ParenthesizedExpression", { - visitor: ["expression"], - aliases: ["Expression", "ExpressionWrapper"], +defineType('ParenthesizedExpression', { + visitor: ['expression'], + aliases: ['Expression', 'ExpressionWrapper'], fields: { expression: { - validate: (0, _utils.assertNodeType)("Expression") - } - } + validate: (0, _utils.assertNodeType)('Expression'), + }, + }, }); -defineType("SwitchCase", { - visitor: ["test", "consequent"], +defineType('SwitchCase', { + visitor: ['test', 'consequent'], fields: { test: { - validate: (0, _utils.assertNodeType)("Expression"), - optional: true + validate: (0, _utils.assertNodeType)('Expression'), + optional: true, }, consequent: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Statement"))) - } - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Statement')) + ), + }, + }, }); -defineType("SwitchStatement", { - visitor: ["discriminant", "cases"], - aliases: ["Statement", "BlockParent", "Scopable"], +defineType('SwitchStatement', { + visitor: ['discriminant', 'cases'], + aliases: ['Statement', 'BlockParent', 'Scopable'], fields: { discriminant: { - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, cases: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("SwitchCase"))) - } - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('SwitchCase')) + ), + }, + }, }); -defineType("ThisExpression", { - aliases: ["Expression"] +defineType('ThisExpression', { + aliases: ['Expression'], }); -defineType("ThrowStatement", { - visitor: ["argument"], - aliases: ["Statement", "Terminatorless", "CompletionStatement"], +defineType('ThrowStatement', { + visitor: ['argument'], + aliases: ['Statement', 'Terminatorless', 'CompletionStatement'], fields: { argument: { - validate: (0, _utils.assertNodeType)("Expression") - } - } + validate: (0, _utils.assertNodeType)('Expression'), + }, + }, }); -defineType("TryStatement", { - visitor: ["block", "handler", "finalizer"], - aliases: ["Statement"], +defineType('TryStatement', { + visitor: ['block', 'handler', 'finalizer'], + aliases: ['Statement'], fields: { block: { - validate: (0, _utils.chain)((0, _utils.assertNodeType)("BlockStatement"), Object.assign(function (node) { - if (!process.env.BABEL_TYPES_8_BREAKING) return; + validate: (0, _utils.chain)( + (0, _utils.assertNodeType)('BlockStatement'), + Object.assign( + function (node) { + if (!process.env.BABEL_TYPES_8_BREAKING) return; - if (!node.handler && !node.finalizer) { - throw new TypeError("TryStatement expects either a handler or finalizer, or both"); - } - }, { - oneOfNodeTypes: ["BlockStatement"] - })) + if (!node.handler && !node.finalizer) { + throw new TypeError( + 'TryStatement expects either a handler or finalizer, or both' + ); + } + }, + { + oneOfNodeTypes: ['BlockStatement'], + } + ) + ), }, handler: { optional: true, - validate: (0, _utils.assertNodeType)("CatchClause") + validate: (0, _utils.assertNodeType)('CatchClause'), }, finalizer: { optional: true, - validate: (0, _utils.assertNodeType)("BlockStatement") - } - } + validate: (0, _utils.assertNodeType)('BlockStatement'), + }, + }, }); -defineType("UnaryExpression", { - builder: ["operator", "argument", "prefix"], +defineType('UnaryExpression', { + builder: ['operator', 'argument', 'prefix'], fields: { prefix: { - default: true + default: true, }, argument: { - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, operator: { - validate: (0, _utils.assertOneOf)(..._constants.UNARY_OPERATORS) - } + validate: (0, _utils.assertOneOf)(..._constants.UNARY_OPERATORS), + }, }, - visitor: ["argument"], - aliases: ["UnaryLike", "Expression"] + visitor: ['argument'], + aliases: ['UnaryLike', 'Expression'], }); -defineType("UpdateExpression", { - builder: ["operator", "argument", "prefix"], +defineType('UpdateExpression', { + builder: ['operator', 'argument', 'prefix'], fields: { prefix: { - default: false + default: false, }, argument: { - validate: !process.env.BABEL_TYPES_8_BREAKING ? (0, _utils.assertNodeType)("Expression") : (0, _utils.assertNodeType)("Identifier", "MemberExpression") + validate: + !process.env.BABEL_TYPES_8_BREAKING ? + (0, _utils.assertNodeType)('Expression') + : (0, _utils.assertNodeType)('Identifier', 'MemberExpression'), }, operator: { - validate: (0, _utils.assertOneOf)(..._constants.UPDATE_OPERATORS) - } + validate: (0, _utils.assertOneOf)(..._constants.UPDATE_OPERATORS), + }, }, - visitor: ["argument"], - aliases: ["Expression"] + visitor: ['argument'], + aliases: ['Expression'], }); -defineType("VariableDeclaration", { - builder: ["kind", "declarations"], - visitor: ["declarations"], - aliases: ["Statement", "Declaration"], +defineType('VariableDeclaration', { + builder: ['kind', 'declarations'], + visitor: ['declarations'], + aliases: ['Statement', 'Declaration'], fields: { declare: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true + validate: (0, _utils.assertValueType)('boolean'), + optional: true, }, kind: { - validate: (0, _utils.assertOneOf)("var", "let", "const") + validate: (0, _utils.assertOneOf)('var', 'let', 'const'), }, declarations: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("VariableDeclarator"))) - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('VariableDeclarator')) + ), + }, }, validate(parent, key, node) { if (!process.env.BABEL_TYPES_8_BREAKING) return; - if (!(0, _is.default)("ForXStatement", parent, { - left: node - })) return; + if ( + !(0, _is.default)('ForXStatement', parent, { + left: node, + }) + ) + return; if (node.declarations.length !== 1) { - throw new TypeError(`Exactly one VariableDeclarator is required in the VariableDeclaration of a ${parent.type}`); + throw new TypeError( + `Exactly one VariableDeclarator is required in the VariableDeclaration of a ${parent.type}` + ); } - } - + }, }); -defineType("VariableDeclarator", { - visitor: ["id", "init"], +defineType('VariableDeclarator', { + visitor: ['id', 'init'], fields: { id: { - validate: function () { + validate: (function () { if (!process.env.BABEL_TYPES_8_BREAKING) { - return (0, _utils.assertNodeType)("LVal"); + return (0, _utils.assertNodeType)('LVal'); } - const normal = (0, _utils.assertNodeType)("Identifier", "ArrayPattern", "ObjectPattern"); - const without = (0, _utils.assertNodeType)("Identifier"); + const normal = (0, _utils.assertNodeType)( + 'Identifier', + 'ArrayPattern', + 'ObjectPattern' + ); + const without = (0, _utils.assertNodeType)('Identifier'); return function (node, key, val) { const validator = node.init ? normal : without; validator(node, key, val); }; - }() + })(), }, definite: { optional: true, - validate: (0, _utils.assertValueType)("boolean") + validate: (0, _utils.assertValueType)('boolean'), }, init: { optional: true, - validate: (0, _utils.assertNodeType)("Expression") - } - } + validate: (0, _utils.assertNodeType)('Expression'), + }, + }, }); -defineType("WhileStatement", { - visitor: ["test", "body"], - aliases: ["Statement", "BlockParent", "Loop", "While", "Scopable"], +defineType('WhileStatement', { + visitor: ['test', 'body'], + aliases: ['Statement', 'BlockParent', 'Loop', 'While', 'Scopable'], fields: { test: { - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, body: { - validate: (0, _utils.assertNodeType)("Statement") - } - } + validate: (0, _utils.assertNodeType)('Statement'), + }, + }, }); -defineType("WithStatement", { - visitor: ["object", "body"], - aliases: ["Statement"], +defineType('WithStatement', { + visitor: ['object', 'body'], + aliases: ['Statement'], fields: { object: { - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, body: { - validate: (0, _utils.assertNodeType)("Statement") - } - } + validate: (0, _utils.assertNodeType)('Statement'), + }, + }, }); -defineType("AssignmentPattern", { - visitor: ["left", "right", "decorators"], - builder: ["left", "right"], - aliases: ["Pattern", "PatternLike", "LVal"], +defineType('AssignmentPattern', { + visitor: ['left', 'right', 'decorators'], + builder: ['left', 'right'], + aliases: ['Pattern', 'PatternLike', 'LVal'], fields: Object.assign({}, patternLikeCommon(), { left: { - validate: (0, _utils.assertNodeType)("Identifier", "ObjectPattern", "ArrayPattern", "MemberExpression", "TSAsExpression", "TSTypeAssertion", "TSNonNullExpression") + validate: (0, _utils.assertNodeType)( + 'Identifier', + 'ObjectPattern', + 'ArrayPattern', + 'MemberExpression', + 'TSAsExpression', + 'TSTypeAssertion', + 'TSNonNullExpression' + ), }, right: { - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, decorators: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Decorator"))), - optional: true - } - }) + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Decorator')) + ), + optional: true, + }, + }), }); -defineType("ArrayPattern", { - visitor: ["elements", "typeAnnotation"], - builder: ["elements"], - aliases: ["Pattern", "PatternLike", "LVal"], +defineType('ArrayPattern', { + visitor: ['elements', 'typeAnnotation'], + builder: ['elements'], + aliases: ['Pattern', 'PatternLike', 'LVal'], fields: Object.assign({}, patternLikeCommon(), { elements: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeOrValueType)("null", "PatternLike", "LVal"))) + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeOrValueType)('null', 'PatternLike', 'LVal') + ) + ), }, decorators: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Decorator"))), - optional: true + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Decorator')) + ), + optional: true, }, optional: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true - } - }) + validate: (0, _utils.assertValueType)('boolean'), + optional: true, + }, + }), }); -defineType("ArrowFunctionExpression", { - builder: ["params", "body", "async"], - visitor: ["params", "body", "returnType", "typeParameters"], - aliases: ["Scopable", "Function", "BlockParent", "FunctionParent", "Expression", "Pureish"], +defineType('ArrowFunctionExpression', { + builder: ['params', 'body', 'async'], + visitor: ['params', 'body', 'returnType', 'typeParameters'], + aliases: [ + 'Scopable', + 'Function', + 'BlockParent', + 'FunctionParent', + 'Expression', + 'Pureish', + ], fields: Object.assign({}, functionCommon(), functionTypeAnnotationCommon(), { expression: { - validate: (0, _utils.assertValueType)("boolean") + validate: (0, _utils.assertValueType)('boolean'), }, body: { - validate: (0, _utils.assertNodeType)("BlockStatement", "Expression") + validate: (0, _utils.assertNodeType)('BlockStatement', 'Expression'), }, predicate: { - validate: (0, _utils.assertNodeType)("DeclaredPredicate", "InferredPredicate"), - optional: true - } - }) + validate: (0, _utils.assertNodeType)( + 'DeclaredPredicate', + 'InferredPredicate' + ), + optional: true, + }, + }), }); -defineType("ClassBody", { - visitor: ["body"], +defineType('ClassBody', { + visitor: ['body'], fields: { body: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("ClassMethod", "ClassPrivateMethod", "ClassProperty", "ClassPrivateProperty", "ClassAccessorProperty", "TSDeclareMethod", "TSIndexSignature", "StaticBlock"))) - } - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)( + 'ClassMethod', + 'ClassPrivateMethod', + 'ClassProperty', + 'ClassPrivateProperty', + 'ClassAccessorProperty', + 'TSDeclareMethod', + 'TSIndexSignature', + 'StaticBlock' + ) + ) + ), + }, + }, }); -defineType("ClassExpression", { - builder: ["id", "superClass", "body", "decorators"], - visitor: ["id", "body", "superClass", "mixins", "typeParameters", "superTypeParameters", "implements", "decorators"], - aliases: ["Scopable", "Class", "Expression"], +defineType('ClassExpression', { + builder: ['id', 'superClass', 'body', 'decorators'], + visitor: [ + 'id', + 'body', + 'superClass', + 'mixins', + 'typeParameters', + 'superTypeParameters', + 'implements', + 'decorators', + ], + aliases: ['Scopable', 'Class', 'Expression'], fields: { id: { - validate: (0, _utils.assertNodeType)("Identifier"), - optional: true + validate: (0, _utils.assertNodeType)('Identifier'), + optional: true, }, typeParameters: { - validate: (0, _utils.assertNodeType)("TypeParameterDeclaration", "TSTypeParameterDeclaration", "Noop"), - optional: true + validate: (0, _utils.assertNodeType)( + 'TypeParameterDeclaration', + 'TSTypeParameterDeclaration', + 'Noop' + ), + optional: true, }, body: { - validate: (0, _utils.assertNodeType)("ClassBody") + validate: (0, _utils.assertNodeType)('ClassBody'), }, superClass: { optional: true, - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, superTypeParameters: { - validate: (0, _utils.assertNodeType)("TypeParameterInstantiation", "TSTypeParameterInstantiation"), - optional: true + validate: (0, _utils.assertNodeType)( + 'TypeParameterInstantiation', + 'TSTypeParameterInstantiation' + ), + optional: true, }, implements: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("TSExpressionWithTypeArguments", "ClassImplements"))), - optional: true + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)( + 'TSExpressionWithTypeArguments', + 'ClassImplements' + ) + ) + ), + optional: true, }, decorators: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Decorator"))), - optional: true + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Decorator')) + ), + optional: true, }, mixins: { - validate: (0, _utils.assertNodeType)("InterfaceExtends"), - optional: true - } - } + validate: (0, _utils.assertNodeType)('InterfaceExtends'), + optional: true, + }, + }, }); -defineType("ClassDeclaration", { - inherits: "ClassExpression", - aliases: ["Scopable", "Class", "Statement", "Declaration"], +defineType('ClassDeclaration', { + inherits: 'ClassExpression', + aliases: ['Scopable', 'Class', 'Statement', 'Declaration'], fields: { id: { - validate: (0, _utils.assertNodeType)("Identifier") + validate: (0, _utils.assertNodeType)('Identifier'), }, typeParameters: { - validate: (0, _utils.assertNodeType)("TypeParameterDeclaration", "TSTypeParameterDeclaration", "Noop"), - optional: true + validate: (0, _utils.assertNodeType)( + 'TypeParameterDeclaration', + 'TSTypeParameterDeclaration', + 'Noop' + ), + optional: true, }, body: { - validate: (0, _utils.assertNodeType)("ClassBody") + validate: (0, _utils.assertNodeType)('ClassBody'), }, superClass: { optional: true, - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, superTypeParameters: { - validate: (0, _utils.assertNodeType)("TypeParameterInstantiation", "TSTypeParameterInstantiation"), - optional: true + validate: (0, _utils.assertNodeType)( + 'TypeParameterInstantiation', + 'TSTypeParameterInstantiation' + ), + optional: true, }, implements: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("TSExpressionWithTypeArguments", "ClassImplements"))), - optional: true + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)( + 'TSExpressionWithTypeArguments', + 'ClassImplements' + ) + ) + ), + optional: true, }, decorators: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Decorator"))), - optional: true + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Decorator')) + ), + optional: true, }, mixins: { - validate: (0, _utils.assertNodeType)("InterfaceExtends"), - optional: true + validate: (0, _utils.assertNodeType)('InterfaceExtends'), + optional: true, }, declare: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true + validate: (0, _utils.assertValueType)('boolean'), + optional: true, }, abstract: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true - } + validate: (0, _utils.assertValueType)('boolean'), + optional: true, + }, }, - validate: function () { - const identifier = (0, _utils.assertNodeType)("Identifier"); + validate: (function () { + const identifier = (0, _utils.assertNodeType)('Identifier'); return function (parent, key, node) { if (!process.env.BABEL_TYPES_8_BREAKING) return; - if (!(0, _is.default)("ExportDefaultDeclaration", parent)) { - identifier(node, "id", node.id); + if (!(0, _is.default)('ExportDefaultDeclaration', parent)) { + identifier(node, 'id', node.id); } }; - }() + })(), }); -defineType("ExportAllDeclaration", { - visitor: ["source"], - aliases: ["Statement", "Declaration", "ModuleDeclaration", "ExportDeclaration"], +defineType('ExportAllDeclaration', { + visitor: ['source'], + aliases: [ + 'Statement', + 'Declaration', + 'ModuleDeclaration', + 'ExportDeclaration', + ], fields: { source: { - validate: (0, _utils.assertNodeType)("StringLiteral") + validate: (0, _utils.assertNodeType)('StringLiteral'), }, - exportKind: (0, _utils.validateOptional)((0, _utils.assertOneOf)("type", "value")), + exportKind: (0, _utils.validateOptional)( + (0, _utils.assertOneOf)('type', 'value') + ), assertions: { optional: true, - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("ImportAttribute"))) - } - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('ImportAttribute')) + ), + }, + }, }); -defineType("ExportDefaultDeclaration", { - visitor: ["declaration"], - aliases: ["Statement", "Declaration", "ModuleDeclaration", "ExportDeclaration"], +defineType('ExportDefaultDeclaration', { + visitor: ['declaration'], + aliases: [ + 'Statement', + 'Declaration', + 'ModuleDeclaration', + 'ExportDeclaration', + ], fields: { declaration: { - validate: (0, _utils.assertNodeType)("TSDeclareFunction", "FunctionDeclaration", "ClassDeclaration", "Expression") + validate: (0, _utils.assertNodeType)( + 'TSDeclareFunction', + 'FunctionDeclaration', + 'ClassDeclaration', + 'Expression' + ), }, - exportKind: (0, _utils.validateOptional)((0, _utils.assertOneOf)("value")) - } + exportKind: (0, _utils.validateOptional)((0, _utils.assertOneOf)('value')), + }, }); -defineType("ExportNamedDeclaration", { - visitor: ["declaration", "specifiers", "source"], - aliases: ["Statement", "Declaration", "ModuleDeclaration", "ExportDeclaration"], +defineType('ExportNamedDeclaration', { + visitor: ['declaration', 'specifiers', 'source'], + aliases: [ + 'Statement', + 'Declaration', + 'ModuleDeclaration', + 'ExportDeclaration', + ], fields: { declaration: { optional: true, - validate: (0, _utils.chain)((0, _utils.assertNodeType)("Declaration"), Object.assign(function (node, key, val) { - if (!process.env.BABEL_TYPES_8_BREAKING) return; + validate: (0, _utils.chain)( + (0, _utils.assertNodeType)('Declaration'), + Object.assign( + function (node, key, val) { + if (!process.env.BABEL_TYPES_8_BREAKING) return; - if (val && node.specifiers.length) { - throw new TypeError("Only declaration or specifiers is allowed on ExportNamedDeclaration"); - } - }, { - oneOfNodeTypes: ["Declaration"] - }), function (node, key, val) { - if (!process.env.BABEL_TYPES_8_BREAKING) return; + if (val && node.specifiers.length) { + throw new TypeError( + 'Only declaration or specifiers is allowed on ExportNamedDeclaration' + ); + } + }, + { + oneOfNodeTypes: ['Declaration'], + } + ), + function (node, key, val) { + if (!process.env.BABEL_TYPES_8_BREAKING) return; - if (val && node.source) { - throw new TypeError("Cannot export a declaration from a source"); + if (val && node.source) { + throw new TypeError('Cannot export a declaration from a source'); + } } - }) + ), }, assertions: { optional: true, - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("ImportAttribute"))) + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('ImportAttribute')) + ), }, specifiers: { default: [], - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)(function () { - const sourced = (0, _utils.assertNodeType)("ExportSpecifier", "ExportDefaultSpecifier", "ExportNamespaceSpecifier"); - const sourceless = (0, _utils.assertNodeType)("ExportSpecifier"); - if (!process.env.BABEL_TYPES_8_BREAKING) return sourced; - return function (node, key, val) { - const validator = node.source ? sourced : sourceless; - validator(node, key, val); - }; - }())) + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (function () { + const sourced = (0, _utils.assertNodeType)( + 'ExportSpecifier', + 'ExportDefaultSpecifier', + 'ExportNamespaceSpecifier' + ); + const sourceless = (0, _utils.assertNodeType)('ExportSpecifier'); + if (!process.env.BABEL_TYPES_8_BREAKING) return sourced; + return function (node, key, val) { + const validator = node.source ? sourced : sourceless; + validator(node, key, val); + }; + })() + ) + ), }, source: { - validate: (0, _utils.assertNodeType)("StringLiteral"), - optional: true + validate: (0, _utils.assertNodeType)('StringLiteral'), + optional: true, }, - exportKind: (0, _utils.validateOptional)((0, _utils.assertOneOf)("type", "value")) - } + exportKind: (0, _utils.validateOptional)( + (0, _utils.assertOneOf)('type', 'value') + ), + }, }); -defineType("ExportSpecifier", { - visitor: ["local", "exported"], - aliases: ["ModuleSpecifier"], +defineType('ExportSpecifier', { + visitor: ['local', 'exported'], + aliases: ['ModuleSpecifier'], fields: { local: { - validate: (0, _utils.assertNodeType)("Identifier") + validate: (0, _utils.assertNodeType)('Identifier'), }, exported: { - validate: (0, _utils.assertNodeType)("Identifier", "StringLiteral") + validate: (0, _utils.assertNodeType)('Identifier', 'StringLiteral'), }, exportKind: { - validate: (0, _utils.assertOneOf)("type", "value"), - optional: true - } - } + validate: (0, _utils.assertOneOf)('type', 'value'), + optional: true, + }, + }, }); -defineType("ForOfStatement", { - visitor: ["left", "right", "body"], - builder: ["left", "right", "body", "await"], - aliases: ["Scopable", "Statement", "For", "BlockParent", "Loop", "ForXStatement"], +defineType('ForOfStatement', { + visitor: ['left', 'right', 'body'], + builder: ['left', 'right', 'body', 'await'], + aliases: [ + 'Scopable', + 'Statement', + 'For', + 'BlockParent', + 'Loop', + 'ForXStatement', + ], fields: { left: { - validate: function () { + validate: (function () { if (!process.env.BABEL_TYPES_8_BREAKING) { - return (0, _utils.assertNodeType)("VariableDeclaration", "LVal"); + return (0, _utils.assertNodeType)('VariableDeclaration', 'LVal'); } - const declaration = (0, _utils.assertNodeType)("VariableDeclaration"); - const lval = (0, _utils.assertNodeType)("Identifier", "MemberExpression", "ArrayPattern", "ObjectPattern", "TSAsExpression", "TSTypeAssertion", "TSNonNullExpression"); + const declaration = (0, _utils.assertNodeType)('VariableDeclaration'); + const lval = (0, _utils.assertNodeType)( + 'Identifier', + 'MemberExpression', + 'ArrayPattern', + 'ObjectPattern', + 'TSAsExpression', + 'TSTypeAssertion', + 'TSNonNullExpression' + ); return function (node, key, val) { - if ((0, _is.default)("VariableDeclaration", val)) { + if ((0, _is.default)('VariableDeclaration', val)) { declaration(node, key, val); } else { lval(node, key, val); } }; - }() + })(), }, right: { - validate: (0, _utils.assertNodeType)("Expression") + validate: (0, _utils.assertNodeType)('Expression'), }, body: { - validate: (0, _utils.assertNodeType)("Statement") + validate: (0, _utils.assertNodeType)('Statement'), }, await: { - default: false - } - } + default: false, + }, + }, }); -defineType("ImportDeclaration", { - visitor: ["specifiers", "source"], - aliases: ["Statement", "Declaration", "ModuleDeclaration"], +defineType('ImportDeclaration', { + visitor: ['specifiers', 'source'], + aliases: ['Statement', 'Declaration', 'ModuleDeclaration'], fields: { assertions: { optional: true, - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("ImportAttribute"))) + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('ImportAttribute')) + ), }, specifiers: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("ImportSpecifier", "ImportDefaultSpecifier", "ImportNamespaceSpecifier"))) + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)( + 'ImportSpecifier', + 'ImportDefaultSpecifier', + 'ImportNamespaceSpecifier' + ) + ) + ), }, source: { - validate: (0, _utils.assertNodeType)("StringLiteral") + validate: (0, _utils.assertNodeType)('StringLiteral'), }, importKind: { - validate: (0, _utils.assertOneOf)("type", "typeof", "value"), - optional: true - } - } + validate: (0, _utils.assertOneOf)('type', 'typeof', 'value'), + optional: true, + }, + }, }); -defineType("ImportDefaultSpecifier", { - visitor: ["local"], - aliases: ["ModuleSpecifier"], +defineType('ImportDefaultSpecifier', { + visitor: ['local'], + aliases: ['ModuleSpecifier'], fields: { local: { - validate: (0, _utils.assertNodeType)("Identifier") - } - } + validate: (0, _utils.assertNodeType)('Identifier'), + }, + }, }); -defineType("ImportNamespaceSpecifier", { - visitor: ["local"], - aliases: ["ModuleSpecifier"], +defineType('ImportNamespaceSpecifier', { + visitor: ['local'], + aliases: ['ModuleSpecifier'], fields: { local: { - validate: (0, _utils.assertNodeType)("Identifier") - } - } + validate: (0, _utils.assertNodeType)('Identifier'), + }, + }, }); -defineType("ImportSpecifier", { - visitor: ["local", "imported"], - aliases: ["ModuleSpecifier"], +defineType('ImportSpecifier', { + visitor: ['local', 'imported'], + aliases: ['ModuleSpecifier'], fields: { local: { - validate: (0, _utils.assertNodeType)("Identifier") + validate: (0, _utils.assertNodeType)('Identifier'), }, imported: { - validate: (0, _utils.assertNodeType)("Identifier", "StringLiteral") + validate: (0, _utils.assertNodeType)('Identifier', 'StringLiteral'), }, importKind: { - validate: (0, _utils.assertOneOf)("type", "typeof", "value"), - optional: true - } - } + validate: (0, _utils.assertOneOf)('type', 'typeof', 'value'), + optional: true, + }, + }, }); -defineType("MetaProperty", { - visitor: ["meta", "property"], - aliases: ["Expression"], +defineType('MetaProperty', { + visitor: ['meta', 'property'], + aliases: ['Expression'], fields: { meta: { - validate: (0, _utils.chain)((0, _utils.assertNodeType)("Identifier"), Object.assign(function (node, key, val) { - if (!process.env.BABEL_TYPES_8_BREAKING) return; - let property; + validate: (0, _utils.chain)( + (0, _utils.assertNodeType)('Identifier'), + Object.assign( + function (node, key, val) { + if (!process.env.BABEL_TYPES_8_BREAKING) return; + let property; - switch (val.name) { - case "function": - property = "sent"; - break; + switch (val.name) { + case 'function': + property = 'sent'; + break; - case "new": - property = "target"; - break; + case 'new': + property = 'target'; + break; - case "import": - property = "meta"; - break; - } + case 'import': + property = 'meta'; + break; + } - if (!(0, _is.default)("Identifier", node.property, { - name: property - })) { - throw new TypeError("Unrecognised MetaProperty"); - } - }, { - oneOfNodeTypes: ["Identifier"] - })) + if ( + !(0, _is.default)('Identifier', node.property, { + name: property, + }) + ) { + throw new TypeError('Unrecognised MetaProperty'); + } + }, + { + oneOfNodeTypes: ['Identifier'], + } + ) + ), }, property: { - validate: (0, _utils.assertNodeType)("Identifier") - } - } + validate: (0, _utils.assertNodeType)('Identifier'), + }, + }, }); const classMethodOrPropertyCommon = () => ({ abstract: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true + validate: (0, _utils.assertValueType)('boolean'), + optional: true, }, accessibility: { - validate: (0, _utils.assertOneOf)("public", "private", "protected"), - optional: true + validate: (0, _utils.assertOneOf)('public', 'private', 'protected'), + optional: true, }, static: { - default: false + default: false, }, override: { - default: false + default: false, }, computed: { - default: false + default: false, }, optional: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true + validate: (0, _utils.assertValueType)('boolean'), + optional: true, }, key: { - validate: (0, _utils.chain)(function () { - const normal = (0, _utils.assertNodeType)("Identifier", "StringLiteral", "NumericLiteral"); - const computed = (0, _utils.assertNodeType)("Expression"); - return function (node, key, val) { - const validator = node.computed ? computed : normal; - validator(node, key, val); - }; - }(), (0, _utils.assertNodeType)("Identifier", "StringLiteral", "NumericLiteral", "BigIntLiteral", "Expression")) - } -}); - -exports.classMethodOrPropertyCommon = classMethodOrPropertyCommon; - -const classMethodOrDeclareMethodCommon = () => Object.assign({}, functionCommon(), classMethodOrPropertyCommon(), { - params: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Identifier", "Pattern", "RestElement", "TSParameterProperty"))) - }, - kind: { - validate: (0, _utils.assertOneOf)("get", "set", "method", "constructor"), - default: "method" - }, - access: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("string"), (0, _utils.assertOneOf)("public", "private", "protected")), - optional: true - }, - decorators: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Decorator"))), - optional: true - } -}); - -exports.classMethodOrDeclareMethodCommon = classMethodOrDeclareMethodCommon; -defineType("ClassMethod", { - aliases: ["Function", "Scopable", "BlockParent", "FunctionParent", "Method"], - builder: ["kind", "key", "params", "body", "computed", "static", "generator", "async"], - visitor: ["key", "params", "body", "decorators", "returnType", "typeParameters"], - fields: Object.assign({}, classMethodOrDeclareMethodCommon(), functionTypeAnnotationCommon(), { - body: { - validate: (0, _utils.assertNodeType)("BlockStatement") - } - }) -}); -defineType("ObjectPattern", { - visitor: ["properties", "typeAnnotation", "decorators"], - builder: ["properties"], - aliases: ["Pattern", "PatternLike", "LVal"], - fields: Object.assign({}, patternLikeCommon(), { - properties: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("RestElement", "ObjectProperty"))) - } - }) -}); -defineType("SpreadElement", { - visitor: ["argument"], - aliases: ["UnaryLike"], - deprecatedAlias: "SpreadProperty", - fields: { - argument: { - validate: (0, _utils.assertNodeType)("Expression") - } - } -}); -defineType("Super", { - aliases: ["Expression"] -}); -defineType("TaggedTemplateExpression", { - visitor: ["tag", "quasi", "typeParameters"], - builder: ["tag", "quasi"], - aliases: ["Expression"], - fields: { - tag: { - validate: (0, _utils.assertNodeType)("Expression") - }, - quasi: { - validate: (0, _utils.assertNodeType)("TemplateLiteral") - }, - typeParameters: { - validate: (0, _utils.assertNodeType)("TypeParameterInstantiation", "TSTypeParameterInstantiation"), - optional: true - } - } -}); -defineType("TemplateElement", { - builder: ["value", "tail"], - fields: { - value: { - validate: (0, _utils.chain)((0, _utils.assertShape)({ - raw: { - validate: (0, _utils.assertValueType)("string") - }, - cooked: { - validate: (0, _utils.assertValueType)("string"), - optional: true - } - }), function templateElementCookedValidator(node) { - const raw = node.value.raw; - let str, - containsInvalid, - unterminatedCalled = false; - - try { - const error = () => { - throw new Error(); - }; - - ({ - str, - containsInvalid - } = (0, _helperStringParser.readStringContents)("template", raw, 0, 0, 0, { - unterminated() { - unterminatedCalled = true; - }, - - strictNumericEscape: error, - invalidEscapeSequence: error, - numericSeparatorInEscapeSequence: error, - unexpectedNumericSeparator: error, - invalidDigit: error, - invalidCodePoint: error - })); - } catch (_unused) { - unterminatedCalled = true; - containsInvalid = true; - } - - if (!unterminatedCalled) throw new Error("Invalid raw"); - node.value.cooked = containsInvalid ? null : str; - }) - }, - tail: { - default: false - } - } -}); -defineType("TemplateLiteral", { - visitor: ["quasis", "expressions"], - aliases: ["Expression", "Literal"], - fields: { - quasis: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("TemplateElement"))) - }, - expressions: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Expression", "TSType")), function (node, key, val) { - if (node.quasis.length !== val.length + 1) { - throw new TypeError(`Number of ${node.type} quasis should be exactly one more than the number of expressions.\nExpected ${val.length + 1} quasis but got ${node.quasis.length}`); - } - }) - } - } -}); -defineType("YieldExpression", { - builder: ["argument", "delegate"], - visitor: ["argument"], - aliases: ["Expression", "Terminatorless"], - fields: { - delegate: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("boolean"), Object.assign(function (node, key, val) { - if (!process.env.BABEL_TYPES_8_BREAKING) return; - - if (val && !node.argument) { - throw new TypeError("Property delegate of YieldExpression cannot be true if there is no argument"); - } - }, { - type: "boolean" - })), - default: false - }, - argument: { - optional: true, - validate: (0, _utils.assertNodeType)("Expression") - } - } -}); -defineType("AwaitExpression", { - builder: ["argument"], - visitor: ["argument"], - aliases: ["Expression", "Terminatorless"], - fields: { - argument: { - validate: (0, _utils.assertNodeType)("Expression") - } - } -}); -defineType("Import", { - aliases: ["Expression"] -}); -defineType("BigIntLiteral", { - builder: ["value"], - fields: { - value: { - validate: (0, _utils.assertValueType)("string") - } - }, - aliases: ["Expression", "Pureish", "Literal", "Immutable"] -}); -defineType("ExportNamespaceSpecifier", { - visitor: ["exported"], - aliases: ["ModuleSpecifier"], - fields: { - exported: { - validate: (0, _utils.assertNodeType)("Identifier") - } - } -}); -defineType("OptionalMemberExpression", { - builder: ["object", "property", "computed", "optional"], - visitor: ["object", "property"], - aliases: ["Expression"], - fields: { - object: { - validate: (0, _utils.assertNodeType)("Expression") - }, - property: { - validate: function () { - const normal = (0, _utils.assertNodeType)("Identifier"); - const computed = (0, _utils.assertNodeType)("Expression"); - const validator = Object.assign(function (node, key, val) { - const validator = node.computed ? computed : normal; - validator(node, key, val); - }, { - oneOfNodeTypes: ["Expression", "Identifier"] - }); - return validator; - }() - }, - computed: { - default: false - }, - optional: { - validate: !process.env.BABEL_TYPES_8_BREAKING ? (0, _utils.assertValueType)("boolean") : (0, _utils.chain)((0, _utils.assertValueType)("boolean"), (0, _utils.assertOptionalChainStart)()) - } - } -}); -defineType("OptionalCallExpression", { - visitor: ["callee", "arguments", "typeParameters", "typeArguments"], - builder: ["callee", "arguments", "optional"], - aliases: ["Expression"], - fields: { - callee: { - validate: (0, _utils.assertNodeType)("Expression") - }, - arguments: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Expression", "SpreadElement", "JSXNamespacedName", "ArgumentPlaceholder"))) - }, - optional: { - validate: !process.env.BABEL_TYPES_8_BREAKING ? (0, _utils.assertValueType)("boolean") : (0, _utils.chain)((0, _utils.assertValueType)("boolean"), (0, _utils.assertOptionalChainStart)()) - }, - typeArguments: { - validate: (0, _utils.assertNodeType)("TypeParameterInstantiation"), - optional: true - }, - typeParameters: { - validate: (0, _utils.assertNodeType)("TSTypeParameterInstantiation"), - optional: true - } - } -}); -defineType("ClassProperty", { - visitor: ["key", "value", "typeAnnotation", "decorators"], - builder: ["key", "value", "typeAnnotation", "decorators", "computed", "static"], - aliases: ["Property"], - fields: Object.assign({}, classMethodOrPropertyCommon(), { - value: { - validate: (0, _utils.assertNodeType)("Expression"), - optional: true - }, - definite: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true - }, - typeAnnotation: { - validate: (0, _utils.assertNodeType)("TypeAnnotation", "TSTypeAnnotation", "Noop"), - optional: true - }, - decorators: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Decorator"))), - optional: true - }, - readonly: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true - }, - declare: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true - }, - variance: { - validate: (0, _utils.assertNodeType)("Variance"), - optional: true - } - }) -}); -defineType("ClassAccessorProperty", { - visitor: ["key", "value", "typeAnnotation", "decorators"], - builder: ["key", "value", "typeAnnotation", "decorators", "computed", "static"], - aliases: ["Property", "Accessor"], - fields: Object.assign({}, classMethodOrPropertyCommon(), { - key: { - validate: (0, _utils.chain)(function () { - const normal = (0, _utils.assertNodeType)("Identifier", "StringLiteral", "NumericLiteral", "BigIntLiteral", "PrivateName"); - const computed = (0, _utils.assertNodeType)("Expression"); + validate: (0, _utils.chain)( + (function () { + const normal = (0, _utils.assertNodeType)( + 'Identifier', + 'StringLiteral', + 'NumericLiteral' + ); + const computed = (0, _utils.assertNodeType)('Expression'); return function (node, key, val) { const validator = node.computed ? computed : normal; validator(node, key, val); }; - }(), (0, _utils.assertNodeType)("Identifier", "StringLiteral", "NumericLiteral", "BigIntLiteral", "Expression", "PrivateName")) + })(), + (0, _utils.assertNodeType)( + 'Identifier', + 'StringLiteral', + 'NumericLiteral', + 'BigIntLiteral', + 'Expression' + ) + ), + }, +}); + +exports.classMethodOrPropertyCommon = classMethodOrPropertyCommon; + +const classMethodOrDeclareMethodCommon = () => + Object.assign({}, functionCommon(), classMethodOrPropertyCommon(), { + params: { + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)( + 'Identifier', + 'Pattern', + 'RestElement', + 'TSParameterProperty' + ) + ) + ), }, - value: { - validate: (0, _utils.assertNodeType)("Expression"), - optional: true + kind: { + validate: (0, _utils.assertOneOf)('get', 'set', 'method', 'constructor'), + default: 'method', }, - definite: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true - }, - typeAnnotation: { - validate: (0, _utils.assertNodeType)("TypeAnnotation", "TSTypeAnnotation", "Noop"), - optional: true + access: { + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('string'), + (0, _utils.assertOneOf)('public', 'private', 'protected') + ), + optional: true, }, decorators: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Decorator"))), - optional: true + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Decorator')) + ), + optional: true, + }, + }); + +exports.classMethodOrDeclareMethodCommon = classMethodOrDeclareMethodCommon; +defineType('ClassMethod', { + aliases: ['Function', 'Scopable', 'BlockParent', 'FunctionParent', 'Method'], + builder: [ + 'kind', + 'key', + 'params', + 'body', + 'computed', + 'static', + 'generator', + 'async', + ], + visitor: [ + 'key', + 'params', + 'body', + 'decorators', + 'returnType', + 'typeParameters', + ], + fields: Object.assign( + {}, + classMethodOrDeclareMethodCommon(), + functionTypeAnnotationCommon(), + { + body: { + validate: (0, _utils.assertNodeType)('BlockStatement'), + }, + } + ), +}); +defineType('ObjectPattern', { + visitor: ['properties', 'typeAnnotation', 'decorators'], + builder: ['properties'], + aliases: ['Pattern', 'PatternLike', 'LVal'], + fields: Object.assign({}, patternLikeCommon(), { + properties: { + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)('RestElement', 'ObjectProperty') + ) + ), + }, + }), +}); +defineType('SpreadElement', { + visitor: ['argument'], + aliases: ['UnaryLike'], + deprecatedAlias: 'SpreadProperty', + fields: { + argument: { + validate: (0, _utils.assertNodeType)('Expression'), + }, + }, +}); +defineType('Super', { + aliases: ['Expression'], +}); +defineType('TaggedTemplateExpression', { + visitor: ['tag', 'quasi', 'typeParameters'], + builder: ['tag', 'quasi'], + aliases: ['Expression'], + fields: { + tag: { + validate: (0, _utils.assertNodeType)('Expression'), + }, + quasi: { + validate: (0, _utils.assertNodeType)('TemplateLiteral'), + }, + typeParameters: { + validate: (0, _utils.assertNodeType)( + 'TypeParameterInstantiation', + 'TSTypeParameterInstantiation' + ), + optional: true, + }, + }, +}); +defineType('TemplateElement', { + builder: ['value', 'tail'], + fields: { + value: { + validate: (0, _utils.chain)( + (0, _utils.assertShape)({ + raw: { + validate: (0, _utils.assertValueType)('string'), + }, + cooked: { + validate: (0, _utils.assertValueType)('string'), + optional: true, + }, + }), + function templateElementCookedValidator(node) { + const raw = node.value.raw; + let str, + containsInvalid, + unterminatedCalled = false; + + try { + const error = () => { + throw new Error(); + }; + + ({ str, containsInvalid } = (0, + _helperStringParser.readStringContents)('template', raw, 0, 0, 0, { + unterminated() { + unterminatedCalled = true; + }, + + strictNumericEscape: error, + invalidEscapeSequence: error, + numericSeparatorInEscapeSequence: error, + unexpectedNumericSeparator: error, + invalidDigit: error, + invalidCodePoint: error, + })); + } catch (_unused) { + unterminatedCalled = true; + containsInvalid = true; + } + + if (!unterminatedCalled) throw new Error('Invalid raw'); + node.value.cooked = containsInvalid ? null : str; + } + ), + }, + tail: { + default: false, + }, + }, +}); +defineType('TemplateLiteral', { + visitor: ['quasis', 'expressions'], + aliases: ['Expression', 'Literal'], + fields: { + quasis: { + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('TemplateElement')) + ), + }, + expressions: { + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)('Expression', 'TSType') + ), + function (node, key, val) { + if (node.quasis.length !== val.length + 1) { + throw new TypeError( + `Number of ${node.type} quasis should be exactly one more than the number of expressions.\nExpected ${val.length + 1} quasis but got ${node.quasis.length}` + ); + } + } + ), + }, + }, +}); +defineType('YieldExpression', { + builder: ['argument', 'delegate'], + visitor: ['argument'], + aliases: ['Expression', 'Terminatorless'], + fields: { + delegate: { + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('boolean'), + Object.assign( + function (node, key, val) { + if (!process.env.BABEL_TYPES_8_BREAKING) return; + + if (val && !node.argument) { + throw new TypeError( + 'Property delegate of YieldExpression cannot be true if there is no argument' + ); + } + }, + { + type: 'boolean', + } + ) + ), + default: false, + }, + argument: { + optional: true, + validate: (0, _utils.assertNodeType)('Expression'), + }, + }, +}); +defineType('AwaitExpression', { + builder: ['argument'], + visitor: ['argument'], + aliases: ['Expression', 'Terminatorless'], + fields: { + argument: { + validate: (0, _utils.assertNodeType)('Expression'), + }, + }, +}); +defineType('Import', { + aliases: ['Expression'], +}); +defineType('BigIntLiteral', { + builder: ['value'], + fields: { + value: { + validate: (0, _utils.assertValueType)('string'), + }, + }, + aliases: ['Expression', 'Pureish', 'Literal', 'Immutable'], +}); +defineType('ExportNamespaceSpecifier', { + visitor: ['exported'], + aliases: ['ModuleSpecifier'], + fields: { + exported: { + validate: (0, _utils.assertNodeType)('Identifier'), + }, + }, +}); +defineType('OptionalMemberExpression', { + builder: ['object', 'property', 'computed', 'optional'], + visitor: ['object', 'property'], + aliases: ['Expression'], + fields: { + object: { + validate: (0, _utils.assertNodeType)('Expression'), + }, + property: { + validate: (function () { + const normal = (0, _utils.assertNodeType)('Identifier'); + const computed = (0, _utils.assertNodeType)('Expression'); + const validator = Object.assign( + function (node, key, val) { + const validator = node.computed ? computed : normal; + validator(node, key, val); + }, + { + oneOfNodeTypes: ['Expression', 'Identifier'], + } + ); + return validator; + })(), + }, + computed: { + default: false, + }, + optional: { + validate: + !process.env.BABEL_TYPES_8_BREAKING ? + (0, _utils.assertValueType)('boolean') + : (0, _utils.chain)( + (0, _utils.assertValueType)('boolean'), + (0, _utils.assertOptionalChainStart)() + ), + }, + }, +}); +defineType('OptionalCallExpression', { + visitor: ['callee', 'arguments', 'typeParameters', 'typeArguments'], + builder: ['callee', 'arguments', 'optional'], + aliases: ['Expression'], + fields: { + callee: { + validate: (0, _utils.assertNodeType)('Expression'), + }, + arguments: { + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)( + 'Expression', + 'SpreadElement', + 'JSXNamespacedName', + 'ArgumentPlaceholder' + ) + ) + ), + }, + optional: { + validate: + !process.env.BABEL_TYPES_8_BREAKING ? + (0, _utils.assertValueType)('boolean') + : (0, _utils.chain)( + (0, _utils.assertValueType)('boolean'), + (0, _utils.assertOptionalChainStart)() + ), + }, + typeArguments: { + validate: (0, _utils.assertNodeType)('TypeParameterInstantiation'), + optional: true, + }, + typeParameters: { + validate: (0, _utils.assertNodeType)('TSTypeParameterInstantiation'), + optional: true, + }, + }, +}); +defineType('ClassProperty', { + visitor: ['key', 'value', 'typeAnnotation', 'decorators'], + builder: [ + 'key', + 'value', + 'typeAnnotation', + 'decorators', + 'computed', + 'static', + ], + aliases: ['Property'], + fields: Object.assign({}, classMethodOrPropertyCommon(), { + value: { + validate: (0, _utils.assertNodeType)('Expression'), + optional: true, + }, + definite: { + validate: (0, _utils.assertValueType)('boolean'), + optional: true, + }, + typeAnnotation: { + validate: (0, _utils.assertNodeType)( + 'TypeAnnotation', + 'TSTypeAnnotation', + 'Noop' + ), + optional: true, + }, + decorators: { + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Decorator')) + ), + optional: true, }, readonly: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true + validate: (0, _utils.assertValueType)('boolean'), + optional: true, }, declare: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true + validate: (0, _utils.assertValueType)('boolean'), + optional: true, }, variance: { - validate: (0, _utils.assertNodeType)("Variance"), - optional: true - } - }) + validate: (0, _utils.assertNodeType)('Variance'), + optional: true, + }, + }), }); -defineType("ClassPrivateProperty", { - visitor: ["key", "value", "decorators", "typeAnnotation"], - builder: ["key", "value", "decorators", "static"], - aliases: ["Property", "Private"], - fields: { +defineType('ClassAccessorProperty', { + visitor: ['key', 'value', 'typeAnnotation', 'decorators'], + builder: [ + 'key', + 'value', + 'typeAnnotation', + 'decorators', + 'computed', + 'static', + ], + aliases: ['Property', 'Accessor'], + fields: Object.assign({}, classMethodOrPropertyCommon(), { key: { - validate: (0, _utils.assertNodeType)("PrivateName") + validate: (0, _utils.chain)( + (function () { + const normal = (0, _utils.assertNodeType)( + 'Identifier', + 'StringLiteral', + 'NumericLiteral', + 'BigIntLiteral', + 'PrivateName' + ); + const computed = (0, _utils.assertNodeType)('Expression'); + return function (node, key, val) { + const validator = node.computed ? computed : normal; + validator(node, key, val); + }; + })(), + (0, _utils.assertNodeType)( + 'Identifier', + 'StringLiteral', + 'NumericLiteral', + 'BigIntLiteral', + 'Expression', + 'PrivateName' + ) + ), }, value: { - validate: (0, _utils.assertNodeType)("Expression"), - optional: true - }, - typeAnnotation: { - validate: (0, _utils.assertNodeType)("TypeAnnotation", "TSTypeAnnotation", "Noop"), - optional: true - }, - decorators: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Decorator"))), - optional: true - }, - static: { - validate: (0, _utils.assertValueType)("boolean"), - default: false - }, - readonly: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true + validate: (0, _utils.assertNodeType)('Expression'), + optional: true, }, definite: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true + validate: (0, _utils.assertValueType)('boolean'), + optional: true, + }, + typeAnnotation: { + validate: (0, _utils.assertNodeType)( + 'TypeAnnotation', + 'TSTypeAnnotation', + 'Noop' + ), + optional: true, + }, + decorators: { + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Decorator')) + ), + optional: true, + }, + readonly: { + validate: (0, _utils.assertValueType)('boolean'), + optional: true, + }, + declare: { + validate: (0, _utils.assertValueType)('boolean'), + optional: true, }, variance: { - validate: (0, _utils.assertNodeType)("Variance"), - optional: true - } - } -}); -defineType("ClassPrivateMethod", { - builder: ["kind", "key", "params", "body", "static"], - visitor: ["key", "params", "body", "decorators", "returnType", "typeParameters"], - aliases: ["Function", "Scopable", "BlockParent", "FunctionParent", "Method", "Private"], - fields: Object.assign({}, classMethodOrDeclareMethodCommon(), functionTypeAnnotationCommon(), { - kind: { - validate: (0, _utils.assertOneOf)("get", "set", "method"), - default: "method" + validate: (0, _utils.assertNodeType)('Variance'), + optional: true, }, + }), +}); +defineType('ClassPrivateProperty', { + visitor: ['key', 'value', 'decorators', 'typeAnnotation'], + builder: ['key', 'value', 'decorators', 'static'], + aliases: ['Property', 'Private'], + fields: { key: { - validate: (0, _utils.assertNodeType)("PrivateName") + validate: (0, _utils.assertNodeType)('PrivateName'), }, - body: { - validate: (0, _utils.assertNodeType)("BlockStatement") - } - }) + value: { + validate: (0, _utils.assertNodeType)('Expression'), + optional: true, + }, + typeAnnotation: { + validate: (0, _utils.assertNodeType)( + 'TypeAnnotation', + 'TSTypeAnnotation', + 'Noop' + ), + optional: true, + }, + decorators: { + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Decorator')) + ), + optional: true, + }, + static: { + validate: (0, _utils.assertValueType)('boolean'), + default: false, + }, + readonly: { + validate: (0, _utils.assertValueType)('boolean'), + optional: true, + }, + definite: { + validate: (0, _utils.assertValueType)('boolean'), + optional: true, + }, + variance: { + validate: (0, _utils.assertNodeType)('Variance'), + optional: true, + }, + }, }); -defineType("PrivateName", { - visitor: ["id"], - aliases: ["Private"], +defineType('ClassPrivateMethod', { + builder: ['kind', 'key', 'params', 'body', 'static'], + visitor: [ + 'key', + 'params', + 'body', + 'decorators', + 'returnType', + 'typeParameters', + ], + aliases: [ + 'Function', + 'Scopable', + 'BlockParent', + 'FunctionParent', + 'Method', + 'Private', + ], + fields: Object.assign( + {}, + classMethodOrDeclareMethodCommon(), + functionTypeAnnotationCommon(), + { + kind: { + validate: (0, _utils.assertOneOf)('get', 'set', 'method'), + default: 'method', + }, + key: { + validate: (0, _utils.assertNodeType)('PrivateName'), + }, + body: { + validate: (0, _utils.assertNodeType)('BlockStatement'), + }, + } + ), +}); +defineType('PrivateName', { + visitor: ['id'], + aliases: ['Private'], fields: { id: { - validate: (0, _utils.assertNodeType)("Identifier") - } - } + validate: (0, _utils.assertNodeType)('Identifier'), + }, + }, }); -defineType("StaticBlock", { - visitor: ["body"], +defineType('StaticBlock', { + visitor: ['body'], fields: { body: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Statement"))) - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Statement')) + ), + }, }, - aliases: ["Scopable", "BlockParent", "FunctionParent"] + aliases: ['Scopable', 'BlockParent', 'FunctionParent'], }); //# sourceMappingURL=core.js.map diff --git a/node_modules/@babel/types/lib/definitions/experimental.js b/node_modules/@babel/types/lib/definitions/experimental.js index 7244a5b..98904c1 100644 --- a/node_modules/@babel/types/lib/definitions/experimental.js +++ b/node_modules/@babel/types/lib/definitions/experimental.js @@ -1,135 +1,148 @@ -"use strict"; +'use strict'; -var _utils = require("./utils"); +var _utils = require('./utils'); -(0, _utils.default)("ArgumentPlaceholder", {}); -(0, _utils.default)("BindExpression", { - visitor: ["object", "callee"], - aliases: ["Expression"], - fields: !process.env.BABEL_TYPES_8_BREAKING ? { - object: { - validate: Object.assign(() => {}, { - oneOfNodeTypes: ["Expression"] - }) - }, - callee: { - validate: Object.assign(() => {}, { - oneOfNodeTypes: ["Expression"] - }) - } - } : { - object: { - validate: (0, _utils.assertNodeType)("Expression") - }, - callee: { - validate: (0, _utils.assertNodeType)("Expression") - } - } +(0, _utils.default)('ArgumentPlaceholder', {}); +(0, _utils.default)('BindExpression', { + visitor: ['object', 'callee'], + aliases: ['Expression'], + fields: + !process.env.BABEL_TYPES_8_BREAKING ? + { + object: { + validate: Object.assign(() => {}, { + oneOfNodeTypes: ['Expression'], + }), + }, + callee: { + validate: Object.assign(() => {}, { + oneOfNodeTypes: ['Expression'], + }), + }, + } + : { + object: { + validate: (0, _utils.assertNodeType)('Expression'), + }, + callee: { + validate: (0, _utils.assertNodeType)('Expression'), + }, + }, }); -(0, _utils.default)("ImportAttribute", { - visitor: ["key", "value"], +(0, _utils.default)('ImportAttribute', { + visitor: ['key', 'value'], fields: { key: { - validate: (0, _utils.assertNodeType)("Identifier", "StringLiteral") + validate: (0, _utils.assertNodeType)('Identifier', 'StringLiteral'), }, value: { - validate: (0, _utils.assertNodeType)("StringLiteral") - } - } + validate: (0, _utils.assertNodeType)('StringLiteral'), + }, + }, }); -(0, _utils.default)("Decorator", { - visitor: ["expression"], +(0, _utils.default)('Decorator', { + visitor: ['expression'], fields: { expression: { - validate: (0, _utils.assertNodeType)("Expression") - } - } + validate: (0, _utils.assertNodeType)('Expression'), + }, + }, }); -(0, _utils.default)("DoExpression", { - visitor: ["body"], - builder: ["body", "async"], - aliases: ["Expression"], +(0, _utils.default)('DoExpression', { + visitor: ['body'], + builder: ['body', 'async'], + aliases: ['Expression'], fields: { body: { - validate: (0, _utils.assertNodeType)("BlockStatement") + validate: (0, _utils.assertNodeType)('BlockStatement'), }, async: { - validate: (0, _utils.assertValueType)("boolean"), - default: false - } - } + validate: (0, _utils.assertValueType)('boolean'), + default: false, + }, + }, }); -(0, _utils.default)("ExportDefaultSpecifier", { - visitor: ["exported"], - aliases: ["ModuleSpecifier"], +(0, _utils.default)('ExportDefaultSpecifier', { + visitor: ['exported'], + aliases: ['ModuleSpecifier'], fields: { exported: { - validate: (0, _utils.assertNodeType)("Identifier") - } - } + validate: (0, _utils.assertNodeType)('Identifier'), + }, + }, }); -(0, _utils.default)("RecordExpression", { - visitor: ["properties"], - aliases: ["Expression"], +(0, _utils.default)('RecordExpression', { + visitor: ['properties'], + aliases: ['Expression'], fields: { properties: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("ObjectProperty", "SpreadElement"))) - } - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)('ObjectProperty', 'SpreadElement') + ) + ), + }, + }, }); -(0, _utils.default)("TupleExpression", { +(0, _utils.default)('TupleExpression', { fields: { elements: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Expression", "SpreadElement"))), - default: [] - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)('Expression', 'SpreadElement') + ) + ), + default: [], + }, }, - visitor: ["elements"], - aliases: ["Expression"] + visitor: ['elements'], + aliases: ['Expression'], }); -(0, _utils.default)("DecimalLiteral", { - builder: ["value"], +(0, _utils.default)('DecimalLiteral', { + builder: ['value'], fields: { value: { - validate: (0, _utils.assertValueType)("string") - } + validate: (0, _utils.assertValueType)('string'), + }, }, - aliases: ["Expression", "Pureish", "Literal", "Immutable"] + aliases: ['Expression', 'Pureish', 'Literal', 'Immutable'], }); -(0, _utils.default)("ModuleExpression", { - visitor: ["body"], +(0, _utils.default)('ModuleExpression', { + visitor: ['body'], fields: { body: { - validate: (0, _utils.assertNodeType)("Program") - } + validate: (0, _utils.assertNodeType)('Program'), + }, }, - aliases: ["Expression"] + aliases: ['Expression'], }); -(0, _utils.default)("TopicReference", { - aliases: ["Expression"] +(0, _utils.default)('TopicReference', { + aliases: ['Expression'], }); -(0, _utils.default)("PipelineTopicExpression", { - builder: ["expression"], - visitor: ["expression"], +(0, _utils.default)('PipelineTopicExpression', { + builder: ['expression'], + visitor: ['expression'], fields: { expression: { - validate: (0, _utils.assertNodeType)("Expression") - } + validate: (0, _utils.assertNodeType)('Expression'), + }, }, - aliases: ["Expression"] + aliases: ['Expression'], }); -(0, _utils.default)("PipelineBareFunction", { - builder: ["callee"], - visitor: ["callee"], +(0, _utils.default)('PipelineBareFunction', { + builder: ['callee'], + visitor: ['callee'], fields: { callee: { - validate: (0, _utils.assertNodeType)("Expression") - } + validate: (0, _utils.assertNodeType)('Expression'), + }, }, - aliases: ["Expression"] + aliases: ['Expression'], }); -(0, _utils.default)("PipelinePrimaryTopicReference", { - aliases: ["Expression"] +(0, _utils.default)('PipelinePrimaryTopicReference', { + aliases: ['Expression'], }); //# sourceMappingURL=experimental.js.map diff --git a/node_modules/@babel/types/lib/definitions/flow.js b/node_modules/@babel/types/lib/definitions/flow.js index 97dedae..beb2169 100644 --- a/node_modules/@babel/types/lib/definitions/flow.js +++ b/node_modules/@babel/types/lib/definitions/flow.js @@ -1,488 +1,563 @@ -"use strict"; +'use strict'; -var _utils = require("./utils"); +var _utils = require('./utils'); -const defineType = (0, _utils.defineAliasedType)("Flow"); +const defineType = (0, _utils.defineAliasedType)('Flow'); -const defineInterfaceishType = name => { +const defineInterfaceishType = (name) => { defineType(name, { - builder: ["id", "typeParameters", "extends", "body"], - visitor: ["id", "typeParameters", "extends", "mixins", "implements", "body"], - aliases: ["FlowDeclaration", "Statement", "Declaration"], + builder: ['id', 'typeParameters', 'extends', 'body'], + visitor: [ + 'id', + 'typeParameters', + 'extends', + 'mixins', + 'implements', + 'body', + ], + aliases: ['FlowDeclaration', 'Statement', 'Declaration'], fields: { - id: (0, _utils.validateType)("Identifier"), - typeParameters: (0, _utils.validateOptionalType)("TypeParameterDeclaration"), - extends: (0, _utils.validateOptional)((0, _utils.arrayOfType)("InterfaceExtends")), - mixins: (0, _utils.validateOptional)((0, _utils.arrayOfType)("InterfaceExtends")), - implements: (0, _utils.validateOptional)((0, _utils.arrayOfType)("ClassImplements")), - body: (0, _utils.validateType)("ObjectTypeAnnotation") - } + id: (0, _utils.validateType)('Identifier'), + typeParameters: (0, _utils.validateOptionalType)( + 'TypeParameterDeclaration' + ), + extends: (0, _utils.validateOptional)( + (0, _utils.arrayOfType)('InterfaceExtends') + ), + mixins: (0, _utils.validateOptional)( + (0, _utils.arrayOfType)('InterfaceExtends') + ), + implements: (0, _utils.validateOptional)( + (0, _utils.arrayOfType)('ClassImplements') + ), + body: (0, _utils.validateType)('ObjectTypeAnnotation'), + }, }); }; -defineType("AnyTypeAnnotation", { - aliases: ["FlowType", "FlowBaseAnnotation"] +defineType('AnyTypeAnnotation', { + aliases: ['FlowType', 'FlowBaseAnnotation'], }); -defineType("ArrayTypeAnnotation", { - visitor: ["elementType"], - aliases: ["FlowType"], +defineType('ArrayTypeAnnotation', { + visitor: ['elementType'], + aliases: ['FlowType'], fields: { - elementType: (0, _utils.validateType)("FlowType") - } + elementType: (0, _utils.validateType)('FlowType'), + }, }); -defineType("BooleanTypeAnnotation", { - aliases: ["FlowType", "FlowBaseAnnotation"] +defineType('BooleanTypeAnnotation', { + aliases: ['FlowType', 'FlowBaseAnnotation'], }); -defineType("BooleanLiteralTypeAnnotation", { - builder: ["value"], - aliases: ["FlowType"], +defineType('BooleanLiteralTypeAnnotation', { + builder: ['value'], + aliases: ['FlowType'], fields: { - value: (0, _utils.validate)((0, _utils.assertValueType)("boolean")) - } + value: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + }, }); -defineType("NullLiteralTypeAnnotation", { - aliases: ["FlowType", "FlowBaseAnnotation"] +defineType('NullLiteralTypeAnnotation', { + aliases: ['FlowType', 'FlowBaseAnnotation'], }); -defineType("ClassImplements", { - visitor: ["id", "typeParameters"], +defineType('ClassImplements', { + visitor: ['id', 'typeParameters'], fields: { - id: (0, _utils.validateType)("Identifier"), - typeParameters: (0, _utils.validateOptionalType)("TypeParameterInstantiation") - } + id: (0, _utils.validateType)('Identifier'), + typeParameters: (0, _utils.validateOptionalType)( + 'TypeParameterInstantiation' + ), + }, }); -defineInterfaceishType("DeclareClass"); -defineType("DeclareFunction", { - visitor: ["id"], - aliases: ["FlowDeclaration", "Statement", "Declaration"], +defineInterfaceishType('DeclareClass'); +defineType('DeclareFunction', { + visitor: ['id'], + aliases: ['FlowDeclaration', 'Statement', 'Declaration'], fields: { - id: (0, _utils.validateType)("Identifier"), - predicate: (0, _utils.validateOptionalType)("DeclaredPredicate") - } + id: (0, _utils.validateType)('Identifier'), + predicate: (0, _utils.validateOptionalType)('DeclaredPredicate'), + }, }); -defineInterfaceishType("DeclareInterface"); -defineType("DeclareModule", { - builder: ["id", "body", "kind"], - visitor: ["id", "body"], - aliases: ["FlowDeclaration", "Statement", "Declaration"], +defineInterfaceishType('DeclareInterface'); +defineType('DeclareModule', { + builder: ['id', 'body', 'kind'], + visitor: ['id', 'body'], + aliases: ['FlowDeclaration', 'Statement', 'Declaration'], fields: { - id: (0, _utils.validateType)(["Identifier", "StringLiteral"]), - body: (0, _utils.validateType)("BlockStatement"), - kind: (0, _utils.validateOptional)((0, _utils.assertOneOf)("CommonJS", "ES")) - } + id: (0, _utils.validateType)(['Identifier', 'StringLiteral']), + body: (0, _utils.validateType)('BlockStatement'), + kind: (0, _utils.validateOptional)( + (0, _utils.assertOneOf)('CommonJS', 'ES') + ), + }, }); -defineType("DeclareModuleExports", { - visitor: ["typeAnnotation"], - aliases: ["FlowDeclaration", "Statement", "Declaration"], +defineType('DeclareModuleExports', { + visitor: ['typeAnnotation'], + aliases: ['FlowDeclaration', 'Statement', 'Declaration'], fields: { - typeAnnotation: (0, _utils.validateType)("TypeAnnotation") - } + typeAnnotation: (0, _utils.validateType)('TypeAnnotation'), + }, }); -defineType("DeclareTypeAlias", { - visitor: ["id", "typeParameters", "right"], - aliases: ["FlowDeclaration", "Statement", "Declaration"], +defineType('DeclareTypeAlias', { + visitor: ['id', 'typeParameters', 'right'], + aliases: ['FlowDeclaration', 'Statement', 'Declaration'], fields: { - id: (0, _utils.validateType)("Identifier"), - typeParameters: (0, _utils.validateOptionalType)("TypeParameterDeclaration"), - right: (0, _utils.validateType)("FlowType") - } + id: (0, _utils.validateType)('Identifier'), + typeParameters: (0, _utils.validateOptionalType)( + 'TypeParameterDeclaration' + ), + right: (0, _utils.validateType)('FlowType'), + }, }); -defineType("DeclareOpaqueType", { - visitor: ["id", "typeParameters", "supertype"], - aliases: ["FlowDeclaration", "Statement", "Declaration"], +defineType('DeclareOpaqueType', { + visitor: ['id', 'typeParameters', 'supertype'], + aliases: ['FlowDeclaration', 'Statement', 'Declaration'], fields: { - id: (0, _utils.validateType)("Identifier"), - typeParameters: (0, _utils.validateOptionalType)("TypeParameterDeclaration"), - supertype: (0, _utils.validateOptionalType)("FlowType"), - impltype: (0, _utils.validateOptionalType)("FlowType") - } + id: (0, _utils.validateType)('Identifier'), + typeParameters: (0, _utils.validateOptionalType)( + 'TypeParameterDeclaration' + ), + supertype: (0, _utils.validateOptionalType)('FlowType'), + impltype: (0, _utils.validateOptionalType)('FlowType'), + }, }); -defineType("DeclareVariable", { - visitor: ["id"], - aliases: ["FlowDeclaration", "Statement", "Declaration"], +defineType('DeclareVariable', { + visitor: ['id'], + aliases: ['FlowDeclaration', 'Statement', 'Declaration'], fields: { - id: (0, _utils.validateType)("Identifier") - } + id: (0, _utils.validateType)('Identifier'), + }, }); -defineType("DeclareExportDeclaration", { - visitor: ["declaration", "specifiers", "source"], - aliases: ["FlowDeclaration", "Statement", "Declaration"], +defineType('DeclareExportDeclaration', { + visitor: ['declaration', 'specifiers', 'source'], + aliases: ['FlowDeclaration', 'Statement', 'Declaration'], fields: { - declaration: (0, _utils.validateOptionalType)("Flow"), - specifiers: (0, _utils.validateOptional)((0, _utils.arrayOfType)(["ExportSpecifier", "ExportNamespaceSpecifier"])), - source: (0, _utils.validateOptionalType)("StringLiteral"), - default: (0, _utils.validateOptional)((0, _utils.assertValueType)("boolean")) - } + declaration: (0, _utils.validateOptionalType)('Flow'), + specifiers: (0, _utils.validateOptional)( + (0, _utils.arrayOfType)(['ExportSpecifier', 'ExportNamespaceSpecifier']) + ), + source: (0, _utils.validateOptionalType)('StringLiteral'), + default: (0, _utils.validateOptional)( + (0, _utils.assertValueType)('boolean') + ), + }, }); -defineType("DeclareExportAllDeclaration", { - visitor: ["source"], - aliases: ["FlowDeclaration", "Statement", "Declaration"], +defineType('DeclareExportAllDeclaration', { + visitor: ['source'], + aliases: ['FlowDeclaration', 'Statement', 'Declaration'], fields: { - source: (0, _utils.validateType)("StringLiteral"), - exportKind: (0, _utils.validateOptional)((0, _utils.assertOneOf)("type", "value")) - } + source: (0, _utils.validateType)('StringLiteral'), + exportKind: (0, _utils.validateOptional)( + (0, _utils.assertOneOf)('type', 'value') + ), + }, }); -defineType("DeclaredPredicate", { - visitor: ["value"], - aliases: ["FlowPredicate"], +defineType('DeclaredPredicate', { + visitor: ['value'], + aliases: ['FlowPredicate'], fields: { - value: (0, _utils.validateType)("Flow") - } + value: (0, _utils.validateType)('Flow'), + }, }); -defineType("ExistsTypeAnnotation", { - aliases: ["FlowType"] +defineType('ExistsTypeAnnotation', { + aliases: ['FlowType'], }); -defineType("FunctionTypeAnnotation", { - visitor: ["typeParameters", "params", "rest", "returnType"], - aliases: ["FlowType"], +defineType('FunctionTypeAnnotation', { + visitor: ['typeParameters', 'params', 'rest', 'returnType'], + aliases: ['FlowType'], fields: { - typeParameters: (0, _utils.validateOptionalType)("TypeParameterDeclaration"), - params: (0, _utils.validate)((0, _utils.arrayOfType)("FunctionTypeParam")), - rest: (0, _utils.validateOptionalType)("FunctionTypeParam"), - this: (0, _utils.validateOptionalType)("FunctionTypeParam"), - returnType: (0, _utils.validateType)("FlowType") - } + typeParameters: (0, _utils.validateOptionalType)( + 'TypeParameterDeclaration' + ), + params: (0, _utils.validate)((0, _utils.arrayOfType)('FunctionTypeParam')), + rest: (0, _utils.validateOptionalType)('FunctionTypeParam'), + this: (0, _utils.validateOptionalType)('FunctionTypeParam'), + returnType: (0, _utils.validateType)('FlowType'), + }, }); -defineType("FunctionTypeParam", { - visitor: ["name", "typeAnnotation"], +defineType('FunctionTypeParam', { + visitor: ['name', 'typeAnnotation'], fields: { - name: (0, _utils.validateOptionalType)("Identifier"), - typeAnnotation: (0, _utils.validateType)("FlowType"), - optional: (0, _utils.validateOptional)((0, _utils.assertValueType)("boolean")) - } + name: (0, _utils.validateOptionalType)('Identifier'), + typeAnnotation: (0, _utils.validateType)('FlowType'), + optional: (0, _utils.validateOptional)( + (0, _utils.assertValueType)('boolean') + ), + }, }); -defineType("GenericTypeAnnotation", { - visitor: ["id", "typeParameters"], - aliases: ["FlowType"], +defineType('GenericTypeAnnotation', { + visitor: ['id', 'typeParameters'], + aliases: ['FlowType'], fields: { - id: (0, _utils.validateType)(["Identifier", "QualifiedTypeIdentifier"]), - typeParameters: (0, _utils.validateOptionalType)("TypeParameterInstantiation") - } + id: (0, _utils.validateType)(['Identifier', 'QualifiedTypeIdentifier']), + typeParameters: (0, _utils.validateOptionalType)( + 'TypeParameterInstantiation' + ), + }, }); -defineType("InferredPredicate", { - aliases: ["FlowPredicate"] +defineType('InferredPredicate', { + aliases: ['FlowPredicate'], }); -defineType("InterfaceExtends", { - visitor: ["id", "typeParameters"], +defineType('InterfaceExtends', { + visitor: ['id', 'typeParameters'], fields: { - id: (0, _utils.validateType)(["Identifier", "QualifiedTypeIdentifier"]), - typeParameters: (0, _utils.validateOptionalType)("TypeParameterInstantiation") - } + id: (0, _utils.validateType)(['Identifier', 'QualifiedTypeIdentifier']), + typeParameters: (0, _utils.validateOptionalType)( + 'TypeParameterInstantiation' + ), + }, }); -defineInterfaceishType("InterfaceDeclaration"); -defineType("InterfaceTypeAnnotation", { - visitor: ["extends", "body"], - aliases: ["FlowType"], +defineInterfaceishType('InterfaceDeclaration'); +defineType('InterfaceTypeAnnotation', { + visitor: ['extends', 'body'], + aliases: ['FlowType'], fields: { - extends: (0, _utils.validateOptional)((0, _utils.arrayOfType)("InterfaceExtends")), - body: (0, _utils.validateType)("ObjectTypeAnnotation") - } + extends: (0, _utils.validateOptional)( + (0, _utils.arrayOfType)('InterfaceExtends') + ), + body: (0, _utils.validateType)('ObjectTypeAnnotation'), + }, }); -defineType("IntersectionTypeAnnotation", { - visitor: ["types"], - aliases: ["FlowType"], +defineType('IntersectionTypeAnnotation', { + visitor: ['types'], + aliases: ['FlowType'], fields: { - types: (0, _utils.validate)((0, _utils.arrayOfType)("FlowType")) - } + types: (0, _utils.validate)((0, _utils.arrayOfType)('FlowType')), + }, }); -defineType("MixedTypeAnnotation", { - aliases: ["FlowType", "FlowBaseAnnotation"] +defineType('MixedTypeAnnotation', { + aliases: ['FlowType', 'FlowBaseAnnotation'], }); -defineType("EmptyTypeAnnotation", { - aliases: ["FlowType", "FlowBaseAnnotation"] +defineType('EmptyTypeAnnotation', { + aliases: ['FlowType', 'FlowBaseAnnotation'], }); -defineType("NullableTypeAnnotation", { - visitor: ["typeAnnotation"], - aliases: ["FlowType"], +defineType('NullableTypeAnnotation', { + visitor: ['typeAnnotation'], + aliases: ['FlowType'], fields: { - typeAnnotation: (0, _utils.validateType)("FlowType") - } + typeAnnotation: (0, _utils.validateType)('FlowType'), + }, }); -defineType("NumberLiteralTypeAnnotation", { - builder: ["value"], - aliases: ["FlowType"], +defineType('NumberLiteralTypeAnnotation', { + builder: ['value'], + aliases: ['FlowType'], fields: { - value: (0, _utils.validate)((0, _utils.assertValueType)("number")) - } + value: (0, _utils.validate)((0, _utils.assertValueType)('number')), + }, }); -defineType("NumberTypeAnnotation", { - aliases: ["FlowType", "FlowBaseAnnotation"] +defineType('NumberTypeAnnotation', { + aliases: ['FlowType', 'FlowBaseAnnotation'], }); -defineType("ObjectTypeAnnotation", { - visitor: ["properties", "indexers", "callProperties", "internalSlots"], - aliases: ["FlowType"], - builder: ["properties", "indexers", "callProperties", "internalSlots", "exact"], +defineType('ObjectTypeAnnotation', { + visitor: ['properties', 'indexers', 'callProperties', 'internalSlots'], + aliases: ['FlowType'], + builder: [ + 'properties', + 'indexers', + 'callProperties', + 'internalSlots', + 'exact', + ], fields: { - properties: (0, _utils.validate)((0, _utils.arrayOfType)(["ObjectTypeProperty", "ObjectTypeSpreadProperty"])), + properties: (0, _utils.validate)( + (0, _utils.arrayOfType)([ + 'ObjectTypeProperty', + 'ObjectTypeSpreadProperty', + ]) + ), indexers: { - validate: (0, _utils.arrayOfType)("ObjectTypeIndexer"), + validate: (0, _utils.arrayOfType)('ObjectTypeIndexer'), optional: true, - default: [] + default: [], }, callProperties: { - validate: (0, _utils.arrayOfType)("ObjectTypeCallProperty"), + validate: (0, _utils.arrayOfType)('ObjectTypeCallProperty'), optional: true, - default: [] + default: [], }, internalSlots: { - validate: (0, _utils.arrayOfType)("ObjectTypeInternalSlot"), + validate: (0, _utils.arrayOfType)('ObjectTypeInternalSlot'), optional: true, - default: [] + default: [], }, exact: { - validate: (0, _utils.assertValueType)("boolean"), - default: false + validate: (0, _utils.assertValueType)('boolean'), + default: false, }, - inexact: (0, _utils.validateOptional)((0, _utils.assertValueType)("boolean")) - } + inexact: (0, _utils.validateOptional)( + (0, _utils.assertValueType)('boolean') + ), + }, }); -defineType("ObjectTypeInternalSlot", { - visitor: ["id", "value", "optional", "static", "method"], - aliases: ["UserWhitespacable"], +defineType('ObjectTypeInternalSlot', { + visitor: ['id', 'value', 'optional', 'static', 'method'], + aliases: ['UserWhitespacable'], fields: { - id: (0, _utils.validateType)("Identifier"), - value: (0, _utils.validateType)("FlowType"), - optional: (0, _utils.validate)((0, _utils.assertValueType)("boolean")), - static: (0, _utils.validate)((0, _utils.assertValueType)("boolean")), - method: (0, _utils.validate)((0, _utils.assertValueType)("boolean")) - } + id: (0, _utils.validateType)('Identifier'), + value: (0, _utils.validateType)('FlowType'), + optional: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + static: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + method: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + }, }); -defineType("ObjectTypeCallProperty", { - visitor: ["value"], - aliases: ["UserWhitespacable"], +defineType('ObjectTypeCallProperty', { + visitor: ['value'], + aliases: ['UserWhitespacable'], fields: { - value: (0, _utils.validateType)("FlowType"), - static: (0, _utils.validate)((0, _utils.assertValueType)("boolean")) - } + value: (0, _utils.validateType)('FlowType'), + static: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + }, }); -defineType("ObjectTypeIndexer", { - visitor: ["id", "key", "value", "variance"], - aliases: ["UserWhitespacable"], +defineType('ObjectTypeIndexer', { + visitor: ['id', 'key', 'value', 'variance'], + aliases: ['UserWhitespacable'], fields: { - id: (0, _utils.validateOptionalType)("Identifier"), - key: (0, _utils.validateType)("FlowType"), - value: (0, _utils.validateType)("FlowType"), - static: (0, _utils.validate)((0, _utils.assertValueType)("boolean")), - variance: (0, _utils.validateOptionalType)("Variance") - } + id: (0, _utils.validateOptionalType)('Identifier'), + key: (0, _utils.validateType)('FlowType'), + value: (0, _utils.validateType)('FlowType'), + static: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + variance: (0, _utils.validateOptionalType)('Variance'), + }, }); -defineType("ObjectTypeProperty", { - visitor: ["key", "value", "variance"], - aliases: ["UserWhitespacable"], +defineType('ObjectTypeProperty', { + visitor: ['key', 'value', 'variance'], + aliases: ['UserWhitespacable'], fields: { - key: (0, _utils.validateType)(["Identifier", "StringLiteral"]), - value: (0, _utils.validateType)("FlowType"), - kind: (0, _utils.validate)((0, _utils.assertOneOf)("init", "get", "set")), - static: (0, _utils.validate)((0, _utils.assertValueType)("boolean")), - proto: (0, _utils.validate)((0, _utils.assertValueType)("boolean")), - optional: (0, _utils.validate)((0, _utils.assertValueType)("boolean")), - variance: (0, _utils.validateOptionalType)("Variance"), - method: (0, _utils.validate)((0, _utils.assertValueType)("boolean")) - } + key: (0, _utils.validateType)(['Identifier', 'StringLiteral']), + value: (0, _utils.validateType)('FlowType'), + kind: (0, _utils.validate)((0, _utils.assertOneOf)('init', 'get', 'set')), + static: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + proto: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + optional: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + variance: (0, _utils.validateOptionalType)('Variance'), + method: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + }, }); -defineType("ObjectTypeSpreadProperty", { - visitor: ["argument"], - aliases: ["UserWhitespacable"], +defineType('ObjectTypeSpreadProperty', { + visitor: ['argument'], + aliases: ['UserWhitespacable'], fields: { - argument: (0, _utils.validateType)("FlowType") - } + argument: (0, _utils.validateType)('FlowType'), + }, }); -defineType("OpaqueType", { - visitor: ["id", "typeParameters", "supertype", "impltype"], - aliases: ["FlowDeclaration", "Statement", "Declaration"], +defineType('OpaqueType', { + visitor: ['id', 'typeParameters', 'supertype', 'impltype'], + aliases: ['FlowDeclaration', 'Statement', 'Declaration'], fields: { - id: (0, _utils.validateType)("Identifier"), - typeParameters: (0, _utils.validateOptionalType)("TypeParameterDeclaration"), - supertype: (0, _utils.validateOptionalType)("FlowType"), - impltype: (0, _utils.validateType)("FlowType") - } + id: (0, _utils.validateType)('Identifier'), + typeParameters: (0, _utils.validateOptionalType)( + 'TypeParameterDeclaration' + ), + supertype: (0, _utils.validateOptionalType)('FlowType'), + impltype: (0, _utils.validateType)('FlowType'), + }, }); -defineType("QualifiedTypeIdentifier", { - visitor: ["id", "qualification"], +defineType('QualifiedTypeIdentifier', { + visitor: ['id', 'qualification'], fields: { - id: (0, _utils.validateType)("Identifier"), - qualification: (0, _utils.validateType)(["Identifier", "QualifiedTypeIdentifier"]) - } + id: (0, _utils.validateType)('Identifier'), + qualification: (0, _utils.validateType)([ + 'Identifier', + 'QualifiedTypeIdentifier', + ]), + }, }); -defineType("StringLiteralTypeAnnotation", { - builder: ["value"], - aliases: ["FlowType"], +defineType('StringLiteralTypeAnnotation', { + builder: ['value'], + aliases: ['FlowType'], fields: { - value: (0, _utils.validate)((0, _utils.assertValueType)("string")) - } + value: (0, _utils.validate)((0, _utils.assertValueType)('string')), + }, }); -defineType("StringTypeAnnotation", { - aliases: ["FlowType", "FlowBaseAnnotation"] +defineType('StringTypeAnnotation', { + aliases: ['FlowType', 'FlowBaseAnnotation'], }); -defineType("SymbolTypeAnnotation", { - aliases: ["FlowType", "FlowBaseAnnotation"] +defineType('SymbolTypeAnnotation', { + aliases: ['FlowType', 'FlowBaseAnnotation'], }); -defineType("ThisTypeAnnotation", { - aliases: ["FlowType", "FlowBaseAnnotation"] +defineType('ThisTypeAnnotation', { + aliases: ['FlowType', 'FlowBaseAnnotation'], }); -defineType("TupleTypeAnnotation", { - visitor: ["types"], - aliases: ["FlowType"], +defineType('TupleTypeAnnotation', { + visitor: ['types'], + aliases: ['FlowType'], fields: { - types: (0, _utils.validate)((0, _utils.arrayOfType)("FlowType")) - } + types: (0, _utils.validate)((0, _utils.arrayOfType)('FlowType')), + }, }); -defineType("TypeofTypeAnnotation", { - visitor: ["argument"], - aliases: ["FlowType"], +defineType('TypeofTypeAnnotation', { + visitor: ['argument'], + aliases: ['FlowType'], fields: { - argument: (0, _utils.validateType)("FlowType") - } + argument: (0, _utils.validateType)('FlowType'), + }, }); -defineType("TypeAlias", { - visitor: ["id", "typeParameters", "right"], - aliases: ["FlowDeclaration", "Statement", "Declaration"], +defineType('TypeAlias', { + visitor: ['id', 'typeParameters', 'right'], + aliases: ['FlowDeclaration', 'Statement', 'Declaration'], fields: { - id: (0, _utils.validateType)("Identifier"), - typeParameters: (0, _utils.validateOptionalType)("TypeParameterDeclaration"), - right: (0, _utils.validateType)("FlowType") - } + id: (0, _utils.validateType)('Identifier'), + typeParameters: (0, _utils.validateOptionalType)( + 'TypeParameterDeclaration' + ), + right: (0, _utils.validateType)('FlowType'), + }, }); -defineType("TypeAnnotation", { - visitor: ["typeAnnotation"], +defineType('TypeAnnotation', { + visitor: ['typeAnnotation'], fields: { - typeAnnotation: (0, _utils.validateType)("FlowType") - } + typeAnnotation: (0, _utils.validateType)('FlowType'), + }, }); -defineType("TypeCastExpression", { - visitor: ["expression", "typeAnnotation"], - aliases: ["ExpressionWrapper", "Expression"], +defineType('TypeCastExpression', { + visitor: ['expression', 'typeAnnotation'], + aliases: ['ExpressionWrapper', 'Expression'], fields: { - expression: (0, _utils.validateType)("Expression"), - typeAnnotation: (0, _utils.validateType)("TypeAnnotation") - } + expression: (0, _utils.validateType)('Expression'), + typeAnnotation: (0, _utils.validateType)('TypeAnnotation'), + }, }); -defineType("TypeParameter", { - visitor: ["bound", "default", "variance"], +defineType('TypeParameter', { + visitor: ['bound', 'default', 'variance'], fields: { - name: (0, _utils.validate)((0, _utils.assertValueType)("string")), - bound: (0, _utils.validateOptionalType)("TypeAnnotation"), - default: (0, _utils.validateOptionalType)("FlowType"), - variance: (0, _utils.validateOptionalType)("Variance") - } + name: (0, _utils.validate)((0, _utils.assertValueType)('string')), + bound: (0, _utils.validateOptionalType)('TypeAnnotation'), + default: (0, _utils.validateOptionalType)('FlowType'), + variance: (0, _utils.validateOptionalType)('Variance'), + }, }); -defineType("TypeParameterDeclaration", { - visitor: ["params"], +defineType('TypeParameterDeclaration', { + visitor: ['params'], fields: { - params: (0, _utils.validate)((0, _utils.arrayOfType)("TypeParameter")) - } + params: (0, _utils.validate)((0, _utils.arrayOfType)('TypeParameter')), + }, }); -defineType("TypeParameterInstantiation", { - visitor: ["params"], +defineType('TypeParameterInstantiation', { + visitor: ['params'], fields: { - params: (0, _utils.validate)((0, _utils.arrayOfType)("FlowType")) - } + params: (0, _utils.validate)((0, _utils.arrayOfType)('FlowType')), + }, }); -defineType("UnionTypeAnnotation", { - visitor: ["types"], - aliases: ["FlowType"], +defineType('UnionTypeAnnotation', { + visitor: ['types'], + aliases: ['FlowType'], fields: { - types: (0, _utils.validate)((0, _utils.arrayOfType)("FlowType")) - } + types: (0, _utils.validate)((0, _utils.arrayOfType)('FlowType')), + }, }); -defineType("Variance", { - builder: ["kind"], +defineType('Variance', { + builder: ['kind'], fields: { - kind: (0, _utils.validate)((0, _utils.assertOneOf)("minus", "plus")) - } + kind: (0, _utils.validate)((0, _utils.assertOneOf)('minus', 'plus')), + }, }); -defineType("VoidTypeAnnotation", { - aliases: ["FlowType", "FlowBaseAnnotation"] +defineType('VoidTypeAnnotation', { + aliases: ['FlowType', 'FlowBaseAnnotation'], }); -defineType("EnumDeclaration", { - aliases: ["Statement", "Declaration"], - visitor: ["id", "body"], +defineType('EnumDeclaration', { + aliases: ['Statement', 'Declaration'], + visitor: ['id', 'body'], fields: { - id: (0, _utils.validateType)("Identifier"), - body: (0, _utils.validateType)(["EnumBooleanBody", "EnumNumberBody", "EnumStringBody", "EnumSymbolBody"]) - } + id: (0, _utils.validateType)('Identifier'), + body: (0, _utils.validateType)([ + 'EnumBooleanBody', + 'EnumNumberBody', + 'EnumStringBody', + 'EnumSymbolBody', + ]), + }, }); -defineType("EnumBooleanBody", { - aliases: ["EnumBody"], - visitor: ["members"], +defineType('EnumBooleanBody', { + aliases: ['EnumBody'], + visitor: ['members'], fields: { - explicitType: (0, _utils.validate)((0, _utils.assertValueType)("boolean")), - members: (0, _utils.validateArrayOfType)("EnumBooleanMember"), - hasUnknownMembers: (0, _utils.validate)((0, _utils.assertValueType)("boolean")) - } + explicitType: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + members: (0, _utils.validateArrayOfType)('EnumBooleanMember'), + hasUnknownMembers: (0, _utils.validate)( + (0, _utils.assertValueType)('boolean') + ), + }, }); -defineType("EnumNumberBody", { - aliases: ["EnumBody"], - visitor: ["members"], +defineType('EnumNumberBody', { + aliases: ['EnumBody'], + visitor: ['members'], fields: { - explicitType: (0, _utils.validate)((0, _utils.assertValueType)("boolean")), - members: (0, _utils.validateArrayOfType)("EnumNumberMember"), - hasUnknownMembers: (0, _utils.validate)((0, _utils.assertValueType)("boolean")) - } + explicitType: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + members: (0, _utils.validateArrayOfType)('EnumNumberMember'), + hasUnknownMembers: (0, _utils.validate)( + (0, _utils.assertValueType)('boolean') + ), + }, }); -defineType("EnumStringBody", { - aliases: ["EnumBody"], - visitor: ["members"], +defineType('EnumStringBody', { + aliases: ['EnumBody'], + visitor: ['members'], fields: { - explicitType: (0, _utils.validate)((0, _utils.assertValueType)("boolean")), - members: (0, _utils.validateArrayOfType)(["EnumStringMember", "EnumDefaultedMember"]), - hasUnknownMembers: (0, _utils.validate)((0, _utils.assertValueType)("boolean")) - } + explicitType: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + members: (0, _utils.validateArrayOfType)([ + 'EnumStringMember', + 'EnumDefaultedMember', + ]), + hasUnknownMembers: (0, _utils.validate)( + (0, _utils.assertValueType)('boolean') + ), + }, }); -defineType("EnumSymbolBody", { - aliases: ["EnumBody"], - visitor: ["members"], +defineType('EnumSymbolBody', { + aliases: ['EnumBody'], + visitor: ['members'], fields: { - members: (0, _utils.validateArrayOfType)("EnumDefaultedMember"), - hasUnknownMembers: (0, _utils.validate)((0, _utils.assertValueType)("boolean")) - } + members: (0, _utils.validateArrayOfType)('EnumDefaultedMember'), + hasUnknownMembers: (0, _utils.validate)( + (0, _utils.assertValueType)('boolean') + ), + }, }); -defineType("EnumBooleanMember", { - aliases: ["EnumMember"], - visitor: ["id"], +defineType('EnumBooleanMember', { + aliases: ['EnumMember'], + visitor: ['id'], fields: { - id: (0, _utils.validateType)("Identifier"), - init: (0, _utils.validateType)("BooleanLiteral") - } + id: (0, _utils.validateType)('Identifier'), + init: (0, _utils.validateType)('BooleanLiteral'), + }, }); -defineType("EnumNumberMember", { - aliases: ["EnumMember"], - visitor: ["id", "init"], +defineType('EnumNumberMember', { + aliases: ['EnumMember'], + visitor: ['id', 'init'], fields: { - id: (0, _utils.validateType)("Identifier"), - init: (0, _utils.validateType)("NumericLiteral") - } + id: (0, _utils.validateType)('Identifier'), + init: (0, _utils.validateType)('NumericLiteral'), + }, }); -defineType("EnumStringMember", { - aliases: ["EnumMember"], - visitor: ["id", "init"], +defineType('EnumStringMember', { + aliases: ['EnumMember'], + visitor: ['id', 'init'], fields: { - id: (0, _utils.validateType)("Identifier"), - init: (0, _utils.validateType)("StringLiteral") - } + id: (0, _utils.validateType)('Identifier'), + init: (0, _utils.validateType)('StringLiteral'), + }, }); -defineType("EnumDefaultedMember", { - aliases: ["EnumMember"], - visitor: ["id"], +defineType('EnumDefaultedMember', { + aliases: ['EnumMember'], + visitor: ['id'], fields: { - id: (0, _utils.validateType)("Identifier") - } + id: (0, _utils.validateType)('Identifier'), + }, }); -defineType("IndexedAccessType", { - visitor: ["objectType", "indexType"], - aliases: ["FlowType"], +defineType('IndexedAccessType', { + visitor: ['objectType', 'indexType'], + aliases: ['FlowType'], fields: { - objectType: (0, _utils.validateType)("FlowType"), - indexType: (0, _utils.validateType)("FlowType") - } + objectType: (0, _utils.validateType)('FlowType'), + indexType: (0, _utils.validateType)('FlowType'), + }, }); -defineType("OptionalIndexedAccessType", { - visitor: ["objectType", "indexType"], - aliases: ["FlowType"], +defineType('OptionalIndexedAccessType', { + visitor: ['objectType', 'indexType'], + aliases: ['FlowType'], fields: { - objectType: (0, _utils.validateType)("FlowType"), - indexType: (0, _utils.validateType)("FlowType"), - optional: (0, _utils.validate)((0, _utils.assertValueType)("boolean")) - } + objectType: (0, _utils.validateType)('FlowType'), + indexType: (0, _utils.validateType)('FlowType'), + optional: (0, _utils.validate)((0, _utils.assertValueType)('boolean')), + }, }); //# sourceMappingURL=flow.js.map diff --git a/node_modules/@babel/types/lib/definitions/index.js b/node_modules/@babel/types/lib/definitions/index.js index 7de34f5..e048730 100644 --- a/node_modules/@babel/types/lib/definitions/index.js +++ b/node_modules/@babel/types/lib/definitions/index.js @@ -1,87 +1,87 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); -Object.defineProperty(exports, "ALIAS_KEYS", { +Object.defineProperty(exports, 'ALIAS_KEYS', { enumerable: true, get: function () { return _utils.ALIAS_KEYS; - } + }, }); -Object.defineProperty(exports, "BUILDER_KEYS", { +Object.defineProperty(exports, 'BUILDER_KEYS', { enumerable: true, get: function () { return _utils.BUILDER_KEYS; - } + }, }); -Object.defineProperty(exports, "DEPRECATED_KEYS", { +Object.defineProperty(exports, 'DEPRECATED_KEYS', { enumerable: true, get: function () { return _utils.DEPRECATED_KEYS; - } + }, }); -Object.defineProperty(exports, "FLIPPED_ALIAS_KEYS", { +Object.defineProperty(exports, 'FLIPPED_ALIAS_KEYS', { enumerable: true, get: function () { return _utils.FLIPPED_ALIAS_KEYS; - } + }, }); -Object.defineProperty(exports, "NODE_FIELDS", { +Object.defineProperty(exports, 'NODE_FIELDS', { enumerable: true, get: function () { return _utils.NODE_FIELDS; - } + }, }); -Object.defineProperty(exports, "NODE_PARENT_VALIDATIONS", { +Object.defineProperty(exports, 'NODE_PARENT_VALIDATIONS', { enumerable: true, get: function () { return _utils.NODE_PARENT_VALIDATIONS; - } + }, }); -Object.defineProperty(exports, "PLACEHOLDERS", { +Object.defineProperty(exports, 'PLACEHOLDERS', { enumerable: true, get: function () { return _placeholders.PLACEHOLDERS; - } + }, }); -Object.defineProperty(exports, "PLACEHOLDERS_ALIAS", { +Object.defineProperty(exports, 'PLACEHOLDERS_ALIAS', { enumerable: true, get: function () { return _placeholders.PLACEHOLDERS_ALIAS; - } + }, }); -Object.defineProperty(exports, "PLACEHOLDERS_FLIPPED_ALIAS", { +Object.defineProperty(exports, 'PLACEHOLDERS_FLIPPED_ALIAS', { enumerable: true, get: function () { return _placeholders.PLACEHOLDERS_FLIPPED_ALIAS; - } + }, }); exports.TYPES = void 0; -Object.defineProperty(exports, "VISITOR_KEYS", { +Object.defineProperty(exports, 'VISITOR_KEYS', { enumerable: true, get: function () { return _utils.VISITOR_KEYS; - } + }, }); -var _toFastProperties = require("to-fast-properties"); +var _toFastProperties = require('to-fast-properties'); -require("./core"); +require('./core'); -require("./flow"); +require('./flow'); -require("./jsx"); +require('./jsx'); -require("./misc"); +require('./misc'); -require("./experimental"); +require('./experimental'); -require("./typescript"); +require('./typescript'); -var _utils = require("./utils"); +var _utils = require('./utils'); -var _placeholders = require("./placeholders"); +var _placeholders = require('./placeholders'); _toFastProperties(_utils.VISITOR_KEYS); @@ -99,7 +99,11 @@ _toFastProperties(_placeholders.PLACEHOLDERS_ALIAS); _toFastProperties(_placeholders.PLACEHOLDERS_FLIPPED_ALIAS); -const TYPES = [].concat(Object.keys(_utils.VISITOR_KEYS), Object.keys(_utils.FLIPPED_ALIAS_KEYS), Object.keys(_utils.DEPRECATED_KEYS)); +const TYPES = [].concat( + Object.keys(_utils.VISITOR_KEYS), + Object.keys(_utils.FLIPPED_ALIAS_KEYS), + Object.keys(_utils.DEPRECATED_KEYS) +); exports.TYPES = TYPES; //# sourceMappingURL=index.js.map diff --git a/node_modules/@babel/types/lib/definitions/jsx.js b/node_modules/@babel/types/lib/definitions/jsx.js index dc3af45..0ce24c8 100644 --- a/node_modules/@babel/types/lib/definitions/jsx.js +++ b/node_modules/@babel/types/lib/definitions/jsx.js @@ -1,159 +1,211 @@ -"use strict"; +'use strict'; -var _utils = require("./utils"); +var _utils = require('./utils'); -const defineType = (0, _utils.defineAliasedType)("JSX"); -defineType("JSXAttribute", { - visitor: ["name", "value"], - aliases: ["Immutable"], +const defineType = (0, _utils.defineAliasedType)('JSX'); +defineType('JSXAttribute', { + visitor: ['name', 'value'], + aliases: ['Immutable'], fields: { name: { - validate: (0, _utils.assertNodeType)("JSXIdentifier", "JSXNamespacedName") + validate: (0, _utils.assertNodeType)( + 'JSXIdentifier', + 'JSXNamespacedName' + ), }, value: { optional: true, - validate: (0, _utils.assertNodeType)("JSXElement", "JSXFragment", "StringLiteral", "JSXExpressionContainer") - } - } + validate: (0, _utils.assertNodeType)( + 'JSXElement', + 'JSXFragment', + 'StringLiteral', + 'JSXExpressionContainer' + ), + }, + }, }); -defineType("JSXClosingElement", { - visitor: ["name"], - aliases: ["Immutable"], +defineType('JSXClosingElement', { + visitor: ['name'], + aliases: ['Immutable'], fields: { name: { - validate: (0, _utils.assertNodeType)("JSXIdentifier", "JSXMemberExpression", "JSXNamespacedName") - } - } -}); -defineType("JSXElement", { - builder: ["openingElement", "closingElement", "children", "selfClosing"], - visitor: ["openingElement", "children", "closingElement"], - aliases: ["Immutable", "Expression"], - fields: Object.assign({ - openingElement: { - validate: (0, _utils.assertNodeType)("JSXOpeningElement") + validate: (0, _utils.assertNodeType)( + 'JSXIdentifier', + 'JSXMemberExpression', + 'JSXNamespacedName' + ), }, - closingElement: { - optional: true, - validate: (0, _utils.assertNodeType)("JSXClosingElement") - }, - children: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("JSXText", "JSXExpressionContainer", "JSXSpreadChild", "JSXElement", "JSXFragment"))) - } - }, { - selfClosing: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true - } - }) + }, }); -defineType("JSXEmptyExpression", {}); -defineType("JSXExpressionContainer", { - visitor: ["expression"], - aliases: ["Immutable"], +defineType('JSXElement', { + builder: ['openingElement', 'closingElement', 'children', 'selfClosing'], + visitor: ['openingElement', 'children', 'closingElement'], + aliases: ['Immutable', 'Expression'], + fields: Object.assign( + { + openingElement: { + validate: (0, _utils.assertNodeType)('JSXOpeningElement'), + }, + closingElement: { + optional: true, + validate: (0, _utils.assertNodeType)('JSXClosingElement'), + }, + children: { + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)( + 'JSXText', + 'JSXExpressionContainer', + 'JSXSpreadChild', + 'JSXElement', + 'JSXFragment' + ) + ) + ), + }, + }, + { + selfClosing: { + validate: (0, _utils.assertValueType)('boolean'), + optional: true, + }, + } + ), +}); +defineType('JSXEmptyExpression', {}); +defineType('JSXExpressionContainer', { + visitor: ['expression'], + aliases: ['Immutable'], fields: { expression: { - validate: (0, _utils.assertNodeType)("Expression", "JSXEmptyExpression") - } - } + validate: (0, _utils.assertNodeType)('Expression', 'JSXEmptyExpression'), + }, + }, }); -defineType("JSXSpreadChild", { - visitor: ["expression"], - aliases: ["Immutable"], +defineType('JSXSpreadChild', { + visitor: ['expression'], + aliases: ['Immutable'], fields: { expression: { - validate: (0, _utils.assertNodeType)("Expression") - } - } + validate: (0, _utils.assertNodeType)('Expression'), + }, + }, }); -defineType("JSXIdentifier", { - builder: ["name"], +defineType('JSXIdentifier', { + builder: ['name'], fields: { name: { - validate: (0, _utils.assertValueType)("string") - } - } + validate: (0, _utils.assertValueType)('string'), + }, + }, }); -defineType("JSXMemberExpression", { - visitor: ["object", "property"], +defineType('JSXMemberExpression', { + visitor: ['object', 'property'], fields: { object: { - validate: (0, _utils.assertNodeType)("JSXMemberExpression", "JSXIdentifier") + validate: (0, _utils.assertNodeType)( + 'JSXMemberExpression', + 'JSXIdentifier' + ), }, property: { - validate: (0, _utils.assertNodeType)("JSXIdentifier") - } - } + validate: (0, _utils.assertNodeType)('JSXIdentifier'), + }, + }, }); -defineType("JSXNamespacedName", { - visitor: ["namespace", "name"], +defineType('JSXNamespacedName', { + visitor: ['namespace', 'name'], fields: { namespace: { - validate: (0, _utils.assertNodeType)("JSXIdentifier") + validate: (0, _utils.assertNodeType)('JSXIdentifier'), }, name: { - validate: (0, _utils.assertNodeType)("JSXIdentifier") - } - } + validate: (0, _utils.assertNodeType)('JSXIdentifier'), + }, + }, }); -defineType("JSXOpeningElement", { - builder: ["name", "attributes", "selfClosing"], - visitor: ["name", "attributes"], - aliases: ["Immutable"], +defineType('JSXOpeningElement', { + builder: ['name', 'attributes', 'selfClosing'], + visitor: ['name', 'attributes'], + aliases: ['Immutable'], fields: { name: { - validate: (0, _utils.assertNodeType)("JSXIdentifier", "JSXMemberExpression", "JSXNamespacedName") + validate: (0, _utils.assertNodeType)( + 'JSXIdentifier', + 'JSXMemberExpression', + 'JSXNamespacedName' + ), }, selfClosing: { - default: false + default: false, }, attributes: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("JSXAttribute", "JSXSpreadAttribute"))) + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)('JSXAttribute', 'JSXSpreadAttribute') + ) + ), }, typeParameters: { - validate: (0, _utils.assertNodeType)("TypeParameterInstantiation", "TSTypeParameterInstantiation"), - optional: true - } - } + validate: (0, _utils.assertNodeType)( + 'TypeParameterInstantiation', + 'TSTypeParameterInstantiation' + ), + optional: true, + }, + }, }); -defineType("JSXSpreadAttribute", { - visitor: ["argument"], +defineType('JSXSpreadAttribute', { + visitor: ['argument'], fields: { argument: { - validate: (0, _utils.assertNodeType)("Expression") - } - } + validate: (0, _utils.assertNodeType)('Expression'), + }, + }, }); -defineType("JSXText", { - aliases: ["Immutable"], - builder: ["value"], +defineType('JSXText', { + aliases: ['Immutable'], + builder: ['value'], fields: { value: { - validate: (0, _utils.assertValueType)("string") - } - } + validate: (0, _utils.assertValueType)('string'), + }, + }, }); -defineType("JSXFragment", { - builder: ["openingFragment", "closingFragment", "children"], - visitor: ["openingFragment", "children", "closingFragment"], - aliases: ["Immutable", "Expression"], +defineType('JSXFragment', { + builder: ['openingFragment', 'closingFragment', 'children'], + visitor: ['openingFragment', 'children', 'closingFragment'], + aliases: ['Immutable', 'Expression'], fields: { openingFragment: { - validate: (0, _utils.assertNodeType)("JSXOpeningFragment") + validate: (0, _utils.assertNodeType)('JSXOpeningFragment'), }, closingFragment: { - validate: (0, _utils.assertNodeType)("JSXClosingFragment") + validate: (0, _utils.assertNodeType)('JSXClosingFragment'), }, children: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("JSXText", "JSXExpressionContainer", "JSXSpreadChild", "JSXElement", "JSXFragment"))) - } - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)( + (0, _utils.assertNodeType)( + 'JSXText', + 'JSXExpressionContainer', + 'JSXSpreadChild', + 'JSXElement', + 'JSXFragment' + ) + ) + ), + }, + }, }); -defineType("JSXOpeningFragment", { - aliases: ["Immutable"] +defineType('JSXOpeningFragment', { + aliases: ['Immutable'], }); -defineType("JSXClosingFragment", { - aliases: ["Immutable"] +defineType('JSXClosingFragment', { + aliases: ['Immutable'], }); //# sourceMappingURL=jsx.js.map diff --git a/node_modules/@babel/types/lib/definitions/misc.js b/node_modules/@babel/types/lib/definitions/misc.js index 2c8b07a..9720572 100644 --- a/node_modules/@babel/types/lib/definitions/misc.js +++ b/node_modules/@babel/types/lib/definitions/misc.js @@ -1,34 +1,34 @@ -"use strict"; +'use strict'; -var _utils = require("./utils"); +var _utils = require('./utils'); -var _placeholders = require("./placeholders"); +var _placeholders = require('./placeholders'); -const defineType = (0, _utils.defineAliasedType)("Miscellaneous"); +const defineType = (0, _utils.defineAliasedType)('Miscellaneous'); { - defineType("Noop", { - visitor: [] + defineType('Noop', { + visitor: [], }); } -defineType("Placeholder", { +defineType('Placeholder', { visitor: [], - builder: ["expectedNode", "name"], + builder: ['expectedNode', 'name'], fields: { name: { - validate: (0, _utils.assertNodeType)("Identifier") + validate: (0, _utils.assertNodeType)('Identifier'), }, expectedNode: { - validate: (0, _utils.assertOneOf)(..._placeholders.PLACEHOLDERS) - } - } + validate: (0, _utils.assertOneOf)(..._placeholders.PLACEHOLDERS), + }, + }, }); -defineType("V8IntrinsicIdentifier", { - builder: ["name"], +defineType('V8IntrinsicIdentifier', { + builder: ['name'], fields: { name: { - validate: (0, _utils.assertValueType)("string") - } - } + validate: (0, _utils.assertValueType)('string'), + }, + }, }); //# sourceMappingURL=misc.js.map diff --git a/node_modules/@babel/types/lib/definitions/placeholders.js b/node_modules/@babel/types/lib/definitions/placeholders.js index 5dd4f7f..6e085fd 100644 --- a/node_modules/@babel/types/lib/definitions/placeholders.js +++ b/node_modules/@babel/types/lib/definitions/placeholders.js @@ -1,17 +1,29 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); -exports.PLACEHOLDERS_FLIPPED_ALIAS = exports.PLACEHOLDERS_ALIAS = exports.PLACEHOLDERS = void 0; +exports.PLACEHOLDERS_FLIPPED_ALIAS = + exports.PLACEHOLDERS_ALIAS = + exports.PLACEHOLDERS = + void 0; -var _utils = require("./utils"); +var _utils = require('./utils'); -const PLACEHOLDERS = ["Identifier", "StringLiteral", "Expression", "Statement", "Declaration", "BlockStatement", "ClassBody", "Pattern"]; +const PLACEHOLDERS = [ + 'Identifier', + 'StringLiteral', + 'Expression', + 'Statement', + 'Declaration', + 'BlockStatement', + 'ClassBody', + 'Pattern', +]; exports.PLACEHOLDERS = PLACEHOLDERS; const PLACEHOLDERS_ALIAS = { - Declaration: ["Statement"], - Pattern: ["PatternLike", "LVal"] + Declaration: ['Statement'], + Pattern: ['PatternLike', 'LVal'], }; exports.PLACEHOLDERS_ALIAS = PLACEHOLDERS_ALIAS; @@ -22,8 +34,8 @@ for (const type of PLACEHOLDERS) { const PLACEHOLDERS_FLIPPED_ALIAS = {}; exports.PLACEHOLDERS_FLIPPED_ALIAS = PLACEHOLDERS_FLIPPED_ALIAS; -Object.keys(PLACEHOLDERS_ALIAS).forEach(type => { - PLACEHOLDERS_ALIAS[type].forEach(alias => { +Object.keys(PLACEHOLDERS_ALIAS).forEach((type) => { + PLACEHOLDERS_ALIAS[type].forEach((alias) => { if (!Object.hasOwnProperty.call(PLACEHOLDERS_FLIPPED_ALIAS, alias)) { PLACEHOLDERS_FLIPPED_ALIAS[alias] = []; } diff --git a/node_modules/@babel/types/lib/definitions/typescript.js b/node_modules/@babel/types/lib/definitions/typescript.js index 87771c9..438ea1c 100644 --- a/node_modules/@babel/types/lib/definitions/typescript.js +++ b/node_modules/@babel/types/lib/definitions/typescript.js @@ -1,497 +1,589 @@ -"use strict"; +'use strict'; -var _utils = require("./utils"); +var _utils = require('./utils'); -var _core = require("./core"); +var _core = require('./core'); -var _is = require("../validators/is"); +var _is = require('../validators/is'); -const defineType = (0, _utils.defineAliasedType)("TypeScript"); -const bool = (0, _utils.assertValueType)("boolean"); +const defineType = (0, _utils.defineAliasedType)('TypeScript'); +const bool = (0, _utils.assertValueType)('boolean'); const tSFunctionTypeAnnotationCommon = () => ({ returnType: { - validate: (0, _utils.assertNodeType)("TSTypeAnnotation", "Noop"), - optional: true + validate: (0, _utils.assertNodeType)('TSTypeAnnotation', 'Noop'), + optional: true, }, typeParameters: { - validate: (0, _utils.assertNodeType)("TSTypeParameterDeclaration", "Noop"), - optional: true - } + validate: (0, _utils.assertNodeType)('TSTypeParameterDeclaration', 'Noop'), + optional: true, + }, }); -defineType("TSParameterProperty", { - aliases: ["LVal"], - visitor: ["parameter"], +defineType('TSParameterProperty', { + aliases: ['LVal'], + visitor: ['parameter'], fields: { accessibility: { - validate: (0, _utils.assertOneOf)("public", "private", "protected"), - optional: true + validate: (0, _utils.assertOneOf)('public', 'private', 'protected'), + optional: true, }, readonly: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true + validate: (0, _utils.assertValueType)('boolean'), + optional: true, }, parameter: { - validate: (0, _utils.assertNodeType)("Identifier", "AssignmentPattern") + validate: (0, _utils.assertNodeType)('Identifier', 'AssignmentPattern'), }, override: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true + validate: (0, _utils.assertValueType)('boolean'), + optional: true, }, decorators: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("Decorator"))), - optional: true - } - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('Decorator')) + ), + optional: true, + }, + }, }); -defineType("TSDeclareFunction", { - aliases: ["Statement", "Declaration"], - visitor: ["id", "typeParameters", "params", "returnType"], - fields: Object.assign({}, (0, _core.functionDeclarationCommon)(), tSFunctionTypeAnnotationCommon()) +defineType('TSDeclareFunction', { + aliases: ['Statement', 'Declaration'], + visitor: ['id', 'typeParameters', 'params', 'returnType'], + fields: Object.assign( + {}, + (0, _core.functionDeclarationCommon)(), + tSFunctionTypeAnnotationCommon() + ), }); -defineType("TSDeclareMethod", { - visitor: ["decorators", "key", "typeParameters", "params", "returnType"], - fields: Object.assign({}, (0, _core.classMethodOrDeclareMethodCommon)(), tSFunctionTypeAnnotationCommon()) +defineType('TSDeclareMethod', { + visitor: ['decorators', 'key', 'typeParameters', 'params', 'returnType'], + fields: Object.assign( + {}, + (0, _core.classMethodOrDeclareMethodCommon)(), + tSFunctionTypeAnnotationCommon() + ), }); -defineType("TSQualifiedName", { - aliases: ["TSEntityName"], - visitor: ["left", "right"], +defineType('TSQualifiedName', { + aliases: ['TSEntityName'], + visitor: ['left', 'right'], fields: { - left: (0, _utils.validateType)("TSEntityName"), - right: (0, _utils.validateType)("Identifier") - } + left: (0, _utils.validateType)('TSEntityName'), + right: (0, _utils.validateType)('Identifier'), + }, }); const signatureDeclarationCommon = () => ({ - typeParameters: (0, _utils.validateOptionalType)("TSTypeParameterDeclaration"), - ["parameters"]: (0, _utils.validateArrayOfType)(["Identifier", "RestElement"]), - ["typeAnnotation"]: (0, _utils.validateOptionalType)("TSTypeAnnotation") + typeParameters: (0, _utils.validateOptionalType)( + 'TSTypeParameterDeclaration' + ), + ['parameters']: (0, _utils.validateArrayOfType)([ + 'Identifier', + 'RestElement', + ]), + ['typeAnnotation']: (0, _utils.validateOptionalType)('TSTypeAnnotation'), }); const callConstructSignatureDeclaration = { - aliases: ["TSTypeElement"], - visitor: ["typeParameters", "parameters", "typeAnnotation"], - fields: signatureDeclarationCommon() + aliases: ['TSTypeElement'], + visitor: ['typeParameters', 'parameters', 'typeAnnotation'], + fields: signatureDeclarationCommon(), }; -defineType("TSCallSignatureDeclaration", callConstructSignatureDeclaration); -defineType("TSConstructSignatureDeclaration", callConstructSignatureDeclaration); +defineType('TSCallSignatureDeclaration', callConstructSignatureDeclaration); +defineType( + 'TSConstructSignatureDeclaration', + callConstructSignatureDeclaration +); const namedTypeElementCommon = () => ({ - key: (0, _utils.validateType)("Expression"), + key: (0, _utils.validateType)('Expression'), computed: { - default: false + default: false, }, - optional: (0, _utils.validateOptional)(bool) + optional: (0, _utils.validateOptional)(bool), }); -defineType("TSPropertySignature", { - aliases: ["TSTypeElement"], - visitor: ["key", "typeAnnotation", "initializer"], +defineType('TSPropertySignature', { + aliases: ['TSTypeElement'], + visitor: ['key', 'typeAnnotation', 'initializer'], fields: Object.assign({}, namedTypeElementCommon(), { readonly: (0, _utils.validateOptional)(bool), - typeAnnotation: (0, _utils.validateOptionalType)("TSTypeAnnotation"), - initializer: (0, _utils.validateOptionalType)("Expression"), + typeAnnotation: (0, _utils.validateOptionalType)('TSTypeAnnotation'), + initializer: (0, _utils.validateOptionalType)('Expression'), kind: { - validate: (0, _utils.assertOneOf)("get", "set") - } - }) + validate: (0, _utils.assertOneOf)('get', 'set'), + }, + }), }); -defineType("TSMethodSignature", { - aliases: ["TSTypeElement"], - visitor: ["key", "typeParameters", "parameters", "typeAnnotation"], - fields: Object.assign({}, signatureDeclarationCommon(), namedTypeElementCommon(), { - kind: { - validate: (0, _utils.assertOneOf)("method", "get", "set") +defineType('TSMethodSignature', { + aliases: ['TSTypeElement'], + visitor: ['key', 'typeParameters', 'parameters', 'typeAnnotation'], + fields: Object.assign( + {}, + signatureDeclarationCommon(), + namedTypeElementCommon(), + { + kind: { + validate: (0, _utils.assertOneOf)('method', 'get', 'set'), + }, } - }) + ), }); -defineType("TSIndexSignature", { - aliases: ["TSTypeElement"], - visitor: ["parameters", "typeAnnotation"], +defineType('TSIndexSignature', { + aliases: ['TSTypeElement'], + visitor: ['parameters', 'typeAnnotation'], fields: { readonly: (0, _utils.validateOptional)(bool), static: (0, _utils.validateOptional)(bool), - parameters: (0, _utils.validateArrayOfType)("Identifier"), - typeAnnotation: (0, _utils.validateOptionalType)("TSTypeAnnotation") - } + parameters: (0, _utils.validateArrayOfType)('Identifier'), + typeAnnotation: (0, _utils.validateOptionalType)('TSTypeAnnotation'), + }, }); -const tsKeywordTypes = ["TSAnyKeyword", "TSBooleanKeyword", "TSBigIntKeyword", "TSIntrinsicKeyword", "TSNeverKeyword", "TSNullKeyword", "TSNumberKeyword", "TSObjectKeyword", "TSStringKeyword", "TSSymbolKeyword", "TSUndefinedKeyword", "TSUnknownKeyword", "TSVoidKeyword"]; +const tsKeywordTypes = [ + 'TSAnyKeyword', + 'TSBooleanKeyword', + 'TSBigIntKeyword', + 'TSIntrinsicKeyword', + 'TSNeverKeyword', + 'TSNullKeyword', + 'TSNumberKeyword', + 'TSObjectKeyword', + 'TSStringKeyword', + 'TSSymbolKeyword', + 'TSUndefinedKeyword', + 'TSUnknownKeyword', + 'TSVoidKeyword', +]; for (const type of tsKeywordTypes) { defineType(type, { - aliases: ["TSType", "TSBaseType"], + aliases: ['TSType', 'TSBaseType'], visitor: [], - fields: {} + fields: {}, }); } -defineType("TSThisType", { - aliases: ["TSType", "TSBaseType"], +defineType('TSThisType', { + aliases: ['TSType', 'TSBaseType'], visitor: [], - fields: {} + fields: {}, }); const fnOrCtrBase = { - aliases: ["TSType"], - visitor: ["typeParameters", "parameters", "typeAnnotation"] + aliases: ['TSType'], + visitor: ['typeParameters', 'parameters', 'typeAnnotation'], }; -defineType("TSFunctionType", Object.assign({}, fnOrCtrBase, { - fields: signatureDeclarationCommon() -})); -defineType("TSConstructorType", Object.assign({}, fnOrCtrBase, { - fields: Object.assign({}, signatureDeclarationCommon(), { - abstract: (0, _utils.validateOptional)(bool) +defineType( + 'TSFunctionType', + Object.assign({}, fnOrCtrBase, { + fields: signatureDeclarationCommon(), }) -})); -defineType("TSTypeReference", { - aliases: ["TSType"], - visitor: ["typeName", "typeParameters"], +); +defineType( + 'TSConstructorType', + Object.assign({}, fnOrCtrBase, { + fields: Object.assign({}, signatureDeclarationCommon(), { + abstract: (0, _utils.validateOptional)(bool), + }), + }) +); +defineType('TSTypeReference', { + aliases: ['TSType'], + visitor: ['typeName', 'typeParameters'], fields: { - typeName: (0, _utils.validateType)("TSEntityName"), - typeParameters: (0, _utils.validateOptionalType)("TSTypeParameterInstantiation") - } + typeName: (0, _utils.validateType)('TSEntityName'), + typeParameters: (0, _utils.validateOptionalType)( + 'TSTypeParameterInstantiation' + ), + }, }); -defineType("TSTypePredicate", { - aliases: ["TSType"], - visitor: ["parameterName", "typeAnnotation"], - builder: ["parameterName", "typeAnnotation", "asserts"], +defineType('TSTypePredicate', { + aliases: ['TSType'], + visitor: ['parameterName', 'typeAnnotation'], + builder: ['parameterName', 'typeAnnotation', 'asserts'], fields: { - parameterName: (0, _utils.validateType)(["Identifier", "TSThisType"]), - typeAnnotation: (0, _utils.validateOptionalType)("TSTypeAnnotation"), - asserts: (0, _utils.validateOptional)(bool) - } + parameterName: (0, _utils.validateType)(['Identifier', 'TSThisType']), + typeAnnotation: (0, _utils.validateOptionalType)('TSTypeAnnotation'), + asserts: (0, _utils.validateOptional)(bool), + }, }); -defineType("TSTypeQuery", { - aliases: ["TSType"], - visitor: ["exprName", "typeParameters"], +defineType('TSTypeQuery', { + aliases: ['TSType'], + visitor: ['exprName', 'typeParameters'], fields: { - exprName: (0, _utils.validateType)(["TSEntityName", "TSImportType"]), - typeParameters: (0, _utils.validateOptionalType)("TSTypeParameterInstantiation") - } + exprName: (0, _utils.validateType)(['TSEntityName', 'TSImportType']), + typeParameters: (0, _utils.validateOptionalType)( + 'TSTypeParameterInstantiation' + ), + }, }); -defineType("TSTypeLiteral", { - aliases: ["TSType"], - visitor: ["members"], +defineType('TSTypeLiteral', { + aliases: ['TSType'], + visitor: ['members'], fields: { - members: (0, _utils.validateArrayOfType)("TSTypeElement") - } + members: (0, _utils.validateArrayOfType)('TSTypeElement'), + }, }); -defineType("TSArrayType", { - aliases: ["TSType"], - visitor: ["elementType"], +defineType('TSArrayType', { + aliases: ['TSType'], + visitor: ['elementType'], fields: { - elementType: (0, _utils.validateType)("TSType") - } + elementType: (0, _utils.validateType)('TSType'), + }, }); -defineType("TSTupleType", { - aliases: ["TSType"], - visitor: ["elementTypes"], +defineType('TSTupleType', { + aliases: ['TSType'], + visitor: ['elementTypes'], fields: { - elementTypes: (0, _utils.validateArrayOfType)(["TSType", "TSNamedTupleMember"]) - } + elementTypes: (0, _utils.validateArrayOfType)([ + 'TSType', + 'TSNamedTupleMember', + ]), + }, }); -defineType("TSOptionalType", { - aliases: ["TSType"], - visitor: ["typeAnnotation"], +defineType('TSOptionalType', { + aliases: ['TSType'], + visitor: ['typeAnnotation'], fields: { - typeAnnotation: (0, _utils.validateType)("TSType") - } + typeAnnotation: (0, _utils.validateType)('TSType'), + }, }); -defineType("TSRestType", { - aliases: ["TSType"], - visitor: ["typeAnnotation"], +defineType('TSRestType', { + aliases: ['TSType'], + visitor: ['typeAnnotation'], fields: { - typeAnnotation: (0, _utils.validateType)("TSType") - } + typeAnnotation: (0, _utils.validateType)('TSType'), + }, }); -defineType("TSNamedTupleMember", { - visitor: ["label", "elementType"], - builder: ["label", "elementType", "optional"], +defineType('TSNamedTupleMember', { + visitor: ['label', 'elementType'], + builder: ['label', 'elementType', 'optional'], fields: { - label: (0, _utils.validateType)("Identifier"), + label: (0, _utils.validateType)('Identifier'), optional: { validate: bool, - default: false + default: false, }, - elementType: (0, _utils.validateType)("TSType") - } + elementType: (0, _utils.validateType)('TSType'), + }, }); const unionOrIntersection = { - aliases: ["TSType"], - visitor: ["types"], + aliases: ['TSType'], + visitor: ['types'], fields: { - types: (0, _utils.validateArrayOfType)("TSType") - } + types: (0, _utils.validateArrayOfType)('TSType'), + }, }; -defineType("TSUnionType", unionOrIntersection); -defineType("TSIntersectionType", unionOrIntersection); -defineType("TSConditionalType", { - aliases: ["TSType"], - visitor: ["checkType", "extendsType", "trueType", "falseType"], +defineType('TSUnionType', unionOrIntersection); +defineType('TSIntersectionType', unionOrIntersection); +defineType('TSConditionalType', { + aliases: ['TSType'], + visitor: ['checkType', 'extendsType', 'trueType', 'falseType'], fields: { - checkType: (0, _utils.validateType)("TSType"), - extendsType: (0, _utils.validateType)("TSType"), - trueType: (0, _utils.validateType)("TSType"), - falseType: (0, _utils.validateType)("TSType") - } + checkType: (0, _utils.validateType)('TSType'), + extendsType: (0, _utils.validateType)('TSType'), + trueType: (0, _utils.validateType)('TSType'), + falseType: (0, _utils.validateType)('TSType'), + }, }); -defineType("TSInferType", { - aliases: ["TSType"], - visitor: ["typeParameter"], +defineType('TSInferType', { + aliases: ['TSType'], + visitor: ['typeParameter'], fields: { - typeParameter: (0, _utils.validateType)("TSTypeParameter") - } + typeParameter: (0, _utils.validateType)('TSTypeParameter'), + }, }); -defineType("TSParenthesizedType", { - aliases: ["TSType"], - visitor: ["typeAnnotation"], +defineType('TSParenthesizedType', { + aliases: ['TSType'], + visitor: ['typeAnnotation'], fields: { - typeAnnotation: (0, _utils.validateType)("TSType") - } + typeAnnotation: (0, _utils.validateType)('TSType'), + }, }); -defineType("TSTypeOperator", { - aliases: ["TSType"], - visitor: ["typeAnnotation"], +defineType('TSTypeOperator', { + aliases: ['TSType'], + visitor: ['typeAnnotation'], fields: { - operator: (0, _utils.validate)((0, _utils.assertValueType)("string")), - typeAnnotation: (0, _utils.validateType)("TSType") - } + operator: (0, _utils.validate)((0, _utils.assertValueType)('string')), + typeAnnotation: (0, _utils.validateType)('TSType'), + }, }); -defineType("TSIndexedAccessType", { - aliases: ["TSType"], - visitor: ["objectType", "indexType"], +defineType('TSIndexedAccessType', { + aliases: ['TSType'], + visitor: ['objectType', 'indexType'], fields: { - objectType: (0, _utils.validateType)("TSType"), - indexType: (0, _utils.validateType)("TSType") - } + objectType: (0, _utils.validateType)('TSType'), + indexType: (0, _utils.validateType)('TSType'), + }, }); -defineType("TSMappedType", { - aliases: ["TSType"], - visitor: ["typeParameter", "typeAnnotation", "nameType"], +defineType('TSMappedType', { + aliases: ['TSType'], + visitor: ['typeParameter', 'typeAnnotation', 'nameType'], fields: { - readonly: (0, _utils.validateOptional)((0, _utils.assertOneOf)(true, false, "+", "-")), - typeParameter: (0, _utils.validateType)("TSTypeParameter"), - optional: (0, _utils.validateOptional)((0, _utils.assertOneOf)(true, false, "+", "-")), - typeAnnotation: (0, _utils.validateOptionalType)("TSType"), - nameType: (0, _utils.validateOptionalType)("TSType") - } + readonly: (0, _utils.validateOptional)( + (0, _utils.assertOneOf)(true, false, '+', '-') + ), + typeParameter: (0, _utils.validateType)('TSTypeParameter'), + optional: (0, _utils.validateOptional)( + (0, _utils.assertOneOf)(true, false, '+', '-') + ), + typeAnnotation: (0, _utils.validateOptionalType)('TSType'), + nameType: (0, _utils.validateOptionalType)('TSType'), + }, }); -defineType("TSLiteralType", { - aliases: ["TSType", "TSBaseType"], - visitor: ["literal"], +defineType('TSLiteralType', { + aliases: ['TSType', 'TSBaseType'], + visitor: ['literal'], fields: { literal: { - validate: function () { - const unaryExpression = (0, _utils.assertNodeType)("NumericLiteral", "BigIntLiteral"); - const unaryOperator = (0, _utils.assertOneOf)("-"); - const literal = (0, _utils.assertNodeType)("NumericLiteral", "StringLiteral", "BooleanLiteral", "BigIntLiteral", "TemplateLiteral"); + validate: (function () { + const unaryExpression = (0, _utils.assertNodeType)( + 'NumericLiteral', + 'BigIntLiteral' + ); + const unaryOperator = (0, _utils.assertOneOf)('-'); + const literal = (0, _utils.assertNodeType)( + 'NumericLiteral', + 'StringLiteral', + 'BooleanLiteral', + 'BigIntLiteral', + 'TemplateLiteral' + ); function validator(parent, key, node) { - if ((0, _is.default)("UnaryExpression", node)) { - unaryOperator(node, "operator", node.operator); - unaryExpression(node, "argument", node.argument); + if ((0, _is.default)('UnaryExpression', node)) { + unaryOperator(node, 'operator', node.operator); + unaryExpression(node, 'argument', node.argument); } else { literal(parent, key, node); } } - validator.oneOfNodeTypes = ["NumericLiteral", "StringLiteral", "BooleanLiteral", "BigIntLiteral", "TemplateLiteral", "UnaryExpression"]; + validator.oneOfNodeTypes = [ + 'NumericLiteral', + 'StringLiteral', + 'BooleanLiteral', + 'BigIntLiteral', + 'TemplateLiteral', + 'UnaryExpression', + ]; return validator; - }() - } - } + })(), + }, + }, }); -defineType("TSExpressionWithTypeArguments", { - aliases: ["TSType"], - visitor: ["expression", "typeParameters"], +defineType('TSExpressionWithTypeArguments', { + aliases: ['TSType'], + visitor: ['expression', 'typeParameters'], fields: { - expression: (0, _utils.validateType)("TSEntityName"), - typeParameters: (0, _utils.validateOptionalType)("TSTypeParameterInstantiation") - } + expression: (0, _utils.validateType)('TSEntityName'), + typeParameters: (0, _utils.validateOptionalType)( + 'TSTypeParameterInstantiation' + ), + }, }); -defineType("TSInterfaceDeclaration", { - aliases: ["Statement", "Declaration"], - visitor: ["id", "typeParameters", "extends", "body"], +defineType('TSInterfaceDeclaration', { + aliases: ['Statement', 'Declaration'], + visitor: ['id', 'typeParameters', 'extends', 'body'], fields: { declare: (0, _utils.validateOptional)(bool), - id: (0, _utils.validateType)("Identifier"), - typeParameters: (0, _utils.validateOptionalType)("TSTypeParameterDeclaration"), - extends: (0, _utils.validateOptional)((0, _utils.arrayOfType)("TSExpressionWithTypeArguments")), - body: (0, _utils.validateType)("TSInterfaceBody") - } + id: (0, _utils.validateType)('Identifier'), + typeParameters: (0, _utils.validateOptionalType)( + 'TSTypeParameterDeclaration' + ), + extends: (0, _utils.validateOptional)( + (0, _utils.arrayOfType)('TSExpressionWithTypeArguments') + ), + body: (0, _utils.validateType)('TSInterfaceBody'), + }, }); -defineType("TSInterfaceBody", { - visitor: ["body"], +defineType('TSInterfaceBody', { + visitor: ['body'], fields: { - body: (0, _utils.validateArrayOfType)("TSTypeElement") - } + body: (0, _utils.validateArrayOfType)('TSTypeElement'), + }, }); -defineType("TSTypeAliasDeclaration", { - aliases: ["Statement", "Declaration"], - visitor: ["id", "typeParameters", "typeAnnotation"], +defineType('TSTypeAliasDeclaration', { + aliases: ['Statement', 'Declaration'], + visitor: ['id', 'typeParameters', 'typeAnnotation'], fields: { declare: (0, _utils.validateOptional)(bool), - id: (0, _utils.validateType)("Identifier"), - typeParameters: (0, _utils.validateOptionalType)("TSTypeParameterDeclaration"), - typeAnnotation: (0, _utils.validateType)("TSType") - } + id: (0, _utils.validateType)('Identifier'), + typeParameters: (0, _utils.validateOptionalType)( + 'TSTypeParameterDeclaration' + ), + typeAnnotation: (0, _utils.validateType)('TSType'), + }, }); -defineType("TSInstantiationExpression", { - aliases: ["Expression"], - visitor: ["expression", "typeParameters"], +defineType('TSInstantiationExpression', { + aliases: ['Expression'], + visitor: ['expression', 'typeParameters'], fields: { - expression: (0, _utils.validateType)("Expression"), - typeParameters: (0, _utils.validateOptionalType)("TSTypeParameterInstantiation") - } + expression: (0, _utils.validateType)('Expression'), + typeParameters: (0, _utils.validateOptionalType)( + 'TSTypeParameterInstantiation' + ), + }, }); -defineType("TSAsExpression", { - aliases: ["Expression", "LVal", "PatternLike"], - visitor: ["expression", "typeAnnotation"], +defineType('TSAsExpression', { + aliases: ['Expression', 'LVal', 'PatternLike'], + visitor: ['expression', 'typeAnnotation'], fields: { - expression: (0, _utils.validateType)("Expression"), - typeAnnotation: (0, _utils.validateType)("TSType") - } + expression: (0, _utils.validateType)('Expression'), + typeAnnotation: (0, _utils.validateType)('TSType'), + }, }); -defineType("TSTypeAssertion", { - aliases: ["Expression", "LVal", "PatternLike"], - visitor: ["typeAnnotation", "expression"], +defineType('TSTypeAssertion', { + aliases: ['Expression', 'LVal', 'PatternLike'], + visitor: ['typeAnnotation', 'expression'], fields: { - typeAnnotation: (0, _utils.validateType)("TSType"), - expression: (0, _utils.validateType)("Expression") - } + typeAnnotation: (0, _utils.validateType)('TSType'), + expression: (0, _utils.validateType)('Expression'), + }, }); -defineType("TSEnumDeclaration", { - aliases: ["Statement", "Declaration"], - visitor: ["id", "members"], +defineType('TSEnumDeclaration', { + aliases: ['Statement', 'Declaration'], + visitor: ['id', 'members'], fields: { declare: (0, _utils.validateOptional)(bool), const: (0, _utils.validateOptional)(bool), - id: (0, _utils.validateType)("Identifier"), - members: (0, _utils.validateArrayOfType)("TSEnumMember"), - initializer: (0, _utils.validateOptionalType)("Expression") - } + id: (0, _utils.validateType)('Identifier'), + members: (0, _utils.validateArrayOfType)('TSEnumMember'), + initializer: (0, _utils.validateOptionalType)('Expression'), + }, }); -defineType("TSEnumMember", { - visitor: ["id", "initializer"], +defineType('TSEnumMember', { + visitor: ['id', 'initializer'], fields: { - id: (0, _utils.validateType)(["Identifier", "StringLiteral"]), - initializer: (0, _utils.validateOptionalType)("Expression") - } + id: (0, _utils.validateType)(['Identifier', 'StringLiteral']), + initializer: (0, _utils.validateOptionalType)('Expression'), + }, }); -defineType("TSModuleDeclaration", { - aliases: ["Statement", "Declaration"], - visitor: ["id", "body"], +defineType('TSModuleDeclaration', { + aliases: ['Statement', 'Declaration'], + visitor: ['id', 'body'], fields: { declare: (0, _utils.validateOptional)(bool), global: (0, _utils.validateOptional)(bool), - id: (0, _utils.validateType)(["Identifier", "StringLiteral"]), - body: (0, _utils.validateType)(["TSModuleBlock", "TSModuleDeclaration"]) - } + id: (0, _utils.validateType)(['Identifier', 'StringLiteral']), + body: (0, _utils.validateType)(['TSModuleBlock', 'TSModuleDeclaration']), + }, }); -defineType("TSModuleBlock", { - aliases: ["Scopable", "Block", "BlockParent"], - visitor: ["body"], +defineType('TSModuleBlock', { + aliases: ['Scopable', 'Block', 'BlockParent'], + visitor: ['body'], fields: { - body: (0, _utils.validateArrayOfType)("Statement") - } + body: (0, _utils.validateArrayOfType)('Statement'), + }, }); -defineType("TSImportType", { - aliases: ["TSType"], - visitor: ["argument", "qualifier", "typeParameters"], +defineType('TSImportType', { + aliases: ['TSType'], + visitor: ['argument', 'qualifier', 'typeParameters'], fields: { - argument: (0, _utils.validateType)("StringLiteral"), - qualifier: (0, _utils.validateOptionalType)("TSEntityName"), - typeParameters: (0, _utils.validateOptionalType)("TSTypeParameterInstantiation") - } + argument: (0, _utils.validateType)('StringLiteral'), + qualifier: (0, _utils.validateOptionalType)('TSEntityName'), + typeParameters: (0, _utils.validateOptionalType)( + 'TSTypeParameterInstantiation' + ), + }, }); -defineType("TSImportEqualsDeclaration", { - aliases: ["Statement"], - visitor: ["id", "moduleReference"], +defineType('TSImportEqualsDeclaration', { + aliases: ['Statement'], + visitor: ['id', 'moduleReference'], fields: { isExport: (0, _utils.validate)(bool), - id: (0, _utils.validateType)("Identifier"), - moduleReference: (0, _utils.validateType)(["TSEntityName", "TSExternalModuleReference"]), + id: (0, _utils.validateType)('Identifier'), + moduleReference: (0, _utils.validateType)([ + 'TSEntityName', + 'TSExternalModuleReference', + ]), importKind: { - validate: (0, _utils.assertOneOf)("type", "value"), - optional: true - } - } + validate: (0, _utils.assertOneOf)('type', 'value'), + optional: true, + }, + }, }); -defineType("TSExternalModuleReference", { - visitor: ["expression"], +defineType('TSExternalModuleReference', { + visitor: ['expression'], fields: { - expression: (0, _utils.validateType)("StringLiteral") - } + expression: (0, _utils.validateType)('StringLiteral'), + }, }); -defineType("TSNonNullExpression", { - aliases: ["Expression", "LVal", "PatternLike"], - visitor: ["expression"], +defineType('TSNonNullExpression', { + aliases: ['Expression', 'LVal', 'PatternLike'], + visitor: ['expression'], fields: { - expression: (0, _utils.validateType)("Expression") - } + expression: (0, _utils.validateType)('Expression'), + }, }); -defineType("TSExportAssignment", { - aliases: ["Statement"], - visitor: ["expression"], +defineType('TSExportAssignment', { + aliases: ['Statement'], + visitor: ['expression'], fields: { - expression: (0, _utils.validateType)("Expression") - } + expression: (0, _utils.validateType)('Expression'), + }, }); -defineType("TSNamespaceExportDeclaration", { - aliases: ["Statement"], - visitor: ["id"], +defineType('TSNamespaceExportDeclaration', { + aliases: ['Statement'], + visitor: ['id'], fields: { - id: (0, _utils.validateType)("Identifier") - } + id: (0, _utils.validateType)('Identifier'), + }, }); -defineType("TSTypeAnnotation", { - visitor: ["typeAnnotation"], +defineType('TSTypeAnnotation', { + visitor: ['typeAnnotation'], fields: { typeAnnotation: { - validate: (0, _utils.assertNodeType)("TSType") - } - } + validate: (0, _utils.assertNodeType)('TSType'), + }, + }, }); -defineType("TSTypeParameterInstantiation", { - visitor: ["params"], +defineType('TSTypeParameterInstantiation', { + visitor: ['params'], fields: { params: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("TSType"))) - } - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('TSType')) + ), + }, + }, }); -defineType("TSTypeParameterDeclaration", { - visitor: ["params"], +defineType('TSTypeParameterDeclaration', { + visitor: ['params'], fields: { params: { - validate: (0, _utils.chain)((0, _utils.assertValueType)("array"), (0, _utils.assertEach)((0, _utils.assertNodeType)("TSTypeParameter"))) - } - } + validate: (0, _utils.chain)( + (0, _utils.assertValueType)('array'), + (0, _utils.assertEach)((0, _utils.assertNodeType)('TSTypeParameter')) + ), + }, + }, }); -defineType("TSTypeParameter", { - builder: ["constraint", "default", "name"], - visitor: ["constraint", "default"], +defineType('TSTypeParameter', { + builder: ['constraint', 'default', 'name'], + visitor: ['constraint', 'default'], fields: { name: { - validate: (0, _utils.assertValueType)("string") + validate: (0, _utils.assertValueType)('string'), }, in: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true + validate: (0, _utils.assertValueType)('boolean'), + optional: true, }, out: { - validate: (0, _utils.assertValueType)("boolean"), - optional: true + validate: (0, _utils.assertValueType)('boolean'), + optional: true, }, constraint: { - validate: (0, _utils.assertNodeType)("TSType"), - optional: true + validate: (0, _utils.assertNodeType)('TSType'), + optional: true, }, default: { - validate: (0, _utils.assertNodeType)("TSType"), - optional: true - } - } + validate: (0, _utils.assertNodeType)('TSType'), + optional: true, + }, + }, }); //# sourceMappingURL=typescript.js.map diff --git a/node_modules/@babel/types/lib/definitions/utils.js b/node_modules/@babel/types/lib/definitions/utils.js index 835f498..b0d44a6 100644 --- a/node_modules/@babel/types/lib/definitions/utils.js +++ b/node_modules/@babel/types/lib/definitions/utils.js @@ -1,9 +1,16 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); -exports.VISITOR_KEYS = exports.NODE_PARENT_VALIDATIONS = exports.NODE_FIELDS = exports.FLIPPED_ALIAS_KEYS = exports.DEPRECATED_KEYS = exports.BUILDER_KEYS = exports.ALIAS_KEYS = void 0; +exports.VISITOR_KEYS = + exports.NODE_PARENT_VALIDATIONS = + exports.NODE_FIELDS = + exports.FLIPPED_ALIAS_KEYS = + exports.DEPRECATED_KEYS = + exports.BUILDER_KEYS = + exports.ALIAS_KEYS = + void 0; exports.arrayOf = arrayOf; exports.arrayOfType = arrayOfType; exports.assertEach = assertEach; @@ -23,9 +30,9 @@ exports.validateOptional = validateOptional; exports.validateOptionalType = validateOptionalType; exports.validateType = validateType; -var _is = require("../validators/is"); +var _is = require('../validators/is'); -var _validate = require("../validators/validate"); +var _validate = require('../validators/validate'); const VISITOR_KEYS = {}; exports.VISITOR_KEYS = VISITOR_KEYS; @@ -44,9 +51,9 @@ exports.NODE_PARENT_VALIDATIONS = NODE_PARENT_VALIDATIONS; function getType(val) { if (Array.isArray(val)) { - return "array"; + return 'array'; } else if (val === null) { - return "null"; + return 'null'; } else { return typeof val; } @@ -54,12 +61,14 @@ function getType(val) { function validate(validate) { return { - validate + validate, }; } function typeIs(typeName) { - return typeof typeName === "string" ? assertNodeType(typeName) : assertNodeType(...typeName); + return typeof typeName === 'string' ? + assertNodeType(typeName) + : assertNodeType(...typeName); } function validateType(typeName) { @@ -69,19 +78,19 @@ function validateType(typeName) { function validateOptional(validate) { return { validate, - optional: true + optional: true, }; } function validateOptionalType(typeName) { return { validate: typeIs(typeName), - optional: true + optional: true, }; } function arrayOf(elementType) { - return chain(assertValueType("array"), assertEach(elementType)); + return chain(assertValueType('array'), assertEach(elementType)); } function arrayOfType(typeName) { @@ -100,7 +109,8 @@ function assertEach(callback) { const subkey = `${key}[${i}]`; const v = val[i]; callback(node, subkey, v); - if (process.env.BABEL_TYPES_8_BREAKING) (0, _validate.validateChild)(node, subkey, v); + if (process.env.BABEL_TYPES_8_BREAKING) + (0, _validate.validateChild)(node, subkey, v); } } @@ -111,7 +121,9 @@ function assertEach(callback) { function assertOneOf(...values) { function validate(node, key, val) { if (values.indexOf(val) < 0) { - throw new TypeError(`Property ${key} expected value to be one of ${JSON.stringify(values)} but got ${JSON.stringify(val)}`); + throw new TypeError( + `Property ${key} expected value to be one of ${JSON.stringify(values)} but got ${JSON.stringify(val)}` + ); } } @@ -128,7 +140,9 @@ function assertNodeType(...types) { } } - throw new TypeError(`Property ${key} of ${node.type} expected node to be of a type ${JSON.stringify(types)} but instead got ${JSON.stringify(val == null ? void 0 : val.type)}`); + throw new TypeError( + `Property ${key} of ${node.type} expected node to be of a type ${JSON.stringify(types)} but instead got ${JSON.stringify(val == null ? void 0 : val.type)}` + ); } validate.oneOfNodeTypes = types; @@ -144,7 +158,9 @@ function assertNodeOrValueType(...types) { } } - throw new TypeError(`Property ${key} of ${node.type} expected node to be of a type ${JSON.stringify(types)} but instead got ${JSON.stringify(val == null ? void 0 : val.type)}`); + throw new TypeError( + `Property ${key} of ${node.type} expected node to be of a type ${JSON.stringify(types)} but instead got ${JSON.stringify(val == null ? void 0 : val.type)}` + ); } validate.oneOfNodeOrValueTypes = types; @@ -156,7 +172,9 @@ function assertValueType(type) { const valid = getType(val) === type; if (!valid) { - throw new TypeError(`Property ${key} expected type of ${type} but got ${getType(val)}`); + throw new TypeError( + `Property ${key} expected type of ${type} but got ${getType(val)}` + ); } } @@ -170,7 +188,12 @@ function assertShape(shape) { for (const property of Object.keys(shape)) { try { - (0, _validate.validateField)(node, property, val[property], shape[property]); + (0, _validate.validateField)( + node, + property, + val[property], + shape[property] + ); } catch (error) { if (error instanceof TypeError) { errors.push(error.message); @@ -182,7 +205,9 @@ function assertShape(shape) { } if (errors.length) { - throw new TypeError(`Property ${key} of ${node.type} expected to have the following:\n${errors.join("\n")}`); + throw new TypeError( + `Property ${key} of ${node.type} expected to have the following:\n${errors.join('\n')}` + ); } } @@ -197,17 +222,15 @@ function assertOptionalChainStart() { let current = node; while (node) { - const { - type - } = current; + const { type } = current; - if (type === "OptionalCallExpression") { + if (type === 'OptionalCallExpression') { if (current.optional) return; current = current.callee; continue; } - if (type === "OptionalMemberExpression") { + if (type === 'OptionalMemberExpression') { if (current.optional) return; current = current.object; continue; @@ -216,7 +239,9 @@ function assertOptionalChainStart() { break; } - throw new TypeError(`Non-optional ${node.type} must chain from an optional OptionalMemberExpression or OptionalCallExpression. Found chain from ${(_current = current) == null ? void 0 : _current.type}`); + throw new TypeError( + `Non-optional ${node.type} must chain from an optional OptionalMemberExpression or OptionalCallExpression. Found chain from ${(_current = current) == null ? void 0 : _current.type}` + ); } return validate; @@ -231,15 +256,30 @@ function chain(...fns) { validate.chainOf = fns; - if (fns.length >= 2 && "type" in fns[0] && fns[0].type === "array" && !("each" in fns[1])) { - throw new Error(`An assertValueType("array") validator can only be followed by an assertEach(...) validator.`); + if ( + fns.length >= 2 && + 'type' in fns[0] && + fns[0].type === 'array' && + !('each' in fns[1]) + ) { + throw new Error( + `An assertValueType("array") validator can only be followed by an assertEach(...) validator.` + ); } return validate; } -const validTypeOpts = ["aliases", "builder", "deprecatedAlias", "fields", "inherits", "visitor", "validate"]; -const validFieldKeys = ["default", "optional", "validate"]; +const validTypeOpts = [ + 'aliases', + 'builder', + 'deprecatedAlias', + 'fields', + 'inherits', + 'visitor', + 'validate', +]; +const validFieldKeys = ['default', 'optional', 'validate']; function defineAliasedType(...aliases) { return (type, opts = {}) => { @@ -248,19 +288,23 @@ function defineAliasedType(...aliases) { if (!defined) { var _store$opts$inherits$, _defined; - if (opts.inherits) defined = (_store$opts$inherits$ = store[opts.inherits].aliases) == null ? void 0 : _store$opts$inherits$.slice(); - (_defined = defined) != null ? _defined : defined = []; + if (opts.inherits) + defined = + (_store$opts$inherits$ = store[opts.inherits].aliases) == null ? + void 0 + : _store$opts$inherits$.slice(); + (_defined = defined) != null ? _defined : (defined = []); opts.aliases = defined; } - const additional = aliases.filter(a => !defined.includes(a)); + const additional = aliases.filter((a) => !defined.includes(a)); defined.unshift(...additional); return defineType(type, opts); }; } function defineType(type, opts = {}) { - const inherits = opts.inherits && store[opts.inherits] || {}; + const inherits = (opts.inherits && store[opts.inherits]) || {}; let fields = opts.fields; if (!fields) { @@ -273,14 +317,18 @@ function defineType(type, opts = {}) { const field = inherits.fields[key]; const def = field.default; - if (Array.isArray(def) ? def.length > 0 : def && typeof def === "object") { - throw new Error("field defaults can only be primitives or empty arrays currently"); + if ( + Array.isArray(def) ? def.length > 0 : def && typeof def === 'object' + ) { + throw new Error( + 'field defaults can only be primitives or empty arrays currently' + ); } fields[key] = { default: Array.isArray(def) ? [] : def, optional: field.optional, - validate: field.validate + validate: field.validate, }; } } @@ -328,7 +376,7 @@ function defineType(type, opts = {}) { BUILDER_KEYS[type] = opts.builder = builder; NODE_FIELDS[type] = opts.fields = fields; ALIAS_KEYS[type] = opts.aliases = aliases; - aliases.forEach(alias => { + aliases.forEach((alias) => { FLIPPED_ALIAS_KEYS[alias] = FLIPPED_ALIAS_KEYS[alias] || []; FLIPPED_ALIAS_KEYS[alias].push(type); }); diff --git a/node_modules/@babel/types/lib/index-legacy.d.ts b/node_modules/@babel/types/lib/index-legacy.d.ts index 3b1f599..bd7829e 100644 --- a/node_modules/@babel/types/lib/index-legacy.d.ts +++ b/node_modules/@babel/types/lib/index-legacy.d.ts @@ -6,15 +6,15 @@ interface BaseComment { start: number; end: number; loc: SourceLocation; - type: "CommentBlock" | "CommentLine"; + type: 'CommentBlock' | 'CommentLine'; } export interface CommentBlock extends BaseComment { - type: "CommentBlock"; + type: 'CommentBlock'; } export interface CommentLine extends BaseComment { - type: "CommentLine"; + type: 'CommentLine'; } export type Comment = CommentBlock | CommentLine; @@ -38,119 +38,445 @@ interface BaseNode { start: number | null; end: number | null; loc: SourceLocation | null; - type: Node["type"]; + type: Node['type']; extra?: Record; } -export type Node = Accessor | AnyTypeAnnotation | ArgumentPlaceholder | ArrayExpression | ArrayPattern | ArrayTypeAnnotation | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BigIntLiteral | Binary | BinaryExpression | BindExpression | Block | BlockParent | BlockStatement | BooleanLiteral | BooleanLiteralTypeAnnotation | BooleanTypeAnnotation | BreakStatement | CallExpression | CatchClause | Class | ClassAccessorProperty | ClassBody | ClassDeclaration | ClassExpression | ClassImplements | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | CompletionStatement | Conditional | ConditionalExpression | ContinueStatement | DebuggerStatement | DecimalLiteral | Declaration | DeclareClass | DeclareExportAllDeclaration | DeclareExportDeclaration | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareOpaqueType | DeclareTypeAlias | DeclareVariable | DeclaredPredicate | Decorator | Directive | DirectiveLiteral | DoExpression | DoWhileStatement | EmptyStatement | EmptyTypeAnnotation | EnumBody | EnumBooleanBody | EnumBooleanMember | EnumDeclaration | EnumDefaultedMember | EnumMember | EnumNumberBody | EnumNumberMember | EnumStringBody | EnumStringMember | EnumSymbolBody | ExistsTypeAnnotation | ExportAllDeclaration | ExportDeclaration | ExportDefaultDeclaration | ExportDefaultSpecifier | ExportNamedDeclaration | ExportNamespaceSpecifier | ExportSpecifier | Expression | ExpressionStatement | ExpressionWrapper | File | Flow | FlowBaseAnnotation | FlowDeclaration | FlowPredicate | FlowType | For | ForInStatement | ForOfStatement | ForStatement | ForXStatement | Function | FunctionDeclaration | FunctionExpression | FunctionParent | FunctionTypeAnnotation | FunctionTypeParam | GenericTypeAnnotation | Identifier | IfStatement | Immutable | Import | ImportAttribute | ImportDeclaration | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | IndexedAccessType | InferredPredicate | InterfaceDeclaration | InterfaceExtends | InterfaceTypeAnnotation | InterpreterDirective | IntersectionTypeAnnotation | JSX | JSXAttribute | JSXClosingElement | JSXClosingFragment | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXFragment | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXOpeningFragment | JSXSpreadAttribute | JSXSpreadChild | JSXText | LVal | LabeledStatement | Literal | LogicalExpression | Loop | MemberExpression | MetaProperty | Method | Miscellaneous | MixedTypeAnnotation | ModuleDeclaration | ModuleExpression | ModuleSpecifier | NewExpression | Noop | NullLiteral | NullLiteralTypeAnnotation | NullableTypeAnnotation | NumberLiteral | NumberLiteralTypeAnnotation | NumberTypeAnnotation | NumericLiteral | ObjectExpression | ObjectMember | ObjectMethod | ObjectPattern | ObjectProperty | ObjectTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalCallExpression | OptionalIndexedAccessType | OptionalMemberExpression | ParenthesizedExpression | Pattern | PatternLike | PipelineBareFunction | PipelinePrimaryTopicReference | PipelineTopicExpression | Placeholder | Private | PrivateName | Program | Property | Pureish | QualifiedTypeIdentifier | RecordExpression | RegExpLiteral | RegexLiteral | RestElement | RestProperty | ReturnStatement | Scopable | SequenceExpression | SpreadElement | SpreadProperty | Standardized | Statement | StaticBlock | StringLiteral | StringLiteralTypeAnnotation | StringTypeAnnotation | Super | SwitchCase | SwitchStatement | SymbolTypeAnnotation | TSAnyKeyword | TSArrayType | TSAsExpression | TSBaseType | TSBigIntKeyword | TSBooleanKeyword | TSCallSignatureDeclaration | TSConditionalType | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSEntityName | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSExpressionWithTypeArguments | TSExternalModuleReference | TSFunctionType | TSImportEqualsDeclaration | TSImportType | TSIndexSignature | TSIndexedAccessType | TSInferType | TSInstantiationExpression | TSInterfaceBody | TSInterfaceDeclaration | TSIntersectionType | TSIntrinsicKeyword | TSLiteralType | TSMappedType | TSMethodSignature | TSModuleBlock | TSModuleDeclaration | TSNamedTupleMember | TSNamespaceExportDeclaration | TSNeverKeyword | TSNonNullExpression | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSOptionalType | TSParameterProperty | TSParenthesizedType | TSPropertySignature | TSQualifiedName | TSRestType | TSStringKeyword | TSSymbolKeyword | TSThisType | TSTupleType | TSType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeElement | TSTypeLiteral | TSTypeOperator | TSTypeParameter | TSTypeParameterDeclaration | TSTypeParameterInstantiation | TSTypePredicate | TSTypeQuery | TSTypeReference | TSUndefinedKeyword | TSUnionType | TSUnknownKeyword | TSVoidKeyword | TaggedTemplateExpression | TemplateElement | TemplateLiteral | Terminatorless | ThisExpression | ThisTypeAnnotation | ThrowStatement | TopicReference | TryStatement | TupleExpression | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeCastExpression | TypeParameter | TypeParameterDeclaration | TypeParameterInstantiation | TypeScript | TypeofTypeAnnotation | UnaryExpression | UnaryLike | UnionTypeAnnotation | UpdateExpression | UserWhitespacable | V8IntrinsicIdentifier | VariableDeclaration | VariableDeclarator | Variance | VoidTypeAnnotation | While | WhileStatement | WithStatement | YieldExpression; +export type Node = + | Accessor + | AnyTypeAnnotation + | ArgumentPlaceholder + | ArrayExpression + | ArrayPattern + | ArrayTypeAnnotation + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BigIntLiteral + | Binary + | BinaryExpression + | BindExpression + | Block + | BlockParent + | BlockStatement + | BooleanLiteral + | BooleanLiteralTypeAnnotation + | BooleanTypeAnnotation + | BreakStatement + | CallExpression + | CatchClause + | Class + | ClassAccessorProperty + | ClassBody + | ClassDeclaration + | ClassExpression + | ClassImplements + | ClassMethod + | ClassPrivateMethod + | ClassPrivateProperty + | ClassProperty + | CompletionStatement + | Conditional + | ConditionalExpression + | ContinueStatement + | DebuggerStatement + | DecimalLiteral + | Declaration + | DeclareClass + | DeclareExportAllDeclaration + | DeclareExportDeclaration + | DeclareFunction + | DeclareInterface + | DeclareModule + | DeclareModuleExports + | DeclareOpaqueType + | DeclareTypeAlias + | DeclareVariable + | DeclaredPredicate + | Decorator + | Directive + | DirectiveLiteral + | DoExpression + | DoWhileStatement + | EmptyStatement + | EmptyTypeAnnotation + | EnumBody + | EnumBooleanBody + | EnumBooleanMember + | EnumDeclaration + | EnumDefaultedMember + | EnumMember + | EnumNumberBody + | EnumNumberMember + | EnumStringBody + | EnumStringMember + | EnumSymbolBody + | ExistsTypeAnnotation + | ExportAllDeclaration + | ExportDeclaration + | ExportDefaultDeclaration + | ExportDefaultSpecifier + | ExportNamedDeclaration + | ExportNamespaceSpecifier + | ExportSpecifier + | Expression + | ExpressionStatement + | ExpressionWrapper + | File + | Flow + | FlowBaseAnnotation + | FlowDeclaration + | FlowPredicate + | FlowType + | For + | ForInStatement + | ForOfStatement + | ForStatement + | ForXStatement + | Function + | FunctionDeclaration + | FunctionExpression + | FunctionParent + | FunctionTypeAnnotation + | FunctionTypeParam + | GenericTypeAnnotation + | Identifier + | IfStatement + | Immutable + | Import + | ImportAttribute + | ImportDeclaration + | ImportDefaultSpecifier + | ImportNamespaceSpecifier + | ImportSpecifier + | IndexedAccessType + | InferredPredicate + | InterfaceDeclaration + | InterfaceExtends + | InterfaceTypeAnnotation + | InterpreterDirective + | IntersectionTypeAnnotation + | JSX + | JSXAttribute + | JSXClosingElement + | JSXClosingFragment + | JSXElement + | JSXEmptyExpression + | JSXExpressionContainer + | JSXFragment + | JSXIdentifier + | JSXMemberExpression + | JSXNamespacedName + | JSXOpeningElement + | JSXOpeningFragment + | JSXSpreadAttribute + | JSXSpreadChild + | JSXText + | LVal + | LabeledStatement + | Literal + | LogicalExpression + | Loop + | MemberExpression + | MetaProperty + | Method + | Miscellaneous + | MixedTypeAnnotation + | ModuleDeclaration + | ModuleExpression + | ModuleSpecifier + | NewExpression + | Noop + | NullLiteral + | NullLiteralTypeAnnotation + | NullableTypeAnnotation + | NumberLiteral + | NumberLiteralTypeAnnotation + | NumberTypeAnnotation + | NumericLiteral + | ObjectExpression + | ObjectMember + | ObjectMethod + | ObjectPattern + | ObjectProperty + | ObjectTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalCallExpression + | OptionalIndexedAccessType + | OptionalMemberExpression + | ParenthesizedExpression + | Pattern + | PatternLike + | PipelineBareFunction + | PipelinePrimaryTopicReference + | PipelineTopicExpression + | Placeholder + | Private + | PrivateName + | Program + | Property + | Pureish + | QualifiedTypeIdentifier + | RecordExpression + | RegExpLiteral + | RegexLiteral + | RestElement + | RestProperty + | ReturnStatement + | Scopable + | SequenceExpression + | SpreadElement + | SpreadProperty + | Standardized + | Statement + | StaticBlock + | StringLiteral + | StringLiteralTypeAnnotation + | StringTypeAnnotation + | Super + | SwitchCase + | SwitchStatement + | SymbolTypeAnnotation + | TSAnyKeyword + | TSArrayType + | TSAsExpression + | TSBaseType + | TSBigIntKeyword + | TSBooleanKeyword + | TSCallSignatureDeclaration + | TSConditionalType + | TSConstructSignatureDeclaration + | TSConstructorType + | TSDeclareFunction + | TSDeclareMethod + | TSEntityName + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSExpressionWithTypeArguments + | TSExternalModuleReference + | TSFunctionType + | TSImportEqualsDeclaration + | TSImportType + | TSIndexSignature + | TSIndexedAccessType + | TSInferType + | TSInstantiationExpression + | TSInterfaceBody + | TSInterfaceDeclaration + | TSIntersectionType + | TSIntrinsicKeyword + | TSLiteralType + | TSMappedType + | TSMethodSignature + | TSModuleBlock + | TSModuleDeclaration + | TSNamedTupleMember + | TSNamespaceExportDeclaration + | TSNeverKeyword + | TSNonNullExpression + | TSNullKeyword + | TSNumberKeyword + | TSObjectKeyword + | TSOptionalType + | TSParameterProperty + | TSParenthesizedType + | TSPropertySignature + | TSQualifiedName + | TSRestType + | TSStringKeyword + | TSSymbolKeyword + | TSThisType + | TSTupleType + | TSType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeElement + | TSTypeLiteral + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterDeclaration + | TSTypeParameterInstantiation + | TSTypePredicate + | TSTypeQuery + | TSTypeReference + | TSUndefinedKeyword + | TSUnionType + | TSUnknownKeyword + | TSVoidKeyword + | TaggedTemplateExpression + | TemplateElement + | TemplateLiteral + | Terminatorless + | ThisExpression + | ThisTypeAnnotation + | ThrowStatement + | TopicReference + | TryStatement + | TupleExpression + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeCastExpression + | TypeParameter + | TypeParameterDeclaration + | TypeParameterInstantiation + | TypeScript + | TypeofTypeAnnotation + | UnaryExpression + | UnaryLike + | UnionTypeAnnotation + | UpdateExpression + | UserWhitespacable + | V8IntrinsicIdentifier + | VariableDeclaration + | VariableDeclarator + | Variance + | VoidTypeAnnotation + | While + | WhileStatement + | WithStatement + | YieldExpression; export interface ArrayExpression extends BaseNode { - type: "ArrayExpression"; + type: 'ArrayExpression'; elements: Array; } export interface AssignmentExpression extends BaseNode { - type: "AssignmentExpression"; + type: 'AssignmentExpression'; operator: string; left: LVal; right: Expression; } export interface BinaryExpression extends BaseNode { - type: "BinaryExpression"; - operator: "+" | "-" | "/" | "%" | "*" | "**" | "&" | "|" | ">>" | ">>>" | "<<" | "^" | "==" | "===" | "!=" | "!==" | "in" | "instanceof" | ">" | "<" | ">=" | "<=" | "|>"; + type: 'BinaryExpression'; + operator: + | '+' + | '-' + | '/' + | '%' + | '*' + | '**' + | '&' + | '|' + | '>>' + | '>>>' + | '<<' + | '^' + | '==' + | '===' + | '!=' + | '!==' + | 'in' + | 'instanceof' + | '>' + | '<' + | '>=' + | '<=' + | '|>'; left: Expression | PrivateName; right: Expression; } export interface InterpreterDirective extends BaseNode { - type: "InterpreterDirective"; + type: 'InterpreterDirective'; value: string; } export interface Directive extends BaseNode { - type: "Directive"; + type: 'Directive'; value: DirectiveLiteral; } export interface DirectiveLiteral extends BaseNode { - type: "DirectiveLiteral"; + type: 'DirectiveLiteral'; value: string; } export interface BlockStatement extends BaseNode { - type: "BlockStatement"; + type: 'BlockStatement'; body: Array; directives: Array; } export interface BreakStatement extends BaseNode { - type: "BreakStatement"; + type: 'BreakStatement'; label: Identifier | null; } export interface CallExpression extends BaseNode { - type: "CallExpression"; + type: 'CallExpression'; callee: Expression | Super | V8IntrinsicIdentifier; - arguments: Array; + arguments: Array< + Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder + >; optional: true | false | null; typeArguments: TypeParameterInstantiation | null; typeParameters: TSTypeParameterInstantiation | null; } export interface CatchClause extends BaseNode { - type: "CatchClause"; + type: 'CatchClause'; param: Identifier | ArrayPattern | ObjectPattern | null; body: BlockStatement; } export interface ConditionalExpression extends BaseNode { - type: "ConditionalExpression"; + type: 'ConditionalExpression'; test: Expression; consequent: Expression; alternate: Expression; } export interface ContinueStatement extends BaseNode { - type: "ContinueStatement"; + type: 'ContinueStatement'; label: Identifier | null; } export interface DebuggerStatement extends BaseNode { - type: "DebuggerStatement"; + type: 'DebuggerStatement'; } export interface DoWhileStatement extends BaseNode { - type: "DoWhileStatement"; + type: 'DoWhileStatement'; test: Expression; body: Statement; } export interface EmptyStatement extends BaseNode { - type: "EmptyStatement"; + type: 'EmptyStatement'; } export interface ExpressionStatement extends BaseNode { - type: "ExpressionStatement"; + type: 'ExpressionStatement'; expression: Expression; } export interface File extends BaseNode { - type: "File"; + type: 'File'; program: Program; comments: Array | null; tokens: Array | null; } export interface ForInStatement extends BaseNode { - type: "ForInStatement"; + type: 'ForInStatement'; left: VariableDeclaration | LVal; right: Expression; body: Statement; } export interface ForStatement extends BaseNode { - type: "ForStatement"; + type: 'ForStatement'; init: VariableDeclaration | Expression | null; test: Expression | null; update: Expression | null; @@ -158,7 +484,7 @@ export interface ForStatement extends BaseNode { } export interface FunctionDeclaration extends BaseNode { - type: "FunctionDeclaration"; + type: 'FunctionDeclaration'; id: Identifier | null; params: Array; body: BlockStatement; @@ -167,11 +493,15 @@ export interface FunctionDeclaration extends BaseNode { declare: boolean | null; predicate: DeclaredPredicate | InferredPredicate | null; returnType: TypeAnnotation | TSTypeAnnotation | Noop | null; - typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + typeParameters: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } export interface FunctionExpression extends BaseNode { - type: "FunctionExpression"; + type: 'FunctionExpression'; id: Identifier | null; params: Array; body: BlockStatement; @@ -179,11 +509,15 @@ export interface FunctionExpression extends BaseNode { async: boolean; predicate: DeclaredPredicate | InferredPredicate | null; returnType: TypeAnnotation | TSTypeAnnotation | Noop | null; - typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + typeParameters: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } export interface Identifier extends BaseNode { - type: "Identifier"; + type: 'Identifier'; name: string; decorators: Array | null; optional: boolean | null; @@ -191,52 +525,52 @@ export interface Identifier extends BaseNode { } export interface IfStatement extends BaseNode { - type: "IfStatement"; + type: 'IfStatement'; test: Expression; consequent: Statement; alternate: Statement | null; } export interface LabeledStatement extends BaseNode { - type: "LabeledStatement"; + type: 'LabeledStatement'; label: Identifier; body: Statement; } export interface StringLiteral extends BaseNode { - type: "StringLiteral"; + type: 'StringLiteral'; value: string; } export interface NumericLiteral extends BaseNode { - type: "NumericLiteral"; + type: 'NumericLiteral'; value: number; } export interface NullLiteral extends BaseNode { - type: "NullLiteral"; + type: 'NullLiteral'; } export interface BooleanLiteral extends BaseNode { - type: "BooleanLiteral"; + type: 'BooleanLiteral'; value: boolean; } export interface RegExpLiteral extends BaseNode { - type: "RegExpLiteral"; + type: 'RegExpLiteral'; pattern: string; flags: string; } export interface LogicalExpression extends BaseNode { - type: "LogicalExpression"; - operator: "||" | "&&" | "??"; + type: 'LogicalExpression'; + operator: '||' | '&&' | '??'; left: Expression; right: Expression; } export interface MemberExpression extends BaseNode { - type: "MemberExpression"; + type: 'MemberExpression'; object: Expression | Super; property: Expression | Identifier | PrivateName; computed: boolean; @@ -244,31 +578,33 @@ export interface MemberExpression extends BaseNode { } export interface NewExpression extends BaseNode { - type: "NewExpression"; + type: 'NewExpression'; callee: Expression | Super | V8IntrinsicIdentifier; - arguments: Array; + arguments: Array< + Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder + >; optional: true | false | null; typeArguments: TypeParameterInstantiation | null; typeParameters: TSTypeParameterInstantiation | null; } export interface Program extends BaseNode { - type: "Program"; + type: 'Program'; body: Array; directives: Array; - sourceType: "script" | "module"; + sourceType: 'script' | 'module'; interpreter: InterpreterDirective | null; sourceFile: string; } export interface ObjectExpression extends BaseNode { - type: "ObjectExpression"; + type: 'ObjectExpression'; properties: Array; } export interface ObjectMethod extends BaseNode { - type: "ObjectMethod"; - kind: "method" | "get" | "set"; + type: 'ObjectMethod'; + kind: 'method' | 'get' | 'set'; key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral; params: Array; body: BlockStatement; @@ -277,12 +613,23 @@ export interface ObjectMethod extends BaseNode { async: boolean; decorators: Array | null; returnType: TypeAnnotation | TSTypeAnnotation | Noop | null; - typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + typeParameters: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } export interface ObjectProperty extends BaseNode { - type: "ObjectProperty"; - key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral | DecimalLiteral | PrivateName; + type: 'ObjectProperty'; + key: + | Expression + | Identifier + | StringLiteral + | NumericLiteral + | BigIntLiteral + | DecimalLiteral + | PrivateName; value: Expression | PatternLike; computed: boolean; shorthand: boolean; @@ -290,7 +637,7 @@ export interface ObjectProperty extends BaseNode { } export interface RestElement extends BaseNode { - type: "RestElement"; + type: 'RestElement'; argument: LVal; decorators: Array | null; optional: boolean | null; @@ -298,98 +645,105 @@ export interface RestElement extends BaseNode { } export interface ReturnStatement extends BaseNode { - type: "ReturnStatement"; + type: 'ReturnStatement'; argument: Expression | null; } export interface SequenceExpression extends BaseNode { - type: "SequenceExpression"; + type: 'SequenceExpression'; expressions: Array; } export interface ParenthesizedExpression extends BaseNode { - type: "ParenthesizedExpression"; + type: 'ParenthesizedExpression'; expression: Expression; } export interface SwitchCase extends BaseNode { - type: "SwitchCase"; + type: 'SwitchCase'; test: Expression | null; consequent: Array; } export interface SwitchStatement extends BaseNode { - type: "SwitchStatement"; + type: 'SwitchStatement'; discriminant: Expression; cases: Array; } export interface ThisExpression extends BaseNode { - type: "ThisExpression"; + type: 'ThisExpression'; } export interface ThrowStatement extends BaseNode { - type: "ThrowStatement"; + type: 'ThrowStatement'; argument: Expression; } export interface TryStatement extends BaseNode { - type: "TryStatement"; + type: 'TryStatement'; block: BlockStatement; handler: CatchClause | null; finalizer: BlockStatement | null; } export interface UnaryExpression extends BaseNode { - type: "UnaryExpression"; - operator: "void" | "throw" | "delete" | "!" | "+" | "-" | "~" | "typeof"; + type: 'UnaryExpression'; + operator: 'void' | 'throw' | 'delete' | '!' | '+' | '-' | '~' | 'typeof'; argument: Expression; prefix: boolean; } export interface UpdateExpression extends BaseNode { - type: "UpdateExpression"; - operator: "++" | "--"; + type: 'UpdateExpression'; + operator: '++' | '--'; argument: Expression; prefix: boolean; } export interface VariableDeclaration extends BaseNode { - type: "VariableDeclaration"; - kind: "var" | "let" | "const"; + type: 'VariableDeclaration'; + kind: 'var' | 'let' | 'const'; declarations: Array; declare: boolean | null; } export interface VariableDeclarator extends BaseNode { - type: "VariableDeclarator"; + type: 'VariableDeclarator'; id: LVal; init: Expression | null; definite: boolean | null; } export interface WhileStatement extends BaseNode { - type: "WhileStatement"; + type: 'WhileStatement'; test: Expression; body: Statement; } export interface WithStatement extends BaseNode { - type: "WithStatement"; + type: 'WithStatement'; object: Expression; body: Statement; } export interface AssignmentPattern extends BaseNode { - type: "AssignmentPattern"; - left: Identifier | ObjectPattern | ArrayPattern | MemberExpression | TSAsExpression | TSTypeAssertion | TSNonNullExpression; + type: 'AssignmentPattern'; + left: + | Identifier + | ObjectPattern + | ArrayPattern + | MemberExpression + | TSAsExpression + | TSTypeAssertion + | TSNonNullExpression; right: Expression; decorators: Array | null; typeAnnotation: TypeAnnotation | TSTypeAnnotation | Noop | null; } export interface ArrayPattern extends BaseNode { - type: "ArrayPattern"; + type: 'ArrayPattern'; elements: Array; decorators: Array | null; optional: boolean | null; @@ -397,7 +751,7 @@ export interface ArrayPattern extends BaseNode { } export interface ArrowFunctionExpression extends BaseNode { - type: "ArrowFunctionExpression"; + type: 'ArrowFunctionExpression'; params: Array; body: BlockStatement | Expression; async: boolean; @@ -405,28 +759,48 @@ export interface ArrowFunctionExpression extends BaseNode { generator: boolean; predicate: DeclaredPredicate | InferredPredicate | null; returnType: TypeAnnotation | TSTypeAnnotation | Noop | null; - typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + typeParameters: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } export interface ClassBody extends BaseNode { - type: "ClassBody"; - body: Array; + type: 'ClassBody'; + body: Array< + | ClassMethod + | ClassPrivateMethod + | ClassProperty + | ClassPrivateProperty + | ClassAccessorProperty + | TSDeclareMethod + | TSIndexSignature + | StaticBlock + >; } export interface ClassExpression extends BaseNode { - type: "ClassExpression"; + type: 'ClassExpression'; id: Identifier | null; superClass: Expression | null; body: ClassBody; decorators: Array | null; implements: Array | null; mixins: InterfaceExtends | null; - superTypeParameters: TypeParameterInstantiation | TSTypeParameterInstantiation | null; - typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + superTypeParameters: + | TypeParameterInstantiation + | TSTypeParameterInstantiation + | null; + typeParameters: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } export interface ClassDeclaration extends BaseNode { - type: "ClassDeclaration"; + type: 'ClassDeclaration'; id: Identifier; superClass: Expression | null; body: ClassBody; @@ -435,41 +809,54 @@ export interface ClassDeclaration extends BaseNode { declare: boolean | null; implements: Array | null; mixins: InterfaceExtends | null; - superTypeParameters: TypeParameterInstantiation | TSTypeParameterInstantiation | null; - typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + superTypeParameters: + | TypeParameterInstantiation + | TSTypeParameterInstantiation + | null; + typeParameters: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } export interface ExportAllDeclaration extends BaseNode { - type: "ExportAllDeclaration"; + type: 'ExportAllDeclaration'; source: StringLiteral; assertions: Array | null; - exportKind: "type" | "value" | null; + exportKind: 'type' | 'value' | null; } export interface ExportDefaultDeclaration extends BaseNode { - type: "ExportDefaultDeclaration"; - declaration: TSDeclareFunction | FunctionDeclaration | ClassDeclaration | Expression; - exportKind: "value" | null; + type: 'ExportDefaultDeclaration'; + declaration: + | TSDeclareFunction + | FunctionDeclaration + | ClassDeclaration + | Expression; + exportKind: 'value' | null; } export interface ExportNamedDeclaration extends BaseNode { - type: "ExportNamedDeclaration"; + type: 'ExportNamedDeclaration'; declaration: Declaration | null; - specifiers: Array; + specifiers: Array< + ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier + >; source: StringLiteral | null; assertions: Array | null; - exportKind: "type" | "value" | null; + exportKind: 'type' | 'value' | null; } export interface ExportSpecifier extends BaseNode { - type: "ExportSpecifier"; + type: 'ExportSpecifier'; local: Identifier; exported: Identifier | StringLiteral; - exportKind: "type" | "value" | null; + exportKind: 'type' | 'value' | null; } export interface ForOfStatement extends BaseNode { - type: "ForOfStatement"; + type: 'ForOfStatement'; left: VariableDeclaration | LVal; right: Expression; body: Statement; @@ -477,39 +864,41 @@ export interface ForOfStatement extends BaseNode { } export interface ImportDeclaration extends BaseNode { - type: "ImportDeclaration"; - specifiers: Array; + type: 'ImportDeclaration'; + specifiers: Array< + ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier + >; source: StringLiteral; assertions: Array | null; - importKind: "type" | "typeof" | "value" | null; + importKind: 'type' | 'typeof' | 'value' | null; } export interface ImportDefaultSpecifier extends BaseNode { - type: "ImportDefaultSpecifier"; + type: 'ImportDefaultSpecifier'; local: Identifier; } export interface ImportNamespaceSpecifier extends BaseNode { - type: "ImportNamespaceSpecifier"; + type: 'ImportNamespaceSpecifier'; local: Identifier; } export interface ImportSpecifier extends BaseNode { - type: "ImportSpecifier"; + type: 'ImportSpecifier'; local: Identifier; imported: Identifier | StringLiteral; - importKind: "type" | "typeof" | "value" | null; + importKind: 'type' | 'typeof' | 'value' | null; } export interface MetaProperty extends BaseNode { - type: "MetaProperty"; + type: 'MetaProperty'; meta: Identifier; property: Identifier; } export interface ClassMethod extends BaseNode { - type: "ClassMethod"; - kind: "get" | "set" | "method" | "constructor"; + type: 'ClassMethod'; + kind: 'get' | 'set' | 'method' | 'constructor'; key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression; params: Array; body: BlockStatement; @@ -518,77 +907,84 @@ export interface ClassMethod extends BaseNode { generator: boolean; async: boolean; abstract: boolean | null; - access: "public" | "private" | "protected" | null; - accessibility: "public" | "private" | "protected" | null; + access: 'public' | 'private' | 'protected' | null; + accessibility: 'public' | 'private' | 'protected' | null; decorators: Array | null; optional: boolean | null; override: boolean; returnType: TypeAnnotation | TSTypeAnnotation | Noop | null; - typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + typeParameters: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } export interface ObjectPattern extends BaseNode { - type: "ObjectPattern"; + type: 'ObjectPattern'; properties: Array; decorators: Array | null; typeAnnotation: TypeAnnotation | TSTypeAnnotation | Noop | null; } export interface SpreadElement extends BaseNode { - type: "SpreadElement"; + type: 'SpreadElement'; argument: Expression; } export interface Super extends BaseNode { - type: "Super"; + type: 'Super'; } export interface TaggedTemplateExpression extends BaseNode { - type: "TaggedTemplateExpression"; + type: 'TaggedTemplateExpression'; tag: Expression; quasi: TemplateLiteral; - typeParameters: TypeParameterInstantiation | TSTypeParameterInstantiation | null; + typeParameters: + | TypeParameterInstantiation + | TSTypeParameterInstantiation + | null; } export interface TemplateElement extends BaseNode { - type: "TemplateElement"; - value: { raw: string, cooked?: string }; + type: 'TemplateElement'; + value: { raw: string; cooked?: string }; tail: boolean; } export interface TemplateLiteral extends BaseNode { - type: "TemplateLiteral"; + type: 'TemplateLiteral'; quasis: Array; expressions: Array; } export interface YieldExpression extends BaseNode { - type: "YieldExpression"; + type: 'YieldExpression'; argument: Expression | null; delegate: boolean; } export interface AwaitExpression extends BaseNode { - type: "AwaitExpression"; + type: 'AwaitExpression'; argument: Expression; } export interface Import extends BaseNode { - type: "Import"; + type: 'Import'; } export interface BigIntLiteral extends BaseNode { - type: "BigIntLiteral"; + type: 'BigIntLiteral'; value: string; } export interface ExportNamespaceSpecifier extends BaseNode { - type: "ExportNamespaceSpecifier"; + type: 'ExportNamespaceSpecifier'; exported: Identifier; } export interface OptionalMemberExpression extends BaseNode { - type: "OptionalMemberExpression"; + type: 'OptionalMemberExpression'; object: Expression; property: Expression | Identifier; computed: boolean; @@ -596,16 +992,18 @@ export interface OptionalMemberExpression extends BaseNode { } export interface OptionalCallExpression extends BaseNode { - type: "OptionalCallExpression"; + type: 'OptionalCallExpression'; callee: Expression; - arguments: Array; + arguments: Array< + Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder + >; optional: boolean; typeArguments: TypeParameterInstantiation | null; typeParameters: TSTypeParameterInstantiation | null; } export interface ClassProperty extends BaseNode { - type: "ClassProperty"; + type: 'ClassProperty'; key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression; value: Expression | null; typeAnnotation: TypeAnnotation | TSTypeAnnotation | Noop | null; @@ -613,7 +1011,7 @@ export interface ClassProperty extends BaseNode { computed: boolean; static: boolean; abstract: boolean | null; - accessibility: "public" | "private" | "protected" | null; + accessibility: 'public' | 'private' | 'protected' | null; declare: boolean | null; definite: boolean | null; optional: boolean | null; @@ -623,15 +1021,21 @@ export interface ClassProperty extends BaseNode { } export interface ClassAccessorProperty extends BaseNode { - type: "ClassAccessorProperty"; - key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression | PrivateName; + type: 'ClassAccessorProperty'; + key: + | Identifier + | StringLiteral + | NumericLiteral + | BigIntLiteral + | Expression + | PrivateName; value: Expression | null; typeAnnotation: TypeAnnotation | TSTypeAnnotation | Noop | null; decorators: Array | null; computed: boolean; static: boolean; abstract: boolean | null; - accessibility: "public" | "private" | "protected" | null; + accessibility: 'public' | 'private' | 'protected' | null; declare: boolean | null; definite: boolean | null; optional: boolean | null; @@ -641,7 +1045,7 @@ export interface ClassAccessorProperty extends BaseNode { } export interface ClassPrivateProperty extends BaseNode { - type: "ClassPrivateProperty"; + type: 'ClassPrivateProperty'; key: PrivateName; value: Expression | null; decorators: Array | null; @@ -653,15 +1057,15 @@ export interface ClassPrivateProperty extends BaseNode { } export interface ClassPrivateMethod extends BaseNode { - type: "ClassPrivateMethod"; - kind: "get" | "set" | "method"; + type: 'ClassPrivateMethod'; + kind: 'get' | 'set' | 'method'; key: PrivateName; params: Array; body: BlockStatement; static: boolean; abstract: boolean | null; - access: "public" | "private" | "protected" | null; - accessibility: "public" | "private" | "protected" | null; + access: 'public' | 'private' | 'protected' | null; + accessibility: 'public' | 'private' | 'protected' | null; async: boolean; computed: boolean; decorators: Array | null; @@ -669,49 +1073,53 @@ export interface ClassPrivateMethod extends BaseNode { optional: boolean | null; override: boolean; returnType: TypeAnnotation | TSTypeAnnotation | Noop | null; - typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + typeParameters: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } export interface PrivateName extends BaseNode { - type: "PrivateName"; + type: 'PrivateName'; id: Identifier; } export interface StaticBlock extends BaseNode { - type: "StaticBlock"; + type: 'StaticBlock'; body: Array; } export interface AnyTypeAnnotation extends BaseNode { - type: "AnyTypeAnnotation"; + type: 'AnyTypeAnnotation'; } export interface ArrayTypeAnnotation extends BaseNode { - type: "ArrayTypeAnnotation"; + type: 'ArrayTypeAnnotation'; elementType: FlowType; } export interface BooleanTypeAnnotation extends BaseNode { - type: "BooleanTypeAnnotation"; + type: 'BooleanTypeAnnotation'; } export interface BooleanLiteralTypeAnnotation extends BaseNode { - type: "BooleanLiteralTypeAnnotation"; + type: 'BooleanLiteralTypeAnnotation'; value: boolean; } export interface NullLiteralTypeAnnotation extends BaseNode { - type: "NullLiteralTypeAnnotation"; + type: 'NullLiteralTypeAnnotation'; } export interface ClassImplements extends BaseNode { - type: "ClassImplements"; + type: 'ClassImplements'; id: Identifier; typeParameters: TypeParameterInstantiation | null; } export interface DeclareClass extends BaseNode { - type: "DeclareClass"; + type: 'DeclareClass'; id: Identifier; typeParameters: TypeParameterDeclaration | null; extends: Array | null; @@ -721,13 +1129,13 @@ export interface DeclareClass extends BaseNode { } export interface DeclareFunction extends BaseNode { - type: "DeclareFunction"; + type: 'DeclareFunction'; id: Identifier; predicate: DeclaredPredicate | null; } export interface DeclareInterface extends BaseNode { - type: "DeclareInterface"; + type: 'DeclareInterface'; id: Identifier; typeParameters: TypeParameterDeclaration | null; extends: Array | null; @@ -737,26 +1145,26 @@ export interface DeclareInterface extends BaseNode { } export interface DeclareModule extends BaseNode { - type: "DeclareModule"; + type: 'DeclareModule'; id: Identifier | StringLiteral; body: BlockStatement; - kind: "CommonJS" | "ES" | null; + kind: 'CommonJS' | 'ES' | null; } export interface DeclareModuleExports extends BaseNode { - type: "DeclareModuleExports"; + type: 'DeclareModuleExports'; typeAnnotation: TypeAnnotation; } export interface DeclareTypeAlias extends BaseNode { - type: "DeclareTypeAlias"; + type: 'DeclareTypeAlias'; id: Identifier; typeParameters: TypeParameterDeclaration | null; right: FlowType; } export interface DeclareOpaqueType extends BaseNode { - type: "DeclareOpaqueType"; + type: 'DeclareOpaqueType'; id: Identifier; typeParameters: TypeParameterDeclaration | null; supertype: FlowType | null; @@ -764,12 +1172,12 @@ export interface DeclareOpaqueType extends BaseNode { } export interface DeclareVariable extends BaseNode { - type: "DeclareVariable"; + type: 'DeclareVariable'; id: Identifier; } export interface DeclareExportDeclaration extends BaseNode { - type: "DeclareExportDeclaration"; + type: 'DeclareExportDeclaration'; declaration: Flow | null; specifiers: Array | null; source: StringLiteral | null; @@ -777,22 +1185,22 @@ export interface DeclareExportDeclaration extends BaseNode { } export interface DeclareExportAllDeclaration extends BaseNode { - type: "DeclareExportAllDeclaration"; + type: 'DeclareExportAllDeclaration'; source: StringLiteral; - exportKind: "type" | "value" | null; + exportKind: 'type' | 'value' | null; } export interface DeclaredPredicate extends BaseNode { - type: "DeclaredPredicate"; + type: 'DeclaredPredicate'; value: Flow; } export interface ExistsTypeAnnotation extends BaseNode { - type: "ExistsTypeAnnotation"; + type: 'ExistsTypeAnnotation'; } export interface FunctionTypeAnnotation extends BaseNode { - type: "FunctionTypeAnnotation"; + type: 'FunctionTypeAnnotation'; typeParameters: TypeParameterDeclaration | null; params: Array; rest: FunctionTypeParam | null; @@ -801,30 +1209,30 @@ export interface FunctionTypeAnnotation extends BaseNode { } export interface FunctionTypeParam extends BaseNode { - type: "FunctionTypeParam"; + type: 'FunctionTypeParam'; name: Identifier | null; typeAnnotation: FlowType; optional: boolean | null; } export interface GenericTypeAnnotation extends BaseNode { - type: "GenericTypeAnnotation"; + type: 'GenericTypeAnnotation'; id: Identifier | QualifiedTypeIdentifier; typeParameters: TypeParameterInstantiation | null; } export interface InferredPredicate extends BaseNode { - type: "InferredPredicate"; + type: 'InferredPredicate'; } export interface InterfaceExtends extends BaseNode { - type: "InterfaceExtends"; + type: 'InterfaceExtends'; id: Identifier | QualifiedTypeIdentifier; typeParameters: TypeParameterInstantiation | null; } export interface InterfaceDeclaration extends BaseNode { - type: "InterfaceDeclaration"; + type: 'InterfaceDeclaration'; id: Identifier; typeParameters: TypeParameterDeclaration | null; extends: Array | null; @@ -834,40 +1242,40 @@ export interface InterfaceDeclaration extends BaseNode { } export interface InterfaceTypeAnnotation extends BaseNode { - type: "InterfaceTypeAnnotation"; + type: 'InterfaceTypeAnnotation'; extends: Array | null; body: ObjectTypeAnnotation; } export interface IntersectionTypeAnnotation extends BaseNode { - type: "IntersectionTypeAnnotation"; + type: 'IntersectionTypeAnnotation'; types: Array; } export interface MixedTypeAnnotation extends BaseNode { - type: "MixedTypeAnnotation"; + type: 'MixedTypeAnnotation'; } export interface EmptyTypeAnnotation extends BaseNode { - type: "EmptyTypeAnnotation"; + type: 'EmptyTypeAnnotation'; } export interface NullableTypeAnnotation extends BaseNode { - type: "NullableTypeAnnotation"; + type: 'NullableTypeAnnotation'; typeAnnotation: FlowType; } export interface NumberLiteralTypeAnnotation extends BaseNode { - type: "NumberLiteralTypeAnnotation"; + type: 'NumberLiteralTypeAnnotation'; value: number; } export interface NumberTypeAnnotation extends BaseNode { - type: "NumberTypeAnnotation"; + type: 'NumberTypeAnnotation'; } export interface ObjectTypeAnnotation extends BaseNode { - type: "ObjectTypeAnnotation"; + type: 'ObjectTypeAnnotation'; properties: Array; indexers: Array; callProperties: Array; @@ -877,7 +1285,7 @@ export interface ObjectTypeAnnotation extends BaseNode { } export interface ObjectTypeInternalSlot extends BaseNode { - type: "ObjectTypeInternalSlot"; + type: 'ObjectTypeInternalSlot'; id: Identifier; value: FlowType; optional: boolean; @@ -886,13 +1294,13 @@ export interface ObjectTypeInternalSlot extends BaseNode { } export interface ObjectTypeCallProperty extends BaseNode { - type: "ObjectTypeCallProperty"; + type: 'ObjectTypeCallProperty'; value: FlowType; static: boolean; } export interface ObjectTypeIndexer extends BaseNode { - type: "ObjectTypeIndexer"; + type: 'ObjectTypeIndexer'; id: Identifier | null; key: FlowType; value: FlowType; @@ -901,11 +1309,11 @@ export interface ObjectTypeIndexer extends BaseNode { } export interface ObjectTypeProperty extends BaseNode { - type: "ObjectTypeProperty"; + type: 'ObjectTypeProperty'; key: Identifier | StringLiteral; value: FlowType; variance: Variance | null; - kind: "init" | "get" | "set"; + kind: 'init' | 'get' | 'set'; method: boolean; optional: boolean; proto: boolean; @@ -913,12 +1321,12 @@ export interface ObjectTypeProperty extends BaseNode { } export interface ObjectTypeSpreadProperty extends BaseNode { - type: "ObjectTypeSpreadProperty"; + type: 'ObjectTypeSpreadProperty'; argument: FlowType; } export interface OpaqueType extends BaseNode { - type: "OpaqueType"; + type: 'OpaqueType'; id: Identifier; typeParameters: TypeParameterDeclaration | null; supertype: FlowType | null; @@ -926,58 +1334,58 @@ export interface OpaqueType extends BaseNode { } export interface QualifiedTypeIdentifier extends BaseNode { - type: "QualifiedTypeIdentifier"; + type: 'QualifiedTypeIdentifier'; id: Identifier; qualification: Identifier | QualifiedTypeIdentifier; } export interface StringLiteralTypeAnnotation extends BaseNode { - type: "StringLiteralTypeAnnotation"; + type: 'StringLiteralTypeAnnotation'; value: string; } export interface StringTypeAnnotation extends BaseNode { - type: "StringTypeAnnotation"; + type: 'StringTypeAnnotation'; } export interface SymbolTypeAnnotation extends BaseNode { - type: "SymbolTypeAnnotation"; + type: 'SymbolTypeAnnotation'; } export interface ThisTypeAnnotation extends BaseNode { - type: "ThisTypeAnnotation"; + type: 'ThisTypeAnnotation'; } export interface TupleTypeAnnotation extends BaseNode { - type: "TupleTypeAnnotation"; + type: 'TupleTypeAnnotation'; types: Array; } export interface TypeofTypeAnnotation extends BaseNode { - type: "TypeofTypeAnnotation"; + type: 'TypeofTypeAnnotation'; argument: FlowType; } export interface TypeAlias extends BaseNode { - type: "TypeAlias"; + type: 'TypeAlias'; id: Identifier; typeParameters: TypeParameterDeclaration | null; right: FlowType; } export interface TypeAnnotation extends BaseNode { - type: "TypeAnnotation"; + type: 'TypeAnnotation'; typeAnnotation: FlowType; } export interface TypeCastExpression extends BaseNode { - type: "TypeCastExpression"; + type: 'TypeCastExpression'; expression: Expression; typeAnnotation: TypeAnnotation; } export interface TypeParameter extends BaseNode { - type: "TypeParameter"; + type: 'TypeParameter'; bound: TypeAnnotation | null; default: FlowType | null; variance: Variance | null; @@ -985,277 +1393,297 @@ export interface TypeParameter extends BaseNode { } export interface TypeParameterDeclaration extends BaseNode { - type: "TypeParameterDeclaration"; + type: 'TypeParameterDeclaration'; params: Array; } export interface TypeParameterInstantiation extends BaseNode { - type: "TypeParameterInstantiation"; + type: 'TypeParameterInstantiation'; params: Array; } export interface UnionTypeAnnotation extends BaseNode { - type: "UnionTypeAnnotation"; + type: 'UnionTypeAnnotation'; types: Array; } export interface Variance extends BaseNode { - type: "Variance"; - kind: "minus" | "plus"; + type: 'Variance'; + kind: 'minus' | 'plus'; } export interface VoidTypeAnnotation extends BaseNode { - type: "VoidTypeAnnotation"; + type: 'VoidTypeAnnotation'; } export interface EnumDeclaration extends BaseNode { - type: "EnumDeclaration"; + type: 'EnumDeclaration'; id: Identifier; body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody; } export interface EnumBooleanBody extends BaseNode { - type: "EnumBooleanBody"; + type: 'EnumBooleanBody'; members: Array; explicitType: boolean; hasUnknownMembers: boolean; } export interface EnumNumberBody extends BaseNode { - type: "EnumNumberBody"; + type: 'EnumNumberBody'; members: Array; explicitType: boolean; hasUnknownMembers: boolean; } export interface EnumStringBody extends BaseNode { - type: "EnumStringBody"; + type: 'EnumStringBody'; members: Array; explicitType: boolean; hasUnknownMembers: boolean; } export interface EnumSymbolBody extends BaseNode { - type: "EnumSymbolBody"; + type: 'EnumSymbolBody'; members: Array; hasUnknownMembers: boolean; } export interface EnumBooleanMember extends BaseNode { - type: "EnumBooleanMember"; + type: 'EnumBooleanMember'; id: Identifier; init: BooleanLiteral; } export interface EnumNumberMember extends BaseNode { - type: "EnumNumberMember"; + type: 'EnumNumberMember'; id: Identifier; init: NumericLiteral; } export interface EnumStringMember extends BaseNode { - type: "EnumStringMember"; + type: 'EnumStringMember'; id: Identifier; init: StringLiteral; } export interface EnumDefaultedMember extends BaseNode { - type: "EnumDefaultedMember"; + type: 'EnumDefaultedMember'; id: Identifier; } export interface IndexedAccessType extends BaseNode { - type: "IndexedAccessType"; + type: 'IndexedAccessType'; objectType: FlowType; indexType: FlowType; } export interface OptionalIndexedAccessType extends BaseNode { - type: "OptionalIndexedAccessType"; + type: 'OptionalIndexedAccessType'; objectType: FlowType; indexType: FlowType; optional: boolean; } export interface JSXAttribute extends BaseNode { - type: "JSXAttribute"; + type: 'JSXAttribute'; name: JSXIdentifier | JSXNamespacedName; - value: JSXElement | JSXFragment | StringLiteral | JSXExpressionContainer | null; + value: + | JSXElement + | JSXFragment + | StringLiteral + | JSXExpressionContainer + | null; } export interface JSXClosingElement extends BaseNode { - type: "JSXClosingElement"; + type: 'JSXClosingElement'; name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName; } export interface JSXElement extends BaseNode { - type: "JSXElement"; + type: 'JSXElement'; openingElement: JSXOpeningElement; closingElement: JSXClosingElement | null; - children: Array; + children: Array< + JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment + >; selfClosing: boolean | null; } export interface JSXEmptyExpression extends BaseNode { - type: "JSXEmptyExpression"; + type: 'JSXEmptyExpression'; } export interface JSXExpressionContainer extends BaseNode { - type: "JSXExpressionContainer"; + type: 'JSXExpressionContainer'; expression: Expression | JSXEmptyExpression; } export interface JSXSpreadChild extends BaseNode { - type: "JSXSpreadChild"; + type: 'JSXSpreadChild'; expression: Expression; } export interface JSXIdentifier extends BaseNode { - type: "JSXIdentifier"; + type: 'JSXIdentifier'; name: string; } export interface JSXMemberExpression extends BaseNode { - type: "JSXMemberExpression"; + type: 'JSXMemberExpression'; object: JSXMemberExpression | JSXIdentifier; property: JSXIdentifier; } export interface JSXNamespacedName extends BaseNode { - type: "JSXNamespacedName"; + type: 'JSXNamespacedName'; namespace: JSXIdentifier; name: JSXIdentifier; } export interface JSXOpeningElement extends BaseNode { - type: "JSXOpeningElement"; + type: 'JSXOpeningElement'; name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName; attributes: Array; selfClosing: boolean; - typeParameters: TypeParameterInstantiation | TSTypeParameterInstantiation | null; + typeParameters: + | TypeParameterInstantiation + | TSTypeParameterInstantiation + | null; } export interface JSXSpreadAttribute extends BaseNode { - type: "JSXSpreadAttribute"; + type: 'JSXSpreadAttribute'; argument: Expression; } export interface JSXText extends BaseNode { - type: "JSXText"; + type: 'JSXText'; value: string; } export interface JSXFragment extends BaseNode { - type: "JSXFragment"; + type: 'JSXFragment'; openingFragment: JSXOpeningFragment; closingFragment: JSXClosingFragment; - children: Array; + children: Array< + JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment + >; } export interface JSXOpeningFragment extends BaseNode { - type: "JSXOpeningFragment"; + type: 'JSXOpeningFragment'; } export interface JSXClosingFragment extends BaseNode { - type: "JSXClosingFragment"; + type: 'JSXClosingFragment'; } export interface Noop extends BaseNode { - type: "Noop"; + type: 'Noop'; } export interface Placeholder extends BaseNode { - type: "Placeholder"; - expectedNode: "Identifier" | "StringLiteral" | "Expression" | "Statement" | "Declaration" | "BlockStatement" | "ClassBody" | "Pattern"; + type: 'Placeholder'; + expectedNode: + | 'Identifier' + | 'StringLiteral' + | 'Expression' + | 'Statement' + | 'Declaration' + | 'BlockStatement' + | 'ClassBody' + | 'Pattern'; name: Identifier; } export interface V8IntrinsicIdentifier extends BaseNode { - type: "V8IntrinsicIdentifier"; + type: 'V8IntrinsicIdentifier'; name: string; } export interface ArgumentPlaceholder extends BaseNode { - type: "ArgumentPlaceholder"; + type: 'ArgumentPlaceholder'; } export interface BindExpression extends BaseNode { - type: "BindExpression"; + type: 'BindExpression'; object: Expression; callee: Expression; } export interface ImportAttribute extends BaseNode { - type: "ImportAttribute"; + type: 'ImportAttribute'; key: Identifier | StringLiteral; value: StringLiteral; } export interface Decorator extends BaseNode { - type: "Decorator"; + type: 'Decorator'; expression: Expression; } export interface DoExpression extends BaseNode { - type: "DoExpression"; + type: 'DoExpression'; body: BlockStatement; async: boolean; } export interface ExportDefaultSpecifier extends BaseNode { - type: "ExportDefaultSpecifier"; + type: 'ExportDefaultSpecifier'; exported: Identifier; } export interface RecordExpression extends BaseNode { - type: "RecordExpression"; + type: 'RecordExpression'; properties: Array; } export interface TupleExpression extends BaseNode { - type: "TupleExpression"; + type: 'TupleExpression'; elements: Array; } export interface DecimalLiteral extends BaseNode { - type: "DecimalLiteral"; + type: 'DecimalLiteral'; value: string; } export interface ModuleExpression extends BaseNode { - type: "ModuleExpression"; + type: 'ModuleExpression'; body: Program; } export interface TopicReference extends BaseNode { - type: "TopicReference"; + type: 'TopicReference'; } export interface PipelineTopicExpression extends BaseNode { - type: "PipelineTopicExpression"; + type: 'PipelineTopicExpression'; expression: Expression; } export interface PipelineBareFunction extends BaseNode { - type: "PipelineBareFunction"; + type: 'PipelineBareFunction'; callee: Expression; } export interface PipelinePrimaryTopicReference extends BaseNode { - type: "PipelinePrimaryTopicReference"; + type: 'PipelinePrimaryTopicReference'; } export interface TSParameterProperty extends BaseNode { - type: "TSParameterProperty"; + type: 'TSParameterProperty'; parameter: Identifier | AssignmentPattern; - accessibility: "public" | "private" | "protected" | null; + accessibility: 'public' | 'private' | 'protected' | null; decorators: Array | null; override: boolean | null; readonly: boolean | null; } export interface TSDeclareFunction extends BaseNode { - type: "TSDeclareFunction"; + type: 'TSDeclareFunction'; id: Identifier | null; typeParameters: TSTypeParameterDeclaration | Noop | null; params: Array; @@ -1266,68 +1694,68 @@ export interface TSDeclareFunction extends BaseNode { } export interface TSDeclareMethod extends BaseNode { - type: "TSDeclareMethod"; + type: 'TSDeclareMethod'; decorators: Array | null; key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression; typeParameters: TSTypeParameterDeclaration | Noop | null; params: Array; returnType: TSTypeAnnotation | Noop | null; abstract: boolean | null; - access: "public" | "private" | "protected" | null; - accessibility: "public" | "private" | "protected" | null; + access: 'public' | 'private' | 'protected' | null; + accessibility: 'public' | 'private' | 'protected' | null; async: boolean; computed: boolean; generator: boolean; - kind: "get" | "set" | "method" | "constructor"; + kind: 'get' | 'set' | 'method' | 'constructor'; optional: boolean | null; override: boolean; static: boolean; } export interface TSQualifiedName extends BaseNode { - type: "TSQualifiedName"; + type: 'TSQualifiedName'; left: TSEntityName; right: Identifier; } export interface TSCallSignatureDeclaration extends BaseNode { - type: "TSCallSignatureDeclaration"; + type: 'TSCallSignatureDeclaration'; typeParameters: TSTypeParameterDeclaration | null; parameters: Array; typeAnnotation: TSTypeAnnotation | null; } export interface TSConstructSignatureDeclaration extends BaseNode { - type: "TSConstructSignatureDeclaration"; + type: 'TSConstructSignatureDeclaration'; typeParameters: TSTypeParameterDeclaration | null; parameters: Array; typeAnnotation: TSTypeAnnotation | null; } export interface TSPropertySignature extends BaseNode { - type: "TSPropertySignature"; + type: 'TSPropertySignature'; key: Expression; typeAnnotation: TSTypeAnnotation | null; initializer: Expression | null; computed: boolean; - kind: "get" | "set"; + kind: 'get' | 'set'; optional: boolean | null; readonly: boolean | null; } export interface TSMethodSignature extends BaseNode { - type: "TSMethodSignature"; + type: 'TSMethodSignature'; key: Expression; typeParameters: TSTypeParameterDeclaration | null; parameters: Array; typeAnnotation: TSTypeAnnotation | null; computed: boolean; - kind: "method" | "get" | "set"; + kind: 'method' | 'get' | 'set'; optional: boolean | null; } export interface TSIndexSignature extends BaseNode { - type: "TSIndexSignature"; + type: 'TSIndexSignature'; parameters: Array; typeAnnotation: TSTypeAnnotation | null; readonly: boolean | null; @@ -1335,70 +1763,70 @@ export interface TSIndexSignature extends BaseNode { } export interface TSAnyKeyword extends BaseNode { - type: "TSAnyKeyword"; + type: 'TSAnyKeyword'; } export interface TSBooleanKeyword extends BaseNode { - type: "TSBooleanKeyword"; + type: 'TSBooleanKeyword'; } export interface TSBigIntKeyword extends BaseNode { - type: "TSBigIntKeyword"; + type: 'TSBigIntKeyword'; } export interface TSIntrinsicKeyword extends BaseNode { - type: "TSIntrinsicKeyword"; + type: 'TSIntrinsicKeyword'; } export interface TSNeverKeyword extends BaseNode { - type: "TSNeverKeyword"; + type: 'TSNeverKeyword'; } export interface TSNullKeyword extends BaseNode { - type: "TSNullKeyword"; + type: 'TSNullKeyword'; } export interface TSNumberKeyword extends BaseNode { - type: "TSNumberKeyword"; + type: 'TSNumberKeyword'; } export interface TSObjectKeyword extends BaseNode { - type: "TSObjectKeyword"; + type: 'TSObjectKeyword'; } export interface TSStringKeyword extends BaseNode { - type: "TSStringKeyword"; + type: 'TSStringKeyword'; } export interface TSSymbolKeyword extends BaseNode { - type: "TSSymbolKeyword"; + type: 'TSSymbolKeyword'; } export interface TSUndefinedKeyword extends BaseNode { - type: "TSUndefinedKeyword"; + type: 'TSUndefinedKeyword'; } export interface TSUnknownKeyword extends BaseNode { - type: "TSUnknownKeyword"; + type: 'TSUnknownKeyword'; } export interface TSVoidKeyword extends BaseNode { - type: "TSVoidKeyword"; + type: 'TSVoidKeyword'; } export interface TSThisType extends BaseNode { - type: "TSThisType"; + type: 'TSThisType'; } export interface TSFunctionType extends BaseNode { - type: "TSFunctionType"; + type: 'TSFunctionType'; typeParameters: TSTypeParameterDeclaration | null; parameters: Array; typeAnnotation: TSTypeAnnotation | null; } export interface TSConstructorType extends BaseNode { - type: "TSConstructorType"; + type: 'TSConstructorType'; typeParameters: TSTypeParameterDeclaration | null; parameters: Array; typeAnnotation: TSTypeAnnotation | null; @@ -1406,68 +1834,68 @@ export interface TSConstructorType extends BaseNode { } export interface TSTypeReference extends BaseNode { - type: "TSTypeReference"; + type: 'TSTypeReference'; typeName: TSEntityName; typeParameters: TSTypeParameterInstantiation | null; } export interface TSTypePredicate extends BaseNode { - type: "TSTypePredicate"; + type: 'TSTypePredicate'; parameterName: Identifier | TSThisType; typeAnnotation: TSTypeAnnotation | null; asserts: boolean | null; } export interface TSTypeQuery extends BaseNode { - type: "TSTypeQuery"; + type: 'TSTypeQuery'; exprName: TSEntityName | TSImportType; typeParameters: TSTypeParameterInstantiation | null; } export interface TSTypeLiteral extends BaseNode { - type: "TSTypeLiteral"; + type: 'TSTypeLiteral'; members: Array; } export interface TSArrayType extends BaseNode { - type: "TSArrayType"; + type: 'TSArrayType'; elementType: TSType; } export interface TSTupleType extends BaseNode { - type: "TSTupleType"; + type: 'TSTupleType'; elementTypes: Array; } export interface TSOptionalType extends BaseNode { - type: "TSOptionalType"; + type: 'TSOptionalType'; typeAnnotation: TSType; } export interface TSRestType extends BaseNode { - type: "TSRestType"; + type: 'TSRestType'; typeAnnotation: TSType; } export interface TSNamedTupleMember extends BaseNode { - type: "TSNamedTupleMember"; + type: 'TSNamedTupleMember'; label: Identifier; elementType: TSType; optional: boolean; } export interface TSUnionType extends BaseNode { - type: "TSUnionType"; + type: 'TSUnionType'; types: Array; } export interface TSIntersectionType extends BaseNode { - type: "TSIntersectionType"; + type: 'TSIntersectionType'; types: Array; } export interface TSConditionalType extends BaseNode { - type: "TSConditionalType"; + type: 'TSConditionalType'; checkType: TSType; extendsType: TSType; trueType: TSType; @@ -1475,49 +1903,55 @@ export interface TSConditionalType extends BaseNode { } export interface TSInferType extends BaseNode { - type: "TSInferType"; + type: 'TSInferType'; typeParameter: TSTypeParameter; } export interface TSParenthesizedType extends BaseNode { - type: "TSParenthesizedType"; + type: 'TSParenthesizedType'; typeAnnotation: TSType; } export interface TSTypeOperator extends BaseNode { - type: "TSTypeOperator"; + type: 'TSTypeOperator'; typeAnnotation: TSType; operator: string; } export interface TSIndexedAccessType extends BaseNode { - type: "TSIndexedAccessType"; + type: 'TSIndexedAccessType'; objectType: TSType; indexType: TSType; } export interface TSMappedType extends BaseNode { - type: "TSMappedType"; + type: 'TSMappedType'; typeParameter: TSTypeParameter; typeAnnotation: TSType | null; nameType: TSType | null; - optional: true | false | "+" | "-" | null; - readonly: true | false | "+" | "-" | null; + optional: true | false | '+' | '-' | null; + readonly: true | false | '+' | '-' | null; } export interface TSLiteralType extends BaseNode { - type: "TSLiteralType"; - literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression; + type: 'TSLiteralType'; + literal: + | NumericLiteral + | StringLiteral + | BooleanLiteral + | BigIntLiteral + | TemplateLiteral + | UnaryExpression; } export interface TSExpressionWithTypeArguments extends BaseNode { - type: "TSExpressionWithTypeArguments"; + type: 'TSExpressionWithTypeArguments'; expression: TSEntityName; typeParameters: TSTypeParameterInstantiation | null; } export interface TSInterfaceDeclaration extends BaseNode { - type: "TSInterfaceDeclaration"; + type: 'TSInterfaceDeclaration'; id: Identifier; typeParameters: TSTypeParameterDeclaration | null; extends: Array | null; @@ -1526,12 +1960,12 @@ export interface TSInterfaceDeclaration extends BaseNode { } export interface TSInterfaceBody extends BaseNode { - type: "TSInterfaceBody"; + type: 'TSInterfaceBody'; body: Array; } export interface TSTypeAliasDeclaration extends BaseNode { - type: "TSTypeAliasDeclaration"; + type: 'TSTypeAliasDeclaration'; id: Identifier; typeParameters: TSTypeParameterDeclaration | null; typeAnnotation: TSType; @@ -1539,25 +1973,25 @@ export interface TSTypeAliasDeclaration extends BaseNode { } export interface TSInstantiationExpression extends BaseNode { - type: "TSInstantiationExpression"; + type: 'TSInstantiationExpression'; expression: Expression; typeParameters: TSTypeParameterInstantiation | null; } export interface TSAsExpression extends BaseNode { - type: "TSAsExpression"; + type: 'TSAsExpression'; expression: Expression; typeAnnotation: TSType; } export interface TSTypeAssertion extends BaseNode { - type: "TSTypeAssertion"; + type: 'TSTypeAssertion'; typeAnnotation: TSType; expression: Expression; } export interface TSEnumDeclaration extends BaseNode { - type: "TSEnumDeclaration"; + type: 'TSEnumDeclaration'; id: Identifier; members: Array; const: boolean | null; @@ -1566,13 +2000,13 @@ export interface TSEnumDeclaration extends BaseNode { } export interface TSEnumMember extends BaseNode { - type: "TSEnumMember"; + type: 'TSEnumMember'; id: Identifier | StringLiteral; initializer: Expression | null; } export interface TSModuleDeclaration extends BaseNode { - type: "TSModuleDeclaration"; + type: 'TSModuleDeclaration'; id: Identifier | StringLiteral; body: TSModuleBlock | TSModuleDeclaration; declare: boolean | null; @@ -1580,62 +2014,62 @@ export interface TSModuleDeclaration extends BaseNode { } export interface TSModuleBlock extends BaseNode { - type: "TSModuleBlock"; + type: 'TSModuleBlock'; body: Array; } export interface TSImportType extends BaseNode { - type: "TSImportType"; + type: 'TSImportType'; argument: StringLiteral; qualifier: TSEntityName | null; typeParameters: TSTypeParameterInstantiation | null; } export interface TSImportEqualsDeclaration extends BaseNode { - type: "TSImportEqualsDeclaration"; + type: 'TSImportEqualsDeclaration'; id: Identifier; moduleReference: TSEntityName | TSExternalModuleReference; - importKind: "type" | "value" | null; + importKind: 'type' | 'value' | null; isExport: boolean; } export interface TSExternalModuleReference extends BaseNode { - type: "TSExternalModuleReference"; + type: 'TSExternalModuleReference'; expression: StringLiteral; } export interface TSNonNullExpression extends BaseNode { - type: "TSNonNullExpression"; + type: 'TSNonNullExpression'; expression: Expression; } export interface TSExportAssignment extends BaseNode { - type: "TSExportAssignment"; + type: 'TSExportAssignment'; expression: Expression; } export interface TSNamespaceExportDeclaration extends BaseNode { - type: "TSNamespaceExportDeclaration"; + type: 'TSNamespaceExportDeclaration'; id: Identifier; } export interface TSTypeAnnotation extends BaseNode { - type: "TSTypeAnnotation"; + type: 'TSTypeAnnotation'; typeAnnotation: TSType; } export interface TSTypeParameterInstantiation extends BaseNode { - type: "TSTypeParameterInstantiation"; + type: 'TSTypeParameterInstantiation'; params: Array; } export interface TSTypeParameterDeclaration extends BaseNode { - type: "TSTypeParameterDeclaration"; + type: 'TSTypeParameterDeclaration'; params: Array; } export interface TSTypeParameter extends BaseNode { - type: "TSTypeParameter"; + type: 'TSTypeParameter'; constraint: TSType | null; default: TSType | null; name: string; @@ -1663,55 +2097,664 @@ export type RestProperty = RestElement; */ export type SpreadProperty = SpreadElement; -export type Standardized = ArrayExpression | AssignmentExpression | BinaryExpression | InterpreterDirective | Directive | DirectiveLiteral | BlockStatement | BreakStatement | CallExpression | CatchClause | ConditionalExpression | ContinueStatement | DebuggerStatement | DoWhileStatement | EmptyStatement | ExpressionStatement | File | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Identifier | IfStatement | LabeledStatement | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | LogicalExpression | MemberExpression | NewExpression | Program | ObjectExpression | ObjectMethod | ObjectProperty | RestElement | ReturnStatement | SequenceExpression | ParenthesizedExpression | SwitchCase | SwitchStatement | ThisExpression | ThrowStatement | TryStatement | UnaryExpression | UpdateExpression | VariableDeclaration | VariableDeclarator | WhileStatement | WithStatement | AssignmentPattern | ArrayPattern | ArrowFunctionExpression | ClassBody | ClassExpression | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ExportSpecifier | ForOfStatement | ImportDeclaration | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | MetaProperty | ClassMethod | ObjectPattern | SpreadElement | Super | TaggedTemplateExpression | TemplateElement | TemplateLiteral | YieldExpression | AwaitExpression | Import | BigIntLiteral | ExportNamespaceSpecifier | OptionalMemberExpression | OptionalCallExpression | ClassProperty | ClassAccessorProperty | ClassPrivateProperty | ClassPrivateMethod | PrivateName | StaticBlock; -export type Expression = ArrayExpression | AssignmentExpression | BinaryExpression | CallExpression | ConditionalExpression | FunctionExpression | Identifier | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | LogicalExpression | MemberExpression | NewExpression | ObjectExpression | SequenceExpression | ParenthesizedExpression | ThisExpression | UnaryExpression | UpdateExpression | ArrowFunctionExpression | ClassExpression | MetaProperty | Super | TaggedTemplateExpression | TemplateLiteral | YieldExpression | AwaitExpression | Import | BigIntLiteral | OptionalMemberExpression | OptionalCallExpression | TypeCastExpression | JSXElement | JSXFragment | BindExpression | DoExpression | RecordExpression | TupleExpression | DecimalLiteral | ModuleExpression | TopicReference | PipelineTopicExpression | PipelineBareFunction | PipelinePrimaryTopicReference | TSInstantiationExpression | TSAsExpression | TSTypeAssertion | TSNonNullExpression; +export type Standardized = + | ArrayExpression + | AssignmentExpression + | BinaryExpression + | InterpreterDirective + | Directive + | DirectiveLiteral + | BlockStatement + | BreakStatement + | CallExpression + | CatchClause + | ConditionalExpression + | ContinueStatement + | DebuggerStatement + | DoWhileStatement + | EmptyStatement + | ExpressionStatement + | File + | ForInStatement + | ForStatement + | FunctionDeclaration + | FunctionExpression + | Identifier + | IfStatement + | LabeledStatement + | StringLiteral + | NumericLiteral + | NullLiteral + | BooleanLiteral + | RegExpLiteral + | LogicalExpression + | MemberExpression + | NewExpression + | Program + | ObjectExpression + | ObjectMethod + | ObjectProperty + | RestElement + | ReturnStatement + | SequenceExpression + | ParenthesizedExpression + | SwitchCase + | SwitchStatement + | ThisExpression + | ThrowStatement + | TryStatement + | UnaryExpression + | UpdateExpression + | VariableDeclaration + | VariableDeclarator + | WhileStatement + | WithStatement + | AssignmentPattern + | ArrayPattern + | ArrowFunctionExpression + | ClassBody + | ClassExpression + | ClassDeclaration + | ExportAllDeclaration + | ExportDefaultDeclaration + | ExportNamedDeclaration + | ExportSpecifier + | ForOfStatement + | ImportDeclaration + | ImportDefaultSpecifier + | ImportNamespaceSpecifier + | ImportSpecifier + | MetaProperty + | ClassMethod + | ObjectPattern + | SpreadElement + | Super + | TaggedTemplateExpression + | TemplateElement + | TemplateLiteral + | YieldExpression + | AwaitExpression + | Import + | BigIntLiteral + | ExportNamespaceSpecifier + | OptionalMemberExpression + | OptionalCallExpression + | ClassProperty + | ClassAccessorProperty + | ClassPrivateProperty + | ClassPrivateMethod + | PrivateName + | StaticBlock; +export type Expression = + | ArrayExpression + | AssignmentExpression + | BinaryExpression + | CallExpression + | ConditionalExpression + | FunctionExpression + | Identifier + | StringLiteral + | NumericLiteral + | NullLiteral + | BooleanLiteral + | RegExpLiteral + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectExpression + | SequenceExpression + | ParenthesizedExpression + | ThisExpression + | UnaryExpression + | UpdateExpression + | ArrowFunctionExpression + | ClassExpression + | MetaProperty + | Super + | TaggedTemplateExpression + | TemplateLiteral + | YieldExpression + | AwaitExpression + | Import + | BigIntLiteral + | OptionalMemberExpression + | OptionalCallExpression + | TypeCastExpression + | JSXElement + | JSXFragment + | BindExpression + | DoExpression + | RecordExpression + | TupleExpression + | DecimalLiteral + | ModuleExpression + | TopicReference + | PipelineTopicExpression + | PipelineBareFunction + | PipelinePrimaryTopicReference + | TSInstantiationExpression + | TSAsExpression + | TSTypeAssertion + | TSNonNullExpression; export type Binary = BinaryExpression | LogicalExpression; -export type Scopable = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ClassExpression | ClassDeclaration | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock; -export type BlockParent = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock; +export type Scopable = + | BlockStatement + | CatchClause + | DoWhileStatement + | ForInStatement + | ForStatement + | FunctionDeclaration + | FunctionExpression + | Program + | ObjectMethod + | SwitchStatement + | WhileStatement + | ArrowFunctionExpression + | ClassExpression + | ClassDeclaration + | ForOfStatement + | ClassMethod + | ClassPrivateMethod + | StaticBlock + | TSModuleBlock; +export type BlockParent = + | BlockStatement + | CatchClause + | DoWhileStatement + | ForInStatement + | ForStatement + | FunctionDeclaration + | FunctionExpression + | Program + | ObjectMethod + | SwitchStatement + | WhileStatement + | ArrowFunctionExpression + | ForOfStatement + | ClassMethod + | ClassPrivateMethod + | StaticBlock + | TSModuleBlock; export type Block = BlockStatement | Program | TSModuleBlock; -export type Statement = BlockStatement | BreakStatement | ContinueStatement | DebuggerStatement | DoWhileStatement | EmptyStatement | ExpressionStatement | ForInStatement | ForStatement | FunctionDeclaration | IfStatement | LabeledStatement | ReturnStatement | SwitchStatement | ThrowStatement | TryStatement | VariableDeclaration | WhileStatement | WithStatement | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ForOfStatement | ImportDeclaration | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias | EnumDeclaration | TSDeclareFunction | TSInterfaceDeclaration | TSTypeAliasDeclaration | TSEnumDeclaration | TSModuleDeclaration | TSImportEqualsDeclaration | TSExportAssignment | TSNamespaceExportDeclaration; -export type Terminatorless = BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement | YieldExpression | AwaitExpression; -export type CompletionStatement = BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement; +export type Statement = + | BlockStatement + | BreakStatement + | ContinueStatement + | DebuggerStatement + | DoWhileStatement + | EmptyStatement + | ExpressionStatement + | ForInStatement + | ForStatement + | FunctionDeclaration + | IfStatement + | LabeledStatement + | ReturnStatement + | SwitchStatement + | ThrowStatement + | TryStatement + | VariableDeclaration + | WhileStatement + | WithStatement + | ClassDeclaration + | ExportAllDeclaration + | ExportDefaultDeclaration + | ExportNamedDeclaration + | ForOfStatement + | ImportDeclaration + | DeclareClass + | DeclareFunction + | DeclareInterface + | DeclareModule + | DeclareModuleExports + | DeclareTypeAlias + | DeclareOpaqueType + | DeclareVariable + | DeclareExportDeclaration + | DeclareExportAllDeclaration + | InterfaceDeclaration + | OpaqueType + | TypeAlias + | EnumDeclaration + | TSDeclareFunction + | TSInterfaceDeclaration + | TSTypeAliasDeclaration + | TSEnumDeclaration + | TSModuleDeclaration + | TSImportEqualsDeclaration + | TSExportAssignment + | TSNamespaceExportDeclaration; +export type Terminatorless = + | BreakStatement + | ContinueStatement + | ReturnStatement + | ThrowStatement + | YieldExpression + | AwaitExpression; +export type CompletionStatement = + | BreakStatement + | ContinueStatement + | ReturnStatement + | ThrowStatement; export type Conditional = ConditionalExpression | IfStatement; -export type Loop = DoWhileStatement | ForInStatement | ForStatement | WhileStatement | ForOfStatement; +export type Loop = + | DoWhileStatement + | ForInStatement + | ForStatement + | WhileStatement + | ForOfStatement; export type While = DoWhileStatement | WhileStatement; -export type ExpressionWrapper = ExpressionStatement | ParenthesizedExpression | TypeCastExpression; +export type ExpressionWrapper = + | ExpressionStatement + | ParenthesizedExpression + | TypeCastExpression; export type For = ForInStatement | ForStatement | ForOfStatement; export type ForXStatement = ForInStatement | ForOfStatement; -export type Function = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod; -export type FunctionParent = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod | StaticBlock; -export type Pureish = FunctionDeclaration | FunctionExpression | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | ArrowFunctionExpression | BigIntLiteral | DecimalLiteral; -export type Declaration = FunctionDeclaration | VariableDeclaration | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias | EnumDeclaration | TSDeclareFunction | TSInterfaceDeclaration | TSTypeAliasDeclaration | TSEnumDeclaration | TSModuleDeclaration; -export type PatternLike = Identifier | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSAsExpression | TSTypeAssertion | TSNonNullExpression; -export type LVal = Identifier | MemberExpression | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSParameterProperty | TSAsExpression | TSTypeAssertion | TSNonNullExpression; +export type Function = + | FunctionDeclaration + | FunctionExpression + | ObjectMethod + | ArrowFunctionExpression + | ClassMethod + | ClassPrivateMethod; +export type FunctionParent = + | FunctionDeclaration + | FunctionExpression + | ObjectMethod + | ArrowFunctionExpression + | ClassMethod + | ClassPrivateMethod + | StaticBlock; +export type Pureish = + | FunctionDeclaration + | FunctionExpression + | StringLiteral + | NumericLiteral + | NullLiteral + | BooleanLiteral + | RegExpLiteral + | ArrowFunctionExpression + | BigIntLiteral + | DecimalLiteral; +export type Declaration = + | FunctionDeclaration + | VariableDeclaration + | ClassDeclaration + | ExportAllDeclaration + | ExportDefaultDeclaration + | ExportNamedDeclaration + | ImportDeclaration + | DeclareClass + | DeclareFunction + | DeclareInterface + | DeclareModule + | DeclareModuleExports + | DeclareTypeAlias + | DeclareOpaqueType + | DeclareVariable + | DeclareExportDeclaration + | DeclareExportAllDeclaration + | InterfaceDeclaration + | OpaqueType + | TypeAlias + | EnumDeclaration + | TSDeclareFunction + | TSInterfaceDeclaration + | TSTypeAliasDeclaration + | TSEnumDeclaration + | TSModuleDeclaration; +export type PatternLike = + | Identifier + | RestElement + | AssignmentPattern + | ArrayPattern + | ObjectPattern + | TSAsExpression + | TSTypeAssertion + | TSNonNullExpression; +export type LVal = + | Identifier + | MemberExpression + | RestElement + | AssignmentPattern + | ArrayPattern + | ObjectPattern + | TSParameterProperty + | TSAsExpression + | TSTypeAssertion + | TSNonNullExpression; export type TSEntityName = Identifier | TSQualifiedName; -export type Literal = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | TemplateLiteral | BigIntLiteral | DecimalLiteral; -export type Immutable = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | BigIntLiteral | JSXAttribute | JSXClosingElement | JSXElement | JSXExpressionContainer | JSXSpreadChild | JSXOpeningElement | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment | DecimalLiteral; -export type UserWhitespacable = ObjectMethod | ObjectProperty | ObjectTypeInternalSlot | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeProperty | ObjectTypeSpreadProperty; +export type Literal = + | StringLiteral + | NumericLiteral + | NullLiteral + | BooleanLiteral + | RegExpLiteral + | TemplateLiteral + | BigIntLiteral + | DecimalLiteral; +export type Immutable = + | StringLiteral + | NumericLiteral + | NullLiteral + | BooleanLiteral + | BigIntLiteral + | JSXAttribute + | JSXClosingElement + | JSXElement + | JSXExpressionContainer + | JSXSpreadChild + | JSXOpeningElement + | JSXText + | JSXFragment + | JSXOpeningFragment + | JSXClosingFragment + | DecimalLiteral; +export type UserWhitespacable = + | ObjectMethod + | ObjectProperty + | ObjectTypeInternalSlot + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeProperty + | ObjectTypeSpreadProperty; export type Method = ObjectMethod | ClassMethod | ClassPrivateMethod; export type ObjectMember = ObjectMethod | ObjectProperty; -export type Property = ObjectProperty | ClassProperty | ClassAccessorProperty | ClassPrivateProperty; +export type Property = + | ObjectProperty + | ClassProperty + | ClassAccessorProperty + | ClassPrivateProperty; export type UnaryLike = UnaryExpression | SpreadElement; export type Pattern = AssignmentPattern | ArrayPattern | ObjectPattern; export type Class = ClassExpression | ClassDeclaration; -export type ModuleDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration; -export type ExportDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration; -export type ModuleSpecifier = ExportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | ExportNamespaceSpecifier | ExportDefaultSpecifier; +export type ModuleDeclaration = + | ExportAllDeclaration + | ExportDefaultDeclaration + | ExportNamedDeclaration + | ImportDeclaration; +export type ExportDeclaration = + | ExportAllDeclaration + | ExportDefaultDeclaration + | ExportNamedDeclaration; +export type ModuleSpecifier = + | ExportSpecifier + | ImportDefaultSpecifier + | ImportNamespaceSpecifier + | ImportSpecifier + | ExportNamespaceSpecifier + | ExportDefaultSpecifier; export type Accessor = ClassAccessorProperty; export type Private = ClassPrivateProperty | ClassPrivateMethod | PrivateName; -export type Flow = AnyTypeAnnotation | ArrayTypeAnnotation | BooleanTypeAnnotation | BooleanLiteralTypeAnnotation | NullLiteralTypeAnnotation | ClassImplements | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | DeclaredPredicate | ExistsTypeAnnotation | FunctionTypeAnnotation | FunctionTypeParam | GenericTypeAnnotation | InferredPredicate | InterfaceExtends | InterfaceDeclaration | InterfaceTypeAnnotation | IntersectionTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NullableTypeAnnotation | NumberLiteralTypeAnnotation | NumberTypeAnnotation | ObjectTypeAnnotation | ObjectTypeInternalSlot | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | QualifiedTypeIdentifier | StringLiteralTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | TupleTypeAnnotation | TypeofTypeAnnotation | TypeAlias | TypeAnnotation | TypeCastExpression | TypeParameter | TypeParameterDeclaration | TypeParameterInstantiation | UnionTypeAnnotation | Variance | VoidTypeAnnotation | EnumDeclaration | EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody | EnumBooleanMember | EnumNumberMember | EnumStringMember | EnumDefaultedMember | IndexedAccessType | OptionalIndexedAccessType; -export type FlowType = AnyTypeAnnotation | ArrayTypeAnnotation | BooleanTypeAnnotation | BooleanLiteralTypeAnnotation | NullLiteralTypeAnnotation | ExistsTypeAnnotation | FunctionTypeAnnotation | GenericTypeAnnotation | InterfaceTypeAnnotation | IntersectionTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NullableTypeAnnotation | NumberLiteralTypeAnnotation | NumberTypeAnnotation | ObjectTypeAnnotation | StringLiteralTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | TupleTypeAnnotation | TypeofTypeAnnotation | UnionTypeAnnotation | VoidTypeAnnotation | IndexedAccessType | OptionalIndexedAccessType; -export type FlowBaseAnnotation = AnyTypeAnnotation | BooleanTypeAnnotation | NullLiteralTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NumberTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | VoidTypeAnnotation; -export type FlowDeclaration = DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias; +export type Flow = + | AnyTypeAnnotation + | ArrayTypeAnnotation + | BooleanTypeAnnotation + | BooleanLiteralTypeAnnotation + | NullLiteralTypeAnnotation + | ClassImplements + | DeclareClass + | DeclareFunction + | DeclareInterface + | DeclareModule + | DeclareModuleExports + | DeclareTypeAlias + | DeclareOpaqueType + | DeclareVariable + | DeclareExportDeclaration + | DeclareExportAllDeclaration + | DeclaredPredicate + | ExistsTypeAnnotation + | FunctionTypeAnnotation + | FunctionTypeParam + | GenericTypeAnnotation + | InferredPredicate + | InterfaceExtends + | InterfaceDeclaration + | InterfaceTypeAnnotation + | IntersectionTypeAnnotation + | MixedTypeAnnotation + | EmptyTypeAnnotation + | NullableTypeAnnotation + | NumberLiteralTypeAnnotation + | NumberTypeAnnotation + | ObjectTypeAnnotation + | ObjectTypeInternalSlot + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | QualifiedTypeIdentifier + | StringLiteralTypeAnnotation + | StringTypeAnnotation + | SymbolTypeAnnotation + | ThisTypeAnnotation + | TupleTypeAnnotation + | TypeofTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeCastExpression + | TypeParameter + | TypeParameterDeclaration + | TypeParameterInstantiation + | UnionTypeAnnotation + | Variance + | VoidTypeAnnotation + | EnumDeclaration + | EnumBooleanBody + | EnumNumberBody + | EnumStringBody + | EnumSymbolBody + | EnumBooleanMember + | EnumNumberMember + | EnumStringMember + | EnumDefaultedMember + | IndexedAccessType + | OptionalIndexedAccessType; +export type FlowType = + | AnyTypeAnnotation + | ArrayTypeAnnotation + | BooleanTypeAnnotation + | BooleanLiteralTypeAnnotation + | NullLiteralTypeAnnotation + | ExistsTypeAnnotation + | FunctionTypeAnnotation + | GenericTypeAnnotation + | InterfaceTypeAnnotation + | IntersectionTypeAnnotation + | MixedTypeAnnotation + | EmptyTypeAnnotation + | NullableTypeAnnotation + | NumberLiteralTypeAnnotation + | NumberTypeAnnotation + | ObjectTypeAnnotation + | StringLiteralTypeAnnotation + | StringTypeAnnotation + | SymbolTypeAnnotation + | ThisTypeAnnotation + | TupleTypeAnnotation + | TypeofTypeAnnotation + | UnionTypeAnnotation + | VoidTypeAnnotation + | IndexedAccessType + | OptionalIndexedAccessType; +export type FlowBaseAnnotation = + | AnyTypeAnnotation + | BooleanTypeAnnotation + | NullLiteralTypeAnnotation + | MixedTypeAnnotation + | EmptyTypeAnnotation + | NumberTypeAnnotation + | StringTypeAnnotation + | SymbolTypeAnnotation + | ThisTypeAnnotation + | VoidTypeAnnotation; +export type FlowDeclaration = + | DeclareClass + | DeclareFunction + | DeclareInterface + | DeclareModule + | DeclareModuleExports + | DeclareTypeAlias + | DeclareOpaqueType + | DeclareVariable + | DeclareExportDeclaration + | DeclareExportAllDeclaration + | InterfaceDeclaration + | OpaqueType + | TypeAlias; export type FlowPredicate = DeclaredPredicate | InferredPredicate; -export type EnumBody = EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody; -export type EnumMember = EnumBooleanMember | EnumNumberMember | EnumStringMember | EnumDefaultedMember; -export type JSX = JSXAttribute | JSXClosingElement | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXSpreadChild | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXSpreadAttribute | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment; +export type EnumBody = + | EnumBooleanBody + | EnumNumberBody + | EnumStringBody + | EnumSymbolBody; +export type EnumMember = + | EnumBooleanMember + | EnumNumberMember + | EnumStringMember + | EnumDefaultedMember; +export type JSX = + | JSXAttribute + | JSXClosingElement + | JSXElement + | JSXEmptyExpression + | JSXExpressionContainer + | JSXSpreadChild + | JSXIdentifier + | JSXMemberExpression + | JSXNamespacedName + | JSXOpeningElement + | JSXSpreadAttribute + | JSXText + | JSXFragment + | JSXOpeningFragment + | JSXClosingFragment; export type Miscellaneous = Noop | Placeholder | V8IntrinsicIdentifier; -export type TypeScript = TSParameterProperty | TSDeclareFunction | TSDeclareMethod | TSQualifiedName | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature | TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSNamedTupleMember | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType | TSExpressionWithTypeArguments | TSInterfaceDeclaration | TSInterfaceBody | TSTypeAliasDeclaration | TSInstantiationExpression | TSAsExpression | TSTypeAssertion | TSEnumDeclaration | TSEnumMember | TSModuleDeclaration | TSModuleBlock | TSImportType | TSImportEqualsDeclaration | TSExternalModuleReference | TSNonNullExpression | TSExportAssignment | TSNamespaceExportDeclaration | TSTypeAnnotation | TSTypeParameterInstantiation | TSTypeParameterDeclaration | TSTypeParameter; -export type TSTypeElement = TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature; -export type TSType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType | TSExpressionWithTypeArguments | TSImportType; -export type TSBaseType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSLiteralType; +export type TypeScript = + | TSParameterProperty + | TSDeclareFunction + | TSDeclareMethod + | TSQualifiedName + | TSCallSignatureDeclaration + | TSConstructSignatureDeclaration + | TSPropertySignature + | TSMethodSignature + | TSIndexSignature + | TSAnyKeyword + | TSBooleanKeyword + | TSBigIntKeyword + | TSIntrinsicKeyword + | TSNeverKeyword + | TSNullKeyword + | TSNumberKeyword + | TSObjectKeyword + | TSStringKeyword + | TSSymbolKeyword + | TSUndefinedKeyword + | TSUnknownKeyword + | TSVoidKeyword + | TSThisType + | TSFunctionType + | TSConstructorType + | TSTypeReference + | TSTypePredicate + | TSTypeQuery + | TSTypeLiteral + | TSArrayType + | TSTupleType + | TSOptionalType + | TSRestType + | TSNamedTupleMember + | TSUnionType + | TSIntersectionType + | TSConditionalType + | TSInferType + | TSParenthesizedType + | TSTypeOperator + | TSIndexedAccessType + | TSMappedType + | TSLiteralType + | TSExpressionWithTypeArguments + | TSInterfaceDeclaration + | TSInterfaceBody + | TSTypeAliasDeclaration + | TSInstantiationExpression + | TSAsExpression + | TSTypeAssertion + | TSEnumDeclaration + | TSEnumMember + | TSModuleDeclaration + | TSModuleBlock + | TSImportType + | TSImportEqualsDeclaration + | TSExternalModuleReference + | TSNonNullExpression + | TSExportAssignment + | TSNamespaceExportDeclaration + | TSTypeAnnotation + | TSTypeParameterInstantiation + | TSTypeParameterDeclaration + | TSTypeParameter; +export type TSTypeElement = + | TSCallSignatureDeclaration + | TSConstructSignatureDeclaration + | TSPropertySignature + | TSMethodSignature + | TSIndexSignature; +export type TSType = + | TSAnyKeyword + | TSBooleanKeyword + | TSBigIntKeyword + | TSIntrinsicKeyword + | TSNeverKeyword + | TSNullKeyword + | TSNumberKeyword + | TSObjectKeyword + | TSStringKeyword + | TSSymbolKeyword + | TSUndefinedKeyword + | TSUnknownKeyword + | TSVoidKeyword + | TSThisType + | TSFunctionType + | TSConstructorType + | TSTypeReference + | TSTypePredicate + | TSTypeQuery + | TSTypeLiteral + | TSArrayType + | TSTupleType + | TSOptionalType + | TSRestType + | TSUnionType + | TSIntersectionType + | TSConditionalType + | TSInferType + | TSParenthesizedType + | TSTypeOperator + | TSIndexedAccessType + | TSMappedType + | TSLiteralType + | TSExpressionWithTypeArguments + | TSImportType; +export type TSBaseType = + | TSAnyKeyword + | TSBooleanKeyword + | TSBigIntKeyword + | TSIntrinsicKeyword + | TSNeverKeyword + | TSNullKeyword + | TSNumberKeyword + | TSObjectKeyword + | TSStringKeyword + | TSSymbolKeyword + | TSUndefinedKeyword + | TSUnknownKeyword + | TSVoidKeyword + | TSThisType + | TSLiteralType; export interface Aliases { Standardized: Standardized; @@ -1765,201 +2808,740 @@ export interface Aliases { TSBaseType: TSBaseType; } -export function arrayExpression(elements?: Array): ArrayExpression; -export function assignmentExpression(operator: string, left: LVal, right: Expression): AssignmentExpression; -export function binaryExpression(operator: "+" | "-" | "/" | "%" | "*" | "**" | "&" | "|" | ">>" | ">>>" | "<<" | "^" | "==" | "===" | "!=" | "!==" | "in" | "instanceof" | ">" | "<" | ">=" | "<=" | "|>", left: Expression | PrivateName, right: Expression): BinaryExpression; +export function arrayExpression( + elements?: Array +): ArrayExpression; +export function assignmentExpression( + operator: string, + left: LVal, + right: Expression +): AssignmentExpression; +export function binaryExpression( + operator: + | '+' + | '-' + | '/' + | '%' + | '*' + | '**' + | '&' + | '|' + | '>>' + | '>>>' + | '<<' + | '^' + | '==' + | '===' + | '!=' + | '!==' + | 'in' + | 'instanceof' + | '>' + | '<' + | '>=' + | '<=' + | '|>', + left: Expression | PrivateName, + right: Expression +): BinaryExpression; export function interpreterDirective(value: string): InterpreterDirective; export function directive(value: DirectiveLiteral): Directive; export function directiveLiteral(value: string): DirectiveLiteral; -export function blockStatement(body: Array, directives?: Array): BlockStatement; +export function blockStatement( + body: Array, + directives?: Array +): BlockStatement; export function breakStatement(label?: Identifier | null): BreakStatement; -export function callExpression(callee: Expression | Super | V8IntrinsicIdentifier, _arguments: Array): CallExpression; -export function catchClause(param: Identifier | ArrayPattern | ObjectPattern | null | undefined, body: BlockStatement): CatchClause; -export function conditionalExpression(test: Expression, consequent: Expression, alternate: Expression): ConditionalExpression; +export function callExpression( + callee: Expression | Super | V8IntrinsicIdentifier, + _arguments: Array< + Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder + > +): CallExpression; +export function catchClause( + param: Identifier | ArrayPattern | ObjectPattern | null | undefined, + body: BlockStatement +): CatchClause; +export function conditionalExpression( + test: Expression, + consequent: Expression, + alternate: Expression +): ConditionalExpression; export function continueStatement(label?: Identifier | null): ContinueStatement; export function debuggerStatement(): DebuggerStatement; -export function doWhileStatement(test: Expression, body: Statement): DoWhileStatement; +export function doWhileStatement( + test: Expression, + body: Statement +): DoWhileStatement; export function emptyStatement(): EmptyStatement; -export function expressionStatement(expression: Expression): ExpressionStatement; -export function file(program: Program, comments?: Array | null, tokens?: Array | null): File; -export function forInStatement(left: VariableDeclaration | LVal, right: Expression, body: Statement): ForInStatement; -export function forStatement(init: VariableDeclaration | Expression | null | undefined, test: Expression | null | undefined, update: Expression | null | undefined, body: Statement): ForStatement; -export function functionDeclaration(id: Identifier | null | undefined, params: Array, body: BlockStatement, generator?: boolean, async?: boolean): FunctionDeclaration; -export function functionExpression(id: Identifier | null | undefined, params: Array, body: BlockStatement, generator?: boolean, async?: boolean): FunctionExpression; +export function expressionStatement( + expression: Expression +): ExpressionStatement; +export function file( + program: Program, + comments?: Array | null, + tokens?: Array | null +): File; +export function forInStatement( + left: VariableDeclaration | LVal, + right: Expression, + body: Statement +): ForInStatement; +export function forStatement( + init: VariableDeclaration | Expression | null | undefined, + test: Expression | null | undefined, + update: Expression | null | undefined, + body: Statement +): ForStatement; +export function functionDeclaration( + id: Identifier | null | undefined, + params: Array, + body: BlockStatement, + generator?: boolean, + async?: boolean +): FunctionDeclaration; +export function functionExpression( + id: Identifier | null | undefined, + params: Array, + body: BlockStatement, + generator?: boolean, + async?: boolean +): FunctionExpression; export function identifier(name: string): Identifier; -export function ifStatement(test: Expression, consequent: Statement, alternate?: Statement | null): IfStatement; -export function labeledStatement(label: Identifier, body: Statement): LabeledStatement; +export function ifStatement( + test: Expression, + consequent: Statement, + alternate?: Statement | null +): IfStatement; +export function labeledStatement( + label: Identifier, + body: Statement +): LabeledStatement; export function stringLiteral(value: string): StringLiteral; export function numericLiteral(value: number): NumericLiteral; export function nullLiteral(): NullLiteral; export function booleanLiteral(value: boolean): BooleanLiteral; export function regExpLiteral(pattern: string, flags?: string): RegExpLiteral; -export function logicalExpression(operator: "||" | "&&" | "??", left: Expression, right: Expression): LogicalExpression; -export function memberExpression(object: Expression | Super, property: Expression | Identifier | PrivateName, computed?: boolean, optional?: true | false | null): MemberExpression; -export function newExpression(callee: Expression | Super | V8IntrinsicIdentifier, _arguments: Array): NewExpression; -export function program(body: Array, directives?: Array, sourceType?: "script" | "module", interpreter?: InterpreterDirective | null): Program; -export function objectExpression(properties: Array): ObjectExpression; -export function objectMethod(kind: "method" | "get" | "set" | undefined, key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral, params: Array, body: BlockStatement, computed?: boolean, generator?: boolean, async?: boolean): ObjectMethod; -export function objectProperty(key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral | DecimalLiteral | PrivateName, value: Expression | PatternLike, computed?: boolean, shorthand?: boolean, decorators?: Array | null): ObjectProperty; +export function logicalExpression( + operator: '||' | '&&' | '??', + left: Expression, + right: Expression +): LogicalExpression; +export function memberExpression( + object: Expression | Super, + property: Expression | Identifier | PrivateName, + computed?: boolean, + optional?: true | false | null +): MemberExpression; +export function newExpression( + callee: Expression | Super | V8IntrinsicIdentifier, + _arguments: Array< + Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder + > +): NewExpression; +export function program( + body: Array, + directives?: Array, + sourceType?: 'script' | 'module', + interpreter?: InterpreterDirective | null +): Program; +export function objectExpression( + properties: Array +): ObjectExpression; +export function objectMethod( + kind: 'method' | 'get' | 'set' | undefined, + key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral, + params: Array, + body: BlockStatement, + computed?: boolean, + generator?: boolean, + async?: boolean +): ObjectMethod; +export function objectProperty( + key: + | Expression + | Identifier + | StringLiteral + | NumericLiteral + | BigIntLiteral + | DecimalLiteral + | PrivateName, + value: Expression | PatternLike, + computed?: boolean, + shorthand?: boolean, + decorators?: Array | null +): ObjectProperty; export function restElement(argument: LVal): RestElement; export function returnStatement(argument?: Expression | null): ReturnStatement; -export function sequenceExpression(expressions: Array): SequenceExpression; -export function parenthesizedExpression(expression: Expression): ParenthesizedExpression; -export function switchCase(test: Expression | null | undefined, consequent: Array): SwitchCase; -export function switchStatement(discriminant: Expression, cases: Array): SwitchStatement; +export function sequenceExpression( + expressions: Array +): SequenceExpression; +export function parenthesizedExpression( + expression: Expression +): ParenthesizedExpression; +export function switchCase( + test: Expression | null | undefined, + consequent: Array +): SwitchCase; +export function switchStatement( + discriminant: Expression, + cases: Array +): SwitchStatement; export function thisExpression(): ThisExpression; export function throwStatement(argument: Expression): ThrowStatement; -export function tryStatement(block: BlockStatement, handler?: CatchClause | null, finalizer?: BlockStatement | null): TryStatement; -export function unaryExpression(operator: "void" | "throw" | "delete" | "!" | "+" | "-" | "~" | "typeof", argument: Expression, prefix?: boolean): UnaryExpression; -export function updateExpression(operator: "++" | "--", argument: Expression, prefix?: boolean): UpdateExpression; -export function variableDeclaration(kind: "var" | "let" | "const", declarations: Array): VariableDeclaration; -export function variableDeclarator(id: LVal, init?: Expression | null): VariableDeclarator; -export function whileStatement(test: Expression, body: Statement): WhileStatement; -export function withStatement(object: Expression, body: Statement): WithStatement; -export function assignmentPattern(left: Identifier | ObjectPattern | ArrayPattern | MemberExpression | TSAsExpression | TSTypeAssertion | TSNonNullExpression, right: Expression): AssignmentPattern; -export function arrayPattern(elements: Array): ArrayPattern; -export function arrowFunctionExpression(params: Array, body: BlockStatement | Expression, async?: boolean): ArrowFunctionExpression; -export function classBody(body: Array): ClassBody; -export function classExpression(id: Identifier | null | undefined, superClass: Expression | null | undefined, body: ClassBody, decorators?: Array | null): ClassExpression; -export function classDeclaration(id: Identifier, superClass: Expression | null | undefined, body: ClassBody, decorators?: Array | null): ClassDeclaration; -export function exportAllDeclaration(source: StringLiteral): ExportAllDeclaration; -export function exportDefaultDeclaration(declaration: TSDeclareFunction | FunctionDeclaration | ClassDeclaration | Expression): ExportDefaultDeclaration; -export function exportNamedDeclaration(declaration?: Declaration | null, specifiers?: Array, source?: StringLiteral | null): ExportNamedDeclaration; -export function exportSpecifier(local: Identifier, exported: Identifier | StringLiteral): ExportSpecifier; -export function forOfStatement(left: VariableDeclaration | LVal, right: Expression, body: Statement, _await?: boolean): ForOfStatement; -export function importDeclaration(specifiers: Array, source: StringLiteral): ImportDeclaration; -export function importDefaultSpecifier(local: Identifier): ImportDefaultSpecifier; -export function importNamespaceSpecifier(local: Identifier): ImportNamespaceSpecifier; -export function importSpecifier(local: Identifier, imported: Identifier | StringLiteral): ImportSpecifier; -export function metaProperty(meta: Identifier, property: Identifier): MetaProperty; -export function classMethod(kind: "get" | "set" | "method" | "constructor" | undefined, key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, params: Array, body: BlockStatement, computed?: boolean, _static?: boolean, generator?: boolean, async?: boolean): ClassMethod; -export function objectPattern(properties: Array): ObjectPattern; +export function tryStatement( + block: BlockStatement, + handler?: CatchClause | null, + finalizer?: BlockStatement | null +): TryStatement; +export function unaryExpression( + operator: 'void' | 'throw' | 'delete' | '!' | '+' | '-' | '~' | 'typeof', + argument: Expression, + prefix?: boolean +): UnaryExpression; +export function updateExpression( + operator: '++' | '--', + argument: Expression, + prefix?: boolean +): UpdateExpression; +export function variableDeclaration( + kind: 'var' | 'let' | 'const', + declarations: Array +): VariableDeclaration; +export function variableDeclarator( + id: LVal, + init?: Expression | null +): VariableDeclarator; +export function whileStatement( + test: Expression, + body: Statement +): WhileStatement; +export function withStatement( + object: Expression, + body: Statement +): WithStatement; +export function assignmentPattern( + left: + | Identifier + | ObjectPattern + | ArrayPattern + | MemberExpression + | TSAsExpression + | TSTypeAssertion + | TSNonNullExpression, + right: Expression +): AssignmentPattern; +export function arrayPattern( + elements: Array +): ArrayPattern; +export function arrowFunctionExpression( + params: Array, + body: BlockStatement | Expression, + async?: boolean +): ArrowFunctionExpression; +export function classBody( + body: Array< + | ClassMethod + | ClassPrivateMethod + | ClassProperty + | ClassPrivateProperty + | ClassAccessorProperty + | TSDeclareMethod + | TSIndexSignature + | StaticBlock + > +): ClassBody; +export function classExpression( + id: Identifier | null | undefined, + superClass: Expression | null | undefined, + body: ClassBody, + decorators?: Array | null +): ClassExpression; +export function classDeclaration( + id: Identifier, + superClass: Expression | null | undefined, + body: ClassBody, + decorators?: Array | null +): ClassDeclaration; +export function exportAllDeclaration( + source: StringLiteral +): ExportAllDeclaration; +export function exportDefaultDeclaration( + declaration: + | TSDeclareFunction + | FunctionDeclaration + | ClassDeclaration + | Expression +): ExportDefaultDeclaration; +export function exportNamedDeclaration( + declaration?: Declaration | null, + specifiers?: Array< + ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier + >, + source?: StringLiteral | null +): ExportNamedDeclaration; +export function exportSpecifier( + local: Identifier, + exported: Identifier | StringLiteral +): ExportSpecifier; +export function forOfStatement( + left: VariableDeclaration | LVal, + right: Expression, + body: Statement, + _await?: boolean +): ForOfStatement; +export function importDeclaration( + specifiers: Array< + ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier + >, + source: StringLiteral +): ImportDeclaration; +export function importDefaultSpecifier( + local: Identifier +): ImportDefaultSpecifier; +export function importNamespaceSpecifier( + local: Identifier +): ImportNamespaceSpecifier; +export function importSpecifier( + local: Identifier, + imported: Identifier | StringLiteral +): ImportSpecifier; +export function metaProperty( + meta: Identifier, + property: Identifier +): MetaProperty; +export function classMethod( + kind: 'get' | 'set' | 'method' | 'constructor' | undefined, + key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, + params: Array, + body: BlockStatement, + computed?: boolean, + _static?: boolean, + generator?: boolean, + async?: boolean +): ClassMethod; +export function objectPattern( + properties: Array +): ObjectPattern; export function spreadElement(argument: Expression): SpreadElement; declare function _super(): Super; -export { _super as super} -export function taggedTemplateExpression(tag: Expression, quasi: TemplateLiteral): TaggedTemplateExpression; -export function templateElement(value: { raw: string, cooked?: string }, tail?: boolean): TemplateElement; -export function templateLiteral(quasis: Array, expressions: Array): TemplateLiteral; -export function yieldExpression(argument?: Expression | null, delegate?: boolean): YieldExpression; +export { _super as super }; +export function taggedTemplateExpression( + tag: Expression, + quasi: TemplateLiteral +): TaggedTemplateExpression; +export function templateElement( + value: { raw: string; cooked?: string }, + tail?: boolean +): TemplateElement; +export function templateLiteral( + quasis: Array, + expressions: Array +): TemplateLiteral; +export function yieldExpression( + argument?: Expression | null, + delegate?: boolean +): YieldExpression; export function awaitExpression(argument: Expression): AwaitExpression; declare function _import(): Import; -export { _import as import} +export { _import as import }; export function bigIntLiteral(value: string): BigIntLiteral; -export function exportNamespaceSpecifier(exported: Identifier): ExportNamespaceSpecifier; -export function optionalMemberExpression(object: Expression, property: Expression | Identifier, computed: boolean | undefined, optional: boolean): OptionalMemberExpression; -export function optionalCallExpression(callee: Expression, _arguments: Array, optional: boolean): OptionalCallExpression; -export function classProperty(key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, value?: Expression | null, typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, decorators?: Array | null, computed?: boolean, _static?: boolean): ClassProperty; -export function classAccessorProperty(key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression | PrivateName, value?: Expression | null, typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, decorators?: Array | null, computed?: boolean, _static?: boolean): ClassAccessorProperty; -export function classPrivateProperty(key: PrivateName, value?: Expression | null, decorators?: Array | null, _static?: boolean): ClassPrivateProperty; -export function classPrivateMethod(kind: "get" | "set" | "method" | undefined, key: PrivateName, params: Array, body: BlockStatement, _static?: boolean): ClassPrivateMethod; +export function exportNamespaceSpecifier( + exported: Identifier +): ExportNamespaceSpecifier; +export function optionalMemberExpression( + object: Expression, + property: Expression | Identifier, + computed: boolean | undefined, + optional: boolean +): OptionalMemberExpression; +export function optionalCallExpression( + callee: Expression, + _arguments: Array< + Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder + >, + optional: boolean +): OptionalCallExpression; +export function classProperty( + key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, + value?: Expression | null, + typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, + decorators?: Array | null, + computed?: boolean, + _static?: boolean +): ClassProperty; +export function classAccessorProperty( + key: + | Identifier + | StringLiteral + | NumericLiteral + | BigIntLiteral + | Expression + | PrivateName, + value?: Expression | null, + typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, + decorators?: Array | null, + computed?: boolean, + _static?: boolean +): ClassAccessorProperty; +export function classPrivateProperty( + key: PrivateName, + value?: Expression | null, + decorators?: Array | null, + _static?: boolean +): ClassPrivateProperty; +export function classPrivateMethod( + kind: 'get' | 'set' | 'method' | undefined, + key: PrivateName, + params: Array, + body: BlockStatement, + _static?: boolean +): ClassPrivateMethod; export function privateName(id: Identifier): PrivateName; export function staticBlock(body: Array): StaticBlock; export function anyTypeAnnotation(): AnyTypeAnnotation; export function arrayTypeAnnotation(elementType: FlowType): ArrayTypeAnnotation; export function booleanTypeAnnotation(): BooleanTypeAnnotation; -export function booleanLiteralTypeAnnotation(value: boolean): BooleanLiteralTypeAnnotation; +export function booleanLiteralTypeAnnotation( + value: boolean +): BooleanLiteralTypeAnnotation; export function nullLiteralTypeAnnotation(): NullLiteralTypeAnnotation; -export function classImplements(id: Identifier, typeParameters?: TypeParameterInstantiation | null): ClassImplements; -export function declareClass(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array | null | undefined, body: ObjectTypeAnnotation): DeclareClass; +export function classImplements( + id: Identifier, + typeParameters?: TypeParameterInstantiation | null +): ClassImplements; +export function declareClass( + id: Identifier, + typeParameters: TypeParameterDeclaration | null | undefined, + _extends: Array | null | undefined, + body: ObjectTypeAnnotation +): DeclareClass; export function declareFunction(id: Identifier): DeclareFunction; -export function declareInterface(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array | null | undefined, body: ObjectTypeAnnotation): DeclareInterface; -export function declareModule(id: Identifier | StringLiteral, body: BlockStatement, kind?: "CommonJS" | "ES" | null): DeclareModule; -export function declareModuleExports(typeAnnotation: TypeAnnotation): DeclareModuleExports; -export function declareTypeAlias(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, right: FlowType): DeclareTypeAlias; -export function declareOpaqueType(id: Identifier, typeParameters?: TypeParameterDeclaration | null, supertype?: FlowType | null): DeclareOpaqueType; +export function declareInterface( + id: Identifier, + typeParameters: TypeParameterDeclaration | null | undefined, + _extends: Array | null | undefined, + body: ObjectTypeAnnotation +): DeclareInterface; +export function declareModule( + id: Identifier | StringLiteral, + body: BlockStatement, + kind?: 'CommonJS' | 'ES' | null +): DeclareModule; +export function declareModuleExports( + typeAnnotation: TypeAnnotation +): DeclareModuleExports; +export function declareTypeAlias( + id: Identifier, + typeParameters: TypeParameterDeclaration | null | undefined, + right: FlowType +): DeclareTypeAlias; +export function declareOpaqueType( + id: Identifier, + typeParameters?: TypeParameterDeclaration | null, + supertype?: FlowType | null +): DeclareOpaqueType; export function declareVariable(id: Identifier): DeclareVariable; -export function declareExportDeclaration(declaration?: Flow | null, specifiers?: Array | null, source?: StringLiteral | null): DeclareExportDeclaration; -export function declareExportAllDeclaration(source: StringLiteral): DeclareExportAllDeclaration; +export function declareExportDeclaration( + declaration?: Flow | null, + specifiers?: Array | null, + source?: StringLiteral | null +): DeclareExportDeclaration; +export function declareExportAllDeclaration( + source: StringLiteral +): DeclareExportAllDeclaration; export function declaredPredicate(value: Flow): DeclaredPredicate; export function existsTypeAnnotation(): ExistsTypeAnnotation; -export function functionTypeAnnotation(typeParameters: TypeParameterDeclaration | null | undefined, params: Array, rest: FunctionTypeParam | null | undefined, returnType: FlowType): FunctionTypeAnnotation; -export function functionTypeParam(name: Identifier | null | undefined, typeAnnotation: FlowType): FunctionTypeParam; -export function genericTypeAnnotation(id: Identifier | QualifiedTypeIdentifier, typeParameters?: TypeParameterInstantiation | null): GenericTypeAnnotation; +export function functionTypeAnnotation( + typeParameters: TypeParameterDeclaration | null | undefined, + params: Array, + rest: FunctionTypeParam | null | undefined, + returnType: FlowType +): FunctionTypeAnnotation; +export function functionTypeParam( + name: Identifier | null | undefined, + typeAnnotation: FlowType +): FunctionTypeParam; +export function genericTypeAnnotation( + id: Identifier | QualifiedTypeIdentifier, + typeParameters?: TypeParameterInstantiation | null +): GenericTypeAnnotation; export function inferredPredicate(): InferredPredicate; -export function interfaceExtends(id: Identifier | QualifiedTypeIdentifier, typeParameters?: TypeParameterInstantiation | null): InterfaceExtends; -export function interfaceDeclaration(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array | null | undefined, body: ObjectTypeAnnotation): InterfaceDeclaration; -export function interfaceTypeAnnotation(_extends: Array | null | undefined, body: ObjectTypeAnnotation): InterfaceTypeAnnotation; -export function intersectionTypeAnnotation(types: Array): IntersectionTypeAnnotation; +export function interfaceExtends( + id: Identifier | QualifiedTypeIdentifier, + typeParameters?: TypeParameterInstantiation | null +): InterfaceExtends; +export function interfaceDeclaration( + id: Identifier, + typeParameters: TypeParameterDeclaration | null | undefined, + _extends: Array | null | undefined, + body: ObjectTypeAnnotation +): InterfaceDeclaration; +export function interfaceTypeAnnotation( + _extends: Array | null | undefined, + body: ObjectTypeAnnotation +): InterfaceTypeAnnotation; +export function intersectionTypeAnnotation( + types: Array +): IntersectionTypeAnnotation; export function mixedTypeAnnotation(): MixedTypeAnnotation; export function emptyTypeAnnotation(): EmptyTypeAnnotation; -export function nullableTypeAnnotation(typeAnnotation: FlowType): NullableTypeAnnotation; -export function numberLiteralTypeAnnotation(value: number): NumberLiteralTypeAnnotation; +export function nullableTypeAnnotation( + typeAnnotation: FlowType +): NullableTypeAnnotation; +export function numberLiteralTypeAnnotation( + value: number +): NumberLiteralTypeAnnotation; export function numberTypeAnnotation(): NumberTypeAnnotation; -export function objectTypeAnnotation(properties: Array, indexers?: Array, callProperties?: Array, internalSlots?: Array, exact?: boolean): ObjectTypeAnnotation; -export function objectTypeInternalSlot(id: Identifier, value: FlowType, optional: boolean, _static: boolean, method: boolean): ObjectTypeInternalSlot; +export function objectTypeAnnotation( + properties: Array, + indexers?: Array, + callProperties?: Array, + internalSlots?: Array, + exact?: boolean +): ObjectTypeAnnotation; +export function objectTypeInternalSlot( + id: Identifier, + value: FlowType, + optional: boolean, + _static: boolean, + method: boolean +): ObjectTypeInternalSlot; export function objectTypeCallProperty(value: FlowType): ObjectTypeCallProperty; -export function objectTypeIndexer(id: Identifier | null | undefined, key: FlowType, value: FlowType, variance?: Variance | null): ObjectTypeIndexer; -export function objectTypeProperty(key: Identifier | StringLiteral, value: FlowType, variance?: Variance | null): ObjectTypeProperty; -export function objectTypeSpreadProperty(argument: FlowType): ObjectTypeSpreadProperty; -export function opaqueType(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, supertype: FlowType | null | undefined, impltype: FlowType): OpaqueType; -export function qualifiedTypeIdentifier(id: Identifier, qualification: Identifier | QualifiedTypeIdentifier): QualifiedTypeIdentifier; -export function stringLiteralTypeAnnotation(value: string): StringLiteralTypeAnnotation; +export function objectTypeIndexer( + id: Identifier | null | undefined, + key: FlowType, + value: FlowType, + variance?: Variance | null +): ObjectTypeIndexer; +export function objectTypeProperty( + key: Identifier | StringLiteral, + value: FlowType, + variance?: Variance | null +): ObjectTypeProperty; +export function objectTypeSpreadProperty( + argument: FlowType +): ObjectTypeSpreadProperty; +export function opaqueType( + id: Identifier, + typeParameters: TypeParameterDeclaration | null | undefined, + supertype: FlowType | null | undefined, + impltype: FlowType +): OpaqueType; +export function qualifiedTypeIdentifier( + id: Identifier, + qualification: Identifier | QualifiedTypeIdentifier +): QualifiedTypeIdentifier; +export function stringLiteralTypeAnnotation( + value: string +): StringLiteralTypeAnnotation; export function stringTypeAnnotation(): StringTypeAnnotation; export function symbolTypeAnnotation(): SymbolTypeAnnotation; export function thisTypeAnnotation(): ThisTypeAnnotation; -export function tupleTypeAnnotation(types: Array): TupleTypeAnnotation; +export function tupleTypeAnnotation( + types: Array +): TupleTypeAnnotation; export function typeofTypeAnnotation(argument: FlowType): TypeofTypeAnnotation; -export function typeAlias(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, right: FlowType): TypeAlias; +export function typeAlias( + id: Identifier, + typeParameters: TypeParameterDeclaration | null | undefined, + right: FlowType +): TypeAlias; export function typeAnnotation(typeAnnotation: FlowType): TypeAnnotation; -export function typeCastExpression(expression: Expression, typeAnnotation: TypeAnnotation): TypeCastExpression; -export function typeParameter(bound?: TypeAnnotation | null, _default?: FlowType | null, variance?: Variance | null): TypeParameter; -export function typeParameterDeclaration(params: Array): TypeParameterDeclaration; -export function typeParameterInstantiation(params: Array): TypeParameterInstantiation; -export function unionTypeAnnotation(types: Array): UnionTypeAnnotation; -export function variance(kind: "minus" | "plus"): Variance; +export function typeCastExpression( + expression: Expression, + typeAnnotation: TypeAnnotation +): TypeCastExpression; +export function typeParameter( + bound?: TypeAnnotation | null, + _default?: FlowType | null, + variance?: Variance | null +): TypeParameter; +export function typeParameterDeclaration( + params: Array +): TypeParameterDeclaration; +export function typeParameterInstantiation( + params: Array +): TypeParameterInstantiation; +export function unionTypeAnnotation( + types: Array +): UnionTypeAnnotation; +export function variance(kind: 'minus' | 'plus'): Variance; export function voidTypeAnnotation(): VoidTypeAnnotation; -export function enumDeclaration(id: Identifier, body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody): EnumDeclaration; -export function enumBooleanBody(members: Array): EnumBooleanBody; -export function enumNumberBody(members: Array): EnumNumberBody; -export function enumStringBody(members: Array): EnumStringBody; -export function enumSymbolBody(members: Array): EnumSymbolBody; +export function enumDeclaration( + id: Identifier, + body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody +): EnumDeclaration; +export function enumBooleanBody( + members: Array +): EnumBooleanBody; +export function enumNumberBody( + members: Array +): EnumNumberBody; +export function enumStringBody( + members: Array +): EnumStringBody; +export function enumSymbolBody( + members: Array +): EnumSymbolBody; export function enumBooleanMember(id: Identifier): EnumBooleanMember; -export function enumNumberMember(id: Identifier, init: NumericLiteral): EnumNumberMember; -export function enumStringMember(id: Identifier, init: StringLiteral): EnumStringMember; +export function enumNumberMember( + id: Identifier, + init: NumericLiteral +): EnumNumberMember; +export function enumStringMember( + id: Identifier, + init: StringLiteral +): EnumStringMember; export function enumDefaultedMember(id: Identifier): EnumDefaultedMember; -export function indexedAccessType(objectType: FlowType, indexType: FlowType): IndexedAccessType; -export function optionalIndexedAccessType(objectType: FlowType, indexType: FlowType): OptionalIndexedAccessType; -export function jsxAttribute(name: JSXIdentifier | JSXNamespacedName, value?: JSXElement | JSXFragment | StringLiteral | JSXExpressionContainer | null): JSXAttribute; -export function jsxClosingElement(name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName): JSXClosingElement; -export function jsxElement(openingElement: JSXOpeningElement, closingElement: JSXClosingElement | null | undefined, children: Array, selfClosing?: boolean | null): JSXElement; +export function indexedAccessType( + objectType: FlowType, + indexType: FlowType +): IndexedAccessType; +export function optionalIndexedAccessType( + objectType: FlowType, + indexType: FlowType +): OptionalIndexedAccessType; +export function jsxAttribute( + name: JSXIdentifier | JSXNamespacedName, + value?: + | JSXElement + | JSXFragment + | StringLiteral + | JSXExpressionContainer + | null +): JSXAttribute; +export function jsxClosingElement( + name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName +): JSXClosingElement; +export function jsxElement( + openingElement: JSXOpeningElement, + closingElement: JSXClosingElement | null | undefined, + children: Array< + JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment + >, + selfClosing?: boolean | null +): JSXElement; export function jsxEmptyExpression(): JSXEmptyExpression; -export function jsxExpressionContainer(expression: Expression | JSXEmptyExpression): JSXExpressionContainer; +export function jsxExpressionContainer( + expression: Expression | JSXEmptyExpression +): JSXExpressionContainer; export function jsxSpreadChild(expression: Expression): JSXSpreadChild; export function jsxIdentifier(name: string): JSXIdentifier; -export function jsxMemberExpression(object: JSXMemberExpression | JSXIdentifier, property: JSXIdentifier): JSXMemberExpression; -export function jsxNamespacedName(namespace: JSXIdentifier, name: JSXIdentifier): JSXNamespacedName; -export function jsxOpeningElement(name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName, attributes: Array, selfClosing?: boolean): JSXOpeningElement; +export function jsxMemberExpression( + object: JSXMemberExpression | JSXIdentifier, + property: JSXIdentifier +): JSXMemberExpression; +export function jsxNamespacedName( + namespace: JSXIdentifier, + name: JSXIdentifier +): JSXNamespacedName; +export function jsxOpeningElement( + name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName, + attributes: Array, + selfClosing?: boolean +): JSXOpeningElement; export function jsxSpreadAttribute(argument: Expression): JSXSpreadAttribute; export function jsxText(value: string): JSXText; -export function jsxFragment(openingFragment: JSXOpeningFragment, closingFragment: JSXClosingFragment, children: Array): JSXFragment; +export function jsxFragment( + openingFragment: JSXOpeningFragment, + closingFragment: JSXClosingFragment, + children: Array< + JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment + > +): JSXFragment; export function jsxOpeningFragment(): JSXOpeningFragment; export function jsxClosingFragment(): JSXClosingFragment; export function noop(): Noop; -export function placeholder(expectedNode: "Identifier" | "StringLiteral" | "Expression" | "Statement" | "Declaration" | "BlockStatement" | "ClassBody" | "Pattern", name: Identifier): Placeholder; +export function placeholder( + expectedNode: + | 'Identifier' + | 'StringLiteral' + | 'Expression' + | 'Statement' + | 'Declaration' + | 'BlockStatement' + | 'ClassBody' + | 'Pattern', + name: Identifier +): Placeholder; export function v8IntrinsicIdentifier(name: string): V8IntrinsicIdentifier; export function argumentPlaceholder(): ArgumentPlaceholder; -export function bindExpression(object: Expression, callee: Expression): BindExpression; -export function importAttribute(key: Identifier | StringLiteral, value: StringLiteral): ImportAttribute; +export function bindExpression( + object: Expression, + callee: Expression +): BindExpression; +export function importAttribute( + key: Identifier | StringLiteral, + value: StringLiteral +): ImportAttribute; export function decorator(expression: Expression): Decorator; -export function doExpression(body: BlockStatement, async?: boolean): DoExpression; -export function exportDefaultSpecifier(exported: Identifier): ExportDefaultSpecifier; -export function recordExpression(properties: Array): RecordExpression; -export function tupleExpression(elements?: Array): TupleExpression; +export function doExpression( + body: BlockStatement, + async?: boolean +): DoExpression; +export function exportDefaultSpecifier( + exported: Identifier +): ExportDefaultSpecifier; +export function recordExpression( + properties: Array +): RecordExpression; +export function tupleExpression( + elements?: Array +): TupleExpression; export function decimalLiteral(value: string): DecimalLiteral; export function moduleExpression(body: Program): ModuleExpression; export function topicReference(): TopicReference; -export function pipelineTopicExpression(expression: Expression): PipelineTopicExpression; +export function pipelineTopicExpression( + expression: Expression +): PipelineTopicExpression; export function pipelineBareFunction(callee: Expression): PipelineBareFunction; export function pipelinePrimaryTopicReference(): PipelinePrimaryTopicReference; -export function tsParameterProperty(parameter: Identifier | AssignmentPattern): TSParameterProperty; -export function tsDeclareFunction(id: Identifier | null | undefined, typeParameters: TSTypeParameterDeclaration | Noop | null | undefined, params: Array, returnType?: TSTypeAnnotation | Noop | null): TSDeclareFunction; -export function tsDeclareMethod(decorators: Array | null | undefined, key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, typeParameters: TSTypeParameterDeclaration | Noop | null | undefined, params: Array, returnType?: TSTypeAnnotation | Noop | null): TSDeclareMethod; -export function tsQualifiedName(left: TSEntityName, right: Identifier): TSQualifiedName; -export function tsCallSignatureDeclaration(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array, typeAnnotation?: TSTypeAnnotation | null): TSCallSignatureDeclaration; -export function tsConstructSignatureDeclaration(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array, typeAnnotation?: TSTypeAnnotation | null): TSConstructSignatureDeclaration; -export function tsPropertySignature(key: Expression, typeAnnotation?: TSTypeAnnotation | null, initializer?: Expression | null): TSPropertySignature; -export function tsMethodSignature(key: Expression, typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array, typeAnnotation?: TSTypeAnnotation | null): TSMethodSignature; -export function tsIndexSignature(parameters: Array, typeAnnotation?: TSTypeAnnotation | null): TSIndexSignature; +export function tsParameterProperty( + parameter: Identifier | AssignmentPattern +): TSParameterProperty; +export function tsDeclareFunction( + id: Identifier | null | undefined, + typeParameters: TSTypeParameterDeclaration | Noop | null | undefined, + params: Array, + returnType?: TSTypeAnnotation | Noop | null +): TSDeclareFunction; +export function tsDeclareMethod( + decorators: Array | null | undefined, + key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, + typeParameters: TSTypeParameterDeclaration | Noop | null | undefined, + params: Array, + returnType?: TSTypeAnnotation | Noop | null +): TSDeclareMethod; +export function tsQualifiedName( + left: TSEntityName, + right: Identifier +): TSQualifiedName; +export function tsCallSignatureDeclaration( + typeParameters: TSTypeParameterDeclaration | null | undefined, + parameters: Array, + typeAnnotation?: TSTypeAnnotation | null +): TSCallSignatureDeclaration; +export function tsConstructSignatureDeclaration( + typeParameters: TSTypeParameterDeclaration | null | undefined, + parameters: Array, + typeAnnotation?: TSTypeAnnotation | null +): TSConstructSignatureDeclaration; +export function tsPropertySignature( + key: Expression, + typeAnnotation?: TSTypeAnnotation | null, + initializer?: Expression | null +): TSPropertySignature; +export function tsMethodSignature( + key: Expression, + typeParameters: TSTypeParameterDeclaration | null | undefined, + parameters: Array, + typeAnnotation?: TSTypeAnnotation | null +): TSMethodSignature; +export function tsIndexSignature( + parameters: Array, + typeAnnotation?: TSTypeAnnotation | null +): TSIndexSignature; export function tsAnyKeyword(): TSAnyKeyword; export function tsBooleanKeyword(): TSBooleanKeyword; export function tsBigIntKeyword(): TSBigIntKeyword; @@ -1974,709 +3556,2717 @@ export function tsUndefinedKeyword(): TSUndefinedKeyword; export function tsUnknownKeyword(): TSUnknownKeyword; export function tsVoidKeyword(): TSVoidKeyword; export function tsThisType(): TSThisType; -export function tsFunctionType(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array, typeAnnotation?: TSTypeAnnotation | null): TSFunctionType; -export function tsConstructorType(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array, typeAnnotation?: TSTypeAnnotation | null): TSConstructorType; -export function tsTypeReference(typeName: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSTypeReference; -export function tsTypePredicate(parameterName: Identifier | TSThisType, typeAnnotation?: TSTypeAnnotation | null, asserts?: boolean | null): TSTypePredicate; -export function tsTypeQuery(exprName: TSEntityName | TSImportType, typeParameters?: TSTypeParameterInstantiation | null): TSTypeQuery; +export function tsFunctionType( + typeParameters: TSTypeParameterDeclaration | null | undefined, + parameters: Array, + typeAnnotation?: TSTypeAnnotation | null +): TSFunctionType; +export function tsConstructorType( + typeParameters: TSTypeParameterDeclaration | null | undefined, + parameters: Array, + typeAnnotation?: TSTypeAnnotation | null +): TSConstructorType; +export function tsTypeReference( + typeName: TSEntityName, + typeParameters?: TSTypeParameterInstantiation | null +): TSTypeReference; +export function tsTypePredicate( + parameterName: Identifier | TSThisType, + typeAnnotation?: TSTypeAnnotation | null, + asserts?: boolean | null +): TSTypePredicate; +export function tsTypeQuery( + exprName: TSEntityName | TSImportType, + typeParameters?: TSTypeParameterInstantiation | null +): TSTypeQuery; export function tsTypeLiteral(members: Array): TSTypeLiteral; export function tsArrayType(elementType: TSType): TSArrayType; -export function tsTupleType(elementTypes: Array): TSTupleType; +export function tsTupleType( + elementTypes: Array +): TSTupleType; export function tsOptionalType(typeAnnotation: TSType): TSOptionalType; export function tsRestType(typeAnnotation: TSType): TSRestType; -export function tsNamedTupleMember(label: Identifier, elementType: TSType, optional?: boolean): TSNamedTupleMember; +export function tsNamedTupleMember( + label: Identifier, + elementType: TSType, + optional?: boolean +): TSNamedTupleMember; export function tsUnionType(types: Array): TSUnionType; export function tsIntersectionType(types: Array): TSIntersectionType; -export function tsConditionalType(checkType: TSType, extendsType: TSType, trueType: TSType, falseType: TSType): TSConditionalType; +export function tsConditionalType( + checkType: TSType, + extendsType: TSType, + trueType: TSType, + falseType: TSType +): TSConditionalType; export function tsInferType(typeParameter: TSTypeParameter): TSInferType; -export function tsParenthesizedType(typeAnnotation: TSType): TSParenthesizedType; +export function tsParenthesizedType( + typeAnnotation: TSType +): TSParenthesizedType; export function tsTypeOperator(typeAnnotation: TSType): TSTypeOperator; -export function tsIndexedAccessType(objectType: TSType, indexType: TSType): TSIndexedAccessType; -export function tsMappedType(typeParameter: TSTypeParameter, typeAnnotation?: TSType | null, nameType?: TSType | null): TSMappedType; -export function tsLiteralType(literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression): TSLiteralType; -export function tsExpressionWithTypeArguments(expression: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSExpressionWithTypeArguments; -export function tsInterfaceDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, _extends: Array | null | undefined, body: TSInterfaceBody): TSInterfaceDeclaration; +export function tsIndexedAccessType( + objectType: TSType, + indexType: TSType +): TSIndexedAccessType; +export function tsMappedType( + typeParameter: TSTypeParameter, + typeAnnotation?: TSType | null, + nameType?: TSType | null +): TSMappedType; +export function tsLiteralType( + literal: + | NumericLiteral + | StringLiteral + | BooleanLiteral + | BigIntLiteral + | TemplateLiteral + | UnaryExpression +): TSLiteralType; +export function tsExpressionWithTypeArguments( + expression: TSEntityName, + typeParameters?: TSTypeParameterInstantiation | null +): TSExpressionWithTypeArguments; +export function tsInterfaceDeclaration( + id: Identifier, + typeParameters: TSTypeParameterDeclaration | null | undefined, + _extends: Array | null | undefined, + body: TSInterfaceBody +): TSInterfaceDeclaration; export function tsInterfaceBody(body: Array): TSInterfaceBody; -export function tsTypeAliasDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, typeAnnotation: TSType): TSTypeAliasDeclaration; -export function tsInstantiationExpression(expression: Expression, typeParameters?: TSTypeParameterInstantiation | null): TSInstantiationExpression; -export function tsAsExpression(expression: Expression, typeAnnotation: TSType): TSAsExpression; -export function tsTypeAssertion(typeAnnotation: TSType, expression: Expression): TSTypeAssertion; -export function tsEnumDeclaration(id: Identifier, members: Array): TSEnumDeclaration; -export function tsEnumMember(id: Identifier | StringLiteral, initializer?: Expression | null): TSEnumMember; -export function tsModuleDeclaration(id: Identifier | StringLiteral, body: TSModuleBlock | TSModuleDeclaration): TSModuleDeclaration; +export function tsTypeAliasDeclaration( + id: Identifier, + typeParameters: TSTypeParameterDeclaration | null | undefined, + typeAnnotation: TSType +): TSTypeAliasDeclaration; +export function tsInstantiationExpression( + expression: Expression, + typeParameters?: TSTypeParameterInstantiation | null +): TSInstantiationExpression; +export function tsAsExpression( + expression: Expression, + typeAnnotation: TSType +): TSAsExpression; +export function tsTypeAssertion( + typeAnnotation: TSType, + expression: Expression +): TSTypeAssertion; +export function tsEnumDeclaration( + id: Identifier, + members: Array +): TSEnumDeclaration; +export function tsEnumMember( + id: Identifier | StringLiteral, + initializer?: Expression | null +): TSEnumMember; +export function tsModuleDeclaration( + id: Identifier | StringLiteral, + body: TSModuleBlock | TSModuleDeclaration +): TSModuleDeclaration; export function tsModuleBlock(body: Array): TSModuleBlock; -export function tsImportType(argument: StringLiteral, qualifier?: TSEntityName | null, typeParameters?: TSTypeParameterInstantiation | null): TSImportType; -export function tsImportEqualsDeclaration(id: Identifier, moduleReference: TSEntityName | TSExternalModuleReference): TSImportEqualsDeclaration; -export function tsExternalModuleReference(expression: StringLiteral): TSExternalModuleReference; -export function tsNonNullExpression(expression: Expression): TSNonNullExpression; +export function tsImportType( + argument: StringLiteral, + qualifier?: TSEntityName | null, + typeParameters?: TSTypeParameterInstantiation | null +): TSImportType; +export function tsImportEqualsDeclaration( + id: Identifier, + moduleReference: TSEntityName | TSExternalModuleReference +): TSImportEqualsDeclaration; +export function tsExternalModuleReference( + expression: StringLiteral +): TSExternalModuleReference; +export function tsNonNullExpression( + expression: Expression +): TSNonNullExpression; export function tsExportAssignment(expression: Expression): TSExportAssignment; -export function tsNamespaceExportDeclaration(id: Identifier): TSNamespaceExportDeclaration; +export function tsNamespaceExportDeclaration( + id: Identifier +): TSNamespaceExportDeclaration; export function tsTypeAnnotation(typeAnnotation: TSType): TSTypeAnnotation; -export function tsTypeParameterInstantiation(params: Array): TSTypeParameterInstantiation; -export function tsTypeParameterDeclaration(params: Array): TSTypeParameterDeclaration; -export function tsTypeParameter(constraint: TSType | null | undefined, _default: TSType | null | undefined, name: string): TSTypeParameter; -export function isAccessor(node: object | null | undefined, opts?: object | null): node is Accessor; -export function assertAccessor(node: object | null | undefined, opts?: object | null): void; -export function isAnyTypeAnnotation(node: object | null | undefined, opts?: object | null): node is AnyTypeAnnotation; -export function assertAnyTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isArgumentPlaceholder(node: object | null | undefined, opts?: object | null): node is ArgumentPlaceholder; -export function assertArgumentPlaceholder(node: object | null | undefined, opts?: object | null): void; -export function isArrayExpression(node: object | null | undefined, opts?: object | null): node is ArrayExpression; -export function assertArrayExpression(node: object | null | undefined, opts?: object | null): void; -export function isArrayPattern(node: object | null | undefined, opts?: object | null): node is ArrayPattern; -export function assertArrayPattern(node: object | null | undefined, opts?: object | null): void; -export function isArrayTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ArrayTypeAnnotation; -export function assertArrayTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isArrowFunctionExpression(node: object | null | undefined, opts?: object | null): node is ArrowFunctionExpression; -export function assertArrowFunctionExpression(node: object | null | undefined, opts?: object | null): void; -export function isAssignmentExpression(node: object | null | undefined, opts?: object | null): node is AssignmentExpression; -export function assertAssignmentExpression(node: object | null | undefined, opts?: object | null): void; -export function isAssignmentPattern(node: object | null | undefined, opts?: object | null): node is AssignmentPattern; -export function assertAssignmentPattern(node: object | null | undefined, opts?: object | null): void; -export function isAwaitExpression(node: object | null | undefined, opts?: object | null): node is AwaitExpression; -export function assertAwaitExpression(node: object | null | undefined, opts?: object | null): void; -export function isBigIntLiteral(node: object | null | undefined, opts?: object | null): node is BigIntLiteral; -export function assertBigIntLiteral(node: object | null | undefined, opts?: object | null): void; -export function isBinary(node: object | null | undefined, opts?: object | null): node is Binary; -export function assertBinary(node: object | null | undefined, opts?: object | null): void; -export function isBinaryExpression(node: object | null | undefined, opts?: object | null): node is BinaryExpression; -export function assertBinaryExpression(node: object | null | undefined, opts?: object | null): void; -export function isBindExpression(node: object | null | undefined, opts?: object | null): node is BindExpression; -export function assertBindExpression(node: object | null | undefined, opts?: object | null): void; -export function isBlock(node: object | null | undefined, opts?: object | null): node is Block; -export function assertBlock(node: object | null | undefined, opts?: object | null): void; -export function isBlockParent(node: object | null | undefined, opts?: object | null): node is BlockParent; -export function assertBlockParent(node: object | null | undefined, opts?: object | null): void; -export function isBlockStatement(node: object | null | undefined, opts?: object | null): node is BlockStatement; -export function assertBlockStatement(node: object | null | undefined, opts?: object | null): void; -export function isBooleanLiteral(node: object | null | undefined, opts?: object | null): node is BooleanLiteral; -export function assertBooleanLiteral(node: object | null | undefined, opts?: object | null): void; -export function isBooleanLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is BooleanLiteralTypeAnnotation; -export function assertBooleanLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isBooleanTypeAnnotation(node: object | null | undefined, opts?: object | null): node is BooleanTypeAnnotation; -export function assertBooleanTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isBreakStatement(node: object | null | undefined, opts?: object | null): node is BreakStatement; -export function assertBreakStatement(node: object | null | undefined, opts?: object | null): void; -export function isCallExpression(node: object | null | undefined, opts?: object | null): node is CallExpression; -export function assertCallExpression(node: object | null | undefined, opts?: object | null): void; -export function isCatchClause(node: object | null | undefined, opts?: object | null): node is CatchClause; -export function assertCatchClause(node: object | null | undefined, opts?: object | null): void; -export function isClass(node: object | null | undefined, opts?: object | null): node is Class; -export function assertClass(node: object | null | undefined, opts?: object | null): void; -export function isClassAccessorProperty(node: object | null | undefined, opts?: object | null): node is ClassAccessorProperty; -export function assertClassAccessorProperty(node: object | null | undefined, opts?: object | null): void; -export function isClassBody(node: object | null | undefined, opts?: object | null): node is ClassBody; -export function assertClassBody(node: object | null | undefined, opts?: object | null): void; -export function isClassDeclaration(node: object | null | undefined, opts?: object | null): node is ClassDeclaration; -export function assertClassDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isClassExpression(node: object | null | undefined, opts?: object | null): node is ClassExpression; -export function assertClassExpression(node: object | null | undefined, opts?: object | null): void; -export function isClassImplements(node: object | null | undefined, opts?: object | null): node is ClassImplements; -export function assertClassImplements(node: object | null | undefined, opts?: object | null): void; -export function isClassMethod(node: object | null | undefined, opts?: object | null): node is ClassMethod; -export function assertClassMethod(node: object | null | undefined, opts?: object | null): void; -export function isClassPrivateMethod(node: object | null | undefined, opts?: object | null): node is ClassPrivateMethod; -export function assertClassPrivateMethod(node: object | null | undefined, opts?: object | null): void; -export function isClassPrivateProperty(node: object | null | undefined, opts?: object | null): node is ClassPrivateProperty; -export function assertClassPrivateProperty(node: object | null | undefined, opts?: object | null): void; -export function isClassProperty(node: object | null | undefined, opts?: object | null): node is ClassProperty; -export function assertClassProperty(node: object | null | undefined, opts?: object | null): void; -export function isCompletionStatement(node: object | null | undefined, opts?: object | null): node is CompletionStatement; -export function assertCompletionStatement(node: object | null | undefined, opts?: object | null): void; -export function isConditional(node: object | null | undefined, opts?: object | null): node is Conditional; -export function assertConditional(node: object | null | undefined, opts?: object | null): void; -export function isConditionalExpression(node: object | null | undefined, opts?: object | null): node is ConditionalExpression; -export function assertConditionalExpression(node: object | null | undefined, opts?: object | null): void; -export function isContinueStatement(node: object | null | undefined, opts?: object | null): node is ContinueStatement; -export function assertContinueStatement(node: object | null | undefined, opts?: object | null): void; -export function isDebuggerStatement(node: object | null | undefined, opts?: object | null): node is DebuggerStatement; -export function assertDebuggerStatement(node: object | null | undefined, opts?: object | null): void; -export function isDecimalLiteral(node: object | null | undefined, opts?: object | null): node is DecimalLiteral; -export function assertDecimalLiteral(node: object | null | undefined, opts?: object | null): void; -export function isDeclaration(node: object | null | undefined, opts?: object | null): node is Declaration; -export function assertDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isDeclareClass(node: object | null | undefined, opts?: object | null): node is DeclareClass; -export function assertDeclareClass(node: object | null | undefined, opts?: object | null): void; -export function isDeclareExportAllDeclaration(node: object | null | undefined, opts?: object | null): node is DeclareExportAllDeclaration; -export function assertDeclareExportAllDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isDeclareExportDeclaration(node: object | null | undefined, opts?: object | null): node is DeclareExportDeclaration; -export function assertDeclareExportDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isDeclareFunction(node: object | null | undefined, opts?: object | null): node is DeclareFunction; -export function assertDeclareFunction(node: object | null | undefined, opts?: object | null): void; -export function isDeclareInterface(node: object | null | undefined, opts?: object | null): node is DeclareInterface; -export function assertDeclareInterface(node: object | null | undefined, opts?: object | null): void; -export function isDeclareModule(node: object | null | undefined, opts?: object | null): node is DeclareModule; -export function assertDeclareModule(node: object | null | undefined, opts?: object | null): void; -export function isDeclareModuleExports(node: object | null | undefined, opts?: object | null): node is DeclareModuleExports; -export function assertDeclareModuleExports(node: object | null | undefined, opts?: object | null): void; -export function isDeclareOpaqueType(node: object | null | undefined, opts?: object | null): node is DeclareOpaqueType; -export function assertDeclareOpaqueType(node: object | null | undefined, opts?: object | null): void; -export function isDeclareTypeAlias(node: object | null | undefined, opts?: object | null): node is DeclareTypeAlias; -export function assertDeclareTypeAlias(node: object | null | undefined, opts?: object | null): void; -export function isDeclareVariable(node: object | null | undefined, opts?: object | null): node is DeclareVariable; -export function assertDeclareVariable(node: object | null | undefined, opts?: object | null): void; -export function isDeclaredPredicate(node: object | null | undefined, opts?: object | null): node is DeclaredPredicate; -export function assertDeclaredPredicate(node: object | null | undefined, opts?: object | null): void; -export function isDecorator(node: object | null | undefined, opts?: object | null): node is Decorator; -export function assertDecorator(node: object | null | undefined, opts?: object | null): void; -export function isDirective(node: object | null | undefined, opts?: object | null): node is Directive; -export function assertDirective(node: object | null | undefined, opts?: object | null): void; -export function isDirectiveLiteral(node: object | null | undefined, opts?: object | null): node is DirectiveLiteral; -export function assertDirectiveLiteral(node: object | null | undefined, opts?: object | null): void; -export function isDoExpression(node: object | null | undefined, opts?: object | null): node is DoExpression; -export function assertDoExpression(node: object | null | undefined, opts?: object | null): void; -export function isDoWhileStatement(node: object | null | undefined, opts?: object | null): node is DoWhileStatement; -export function assertDoWhileStatement(node: object | null | undefined, opts?: object | null): void; -export function isEmptyStatement(node: object | null | undefined, opts?: object | null): node is EmptyStatement; -export function assertEmptyStatement(node: object | null | undefined, opts?: object | null): void; -export function isEmptyTypeAnnotation(node: object | null | undefined, opts?: object | null): node is EmptyTypeAnnotation; -export function assertEmptyTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isEnumBody(node: object | null | undefined, opts?: object | null): node is EnumBody; -export function assertEnumBody(node: object | null | undefined, opts?: object | null): void; -export function isEnumBooleanBody(node: object | null | undefined, opts?: object | null): node is EnumBooleanBody; -export function assertEnumBooleanBody(node: object | null | undefined, opts?: object | null): void; -export function isEnumBooleanMember(node: object | null | undefined, opts?: object | null): node is EnumBooleanMember; -export function assertEnumBooleanMember(node: object | null | undefined, opts?: object | null): void; -export function isEnumDeclaration(node: object | null | undefined, opts?: object | null): node is EnumDeclaration; -export function assertEnumDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isEnumDefaultedMember(node: object | null | undefined, opts?: object | null): node is EnumDefaultedMember; -export function assertEnumDefaultedMember(node: object | null | undefined, opts?: object | null): void; -export function isEnumMember(node: object | null | undefined, opts?: object | null): node is EnumMember; -export function assertEnumMember(node: object | null | undefined, opts?: object | null): void; -export function isEnumNumberBody(node: object | null | undefined, opts?: object | null): node is EnumNumberBody; -export function assertEnumNumberBody(node: object | null | undefined, opts?: object | null): void; -export function isEnumNumberMember(node: object | null | undefined, opts?: object | null): node is EnumNumberMember; -export function assertEnumNumberMember(node: object | null | undefined, opts?: object | null): void; -export function isEnumStringBody(node: object | null | undefined, opts?: object | null): node is EnumStringBody; -export function assertEnumStringBody(node: object | null | undefined, opts?: object | null): void; -export function isEnumStringMember(node: object | null | undefined, opts?: object | null): node is EnumStringMember; -export function assertEnumStringMember(node: object | null | undefined, opts?: object | null): void; -export function isEnumSymbolBody(node: object | null | undefined, opts?: object | null): node is EnumSymbolBody; -export function assertEnumSymbolBody(node: object | null | undefined, opts?: object | null): void; -export function isExistsTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ExistsTypeAnnotation; -export function assertExistsTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isExportAllDeclaration(node: object | null | undefined, opts?: object | null): node is ExportAllDeclaration; -export function assertExportAllDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isExportDeclaration(node: object | null | undefined, opts?: object | null): node is ExportDeclaration; -export function assertExportDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isExportDefaultDeclaration(node: object | null | undefined, opts?: object | null): node is ExportDefaultDeclaration; -export function assertExportDefaultDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isExportDefaultSpecifier(node: object | null | undefined, opts?: object | null): node is ExportDefaultSpecifier; -export function assertExportDefaultSpecifier(node: object | null | undefined, opts?: object | null): void; -export function isExportNamedDeclaration(node: object | null | undefined, opts?: object | null): node is ExportNamedDeclaration; -export function assertExportNamedDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isExportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): node is ExportNamespaceSpecifier; -export function assertExportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): void; -export function isExportSpecifier(node: object | null | undefined, opts?: object | null): node is ExportSpecifier; -export function assertExportSpecifier(node: object | null | undefined, opts?: object | null): void; -export function isExpression(node: object | null | undefined, opts?: object | null): node is Expression; -export function assertExpression(node: object | null | undefined, opts?: object | null): void; -export function isExpressionStatement(node: object | null | undefined, opts?: object | null): node is ExpressionStatement; -export function assertExpressionStatement(node: object | null | undefined, opts?: object | null): void; -export function isExpressionWrapper(node: object | null | undefined, opts?: object | null): node is ExpressionWrapper; -export function assertExpressionWrapper(node: object | null | undefined, opts?: object | null): void; -export function isFile(node: object | null | undefined, opts?: object | null): node is File; -export function assertFile(node: object | null | undefined, opts?: object | null): void; -export function isFlow(node: object | null | undefined, opts?: object | null): node is Flow; -export function assertFlow(node: object | null | undefined, opts?: object | null): void; -export function isFlowBaseAnnotation(node: object | null | undefined, opts?: object | null): node is FlowBaseAnnotation; -export function assertFlowBaseAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isFlowDeclaration(node: object | null | undefined, opts?: object | null): node is FlowDeclaration; -export function assertFlowDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isFlowPredicate(node: object | null | undefined, opts?: object | null): node is FlowPredicate; -export function assertFlowPredicate(node: object | null | undefined, opts?: object | null): void; -export function isFlowType(node: object | null | undefined, opts?: object | null): node is FlowType; -export function assertFlowType(node: object | null | undefined, opts?: object | null): void; -export function isFor(node: object | null | undefined, opts?: object | null): node is For; -export function assertFor(node: object | null | undefined, opts?: object | null): void; -export function isForInStatement(node: object | null | undefined, opts?: object | null): node is ForInStatement; -export function assertForInStatement(node: object | null | undefined, opts?: object | null): void; -export function isForOfStatement(node: object | null | undefined, opts?: object | null): node is ForOfStatement; -export function assertForOfStatement(node: object | null | undefined, opts?: object | null): void; -export function isForStatement(node: object | null | undefined, opts?: object | null): node is ForStatement; -export function assertForStatement(node: object | null | undefined, opts?: object | null): void; -export function isForXStatement(node: object | null | undefined, opts?: object | null): node is ForXStatement; -export function assertForXStatement(node: object | null | undefined, opts?: object | null): void; -export function isFunction(node: object | null | undefined, opts?: object | null): node is Function; -export function assertFunction(node: object | null | undefined, opts?: object | null): void; -export function isFunctionDeclaration(node: object | null | undefined, opts?: object | null): node is FunctionDeclaration; -export function assertFunctionDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isFunctionExpression(node: object | null | undefined, opts?: object | null): node is FunctionExpression; -export function assertFunctionExpression(node: object | null | undefined, opts?: object | null): void; -export function isFunctionParent(node: object | null | undefined, opts?: object | null): node is FunctionParent; -export function assertFunctionParent(node: object | null | undefined, opts?: object | null): void; -export function isFunctionTypeAnnotation(node: object | null | undefined, opts?: object | null): node is FunctionTypeAnnotation; -export function assertFunctionTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isFunctionTypeParam(node: object | null | undefined, opts?: object | null): node is FunctionTypeParam; -export function assertFunctionTypeParam(node: object | null | undefined, opts?: object | null): void; -export function isGenericTypeAnnotation(node: object | null | undefined, opts?: object | null): node is GenericTypeAnnotation; -export function assertGenericTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isIdentifier(node: object | null | undefined, opts?: object | null): node is Identifier; -export function assertIdentifier(node: object | null | undefined, opts?: object | null): void; -export function isIfStatement(node: object | null | undefined, opts?: object | null): node is IfStatement; -export function assertIfStatement(node: object | null | undefined, opts?: object | null): void; -export function isImmutable(node: object | null | undefined, opts?: object | null): node is Immutable; -export function assertImmutable(node: object | null | undefined, opts?: object | null): void; -export function isImport(node: object | null | undefined, opts?: object | null): node is Import; -export function assertImport(node: object | null | undefined, opts?: object | null): void; -export function isImportAttribute(node: object | null | undefined, opts?: object | null): node is ImportAttribute; -export function assertImportAttribute(node: object | null | undefined, opts?: object | null): void; -export function isImportDeclaration(node: object | null | undefined, opts?: object | null): node is ImportDeclaration; -export function assertImportDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isImportDefaultSpecifier(node: object | null | undefined, opts?: object | null): node is ImportDefaultSpecifier; -export function assertImportDefaultSpecifier(node: object | null | undefined, opts?: object | null): void; -export function isImportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): node is ImportNamespaceSpecifier; -export function assertImportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): void; -export function isImportSpecifier(node: object | null | undefined, opts?: object | null): node is ImportSpecifier; -export function assertImportSpecifier(node: object | null | undefined, opts?: object | null): void; -export function isIndexedAccessType(node: object | null | undefined, opts?: object | null): node is IndexedAccessType; -export function assertIndexedAccessType(node: object | null | undefined, opts?: object | null): void; -export function isInferredPredicate(node: object | null | undefined, opts?: object | null): node is InferredPredicate; -export function assertInferredPredicate(node: object | null | undefined, opts?: object | null): void; -export function isInterfaceDeclaration(node: object | null | undefined, opts?: object | null): node is InterfaceDeclaration; -export function assertInterfaceDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isInterfaceExtends(node: object | null | undefined, opts?: object | null): node is InterfaceExtends; -export function assertInterfaceExtends(node: object | null | undefined, opts?: object | null): void; -export function isInterfaceTypeAnnotation(node: object | null | undefined, opts?: object | null): node is InterfaceTypeAnnotation; -export function assertInterfaceTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isInterpreterDirective(node: object | null | undefined, opts?: object | null): node is InterpreterDirective; -export function assertInterpreterDirective(node: object | null | undefined, opts?: object | null): void; -export function isIntersectionTypeAnnotation(node: object | null | undefined, opts?: object | null): node is IntersectionTypeAnnotation; -export function assertIntersectionTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isJSX(node: object | null | undefined, opts?: object | null): node is JSX; -export function assertJSX(node: object | null | undefined, opts?: object | null): void; -export function isJSXAttribute(node: object | null | undefined, opts?: object | null): node is JSXAttribute; -export function assertJSXAttribute(node: object | null | undefined, opts?: object | null): void; -export function isJSXClosingElement(node: object | null | undefined, opts?: object | null): node is JSXClosingElement; -export function assertJSXClosingElement(node: object | null | undefined, opts?: object | null): void; -export function isJSXClosingFragment(node: object | null | undefined, opts?: object | null): node is JSXClosingFragment; -export function assertJSXClosingFragment(node: object | null | undefined, opts?: object | null): void; -export function isJSXElement(node: object | null | undefined, opts?: object | null): node is JSXElement; -export function assertJSXElement(node: object | null | undefined, opts?: object | null): void; -export function isJSXEmptyExpression(node: object | null | undefined, opts?: object | null): node is JSXEmptyExpression; -export function assertJSXEmptyExpression(node: object | null | undefined, opts?: object | null): void; -export function isJSXExpressionContainer(node: object | null | undefined, opts?: object | null): node is JSXExpressionContainer; -export function assertJSXExpressionContainer(node: object | null | undefined, opts?: object | null): void; -export function isJSXFragment(node: object | null | undefined, opts?: object | null): node is JSXFragment; -export function assertJSXFragment(node: object | null | undefined, opts?: object | null): void; -export function isJSXIdentifier(node: object | null | undefined, opts?: object | null): node is JSXIdentifier; -export function assertJSXIdentifier(node: object | null | undefined, opts?: object | null): void; -export function isJSXMemberExpression(node: object | null | undefined, opts?: object | null): node is JSXMemberExpression; -export function assertJSXMemberExpression(node: object | null | undefined, opts?: object | null): void; -export function isJSXNamespacedName(node: object | null | undefined, opts?: object | null): node is JSXNamespacedName; -export function assertJSXNamespacedName(node: object | null | undefined, opts?: object | null): void; -export function isJSXOpeningElement(node: object | null | undefined, opts?: object | null): node is JSXOpeningElement; -export function assertJSXOpeningElement(node: object | null | undefined, opts?: object | null): void; -export function isJSXOpeningFragment(node: object | null | undefined, opts?: object | null): node is JSXOpeningFragment; -export function assertJSXOpeningFragment(node: object | null | undefined, opts?: object | null): void; -export function isJSXSpreadAttribute(node: object | null | undefined, opts?: object | null): node is JSXSpreadAttribute; -export function assertJSXSpreadAttribute(node: object | null | undefined, opts?: object | null): void; -export function isJSXSpreadChild(node: object | null | undefined, opts?: object | null): node is JSXSpreadChild; -export function assertJSXSpreadChild(node: object | null | undefined, opts?: object | null): void; -export function isJSXText(node: object | null | undefined, opts?: object | null): node is JSXText; -export function assertJSXText(node: object | null | undefined, opts?: object | null): void; -export function isLVal(node: object | null | undefined, opts?: object | null): node is LVal; -export function assertLVal(node: object | null | undefined, opts?: object | null): void; -export function isLabeledStatement(node: object | null | undefined, opts?: object | null): node is LabeledStatement; -export function assertLabeledStatement(node: object | null | undefined, opts?: object | null): void; -export function isLiteral(node: object | null | undefined, opts?: object | null): node is Literal; -export function assertLiteral(node: object | null | undefined, opts?: object | null): void; -export function isLogicalExpression(node: object | null | undefined, opts?: object | null): node is LogicalExpression; -export function assertLogicalExpression(node: object | null | undefined, opts?: object | null): void; -export function isLoop(node: object | null | undefined, opts?: object | null): node is Loop; -export function assertLoop(node: object | null | undefined, opts?: object | null): void; -export function isMemberExpression(node: object | null | undefined, opts?: object | null): node is MemberExpression; -export function assertMemberExpression(node: object | null | undefined, opts?: object | null): void; -export function isMetaProperty(node: object | null | undefined, opts?: object | null): node is MetaProperty; -export function assertMetaProperty(node: object | null | undefined, opts?: object | null): void; -export function isMethod(node: object | null | undefined, opts?: object | null): node is Method; -export function assertMethod(node: object | null | undefined, opts?: object | null): void; -export function isMiscellaneous(node: object | null | undefined, opts?: object | null): node is Miscellaneous; -export function assertMiscellaneous(node: object | null | undefined, opts?: object | null): void; -export function isMixedTypeAnnotation(node: object | null | undefined, opts?: object | null): node is MixedTypeAnnotation; -export function assertMixedTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isModuleDeclaration(node: object | null | undefined, opts?: object | null): node is ModuleDeclaration; -export function assertModuleDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isModuleExpression(node: object | null | undefined, opts?: object | null): node is ModuleExpression; -export function assertModuleExpression(node: object | null | undefined, opts?: object | null): void; -export function isModuleSpecifier(node: object | null | undefined, opts?: object | null): node is ModuleSpecifier; -export function assertModuleSpecifier(node: object | null | undefined, opts?: object | null): void; -export function isNewExpression(node: object | null | undefined, opts?: object | null): node is NewExpression; -export function assertNewExpression(node: object | null | undefined, opts?: object | null): void; -export function isNoop(node: object | null | undefined, opts?: object | null): node is Noop; -export function assertNoop(node: object | null | undefined, opts?: object | null): void; -export function isNullLiteral(node: object | null | undefined, opts?: object | null): node is NullLiteral; -export function assertNullLiteral(node: object | null | undefined, opts?: object | null): void; -export function isNullLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NullLiteralTypeAnnotation; -export function assertNullLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isNullableTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NullableTypeAnnotation; -export function assertNullableTypeAnnotation(node: object | null | undefined, opts?: object | null): void; +export function tsTypeParameterInstantiation( + params: Array +): TSTypeParameterInstantiation; +export function tsTypeParameterDeclaration( + params: Array +): TSTypeParameterDeclaration; +export function tsTypeParameter( + constraint: TSType | null | undefined, + _default: TSType | null | undefined, + name: string +): TSTypeParameter; +export function isAccessor( + node: object | null | undefined, + opts?: object | null +): node is Accessor; +export function assertAccessor( + node: object | null | undefined, + opts?: object | null +): void; +export function isAnyTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is AnyTypeAnnotation; +export function assertAnyTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isArgumentPlaceholder( + node: object | null | undefined, + opts?: object | null +): node is ArgumentPlaceholder; +export function assertArgumentPlaceholder( + node: object | null | undefined, + opts?: object | null +): void; +export function isArrayExpression( + node: object | null | undefined, + opts?: object | null +): node is ArrayExpression; +export function assertArrayExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isArrayPattern( + node: object | null | undefined, + opts?: object | null +): node is ArrayPattern; +export function assertArrayPattern( + node: object | null | undefined, + opts?: object | null +): void; +export function isArrayTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is ArrayTypeAnnotation; +export function assertArrayTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isArrowFunctionExpression( + node: object | null | undefined, + opts?: object | null +): node is ArrowFunctionExpression; +export function assertArrowFunctionExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isAssignmentExpression( + node: object | null | undefined, + opts?: object | null +): node is AssignmentExpression; +export function assertAssignmentExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isAssignmentPattern( + node: object | null | undefined, + opts?: object | null +): node is AssignmentPattern; +export function assertAssignmentPattern( + node: object | null | undefined, + opts?: object | null +): void; +export function isAwaitExpression( + node: object | null | undefined, + opts?: object | null +): node is AwaitExpression; +export function assertAwaitExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isBigIntLiteral( + node: object | null | undefined, + opts?: object | null +): node is BigIntLiteral; +export function assertBigIntLiteral( + node: object | null | undefined, + opts?: object | null +): void; +export function isBinary( + node: object | null | undefined, + opts?: object | null +): node is Binary; +export function assertBinary( + node: object | null | undefined, + opts?: object | null +): void; +export function isBinaryExpression( + node: object | null | undefined, + opts?: object | null +): node is BinaryExpression; +export function assertBinaryExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isBindExpression( + node: object | null | undefined, + opts?: object | null +): node is BindExpression; +export function assertBindExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isBlock( + node: object | null | undefined, + opts?: object | null +): node is Block; +export function assertBlock( + node: object | null | undefined, + opts?: object | null +): void; +export function isBlockParent( + node: object | null | undefined, + opts?: object | null +): node is BlockParent; +export function assertBlockParent( + node: object | null | undefined, + opts?: object | null +): void; +export function isBlockStatement( + node: object | null | undefined, + opts?: object | null +): node is BlockStatement; +export function assertBlockStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isBooleanLiteral( + node: object | null | undefined, + opts?: object | null +): node is BooleanLiteral; +export function assertBooleanLiteral( + node: object | null | undefined, + opts?: object | null +): void; +export function isBooleanLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is BooleanLiteralTypeAnnotation; +export function assertBooleanLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isBooleanTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is BooleanTypeAnnotation; +export function assertBooleanTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isBreakStatement( + node: object | null | undefined, + opts?: object | null +): node is BreakStatement; +export function assertBreakStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isCallExpression( + node: object | null | undefined, + opts?: object | null +): node is CallExpression; +export function assertCallExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isCatchClause( + node: object | null | undefined, + opts?: object | null +): node is CatchClause; +export function assertCatchClause( + node: object | null | undefined, + opts?: object | null +): void; +export function isClass( + node: object | null | undefined, + opts?: object | null +): node is Class; +export function assertClass( + node: object | null | undefined, + opts?: object | null +): void; +export function isClassAccessorProperty( + node: object | null | undefined, + opts?: object | null +): node is ClassAccessorProperty; +export function assertClassAccessorProperty( + node: object | null | undefined, + opts?: object | null +): void; +export function isClassBody( + node: object | null | undefined, + opts?: object | null +): node is ClassBody; +export function assertClassBody( + node: object | null | undefined, + opts?: object | null +): void; +export function isClassDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ClassDeclaration; +export function assertClassDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isClassExpression( + node: object | null | undefined, + opts?: object | null +): node is ClassExpression; +export function assertClassExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isClassImplements( + node: object | null | undefined, + opts?: object | null +): node is ClassImplements; +export function assertClassImplements( + node: object | null | undefined, + opts?: object | null +): void; +export function isClassMethod( + node: object | null | undefined, + opts?: object | null +): node is ClassMethod; +export function assertClassMethod( + node: object | null | undefined, + opts?: object | null +): void; +export function isClassPrivateMethod( + node: object | null | undefined, + opts?: object | null +): node is ClassPrivateMethod; +export function assertClassPrivateMethod( + node: object | null | undefined, + opts?: object | null +): void; +export function isClassPrivateProperty( + node: object | null | undefined, + opts?: object | null +): node is ClassPrivateProperty; +export function assertClassPrivateProperty( + node: object | null | undefined, + opts?: object | null +): void; +export function isClassProperty( + node: object | null | undefined, + opts?: object | null +): node is ClassProperty; +export function assertClassProperty( + node: object | null | undefined, + opts?: object | null +): void; +export function isCompletionStatement( + node: object | null | undefined, + opts?: object | null +): node is CompletionStatement; +export function assertCompletionStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isConditional( + node: object | null | undefined, + opts?: object | null +): node is Conditional; +export function assertConditional( + node: object | null | undefined, + opts?: object | null +): void; +export function isConditionalExpression( + node: object | null | undefined, + opts?: object | null +): node is ConditionalExpression; +export function assertConditionalExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isContinueStatement( + node: object | null | undefined, + opts?: object | null +): node is ContinueStatement; +export function assertContinueStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isDebuggerStatement( + node: object | null | undefined, + opts?: object | null +): node is DebuggerStatement; +export function assertDebuggerStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isDecimalLiteral( + node: object | null | undefined, + opts?: object | null +): node is DecimalLiteral; +export function assertDecimalLiteral( + node: object | null | undefined, + opts?: object | null +): void; +export function isDeclaration( + node: object | null | undefined, + opts?: object | null +): node is Declaration; +export function assertDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isDeclareClass( + node: object | null | undefined, + opts?: object | null +): node is DeclareClass; +export function assertDeclareClass( + node: object | null | undefined, + opts?: object | null +): void; +export function isDeclareExportAllDeclaration( + node: object | null | undefined, + opts?: object | null +): node is DeclareExportAllDeclaration; +export function assertDeclareExportAllDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isDeclareExportDeclaration( + node: object | null | undefined, + opts?: object | null +): node is DeclareExportDeclaration; +export function assertDeclareExportDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isDeclareFunction( + node: object | null | undefined, + opts?: object | null +): node is DeclareFunction; +export function assertDeclareFunction( + node: object | null | undefined, + opts?: object | null +): void; +export function isDeclareInterface( + node: object | null | undefined, + opts?: object | null +): node is DeclareInterface; +export function assertDeclareInterface( + node: object | null | undefined, + opts?: object | null +): void; +export function isDeclareModule( + node: object | null | undefined, + opts?: object | null +): node is DeclareModule; +export function assertDeclareModule( + node: object | null | undefined, + opts?: object | null +): void; +export function isDeclareModuleExports( + node: object | null | undefined, + opts?: object | null +): node is DeclareModuleExports; +export function assertDeclareModuleExports( + node: object | null | undefined, + opts?: object | null +): void; +export function isDeclareOpaqueType( + node: object | null | undefined, + opts?: object | null +): node is DeclareOpaqueType; +export function assertDeclareOpaqueType( + node: object | null | undefined, + opts?: object | null +): void; +export function isDeclareTypeAlias( + node: object | null | undefined, + opts?: object | null +): node is DeclareTypeAlias; +export function assertDeclareTypeAlias( + node: object | null | undefined, + opts?: object | null +): void; +export function isDeclareVariable( + node: object | null | undefined, + opts?: object | null +): node is DeclareVariable; +export function assertDeclareVariable( + node: object | null | undefined, + opts?: object | null +): void; +export function isDeclaredPredicate( + node: object | null | undefined, + opts?: object | null +): node is DeclaredPredicate; +export function assertDeclaredPredicate( + node: object | null | undefined, + opts?: object | null +): void; +export function isDecorator( + node: object | null | undefined, + opts?: object | null +): node is Decorator; +export function assertDecorator( + node: object | null | undefined, + opts?: object | null +): void; +export function isDirective( + node: object | null | undefined, + opts?: object | null +): node is Directive; +export function assertDirective( + node: object | null | undefined, + opts?: object | null +): void; +export function isDirectiveLiteral( + node: object | null | undefined, + opts?: object | null +): node is DirectiveLiteral; +export function assertDirectiveLiteral( + node: object | null | undefined, + opts?: object | null +): void; +export function isDoExpression( + node: object | null | undefined, + opts?: object | null +): node is DoExpression; +export function assertDoExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isDoWhileStatement( + node: object | null | undefined, + opts?: object | null +): node is DoWhileStatement; +export function assertDoWhileStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isEmptyStatement( + node: object | null | undefined, + opts?: object | null +): node is EmptyStatement; +export function assertEmptyStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isEmptyTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is EmptyTypeAnnotation; +export function assertEmptyTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isEnumBody( + node: object | null | undefined, + opts?: object | null +): node is EnumBody; +export function assertEnumBody( + node: object | null | undefined, + opts?: object | null +): void; +export function isEnumBooleanBody( + node: object | null | undefined, + opts?: object | null +): node is EnumBooleanBody; +export function assertEnumBooleanBody( + node: object | null | undefined, + opts?: object | null +): void; +export function isEnumBooleanMember( + node: object | null | undefined, + opts?: object | null +): node is EnumBooleanMember; +export function assertEnumBooleanMember( + node: object | null | undefined, + opts?: object | null +): void; +export function isEnumDeclaration( + node: object | null | undefined, + opts?: object | null +): node is EnumDeclaration; +export function assertEnumDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isEnumDefaultedMember( + node: object | null | undefined, + opts?: object | null +): node is EnumDefaultedMember; +export function assertEnumDefaultedMember( + node: object | null | undefined, + opts?: object | null +): void; +export function isEnumMember( + node: object | null | undefined, + opts?: object | null +): node is EnumMember; +export function assertEnumMember( + node: object | null | undefined, + opts?: object | null +): void; +export function isEnumNumberBody( + node: object | null | undefined, + opts?: object | null +): node is EnumNumberBody; +export function assertEnumNumberBody( + node: object | null | undefined, + opts?: object | null +): void; +export function isEnumNumberMember( + node: object | null | undefined, + opts?: object | null +): node is EnumNumberMember; +export function assertEnumNumberMember( + node: object | null | undefined, + opts?: object | null +): void; +export function isEnumStringBody( + node: object | null | undefined, + opts?: object | null +): node is EnumStringBody; +export function assertEnumStringBody( + node: object | null | undefined, + opts?: object | null +): void; +export function isEnumStringMember( + node: object | null | undefined, + opts?: object | null +): node is EnumStringMember; +export function assertEnumStringMember( + node: object | null | undefined, + opts?: object | null +): void; +export function isEnumSymbolBody( + node: object | null | undefined, + opts?: object | null +): node is EnumSymbolBody; +export function assertEnumSymbolBody( + node: object | null | undefined, + opts?: object | null +): void; +export function isExistsTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is ExistsTypeAnnotation; +export function assertExistsTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isExportAllDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ExportAllDeclaration; +export function assertExportAllDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isExportDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ExportDeclaration; +export function assertExportDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isExportDefaultDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ExportDefaultDeclaration; +export function assertExportDefaultDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isExportDefaultSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ExportDefaultSpecifier; +export function assertExportDefaultSpecifier( + node: object | null | undefined, + opts?: object | null +): void; +export function isExportNamedDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ExportNamedDeclaration; +export function assertExportNamedDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isExportNamespaceSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ExportNamespaceSpecifier; +export function assertExportNamespaceSpecifier( + node: object | null | undefined, + opts?: object | null +): void; +export function isExportSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ExportSpecifier; +export function assertExportSpecifier( + node: object | null | undefined, + opts?: object | null +): void; +export function isExpression( + node: object | null | undefined, + opts?: object | null +): node is Expression; +export function assertExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isExpressionStatement( + node: object | null | undefined, + opts?: object | null +): node is ExpressionStatement; +export function assertExpressionStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isExpressionWrapper( + node: object | null | undefined, + opts?: object | null +): node is ExpressionWrapper; +export function assertExpressionWrapper( + node: object | null | undefined, + opts?: object | null +): void; +export function isFile( + node: object | null | undefined, + opts?: object | null +): node is File; +export function assertFile( + node: object | null | undefined, + opts?: object | null +): void; +export function isFlow( + node: object | null | undefined, + opts?: object | null +): node is Flow; +export function assertFlow( + node: object | null | undefined, + opts?: object | null +): void; +export function isFlowBaseAnnotation( + node: object | null | undefined, + opts?: object | null +): node is FlowBaseAnnotation; +export function assertFlowBaseAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isFlowDeclaration( + node: object | null | undefined, + opts?: object | null +): node is FlowDeclaration; +export function assertFlowDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isFlowPredicate( + node: object | null | undefined, + opts?: object | null +): node is FlowPredicate; +export function assertFlowPredicate( + node: object | null | undefined, + opts?: object | null +): void; +export function isFlowType( + node: object | null | undefined, + opts?: object | null +): node is FlowType; +export function assertFlowType( + node: object | null | undefined, + opts?: object | null +): void; +export function isFor( + node: object | null | undefined, + opts?: object | null +): node is For; +export function assertFor( + node: object | null | undefined, + opts?: object | null +): void; +export function isForInStatement( + node: object | null | undefined, + opts?: object | null +): node is ForInStatement; +export function assertForInStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isForOfStatement( + node: object | null | undefined, + opts?: object | null +): node is ForOfStatement; +export function assertForOfStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isForStatement( + node: object | null | undefined, + opts?: object | null +): node is ForStatement; +export function assertForStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isForXStatement( + node: object | null | undefined, + opts?: object | null +): node is ForXStatement; +export function assertForXStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isFunction( + node: object | null | undefined, + opts?: object | null +): node is Function; +export function assertFunction( + node: object | null | undefined, + opts?: object | null +): void; +export function isFunctionDeclaration( + node: object | null | undefined, + opts?: object | null +): node is FunctionDeclaration; +export function assertFunctionDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isFunctionExpression( + node: object | null | undefined, + opts?: object | null +): node is FunctionExpression; +export function assertFunctionExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isFunctionParent( + node: object | null | undefined, + opts?: object | null +): node is FunctionParent; +export function assertFunctionParent( + node: object | null | undefined, + opts?: object | null +): void; +export function isFunctionTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is FunctionTypeAnnotation; +export function assertFunctionTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isFunctionTypeParam( + node: object | null | undefined, + opts?: object | null +): node is FunctionTypeParam; +export function assertFunctionTypeParam( + node: object | null | undefined, + opts?: object | null +): void; +export function isGenericTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is GenericTypeAnnotation; +export function assertGenericTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isIdentifier( + node: object | null | undefined, + opts?: object | null +): node is Identifier; +export function assertIdentifier( + node: object | null | undefined, + opts?: object | null +): void; +export function isIfStatement( + node: object | null | undefined, + opts?: object | null +): node is IfStatement; +export function assertIfStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isImmutable( + node: object | null | undefined, + opts?: object | null +): node is Immutable; +export function assertImmutable( + node: object | null | undefined, + opts?: object | null +): void; +export function isImport( + node: object | null | undefined, + opts?: object | null +): node is Import; +export function assertImport( + node: object | null | undefined, + opts?: object | null +): void; +export function isImportAttribute( + node: object | null | undefined, + opts?: object | null +): node is ImportAttribute; +export function assertImportAttribute( + node: object | null | undefined, + opts?: object | null +): void; +export function isImportDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ImportDeclaration; +export function assertImportDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isImportDefaultSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ImportDefaultSpecifier; +export function assertImportDefaultSpecifier( + node: object | null | undefined, + opts?: object | null +): void; +export function isImportNamespaceSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ImportNamespaceSpecifier; +export function assertImportNamespaceSpecifier( + node: object | null | undefined, + opts?: object | null +): void; +export function isImportSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ImportSpecifier; +export function assertImportSpecifier( + node: object | null | undefined, + opts?: object | null +): void; +export function isIndexedAccessType( + node: object | null | undefined, + opts?: object | null +): node is IndexedAccessType; +export function assertIndexedAccessType( + node: object | null | undefined, + opts?: object | null +): void; +export function isInferredPredicate( + node: object | null | undefined, + opts?: object | null +): node is InferredPredicate; +export function assertInferredPredicate( + node: object | null | undefined, + opts?: object | null +): void; +export function isInterfaceDeclaration( + node: object | null | undefined, + opts?: object | null +): node is InterfaceDeclaration; +export function assertInterfaceDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isInterfaceExtends( + node: object | null | undefined, + opts?: object | null +): node is InterfaceExtends; +export function assertInterfaceExtends( + node: object | null | undefined, + opts?: object | null +): void; +export function isInterfaceTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is InterfaceTypeAnnotation; +export function assertInterfaceTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isInterpreterDirective( + node: object | null | undefined, + opts?: object | null +): node is InterpreterDirective; +export function assertInterpreterDirective( + node: object | null | undefined, + opts?: object | null +): void; +export function isIntersectionTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is IntersectionTypeAnnotation; +export function assertIntersectionTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSX( + node: object | null | undefined, + opts?: object | null +): node is JSX; +export function assertJSX( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXAttribute( + node: object | null | undefined, + opts?: object | null +): node is JSXAttribute; +export function assertJSXAttribute( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXClosingElement( + node: object | null | undefined, + opts?: object | null +): node is JSXClosingElement; +export function assertJSXClosingElement( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXClosingFragment( + node: object | null | undefined, + opts?: object | null +): node is JSXClosingFragment; +export function assertJSXClosingFragment( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXElement( + node: object | null | undefined, + opts?: object | null +): node is JSXElement; +export function assertJSXElement( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXEmptyExpression( + node: object | null | undefined, + opts?: object | null +): node is JSXEmptyExpression; +export function assertJSXEmptyExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXExpressionContainer( + node: object | null | undefined, + opts?: object | null +): node is JSXExpressionContainer; +export function assertJSXExpressionContainer( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXFragment( + node: object | null | undefined, + opts?: object | null +): node is JSXFragment; +export function assertJSXFragment( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXIdentifier( + node: object | null | undefined, + opts?: object | null +): node is JSXIdentifier; +export function assertJSXIdentifier( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXMemberExpression( + node: object | null | undefined, + opts?: object | null +): node is JSXMemberExpression; +export function assertJSXMemberExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXNamespacedName( + node: object | null | undefined, + opts?: object | null +): node is JSXNamespacedName; +export function assertJSXNamespacedName( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXOpeningElement( + node: object | null | undefined, + opts?: object | null +): node is JSXOpeningElement; +export function assertJSXOpeningElement( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXOpeningFragment( + node: object | null | undefined, + opts?: object | null +): node is JSXOpeningFragment; +export function assertJSXOpeningFragment( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXSpreadAttribute( + node: object | null | undefined, + opts?: object | null +): node is JSXSpreadAttribute; +export function assertJSXSpreadAttribute( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXSpreadChild( + node: object | null | undefined, + opts?: object | null +): node is JSXSpreadChild; +export function assertJSXSpreadChild( + node: object | null | undefined, + opts?: object | null +): void; +export function isJSXText( + node: object | null | undefined, + opts?: object | null +): node is JSXText; +export function assertJSXText( + node: object | null | undefined, + opts?: object | null +): void; +export function isLVal( + node: object | null | undefined, + opts?: object | null +): node is LVal; +export function assertLVal( + node: object | null | undefined, + opts?: object | null +): void; +export function isLabeledStatement( + node: object | null | undefined, + opts?: object | null +): node is LabeledStatement; +export function assertLabeledStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isLiteral( + node: object | null | undefined, + opts?: object | null +): node is Literal; +export function assertLiteral( + node: object | null | undefined, + opts?: object | null +): void; +export function isLogicalExpression( + node: object | null | undefined, + opts?: object | null +): node is LogicalExpression; +export function assertLogicalExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isLoop( + node: object | null | undefined, + opts?: object | null +): node is Loop; +export function assertLoop( + node: object | null | undefined, + opts?: object | null +): void; +export function isMemberExpression( + node: object | null | undefined, + opts?: object | null +): node is MemberExpression; +export function assertMemberExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isMetaProperty( + node: object | null | undefined, + opts?: object | null +): node is MetaProperty; +export function assertMetaProperty( + node: object | null | undefined, + opts?: object | null +): void; +export function isMethod( + node: object | null | undefined, + opts?: object | null +): node is Method; +export function assertMethod( + node: object | null | undefined, + opts?: object | null +): void; +export function isMiscellaneous( + node: object | null | undefined, + opts?: object | null +): node is Miscellaneous; +export function assertMiscellaneous( + node: object | null | undefined, + opts?: object | null +): void; +export function isMixedTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is MixedTypeAnnotation; +export function assertMixedTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isModuleDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ModuleDeclaration; +export function assertModuleDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isModuleExpression( + node: object | null | undefined, + opts?: object | null +): node is ModuleExpression; +export function assertModuleExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isModuleSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ModuleSpecifier; +export function assertModuleSpecifier( + node: object | null | undefined, + opts?: object | null +): void; +export function isNewExpression( + node: object | null | undefined, + opts?: object | null +): node is NewExpression; +export function assertNewExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isNoop( + node: object | null | undefined, + opts?: object | null +): node is Noop; +export function assertNoop( + node: object | null | undefined, + opts?: object | null +): void; +export function isNullLiteral( + node: object | null | undefined, + opts?: object | null +): node is NullLiteral; +export function assertNullLiteral( + node: object | null | undefined, + opts?: object | null +): void; +export function isNullLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is NullLiteralTypeAnnotation; +export function assertNullLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isNullableTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is NullableTypeAnnotation; +export function assertNullableTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; /** @deprecated Use `isNumericLiteral` */ -export function isNumberLiteral(node: object | null | undefined, opts?: object | null): node is NumericLiteral; +export function isNumberLiteral( + node: object | null | undefined, + opts?: object | null +): node is NumericLiteral; /** @deprecated Use `assertNumericLiteral` */ -export function assertNumberLiteral(node: object | null | undefined, opts?: object | null): void; -export function isNumberLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NumberLiteralTypeAnnotation; -export function assertNumberLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isNumberTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NumberTypeAnnotation; -export function assertNumberTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isNumericLiteral(node: object | null | undefined, opts?: object | null): node is NumericLiteral; -export function assertNumericLiteral(node: object | null | undefined, opts?: object | null): void; -export function isObjectExpression(node: object | null | undefined, opts?: object | null): node is ObjectExpression; -export function assertObjectExpression(node: object | null | undefined, opts?: object | null): void; -export function isObjectMember(node: object | null | undefined, opts?: object | null): node is ObjectMember; -export function assertObjectMember(node: object | null | undefined, opts?: object | null): void; -export function isObjectMethod(node: object | null | undefined, opts?: object | null): node is ObjectMethod; -export function assertObjectMethod(node: object | null | undefined, opts?: object | null): void; -export function isObjectPattern(node: object | null | undefined, opts?: object | null): node is ObjectPattern; -export function assertObjectPattern(node: object | null | undefined, opts?: object | null): void; -export function isObjectProperty(node: object | null | undefined, opts?: object | null): node is ObjectProperty; -export function assertObjectProperty(node: object | null | undefined, opts?: object | null): void; -export function isObjectTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ObjectTypeAnnotation; -export function assertObjectTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isObjectTypeCallProperty(node: object | null | undefined, opts?: object | null): node is ObjectTypeCallProperty; -export function assertObjectTypeCallProperty(node: object | null | undefined, opts?: object | null): void; -export function isObjectTypeIndexer(node: object | null | undefined, opts?: object | null): node is ObjectTypeIndexer; -export function assertObjectTypeIndexer(node: object | null | undefined, opts?: object | null): void; -export function isObjectTypeInternalSlot(node: object | null | undefined, opts?: object | null): node is ObjectTypeInternalSlot; -export function assertObjectTypeInternalSlot(node: object | null | undefined, opts?: object | null): void; -export function isObjectTypeProperty(node: object | null | undefined, opts?: object | null): node is ObjectTypeProperty; -export function assertObjectTypeProperty(node: object | null | undefined, opts?: object | null): void; -export function isObjectTypeSpreadProperty(node: object | null | undefined, opts?: object | null): node is ObjectTypeSpreadProperty; -export function assertObjectTypeSpreadProperty(node: object | null | undefined, opts?: object | null): void; -export function isOpaqueType(node: object | null | undefined, opts?: object | null): node is OpaqueType; -export function assertOpaqueType(node: object | null | undefined, opts?: object | null): void; -export function isOptionalCallExpression(node: object | null | undefined, opts?: object | null): node is OptionalCallExpression; -export function assertOptionalCallExpression(node: object | null | undefined, opts?: object | null): void; -export function isOptionalIndexedAccessType(node: object | null | undefined, opts?: object | null): node is OptionalIndexedAccessType; -export function assertOptionalIndexedAccessType(node: object | null | undefined, opts?: object | null): void; -export function isOptionalMemberExpression(node: object | null | undefined, opts?: object | null): node is OptionalMemberExpression; -export function assertOptionalMemberExpression(node: object | null | undefined, opts?: object | null): void; -export function isParenthesizedExpression(node: object | null | undefined, opts?: object | null): node is ParenthesizedExpression; -export function assertParenthesizedExpression(node: object | null | undefined, opts?: object | null): void; -export function isPattern(node: object | null | undefined, opts?: object | null): node is Pattern; -export function assertPattern(node: object | null | undefined, opts?: object | null): void; -export function isPatternLike(node: object | null | undefined, opts?: object | null): node is PatternLike; -export function assertPatternLike(node: object | null | undefined, opts?: object | null): void; -export function isPipelineBareFunction(node: object | null | undefined, opts?: object | null): node is PipelineBareFunction; -export function assertPipelineBareFunction(node: object | null | undefined, opts?: object | null): void; -export function isPipelinePrimaryTopicReference(node: object | null | undefined, opts?: object | null): node is PipelinePrimaryTopicReference; -export function assertPipelinePrimaryTopicReference(node: object | null | undefined, opts?: object | null): void; -export function isPipelineTopicExpression(node: object | null | undefined, opts?: object | null): node is PipelineTopicExpression; -export function assertPipelineTopicExpression(node: object | null | undefined, opts?: object | null): void; -export function isPlaceholder(node: object | null | undefined, opts?: object | null): node is Placeholder; -export function assertPlaceholder(node: object | null | undefined, opts?: object | null): void; -export function isPrivate(node: object | null | undefined, opts?: object | null): node is Private; -export function assertPrivate(node: object | null | undefined, opts?: object | null): void; -export function isPrivateName(node: object | null | undefined, opts?: object | null): node is PrivateName; -export function assertPrivateName(node: object | null | undefined, opts?: object | null): void; -export function isProgram(node: object | null | undefined, opts?: object | null): node is Program; -export function assertProgram(node: object | null | undefined, opts?: object | null): void; -export function isProperty(node: object | null | undefined, opts?: object | null): node is Property; -export function assertProperty(node: object | null | undefined, opts?: object | null): void; -export function isPureish(node: object | null | undefined, opts?: object | null): node is Pureish; -export function assertPureish(node: object | null | undefined, opts?: object | null): void; -export function isQualifiedTypeIdentifier(node: object | null | undefined, opts?: object | null): node is QualifiedTypeIdentifier; -export function assertQualifiedTypeIdentifier(node: object | null | undefined, opts?: object | null): void; -export function isRecordExpression(node: object | null | undefined, opts?: object | null): node is RecordExpression; -export function assertRecordExpression(node: object | null | undefined, opts?: object | null): void; -export function isRegExpLiteral(node: object | null | undefined, opts?: object | null): node is RegExpLiteral; -export function assertRegExpLiteral(node: object | null | undefined, opts?: object | null): void; +export function assertNumberLiteral( + node: object | null | undefined, + opts?: object | null +): void; +export function isNumberLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is NumberLiteralTypeAnnotation; +export function assertNumberLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isNumberTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is NumberTypeAnnotation; +export function assertNumberTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isNumericLiteral( + node: object | null | undefined, + opts?: object | null +): node is NumericLiteral; +export function assertNumericLiteral( + node: object | null | undefined, + opts?: object | null +): void; +export function isObjectExpression( + node: object | null | undefined, + opts?: object | null +): node is ObjectExpression; +export function assertObjectExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isObjectMember( + node: object | null | undefined, + opts?: object | null +): node is ObjectMember; +export function assertObjectMember( + node: object | null | undefined, + opts?: object | null +): void; +export function isObjectMethod( + node: object | null | undefined, + opts?: object | null +): node is ObjectMethod; +export function assertObjectMethod( + node: object | null | undefined, + opts?: object | null +): void; +export function isObjectPattern( + node: object | null | undefined, + opts?: object | null +): node is ObjectPattern; +export function assertObjectPattern( + node: object | null | undefined, + opts?: object | null +): void; +export function isObjectProperty( + node: object | null | undefined, + opts?: object | null +): node is ObjectProperty; +export function assertObjectProperty( + node: object | null | undefined, + opts?: object | null +): void; +export function isObjectTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is ObjectTypeAnnotation; +export function assertObjectTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isObjectTypeCallProperty( + node: object | null | undefined, + opts?: object | null +): node is ObjectTypeCallProperty; +export function assertObjectTypeCallProperty( + node: object | null | undefined, + opts?: object | null +): void; +export function isObjectTypeIndexer( + node: object | null | undefined, + opts?: object | null +): node is ObjectTypeIndexer; +export function assertObjectTypeIndexer( + node: object | null | undefined, + opts?: object | null +): void; +export function isObjectTypeInternalSlot( + node: object | null | undefined, + opts?: object | null +): node is ObjectTypeInternalSlot; +export function assertObjectTypeInternalSlot( + node: object | null | undefined, + opts?: object | null +): void; +export function isObjectTypeProperty( + node: object | null | undefined, + opts?: object | null +): node is ObjectTypeProperty; +export function assertObjectTypeProperty( + node: object | null | undefined, + opts?: object | null +): void; +export function isObjectTypeSpreadProperty( + node: object | null | undefined, + opts?: object | null +): node is ObjectTypeSpreadProperty; +export function assertObjectTypeSpreadProperty( + node: object | null | undefined, + opts?: object | null +): void; +export function isOpaqueType( + node: object | null | undefined, + opts?: object | null +): node is OpaqueType; +export function assertOpaqueType( + node: object | null | undefined, + opts?: object | null +): void; +export function isOptionalCallExpression( + node: object | null | undefined, + opts?: object | null +): node is OptionalCallExpression; +export function assertOptionalCallExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isOptionalIndexedAccessType( + node: object | null | undefined, + opts?: object | null +): node is OptionalIndexedAccessType; +export function assertOptionalIndexedAccessType( + node: object | null | undefined, + opts?: object | null +): void; +export function isOptionalMemberExpression( + node: object | null | undefined, + opts?: object | null +): node is OptionalMemberExpression; +export function assertOptionalMemberExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isParenthesizedExpression( + node: object | null | undefined, + opts?: object | null +): node is ParenthesizedExpression; +export function assertParenthesizedExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isPattern( + node: object | null | undefined, + opts?: object | null +): node is Pattern; +export function assertPattern( + node: object | null | undefined, + opts?: object | null +): void; +export function isPatternLike( + node: object | null | undefined, + opts?: object | null +): node is PatternLike; +export function assertPatternLike( + node: object | null | undefined, + opts?: object | null +): void; +export function isPipelineBareFunction( + node: object | null | undefined, + opts?: object | null +): node is PipelineBareFunction; +export function assertPipelineBareFunction( + node: object | null | undefined, + opts?: object | null +): void; +export function isPipelinePrimaryTopicReference( + node: object | null | undefined, + opts?: object | null +): node is PipelinePrimaryTopicReference; +export function assertPipelinePrimaryTopicReference( + node: object | null | undefined, + opts?: object | null +): void; +export function isPipelineTopicExpression( + node: object | null | undefined, + opts?: object | null +): node is PipelineTopicExpression; +export function assertPipelineTopicExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isPlaceholder( + node: object | null | undefined, + opts?: object | null +): node is Placeholder; +export function assertPlaceholder( + node: object | null | undefined, + opts?: object | null +): void; +export function isPrivate( + node: object | null | undefined, + opts?: object | null +): node is Private; +export function assertPrivate( + node: object | null | undefined, + opts?: object | null +): void; +export function isPrivateName( + node: object | null | undefined, + opts?: object | null +): node is PrivateName; +export function assertPrivateName( + node: object | null | undefined, + opts?: object | null +): void; +export function isProgram( + node: object | null | undefined, + opts?: object | null +): node is Program; +export function assertProgram( + node: object | null | undefined, + opts?: object | null +): void; +export function isProperty( + node: object | null | undefined, + opts?: object | null +): node is Property; +export function assertProperty( + node: object | null | undefined, + opts?: object | null +): void; +export function isPureish( + node: object | null | undefined, + opts?: object | null +): node is Pureish; +export function assertPureish( + node: object | null | undefined, + opts?: object | null +): void; +export function isQualifiedTypeIdentifier( + node: object | null | undefined, + opts?: object | null +): node is QualifiedTypeIdentifier; +export function assertQualifiedTypeIdentifier( + node: object | null | undefined, + opts?: object | null +): void; +export function isRecordExpression( + node: object | null | undefined, + opts?: object | null +): node is RecordExpression; +export function assertRecordExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isRegExpLiteral( + node: object | null | undefined, + opts?: object | null +): node is RegExpLiteral; +export function assertRegExpLiteral( + node: object | null | undefined, + opts?: object | null +): void; /** @deprecated Use `isRegExpLiteral` */ -export function isRegexLiteral(node: object | null | undefined, opts?: object | null): node is RegExpLiteral; +export function isRegexLiteral( + node: object | null | undefined, + opts?: object | null +): node is RegExpLiteral; /** @deprecated Use `assertRegExpLiteral` */ -export function assertRegexLiteral(node: object | null | undefined, opts?: object | null): void; -export function isRestElement(node: object | null | undefined, opts?: object | null): node is RestElement; -export function assertRestElement(node: object | null | undefined, opts?: object | null): void; +export function assertRegexLiteral( + node: object | null | undefined, + opts?: object | null +): void; +export function isRestElement( + node: object | null | undefined, + opts?: object | null +): node is RestElement; +export function assertRestElement( + node: object | null | undefined, + opts?: object | null +): void; /** @deprecated Use `isRestElement` */ -export function isRestProperty(node: object | null | undefined, opts?: object | null): node is RestElement; +export function isRestProperty( + node: object | null | undefined, + opts?: object | null +): node is RestElement; /** @deprecated Use `assertRestElement` */ -export function assertRestProperty(node: object | null | undefined, opts?: object | null): void; -export function isReturnStatement(node: object | null | undefined, opts?: object | null): node is ReturnStatement; -export function assertReturnStatement(node: object | null | undefined, opts?: object | null): void; -export function isScopable(node: object | null | undefined, opts?: object | null): node is Scopable; -export function assertScopable(node: object | null | undefined, opts?: object | null): void; -export function isSequenceExpression(node: object | null | undefined, opts?: object | null): node is SequenceExpression; -export function assertSequenceExpression(node: object | null | undefined, opts?: object | null): void; -export function isSpreadElement(node: object | null | undefined, opts?: object | null): node is SpreadElement; -export function assertSpreadElement(node: object | null | undefined, opts?: object | null): void; +export function assertRestProperty( + node: object | null | undefined, + opts?: object | null +): void; +export function isReturnStatement( + node: object | null | undefined, + opts?: object | null +): node is ReturnStatement; +export function assertReturnStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isScopable( + node: object | null | undefined, + opts?: object | null +): node is Scopable; +export function assertScopable( + node: object | null | undefined, + opts?: object | null +): void; +export function isSequenceExpression( + node: object | null | undefined, + opts?: object | null +): node is SequenceExpression; +export function assertSequenceExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isSpreadElement( + node: object | null | undefined, + opts?: object | null +): node is SpreadElement; +export function assertSpreadElement( + node: object | null | undefined, + opts?: object | null +): void; /** @deprecated Use `isSpreadElement` */ -export function isSpreadProperty(node: object | null | undefined, opts?: object | null): node is SpreadElement; +export function isSpreadProperty( + node: object | null | undefined, + opts?: object | null +): node is SpreadElement; /** @deprecated Use `assertSpreadElement` */ -export function assertSpreadProperty(node: object | null | undefined, opts?: object | null): void; -export function isStandardized(node: object | null | undefined, opts?: object | null): node is Standardized; -export function assertStandardized(node: object | null | undefined, opts?: object | null): void; -export function isStatement(node: object | null | undefined, opts?: object | null): node is Statement; -export function assertStatement(node: object | null | undefined, opts?: object | null): void; -export function isStaticBlock(node: object | null | undefined, opts?: object | null): node is StaticBlock; -export function assertStaticBlock(node: object | null | undefined, opts?: object | null): void; -export function isStringLiteral(node: object | null | undefined, opts?: object | null): node is StringLiteral; -export function assertStringLiteral(node: object | null | undefined, opts?: object | null): void; -export function isStringLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is StringLiteralTypeAnnotation; -export function assertStringLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isStringTypeAnnotation(node: object | null | undefined, opts?: object | null): node is StringTypeAnnotation; -export function assertStringTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isSuper(node: object | null | undefined, opts?: object | null): node is Super; -export function assertSuper(node: object | null | undefined, opts?: object | null): void; -export function isSwitchCase(node: object | null | undefined, opts?: object | null): node is SwitchCase; -export function assertSwitchCase(node: object | null | undefined, opts?: object | null): void; -export function isSwitchStatement(node: object | null | undefined, opts?: object | null): node is SwitchStatement; -export function assertSwitchStatement(node: object | null | undefined, opts?: object | null): void; -export function isSymbolTypeAnnotation(node: object | null | undefined, opts?: object | null): node is SymbolTypeAnnotation; -export function assertSymbolTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isTSAnyKeyword(node: object | null | undefined, opts?: object | null): node is TSAnyKeyword; -export function assertTSAnyKeyword(node: object | null | undefined, opts?: object | null): void; -export function isTSArrayType(node: object | null | undefined, opts?: object | null): node is TSArrayType; -export function assertTSArrayType(node: object | null | undefined, opts?: object | null): void; -export function isTSAsExpression(node: object | null | undefined, opts?: object | null): node is TSAsExpression; -export function assertTSAsExpression(node: object | null | undefined, opts?: object | null): void; -export function isTSBaseType(node: object | null | undefined, opts?: object | null): node is TSBaseType; -export function assertTSBaseType(node: object | null | undefined, opts?: object | null): void; -export function isTSBigIntKeyword(node: object | null | undefined, opts?: object | null): node is TSBigIntKeyword; -export function assertTSBigIntKeyword(node: object | null | undefined, opts?: object | null): void; -export function isTSBooleanKeyword(node: object | null | undefined, opts?: object | null): node is TSBooleanKeyword; -export function assertTSBooleanKeyword(node: object | null | undefined, opts?: object | null): void; -export function isTSCallSignatureDeclaration(node: object | null | undefined, opts?: object | null): node is TSCallSignatureDeclaration; -export function assertTSCallSignatureDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isTSConditionalType(node: object | null | undefined, opts?: object | null): node is TSConditionalType; -export function assertTSConditionalType(node: object | null | undefined, opts?: object | null): void; -export function isTSConstructSignatureDeclaration(node: object | null | undefined, opts?: object | null): node is TSConstructSignatureDeclaration; -export function assertTSConstructSignatureDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isTSConstructorType(node: object | null | undefined, opts?: object | null): node is TSConstructorType; -export function assertTSConstructorType(node: object | null | undefined, opts?: object | null): void; -export function isTSDeclareFunction(node: object | null | undefined, opts?: object | null): node is TSDeclareFunction; -export function assertTSDeclareFunction(node: object | null | undefined, opts?: object | null): void; -export function isTSDeclareMethod(node: object | null | undefined, opts?: object | null): node is TSDeclareMethod; -export function assertTSDeclareMethod(node: object | null | undefined, opts?: object | null): void; -export function isTSEntityName(node: object | null | undefined, opts?: object | null): node is TSEntityName; -export function assertTSEntityName(node: object | null | undefined, opts?: object | null): void; -export function isTSEnumDeclaration(node: object | null | undefined, opts?: object | null): node is TSEnumDeclaration; -export function assertTSEnumDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isTSEnumMember(node: object | null | undefined, opts?: object | null): node is TSEnumMember; -export function assertTSEnumMember(node: object | null | undefined, opts?: object | null): void; -export function isTSExportAssignment(node: object | null | undefined, opts?: object | null): node is TSExportAssignment; -export function assertTSExportAssignment(node: object | null | undefined, opts?: object | null): void; -export function isTSExpressionWithTypeArguments(node: object | null | undefined, opts?: object | null): node is TSExpressionWithTypeArguments; -export function assertTSExpressionWithTypeArguments(node: object | null | undefined, opts?: object | null): void; -export function isTSExternalModuleReference(node: object | null | undefined, opts?: object | null): node is TSExternalModuleReference; -export function assertTSExternalModuleReference(node: object | null | undefined, opts?: object | null): void; -export function isTSFunctionType(node: object | null | undefined, opts?: object | null): node is TSFunctionType; -export function assertTSFunctionType(node: object | null | undefined, opts?: object | null): void; -export function isTSImportEqualsDeclaration(node: object | null | undefined, opts?: object | null): node is TSImportEqualsDeclaration; -export function assertTSImportEqualsDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isTSImportType(node: object | null | undefined, opts?: object | null): node is TSImportType; -export function assertTSImportType(node: object | null | undefined, opts?: object | null): void; -export function isTSIndexSignature(node: object | null | undefined, opts?: object | null): node is TSIndexSignature; -export function assertTSIndexSignature(node: object | null | undefined, opts?: object | null): void; -export function isTSIndexedAccessType(node: object | null | undefined, opts?: object | null): node is TSIndexedAccessType; -export function assertTSIndexedAccessType(node: object | null | undefined, opts?: object | null): void; -export function isTSInferType(node: object | null | undefined, opts?: object | null): node is TSInferType; -export function assertTSInferType(node: object | null | undefined, opts?: object | null): void; -export function isTSInstantiationExpression(node: object | null | undefined, opts?: object | null): node is TSInstantiationExpression; -export function assertTSInstantiationExpression(node: object | null | undefined, opts?: object | null): void; -export function isTSInterfaceBody(node: object | null | undefined, opts?: object | null): node is TSInterfaceBody; -export function assertTSInterfaceBody(node: object | null | undefined, opts?: object | null): void; -export function isTSInterfaceDeclaration(node: object | null | undefined, opts?: object | null): node is TSInterfaceDeclaration; -export function assertTSInterfaceDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isTSIntersectionType(node: object | null | undefined, opts?: object | null): node is TSIntersectionType; -export function assertTSIntersectionType(node: object | null | undefined, opts?: object | null): void; -export function isTSIntrinsicKeyword(node: object | null | undefined, opts?: object | null): node is TSIntrinsicKeyword; -export function assertTSIntrinsicKeyword(node: object | null | undefined, opts?: object | null): void; -export function isTSLiteralType(node: object | null | undefined, opts?: object | null): node is TSLiteralType; -export function assertTSLiteralType(node: object | null | undefined, opts?: object | null): void; -export function isTSMappedType(node: object | null | undefined, opts?: object | null): node is TSMappedType; -export function assertTSMappedType(node: object | null | undefined, opts?: object | null): void; -export function isTSMethodSignature(node: object | null | undefined, opts?: object | null): node is TSMethodSignature; -export function assertTSMethodSignature(node: object | null | undefined, opts?: object | null): void; -export function isTSModuleBlock(node: object | null | undefined, opts?: object | null): node is TSModuleBlock; -export function assertTSModuleBlock(node: object | null | undefined, opts?: object | null): void; -export function isTSModuleDeclaration(node: object | null | undefined, opts?: object | null): node is TSModuleDeclaration; -export function assertTSModuleDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isTSNamedTupleMember(node: object | null | undefined, opts?: object | null): node is TSNamedTupleMember; -export function assertTSNamedTupleMember(node: object | null | undefined, opts?: object | null): void; -export function isTSNamespaceExportDeclaration(node: object | null | undefined, opts?: object | null): node is TSNamespaceExportDeclaration; -export function assertTSNamespaceExportDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isTSNeverKeyword(node: object | null | undefined, opts?: object | null): node is TSNeverKeyword; -export function assertTSNeverKeyword(node: object | null | undefined, opts?: object | null): void; -export function isTSNonNullExpression(node: object | null | undefined, opts?: object | null): node is TSNonNullExpression; -export function assertTSNonNullExpression(node: object | null | undefined, opts?: object | null): void; -export function isTSNullKeyword(node: object | null | undefined, opts?: object | null): node is TSNullKeyword; -export function assertTSNullKeyword(node: object | null | undefined, opts?: object | null): void; -export function isTSNumberKeyword(node: object | null | undefined, opts?: object | null): node is TSNumberKeyword; -export function assertTSNumberKeyword(node: object | null | undefined, opts?: object | null): void; -export function isTSObjectKeyword(node: object | null | undefined, opts?: object | null): node is TSObjectKeyword; -export function assertTSObjectKeyword(node: object | null | undefined, opts?: object | null): void; -export function isTSOptionalType(node: object | null | undefined, opts?: object | null): node is TSOptionalType; -export function assertTSOptionalType(node: object | null | undefined, opts?: object | null): void; -export function isTSParameterProperty(node: object | null | undefined, opts?: object | null): node is TSParameterProperty; -export function assertTSParameterProperty(node: object | null | undefined, opts?: object | null): void; -export function isTSParenthesizedType(node: object | null | undefined, opts?: object | null): node is TSParenthesizedType; -export function assertTSParenthesizedType(node: object | null | undefined, opts?: object | null): void; -export function isTSPropertySignature(node: object | null | undefined, opts?: object | null): node is TSPropertySignature; -export function assertTSPropertySignature(node: object | null | undefined, opts?: object | null): void; -export function isTSQualifiedName(node: object | null | undefined, opts?: object | null): node is TSQualifiedName; -export function assertTSQualifiedName(node: object | null | undefined, opts?: object | null): void; -export function isTSRestType(node: object | null | undefined, opts?: object | null): node is TSRestType; -export function assertTSRestType(node: object | null | undefined, opts?: object | null): void; -export function isTSStringKeyword(node: object | null | undefined, opts?: object | null): node is TSStringKeyword; -export function assertTSStringKeyword(node: object | null | undefined, opts?: object | null): void; -export function isTSSymbolKeyword(node: object | null | undefined, opts?: object | null): node is TSSymbolKeyword; -export function assertTSSymbolKeyword(node: object | null | undefined, opts?: object | null): void; -export function isTSThisType(node: object | null | undefined, opts?: object | null): node is TSThisType; -export function assertTSThisType(node: object | null | undefined, opts?: object | null): void; -export function isTSTupleType(node: object | null | undefined, opts?: object | null): node is TSTupleType; -export function assertTSTupleType(node: object | null | undefined, opts?: object | null): void; -export function isTSType(node: object | null | undefined, opts?: object | null): node is TSType; -export function assertTSType(node: object | null | undefined, opts?: object | null): void; -export function isTSTypeAliasDeclaration(node: object | null | undefined, opts?: object | null): node is TSTypeAliasDeclaration; -export function assertTSTypeAliasDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isTSTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TSTypeAnnotation; -export function assertTSTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isTSTypeAssertion(node: object | null | undefined, opts?: object | null): node is TSTypeAssertion; -export function assertTSTypeAssertion(node: object | null | undefined, opts?: object | null): void; -export function isTSTypeElement(node: object | null | undefined, opts?: object | null): node is TSTypeElement; -export function assertTSTypeElement(node: object | null | undefined, opts?: object | null): void; -export function isTSTypeLiteral(node: object | null | undefined, opts?: object | null): node is TSTypeLiteral; -export function assertTSTypeLiteral(node: object | null | undefined, opts?: object | null): void; -export function isTSTypeOperator(node: object | null | undefined, opts?: object | null): node is TSTypeOperator; -export function assertTSTypeOperator(node: object | null | undefined, opts?: object | null): void; -export function isTSTypeParameter(node: object | null | undefined, opts?: object | null): node is TSTypeParameter; -export function assertTSTypeParameter(node: object | null | undefined, opts?: object | null): void; -export function isTSTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): node is TSTypeParameterDeclaration; -export function assertTSTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isTSTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): node is TSTypeParameterInstantiation; -export function assertTSTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): void; -export function isTSTypePredicate(node: object | null | undefined, opts?: object | null): node is TSTypePredicate; -export function assertTSTypePredicate(node: object | null | undefined, opts?: object | null): void; -export function isTSTypeQuery(node: object | null | undefined, opts?: object | null): node is TSTypeQuery; -export function assertTSTypeQuery(node: object | null | undefined, opts?: object | null): void; -export function isTSTypeReference(node: object | null | undefined, opts?: object | null): node is TSTypeReference; -export function assertTSTypeReference(node: object | null | undefined, opts?: object | null): void; -export function isTSUndefinedKeyword(node: object | null | undefined, opts?: object | null): node is TSUndefinedKeyword; -export function assertTSUndefinedKeyword(node: object | null | undefined, opts?: object | null): void; -export function isTSUnionType(node: object | null | undefined, opts?: object | null): node is TSUnionType; -export function assertTSUnionType(node: object | null | undefined, opts?: object | null): void; -export function isTSUnknownKeyword(node: object | null | undefined, opts?: object | null): node is TSUnknownKeyword; -export function assertTSUnknownKeyword(node: object | null | undefined, opts?: object | null): void; -export function isTSVoidKeyword(node: object | null | undefined, opts?: object | null): node is TSVoidKeyword; -export function assertTSVoidKeyword(node: object | null | undefined, opts?: object | null): void; -export function isTaggedTemplateExpression(node: object | null | undefined, opts?: object | null): node is TaggedTemplateExpression; -export function assertTaggedTemplateExpression(node: object | null | undefined, opts?: object | null): void; -export function isTemplateElement(node: object | null | undefined, opts?: object | null): node is TemplateElement; -export function assertTemplateElement(node: object | null | undefined, opts?: object | null): void; -export function isTemplateLiteral(node: object | null | undefined, opts?: object | null): node is TemplateLiteral; -export function assertTemplateLiteral(node: object | null | undefined, opts?: object | null): void; -export function isTerminatorless(node: object | null | undefined, opts?: object | null): node is Terminatorless; -export function assertTerminatorless(node: object | null | undefined, opts?: object | null): void; -export function isThisExpression(node: object | null | undefined, opts?: object | null): node is ThisExpression; -export function assertThisExpression(node: object | null | undefined, opts?: object | null): void; -export function isThisTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ThisTypeAnnotation; -export function assertThisTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isThrowStatement(node: object | null | undefined, opts?: object | null): node is ThrowStatement; -export function assertThrowStatement(node: object | null | undefined, opts?: object | null): void; -export function isTopicReference(node: object | null | undefined, opts?: object | null): node is TopicReference; -export function assertTopicReference(node: object | null | undefined, opts?: object | null): void; -export function isTryStatement(node: object | null | undefined, opts?: object | null): node is TryStatement; -export function assertTryStatement(node: object | null | undefined, opts?: object | null): void; -export function isTupleExpression(node: object | null | undefined, opts?: object | null): node is TupleExpression; -export function assertTupleExpression(node: object | null | undefined, opts?: object | null): void; -export function isTupleTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TupleTypeAnnotation; -export function assertTupleTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isTypeAlias(node: object | null | undefined, opts?: object | null): node is TypeAlias; -export function assertTypeAlias(node: object | null | undefined, opts?: object | null): void; -export function isTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TypeAnnotation; -export function assertTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isTypeCastExpression(node: object | null | undefined, opts?: object | null): node is TypeCastExpression; -export function assertTypeCastExpression(node: object | null | undefined, opts?: object | null): void; -export function isTypeParameter(node: object | null | undefined, opts?: object | null): node is TypeParameter; -export function assertTypeParameter(node: object | null | undefined, opts?: object | null): void; -export function isTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): node is TypeParameterDeclaration; -export function assertTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): node is TypeParameterInstantiation; -export function assertTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): void; -export function isTypeScript(node: object | null | undefined, opts?: object | null): node is TypeScript; -export function assertTypeScript(node: object | null | undefined, opts?: object | null): void; -export function isTypeofTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TypeofTypeAnnotation; -export function assertTypeofTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isUnaryExpression(node: object | null | undefined, opts?: object | null): node is UnaryExpression; -export function assertUnaryExpression(node: object | null | undefined, opts?: object | null): void; -export function isUnaryLike(node: object | null | undefined, opts?: object | null): node is UnaryLike; -export function assertUnaryLike(node: object | null | undefined, opts?: object | null): void; -export function isUnionTypeAnnotation(node: object | null | undefined, opts?: object | null): node is UnionTypeAnnotation; -export function assertUnionTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isUpdateExpression(node: object | null | undefined, opts?: object | null): node is UpdateExpression; -export function assertUpdateExpression(node: object | null | undefined, opts?: object | null): void; -export function isUserWhitespacable(node: object | null | undefined, opts?: object | null): node is UserWhitespacable; -export function assertUserWhitespacable(node: object | null | undefined, opts?: object | null): void; -export function isV8IntrinsicIdentifier(node: object | null | undefined, opts?: object | null): node is V8IntrinsicIdentifier; -export function assertV8IntrinsicIdentifier(node: object | null | undefined, opts?: object | null): void; -export function isVariableDeclaration(node: object | null | undefined, opts?: object | null): node is VariableDeclaration; -export function assertVariableDeclaration(node: object | null | undefined, opts?: object | null): void; -export function isVariableDeclarator(node: object | null | undefined, opts?: object | null): node is VariableDeclarator; -export function assertVariableDeclarator(node: object | null | undefined, opts?: object | null): void; -export function isVariance(node: object | null | undefined, opts?: object | null): node is Variance; -export function assertVariance(node: object | null | undefined, opts?: object | null): void; -export function isVoidTypeAnnotation(node: object | null | undefined, opts?: object | null): node is VoidTypeAnnotation; -export function assertVoidTypeAnnotation(node: object | null | undefined, opts?: object | null): void; -export function isWhile(node: object | null | undefined, opts?: object | null): node is While; -export function assertWhile(node: object | null | undefined, opts?: object | null): void; -export function isWhileStatement(node: object | null | undefined, opts?: object | null): node is WhileStatement; -export function assertWhileStatement(node: object | null | undefined, opts?: object | null): void; -export function isWithStatement(node: object | null | undefined, opts?: object | null): node is WithStatement; -export function assertWithStatement(node: object | null | undefined, opts?: object | null): void; -export function isYieldExpression(node: object | null | undefined, opts?: object | null): node is YieldExpression; -export function assertYieldExpression(node: object | null | undefined, opts?: object | null): void; -export function assertNode(obj: any): void -export function createTypeAnnotationBasedOnTypeof(type: 'string' | 'number' | 'undefined' | 'boolean' | 'function' | 'object' | 'symbol'): StringTypeAnnotation | VoidTypeAnnotation | NumberTypeAnnotation | BooleanTypeAnnotation | GenericTypeAnnotation -export function createUnionTypeAnnotation(types: [T]): T -export function createFlowUnionType(types: [T]): T -export function createUnionTypeAnnotation(types: ReadonlyArray): UnionTypeAnnotation -export function createFlowUnionType(types: ReadonlyArray): UnionTypeAnnotation -export function buildChildren(node: { children: ReadonlyArray }): JSXElement['children'] +export function assertSpreadProperty( + node: object | null | undefined, + opts?: object | null +): void; +export function isStandardized( + node: object | null | undefined, + opts?: object | null +): node is Standardized; +export function assertStandardized( + node: object | null | undefined, + opts?: object | null +): void; +export function isStatement( + node: object | null | undefined, + opts?: object | null +): node is Statement; +export function assertStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isStaticBlock( + node: object | null | undefined, + opts?: object | null +): node is StaticBlock; +export function assertStaticBlock( + node: object | null | undefined, + opts?: object | null +): void; +export function isStringLiteral( + node: object | null | undefined, + opts?: object | null +): node is StringLiteral; +export function assertStringLiteral( + node: object | null | undefined, + opts?: object | null +): void; +export function isStringLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is StringLiteralTypeAnnotation; +export function assertStringLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isStringTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is StringTypeAnnotation; +export function assertStringTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isSuper( + node: object | null | undefined, + opts?: object | null +): node is Super; +export function assertSuper( + node: object | null | undefined, + opts?: object | null +): void; +export function isSwitchCase( + node: object | null | undefined, + opts?: object | null +): node is SwitchCase; +export function assertSwitchCase( + node: object | null | undefined, + opts?: object | null +): void; +export function isSwitchStatement( + node: object | null | undefined, + opts?: object | null +): node is SwitchStatement; +export function assertSwitchStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isSymbolTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is SymbolTypeAnnotation; +export function assertSymbolTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSAnyKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSAnyKeyword; +export function assertTSAnyKeyword( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSArrayType( + node: object | null | undefined, + opts?: object | null +): node is TSArrayType; +export function assertTSArrayType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSAsExpression( + node: object | null | undefined, + opts?: object | null +): node is TSAsExpression; +export function assertTSAsExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSBaseType( + node: object | null | undefined, + opts?: object | null +): node is TSBaseType; +export function assertTSBaseType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSBigIntKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSBigIntKeyword; +export function assertTSBigIntKeyword( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSBooleanKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSBooleanKeyword; +export function assertTSBooleanKeyword( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSCallSignatureDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSCallSignatureDeclaration; +export function assertTSCallSignatureDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSConditionalType( + node: object | null | undefined, + opts?: object | null +): node is TSConditionalType; +export function assertTSConditionalType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSConstructSignatureDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSConstructSignatureDeclaration; +export function assertTSConstructSignatureDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSConstructorType( + node: object | null | undefined, + opts?: object | null +): node is TSConstructorType; +export function assertTSConstructorType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSDeclareFunction( + node: object | null | undefined, + opts?: object | null +): node is TSDeclareFunction; +export function assertTSDeclareFunction( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSDeclareMethod( + node: object | null | undefined, + opts?: object | null +): node is TSDeclareMethod; +export function assertTSDeclareMethod( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSEntityName( + node: object | null | undefined, + opts?: object | null +): node is TSEntityName; +export function assertTSEntityName( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSEnumDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSEnumDeclaration; +export function assertTSEnumDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSEnumMember( + node: object | null | undefined, + opts?: object | null +): node is TSEnumMember; +export function assertTSEnumMember( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSExportAssignment( + node: object | null | undefined, + opts?: object | null +): node is TSExportAssignment; +export function assertTSExportAssignment( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSExpressionWithTypeArguments( + node: object | null | undefined, + opts?: object | null +): node is TSExpressionWithTypeArguments; +export function assertTSExpressionWithTypeArguments( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSExternalModuleReference( + node: object | null | undefined, + opts?: object | null +): node is TSExternalModuleReference; +export function assertTSExternalModuleReference( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSFunctionType( + node: object | null | undefined, + opts?: object | null +): node is TSFunctionType; +export function assertTSFunctionType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSImportEqualsDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSImportEqualsDeclaration; +export function assertTSImportEqualsDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSImportType( + node: object | null | undefined, + opts?: object | null +): node is TSImportType; +export function assertTSImportType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSIndexSignature( + node: object | null | undefined, + opts?: object | null +): node is TSIndexSignature; +export function assertTSIndexSignature( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSIndexedAccessType( + node: object | null | undefined, + opts?: object | null +): node is TSIndexedAccessType; +export function assertTSIndexedAccessType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSInferType( + node: object | null | undefined, + opts?: object | null +): node is TSInferType; +export function assertTSInferType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSInstantiationExpression( + node: object | null | undefined, + opts?: object | null +): node is TSInstantiationExpression; +export function assertTSInstantiationExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSInterfaceBody( + node: object | null | undefined, + opts?: object | null +): node is TSInterfaceBody; +export function assertTSInterfaceBody( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSInterfaceDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSInterfaceDeclaration; +export function assertTSInterfaceDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSIntersectionType( + node: object | null | undefined, + opts?: object | null +): node is TSIntersectionType; +export function assertTSIntersectionType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSIntrinsicKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSIntrinsicKeyword; +export function assertTSIntrinsicKeyword( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSLiteralType( + node: object | null | undefined, + opts?: object | null +): node is TSLiteralType; +export function assertTSLiteralType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSMappedType( + node: object | null | undefined, + opts?: object | null +): node is TSMappedType; +export function assertTSMappedType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSMethodSignature( + node: object | null | undefined, + opts?: object | null +): node is TSMethodSignature; +export function assertTSMethodSignature( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSModuleBlock( + node: object | null | undefined, + opts?: object | null +): node is TSModuleBlock; +export function assertTSModuleBlock( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSModuleDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSModuleDeclaration; +export function assertTSModuleDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSNamedTupleMember( + node: object | null | undefined, + opts?: object | null +): node is TSNamedTupleMember; +export function assertTSNamedTupleMember( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSNamespaceExportDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSNamespaceExportDeclaration; +export function assertTSNamespaceExportDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSNeverKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSNeverKeyword; +export function assertTSNeverKeyword( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSNonNullExpression( + node: object | null | undefined, + opts?: object | null +): node is TSNonNullExpression; +export function assertTSNonNullExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSNullKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSNullKeyword; +export function assertTSNullKeyword( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSNumberKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSNumberKeyword; +export function assertTSNumberKeyword( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSObjectKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSObjectKeyword; +export function assertTSObjectKeyword( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSOptionalType( + node: object | null | undefined, + opts?: object | null +): node is TSOptionalType; +export function assertTSOptionalType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSParameterProperty( + node: object | null | undefined, + opts?: object | null +): node is TSParameterProperty; +export function assertTSParameterProperty( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSParenthesizedType( + node: object | null | undefined, + opts?: object | null +): node is TSParenthesizedType; +export function assertTSParenthesizedType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSPropertySignature( + node: object | null | undefined, + opts?: object | null +): node is TSPropertySignature; +export function assertTSPropertySignature( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSQualifiedName( + node: object | null | undefined, + opts?: object | null +): node is TSQualifiedName; +export function assertTSQualifiedName( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSRestType( + node: object | null | undefined, + opts?: object | null +): node is TSRestType; +export function assertTSRestType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSStringKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSStringKeyword; +export function assertTSStringKeyword( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSSymbolKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSSymbolKeyword; +export function assertTSSymbolKeyword( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSThisType( + node: object | null | undefined, + opts?: object | null +): node is TSThisType; +export function assertTSThisType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSTupleType( + node: object | null | undefined, + opts?: object | null +): node is TSTupleType; +export function assertTSTupleType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSType( + node: object | null | undefined, + opts?: object | null +): node is TSType; +export function assertTSType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSTypeAliasDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSTypeAliasDeclaration; +export function assertTSTypeAliasDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is TSTypeAnnotation; +export function assertTSTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSTypeAssertion( + node: object | null | undefined, + opts?: object | null +): node is TSTypeAssertion; +export function assertTSTypeAssertion( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSTypeElement( + node: object | null | undefined, + opts?: object | null +): node is TSTypeElement; +export function assertTSTypeElement( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSTypeLiteral( + node: object | null | undefined, + opts?: object | null +): node is TSTypeLiteral; +export function assertTSTypeLiteral( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSTypeOperator( + node: object | null | undefined, + opts?: object | null +): node is TSTypeOperator; +export function assertTSTypeOperator( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSTypeParameter( + node: object | null | undefined, + opts?: object | null +): node is TSTypeParameter; +export function assertTSTypeParameter( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSTypeParameterDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSTypeParameterDeclaration; +export function assertTSTypeParameterDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSTypeParameterInstantiation( + node: object | null | undefined, + opts?: object | null +): node is TSTypeParameterInstantiation; +export function assertTSTypeParameterInstantiation( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSTypePredicate( + node: object | null | undefined, + opts?: object | null +): node is TSTypePredicate; +export function assertTSTypePredicate( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSTypeQuery( + node: object | null | undefined, + opts?: object | null +): node is TSTypeQuery; +export function assertTSTypeQuery( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSTypeReference( + node: object | null | undefined, + opts?: object | null +): node is TSTypeReference; +export function assertTSTypeReference( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSUndefinedKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSUndefinedKeyword; +export function assertTSUndefinedKeyword( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSUnionType( + node: object | null | undefined, + opts?: object | null +): node is TSUnionType; +export function assertTSUnionType( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSUnknownKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSUnknownKeyword; +export function assertTSUnknownKeyword( + node: object | null | undefined, + opts?: object | null +): void; +export function isTSVoidKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSVoidKeyword; +export function assertTSVoidKeyword( + node: object | null | undefined, + opts?: object | null +): void; +export function isTaggedTemplateExpression( + node: object | null | undefined, + opts?: object | null +): node is TaggedTemplateExpression; +export function assertTaggedTemplateExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isTemplateElement( + node: object | null | undefined, + opts?: object | null +): node is TemplateElement; +export function assertTemplateElement( + node: object | null | undefined, + opts?: object | null +): void; +export function isTemplateLiteral( + node: object | null | undefined, + opts?: object | null +): node is TemplateLiteral; +export function assertTemplateLiteral( + node: object | null | undefined, + opts?: object | null +): void; +export function isTerminatorless( + node: object | null | undefined, + opts?: object | null +): node is Terminatorless; +export function assertTerminatorless( + node: object | null | undefined, + opts?: object | null +): void; +export function isThisExpression( + node: object | null | undefined, + opts?: object | null +): node is ThisExpression; +export function assertThisExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isThisTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is ThisTypeAnnotation; +export function assertThisTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isThrowStatement( + node: object | null | undefined, + opts?: object | null +): node is ThrowStatement; +export function assertThrowStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isTopicReference( + node: object | null | undefined, + opts?: object | null +): node is TopicReference; +export function assertTopicReference( + node: object | null | undefined, + opts?: object | null +): void; +export function isTryStatement( + node: object | null | undefined, + opts?: object | null +): node is TryStatement; +export function assertTryStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isTupleExpression( + node: object | null | undefined, + opts?: object | null +): node is TupleExpression; +export function assertTupleExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isTupleTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is TupleTypeAnnotation; +export function assertTupleTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isTypeAlias( + node: object | null | undefined, + opts?: object | null +): node is TypeAlias; +export function assertTypeAlias( + node: object | null | undefined, + opts?: object | null +): void; +export function isTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is TypeAnnotation; +export function assertTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isTypeCastExpression( + node: object | null | undefined, + opts?: object | null +): node is TypeCastExpression; +export function assertTypeCastExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isTypeParameter( + node: object | null | undefined, + opts?: object | null +): node is TypeParameter; +export function assertTypeParameter( + node: object | null | undefined, + opts?: object | null +): void; +export function isTypeParameterDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TypeParameterDeclaration; +export function assertTypeParameterDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isTypeParameterInstantiation( + node: object | null | undefined, + opts?: object | null +): node is TypeParameterInstantiation; +export function assertTypeParameterInstantiation( + node: object | null | undefined, + opts?: object | null +): void; +export function isTypeScript( + node: object | null | undefined, + opts?: object | null +): node is TypeScript; +export function assertTypeScript( + node: object | null | undefined, + opts?: object | null +): void; +export function isTypeofTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is TypeofTypeAnnotation; +export function assertTypeofTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isUnaryExpression( + node: object | null | undefined, + opts?: object | null +): node is UnaryExpression; +export function assertUnaryExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isUnaryLike( + node: object | null | undefined, + opts?: object | null +): node is UnaryLike; +export function assertUnaryLike( + node: object | null | undefined, + opts?: object | null +): void; +export function isUnionTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is UnionTypeAnnotation; +export function assertUnionTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isUpdateExpression( + node: object | null | undefined, + opts?: object | null +): node is UpdateExpression; +export function assertUpdateExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function isUserWhitespacable( + node: object | null | undefined, + opts?: object | null +): node is UserWhitespacable; +export function assertUserWhitespacable( + node: object | null | undefined, + opts?: object | null +): void; +export function isV8IntrinsicIdentifier( + node: object | null | undefined, + opts?: object | null +): node is V8IntrinsicIdentifier; +export function assertV8IntrinsicIdentifier( + node: object | null | undefined, + opts?: object | null +): void; +export function isVariableDeclaration( + node: object | null | undefined, + opts?: object | null +): node is VariableDeclaration; +export function assertVariableDeclaration( + node: object | null | undefined, + opts?: object | null +): void; +export function isVariableDeclarator( + node: object | null | undefined, + opts?: object | null +): node is VariableDeclarator; +export function assertVariableDeclarator( + node: object | null | undefined, + opts?: object | null +): void; +export function isVariance( + node: object | null | undefined, + opts?: object | null +): node is Variance; +export function assertVariance( + node: object | null | undefined, + opts?: object | null +): void; +export function isVoidTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is VoidTypeAnnotation; +export function assertVoidTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): void; +export function isWhile( + node: object | null | undefined, + opts?: object | null +): node is While; +export function assertWhile( + node: object | null | undefined, + opts?: object | null +): void; +export function isWhileStatement( + node: object | null | undefined, + opts?: object | null +): node is WhileStatement; +export function assertWhileStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isWithStatement( + node: object | null | undefined, + opts?: object | null +): node is WithStatement; +export function assertWithStatement( + node: object | null | undefined, + opts?: object | null +): void; +export function isYieldExpression( + node: object | null | undefined, + opts?: object | null +): node is YieldExpression; +export function assertYieldExpression( + node: object | null | undefined, + opts?: object | null +): void; +export function assertNode(obj: any): void; +export function createTypeAnnotationBasedOnTypeof( + type: + | 'string' + | 'number' + | 'undefined' + | 'boolean' + | 'function' + | 'object' + | 'symbol' +): + | StringTypeAnnotation + | VoidTypeAnnotation + | NumberTypeAnnotation + | BooleanTypeAnnotation + | GenericTypeAnnotation; +export function createUnionTypeAnnotation(types: [T]): T; +export function createFlowUnionType(types: [T]): T; +export function createUnionTypeAnnotation( + types: ReadonlyArray +): UnionTypeAnnotation; +export function createFlowUnionType( + types: ReadonlyArray +): UnionTypeAnnotation; +export function buildChildren(node: { + children: ReadonlyArray< + | JSXText + | JSXExpressionContainer + | JSXSpreadChild + | JSXElement + | JSXFragment + | JSXEmptyExpression + >; +}): JSXElement['children']; export function clone(n: T): T; export function cloneDeep(n: T): T; export function cloneDeepWithoutLoc(n: T): T; -export function cloneNode(n: T, deep?: boolean, withoutLoc?: boolean): T; +export function cloneNode( + n: T, + deep?: boolean, + withoutLoc?: boolean +): T; export function cloneWithoutLoc(n: T): T; -export type CommentTypeShorthand = 'leading' | 'inner' | 'trailing' -export function addComment(node: T, type: CommentTypeShorthand, content: string, line?: boolean): T -export function addComments(node: T, type: CommentTypeShorthand, comments: ReadonlyArray): T -export function inheritInnerComments(node: Node, parent: Node): void -export function inheritLeadingComments(node: Node, parent: Node): void -export function inheritsComments(node: T, parent: Node): void -export function inheritTrailingComments(node: Node, parent: Node): void -export function removeComments(node: T): T -export function ensureBlock(node: Extract): BlockStatement -export function ensureBlock = 'body'>(node: Extract>, key: K): BlockStatement -export function toBindingIdentifierName(name: { toString(): string } | null | undefined): string -export function toBlock(node: Statement | Expression, parent?: Function | null): BlockStatement -export function toComputedKey>(node: T, key?: Expression | Identifier): Expression -export function toExpression(node: Function): FunctionExpression -export function toExpression(node: Class): ClassExpression -export function toExpression(node: ExpressionStatement | Expression | Class | Function): Expression -export function toIdentifier(name: { toString(): string } | null | undefined): string -export function toKeyAlias(node: Method | Property, key?: Node): string -export function toSequenceExpression(nodes: ReadonlyArray, scope: { push(value: { id: LVal; kind: 'var'; init?: Expression}): void; buildUndefinedNode(): Node }): SequenceExpression | undefined -export function toStatement(node: AssignmentExpression, ignore?: boolean): ExpressionStatement -export function toStatement(node: Statement | AssignmentExpression, ignore?: boolean): Statement -export function toStatement(node: Class, ignore: true): ClassDeclaration | undefined -export function toStatement(node: Class, ignore?: boolean): ClassDeclaration -export function toStatement(node: Function, ignore: true): FunctionDeclaration | undefined -export function toStatement(node: Function, ignore?: boolean): FunctionDeclaration -export function toStatement(node: Statement | Class | Function | AssignmentExpression, ignore: true): Statement | undefined -export function toStatement(node: Statement | Class | Function | AssignmentExpression, ignore?: boolean): Statement -export function valueToNode(value: undefined): Identifier -export function valueToNode(value: boolean): BooleanLiteral -export function valueToNode(value: null): NullLiteral -export function valueToNode(value: string): StringLiteral -export function valueToNode(value: number): NumericLiteral | BinaryExpression | UnaryExpression -export function valueToNode(value: RegExp): RegExpLiteral -export function valueToNode(value: ReadonlyArray): ArrayExpression -export function valueToNode(value: object): ObjectExpression -export function valueToNode(value: undefined | boolean | null | string | number | RegExp | object): Expression -export function removeTypeDuplicates(types: ReadonlyArray): FlowType[] -export function appendToMemberExpression>(member: T, append: MemberExpression['property'], computed?: boolean): T -export function inherits(child: T, parent: Node | null | undefined): T -export function prependToMemberExpression>(member: T, prepend: MemberExpression['object']): T +export type CommentTypeShorthand = 'leading' | 'inner' | 'trailing'; +export function addComment( + node: T, + type: CommentTypeShorthand, + content: string, + line?: boolean +): T; +export function addComments( + node: T, + type: CommentTypeShorthand, + comments: ReadonlyArray +): T; +export function inheritInnerComments(node: Node, parent: Node): void; +export function inheritLeadingComments(node: Node, parent: Node): void; +export function inheritsComments(node: T, parent: Node): void; +export function inheritTrailingComments(node: Node, parent: Node): void; +export function removeComments(node: T): T; +export function ensureBlock( + node: Extract +): BlockStatement; +export function ensureBlock< + K extends keyof Extract< + Node, + { body: BlockStatement | Statement | Expression } + > = 'body', +>( + node: Extract>, + key: K +): BlockStatement; +export function toBindingIdentifierName( + name: { toString(): string } | null | undefined +): string; +export function toBlock( + node: Statement | Expression, + parent?: Function | null +): BlockStatement; +export function toComputedKey< + T extends Extract, +>(node: T, key?: Expression | Identifier): Expression; +export function toExpression(node: Function): FunctionExpression; +export function toExpression(node: Class): ClassExpression; +export function toExpression( + node: ExpressionStatement | Expression | Class | Function +): Expression; +export function toIdentifier( + name: { toString(): string } | null | undefined +): string; +export function toKeyAlias(node: Method | Property, key?: Node): string; +export function toSequenceExpression( + nodes: ReadonlyArray, + scope: { + push(value: { id: LVal; kind: 'var'; init?: Expression }): void; + buildUndefinedNode(): Node; + } +): SequenceExpression | undefined; +export function toStatement( + node: AssignmentExpression, + ignore?: boolean +): ExpressionStatement; +export function toStatement( + node: Statement | AssignmentExpression, + ignore?: boolean +): Statement; +export function toStatement( + node: Class, + ignore: true +): ClassDeclaration | undefined; +export function toStatement(node: Class, ignore?: boolean): ClassDeclaration; +export function toStatement( + node: Function, + ignore: true +): FunctionDeclaration | undefined; +export function toStatement( + node: Function, + ignore?: boolean +): FunctionDeclaration; +export function toStatement( + node: Statement | Class | Function | AssignmentExpression, + ignore: true +): Statement | undefined; +export function toStatement( + node: Statement | Class | Function | AssignmentExpression, + ignore?: boolean +): Statement; +export function valueToNode(value: undefined): Identifier; +export function valueToNode(value: boolean): BooleanLiteral; +export function valueToNode(value: null): NullLiteral; +export function valueToNode(value: string): StringLiteral; +export function valueToNode( + value: number +): NumericLiteral | BinaryExpression | UnaryExpression; +export function valueToNode(value: RegExp): RegExpLiteral; +export function valueToNode( + value: ReadonlyArray< + undefined | boolean | null | string | number | RegExp | object + > +): ArrayExpression; +export function valueToNode(value: object): ObjectExpression; +export function valueToNode( + value: undefined | boolean | null | string | number | RegExp | object +): Expression; +export function removeTypeDuplicates( + types: ReadonlyArray +): FlowType[]; +export function appendToMemberExpression< + T extends Pick, +>(member: T, append: MemberExpression['property'], computed?: boolean): T; +export function inherits( + child: T, + parent: Node | null | undefined +): T; +export function prependToMemberExpression< + T extends Pick, +>(member: T, prepend: MemberExpression['object']): T; export function removeProperties( n: Node, opts?: { preserveComments: boolean } | null @@ -2685,48 +6275,131 @@ export function removePropertiesDeep( n: T, opts?: { preserveComments: boolean } | null ): T; -export function getBindingIdentifiers(node: Node, duplicates: true, outerOnly?: boolean): Record> -export function getBindingIdentifiers(node: Node, duplicates?: false, outerOnly?: boolean): Record -export function getBindingIdentifiers(node: Node, duplicates: boolean, outerOnly?: boolean): Record> -export function getOuterBindingIdentifiers(node: Node, duplicates: true): Record> -export function getOuterBindingIdentifiers(node: Node, duplicates?: false): Record -export function getOuterBindingIdentifiers(node: Node, duplicates: boolean): Record> -export type TraversalAncestors = ReadonlyArray<{ +export function getBindingIdentifiers( node: Node, - key: string, - index?: number, + duplicates: true, + outerOnly?: boolean +): Record>; +export function getBindingIdentifiers( + node: Node, + duplicates?: false, + outerOnly?: boolean +): Record; +export function getBindingIdentifiers( + node: Node, + duplicates: boolean, + outerOnly?: boolean +): Record>; +export function getOuterBindingIdentifiers( + node: Node, + duplicates: true +): Record>; +export function getOuterBindingIdentifiers( + node: Node, + duplicates?: false +): Record; +export function getOuterBindingIdentifiers( + node: Node, + duplicates: boolean +): Record>; +export type TraversalAncestors = ReadonlyArray<{ + node: Node; + key: string; + index?: number; }>; export type TraversalHandler = ( - this: undefined, node: Node, parent: TraversalAncestors, type: T + this: undefined, + node: Node, + parent: TraversalAncestors, + type: T ) => void; export type TraversalHandlers = { - enter?: TraversalHandler, - exit?: TraversalHandler, + enter?: TraversalHandler; + exit?: TraversalHandler; }; -export function traverse(n: Node, h: TraversalHandler | TraversalHandlers, state?: T): void; -export function traverseFast(n: Node, h: TraversalHandler, state?: T): void; -export function shallowEqual(actual: object, expected: T): actual is T -export function buildMatchMemberExpression(match: string, allowPartial?: boolean): (node: Node | null | undefined) => node is MemberExpression -export function is(type: T, n: Node | null | undefined, required?: undefined): n is Extract -export function is>(type: T, n: Node | null | undefined, required: Partial

): n is P -export function is

(type: string, n: Node | null | undefined, required: Partial

): n is P -export function is(type: string, n: Node | null | undefined, required?: Partial): n is Node -export function isBinding(node: Node, parent: Node, grandparent?: Node): boolean -export function isBlockScoped(node: Node): node is FunctionDeclaration | ClassDeclaration | VariableDeclaration -export function isImmutable(node: Node): node is Immutable -export function isLet(node: Node): node is VariableDeclaration -export function isNode(node: object | null | undefined): node is Node -export function isNodesEquivalent>(a: T, b: any): b is T -export function isNodesEquivalent(a: any, b: any): boolean -export function isPlaceholderType(placeholderType: Node['type'], targetType: Node['type']): boolean -export function isReferenced(node: Node, parent: Node, grandparent?: Node): boolean -export function isScope(node: Node, parent: Node): node is Scopable -export function isSpecifierDefault(specifier: ModuleSpecifier): boolean -export function isType(nodetype: string, targetType: T): nodetype is T -export function isType(nodetype: string | null | undefined, targetType: string): boolean -export function isValidES3Identifier(name: string): boolean -export function isValidIdentifier(name: string): boolean -export function isVar(node: Node): node is VariableDeclaration -export function matchesPattern(node: Node | null | undefined, match: string | ReadonlyArray, allowPartial?: boolean): node is MemberExpression -export function validate(n: Node | null | undefined, key: K, value: T[K]): void; +export function traverse( + n: Node, + h: TraversalHandler | TraversalHandlers, + state?: T +): void; +export function traverseFast( + n: Node, + h: TraversalHandler, + state?: T +): void; +export function shallowEqual( + actual: object, + expected: T +): actual is T; +export function buildMatchMemberExpression( + match: string, + allowPartial?: boolean +): (node: Node | null | undefined) => node is MemberExpression; +export function is( + type: T, + n: Node | null | undefined, + required?: undefined +): n is Extract; +export function is< + T extends Node['type'], + P extends Extract, +>(type: T, n: Node | null | undefined, required: Partial

): n is P; +export function is

( + type: string, + n: Node | null | undefined, + required: Partial

+): n is P; +export function is( + type: string, + n: Node | null | undefined, + required?: Partial +): n is Node; +export function isBinding( + node: Node, + parent: Node, + grandparent?: Node +): boolean; +export function isBlockScoped( + node: Node +): node is FunctionDeclaration | ClassDeclaration | VariableDeclaration; +export function isImmutable(node: Node): node is Immutable; +export function isLet(node: Node): node is VariableDeclaration; +export function isNode(node: object | null | undefined): node is Node; +export function isNodesEquivalent>( + a: T, + b: any +): b is T; +export function isNodesEquivalent(a: any, b: any): boolean; +export function isPlaceholderType( + placeholderType: Node['type'], + targetType: Node['type'] +): boolean; +export function isReferenced( + node: Node, + parent: Node, + grandparent?: Node +): boolean; +export function isScope(node: Node, parent: Node): node is Scopable; +export function isSpecifierDefault(specifier: ModuleSpecifier): boolean; +export function isType( + nodetype: string, + targetType: T +): nodetype is T; +export function isType( + nodetype: string | null | undefined, + targetType: string +): boolean; +export function isValidES3Identifier(name: string): boolean; +export function isValidIdentifier(name: string): boolean; +export function isVar(node: Node): node is VariableDeclaration; +export function matchesPattern( + node: Node | null | undefined, + match: string | ReadonlyArray, + allowPartial?: boolean +): node is MemberExpression; +export function validate( + n: Node | null | undefined, + key: K, + value: T[K] +): void; export function validate(n: Node, key: string, value: any): void; diff --git a/node_modules/@babel/types/lib/index.d.ts b/node_modules/@babel/types/lib/index.d.ts index 96286d6..48f4d22 100644 --- a/node_modules/@babel/types/lib/index.d.ts +++ b/node_modules/@babel/types/lib/index.d.ts @@ -1,2103 +1,9510 @@ interface BaseComment { - value: string; - start?: number; - end?: number; - loc?: SourceLocation; - ignore?: boolean; - type: "CommentBlock" | "CommentLine"; + value: string; + start?: number; + end?: number; + loc?: SourceLocation; + ignore?: boolean; + type: 'CommentBlock' | 'CommentLine'; } interface CommentBlock extends BaseComment { - type: "CommentBlock"; + type: 'CommentBlock'; } interface CommentLine extends BaseComment { - type: "CommentLine"; + type: 'CommentLine'; } declare type Comment = CommentBlock | CommentLine; interface SourceLocation { - start: { - line: number; - column: number; - }; - end: { - line: number; - column: number; - }; + start: { + line: number; + column: number; + }; + end: { + line: number; + column: number; + }; } interface BaseNode { - type: Node["type"]; - leadingComments?: Comment[] | null; - innerComments?: Comment[] | null; - trailingComments?: Comment[] | null; - start?: number | null; - end?: number | null; - loc?: SourceLocation | null; - range?: [number, number]; - extra?: Record; + type: Node['type']; + leadingComments?: Comment[] | null; + innerComments?: Comment[] | null; + trailingComments?: Comment[] | null; + start?: number | null; + end?: number | null; + loc?: SourceLocation | null; + range?: [number, number]; + extra?: Record; } -declare type CommentTypeShorthand = "leading" | "inner" | "trailing"; -declare type Node = AnyTypeAnnotation | ArgumentPlaceholder | ArrayExpression | ArrayPattern | ArrayTypeAnnotation | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BigIntLiteral | BinaryExpression | BindExpression | BlockStatement | BooleanLiteral | BooleanLiteralTypeAnnotation | BooleanTypeAnnotation | BreakStatement | CallExpression | CatchClause | ClassAccessorProperty | ClassBody | ClassDeclaration | ClassExpression | ClassImplements | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | ContinueStatement | DebuggerStatement | DecimalLiteral | DeclareClass | DeclareExportAllDeclaration | DeclareExportDeclaration | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareOpaqueType | DeclareTypeAlias | DeclareVariable | DeclaredPredicate | Decorator | Directive | DirectiveLiteral | DoExpression | DoWhileStatement | EmptyStatement | EmptyTypeAnnotation | EnumBooleanBody | EnumBooleanMember | EnumDeclaration | EnumDefaultedMember | EnumNumberBody | EnumNumberMember | EnumStringBody | EnumStringMember | EnumSymbolBody | ExistsTypeAnnotation | ExportAllDeclaration | ExportDefaultDeclaration | ExportDefaultSpecifier | ExportNamedDeclaration | ExportNamespaceSpecifier | ExportSpecifier | ExpressionStatement | File | ForInStatement | ForOfStatement | ForStatement | FunctionDeclaration | FunctionExpression | FunctionTypeAnnotation | FunctionTypeParam | GenericTypeAnnotation | Identifier | IfStatement | Import | ImportAttribute | ImportDeclaration | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | IndexedAccessType | InferredPredicate | InterfaceDeclaration | InterfaceExtends | InterfaceTypeAnnotation | InterpreterDirective | IntersectionTypeAnnotation | JSXAttribute | JSXClosingElement | JSXClosingFragment | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXFragment | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXOpeningFragment | JSXSpreadAttribute | JSXSpreadChild | JSXText | LabeledStatement | LogicalExpression | MemberExpression | MetaProperty | MixedTypeAnnotation | ModuleExpression | NewExpression | Noop | NullLiteral | NullLiteralTypeAnnotation | NullableTypeAnnotation | NumberLiteral$1 | NumberLiteralTypeAnnotation | NumberTypeAnnotation | NumericLiteral | ObjectExpression | ObjectMethod | ObjectPattern | ObjectProperty | ObjectTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalCallExpression | OptionalIndexedAccessType | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelinePrimaryTopicReference | PipelineTopicExpression | Placeholder | PrivateName | Program | QualifiedTypeIdentifier | RecordExpression | RegExpLiteral | RegexLiteral$1 | RestElement | RestProperty$1 | ReturnStatement | SequenceExpression | SpreadElement | SpreadProperty$1 | StaticBlock | StringLiteral | StringLiteralTypeAnnotation | StringTypeAnnotation | Super | SwitchCase | SwitchStatement | SymbolTypeAnnotation | TSAnyKeyword | TSArrayType | TSAsExpression | TSBigIntKeyword | TSBooleanKeyword | TSCallSignatureDeclaration | TSConditionalType | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSExpressionWithTypeArguments | TSExternalModuleReference | TSFunctionType | TSImportEqualsDeclaration | TSImportType | TSIndexSignature | TSIndexedAccessType | TSInferType | TSInstantiationExpression | TSInterfaceBody | TSInterfaceDeclaration | TSIntersectionType | TSIntrinsicKeyword | TSLiteralType | TSMappedType | TSMethodSignature | TSModuleBlock | TSModuleDeclaration | TSNamedTupleMember | TSNamespaceExportDeclaration | TSNeverKeyword | TSNonNullExpression | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSOptionalType | TSParameterProperty | TSParenthesizedType | TSPropertySignature | TSQualifiedName | TSRestType | TSStringKeyword | TSSymbolKeyword | TSThisType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeLiteral | TSTypeOperator | TSTypeParameter | TSTypeParameterDeclaration | TSTypeParameterInstantiation | TSTypePredicate | TSTypeQuery | TSTypeReference | TSUndefinedKeyword | TSUnionType | TSUnknownKeyword | TSVoidKeyword | TaggedTemplateExpression | TemplateElement | TemplateLiteral | ThisExpression | ThisTypeAnnotation | ThrowStatement | TopicReference | TryStatement | TupleExpression | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeCastExpression | TypeParameter | TypeParameterDeclaration | TypeParameterInstantiation | TypeofTypeAnnotation | UnaryExpression | UnionTypeAnnotation | UpdateExpression | V8IntrinsicIdentifier | VariableDeclaration | VariableDeclarator | Variance | VoidTypeAnnotation | WhileStatement | WithStatement | YieldExpression; +declare type CommentTypeShorthand = 'leading' | 'inner' | 'trailing'; +declare type Node = + | AnyTypeAnnotation + | ArgumentPlaceholder + | ArrayExpression + | ArrayPattern + | ArrayTypeAnnotation + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BigIntLiteral + | BinaryExpression + | BindExpression + | BlockStatement + | BooleanLiteral + | BooleanLiteralTypeAnnotation + | BooleanTypeAnnotation + | BreakStatement + | CallExpression + | CatchClause + | ClassAccessorProperty + | ClassBody + | ClassDeclaration + | ClassExpression + | ClassImplements + | ClassMethod + | ClassPrivateMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | ContinueStatement + | DebuggerStatement + | DecimalLiteral + | DeclareClass + | DeclareExportAllDeclaration + | DeclareExportDeclaration + | DeclareFunction + | DeclareInterface + | DeclareModule + | DeclareModuleExports + | DeclareOpaqueType + | DeclareTypeAlias + | DeclareVariable + | DeclaredPredicate + | Decorator + | Directive + | DirectiveLiteral + | DoExpression + | DoWhileStatement + | EmptyStatement + | EmptyTypeAnnotation + | EnumBooleanBody + | EnumBooleanMember + | EnumDeclaration + | EnumDefaultedMember + | EnumNumberBody + | EnumNumberMember + | EnumStringBody + | EnumStringMember + | EnumSymbolBody + | ExistsTypeAnnotation + | ExportAllDeclaration + | ExportDefaultDeclaration + | ExportDefaultSpecifier + | ExportNamedDeclaration + | ExportNamespaceSpecifier + | ExportSpecifier + | ExpressionStatement + | File + | ForInStatement + | ForOfStatement + | ForStatement + | FunctionDeclaration + | FunctionExpression + | FunctionTypeAnnotation + | FunctionTypeParam + | GenericTypeAnnotation + | Identifier + | IfStatement + | Import + | ImportAttribute + | ImportDeclaration + | ImportDefaultSpecifier + | ImportNamespaceSpecifier + | ImportSpecifier + | IndexedAccessType + | InferredPredicate + | InterfaceDeclaration + | InterfaceExtends + | InterfaceTypeAnnotation + | InterpreterDirective + | IntersectionTypeAnnotation + | JSXAttribute + | JSXClosingElement + | JSXClosingFragment + | JSXElement + | JSXEmptyExpression + | JSXExpressionContainer + | JSXFragment + | JSXIdentifier + | JSXMemberExpression + | JSXNamespacedName + | JSXOpeningElement + | JSXOpeningFragment + | JSXSpreadAttribute + | JSXSpreadChild + | JSXText + | LabeledStatement + | LogicalExpression + | MemberExpression + | MetaProperty + | MixedTypeAnnotation + | ModuleExpression + | NewExpression + | Noop + | NullLiteral + | NullLiteralTypeAnnotation + | NullableTypeAnnotation + | NumberLiteral$1 + | NumberLiteralTypeAnnotation + | NumberTypeAnnotation + | NumericLiteral + | ObjectExpression + | ObjectMethod + | ObjectPattern + | ObjectProperty + | ObjectTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalCallExpression + | OptionalIndexedAccessType + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelinePrimaryTopicReference + | PipelineTopicExpression + | Placeholder + | PrivateName + | Program + | QualifiedTypeIdentifier + | RecordExpression + | RegExpLiteral + | RegexLiteral$1 + | RestElement + | RestProperty$1 + | ReturnStatement + | SequenceExpression + | SpreadElement + | SpreadProperty$1 + | StaticBlock + | StringLiteral + | StringLiteralTypeAnnotation + | StringTypeAnnotation + | Super + | SwitchCase + | SwitchStatement + | SymbolTypeAnnotation + | TSAnyKeyword + | TSArrayType + | TSAsExpression + | TSBigIntKeyword + | TSBooleanKeyword + | TSCallSignatureDeclaration + | TSConditionalType + | TSConstructSignatureDeclaration + | TSConstructorType + | TSDeclareFunction + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSExpressionWithTypeArguments + | TSExternalModuleReference + | TSFunctionType + | TSImportEqualsDeclaration + | TSImportType + | TSIndexSignature + | TSIndexedAccessType + | TSInferType + | TSInstantiationExpression + | TSInterfaceBody + | TSInterfaceDeclaration + | TSIntersectionType + | TSIntrinsicKeyword + | TSLiteralType + | TSMappedType + | TSMethodSignature + | TSModuleBlock + | TSModuleDeclaration + | TSNamedTupleMember + | TSNamespaceExportDeclaration + | TSNeverKeyword + | TSNonNullExpression + | TSNullKeyword + | TSNumberKeyword + | TSObjectKeyword + | TSOptionalType + | TSParameterProperty + | TSParenthesizedType + | TSPropertySignature + | TSQualifiedName + | TSRestType + | TSStringKeyword + | TSSymbolKeyword + | TSThisType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeLiteral + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterDeclaration + | TSTypeParameterInstantiation + | TSTypePredicate + | TSTypeQuery + | TSTypeReference + | TSUndefinedKeyword + | TSUnionType + | TSUnknownKeyword + | TSVoidKeyword + | TaggedTemplateExpression + | TemplateElement + | TemplateLiteral + | ThisExpression + | ThisTypeAnnotation + | ThrowStatement + | TopicReference + | TryStatement + | TupleExpression + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeCastExpression + | TypeParameter + | TypeParameterDeclaration + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnaryExpression + | UnionTypeAnnotation + | UpdateExpression + | V8IntrinsicIdentifier + | VariableDeclaration + | VariableDeclarator + | Variance + | VoidTypeAnnotation + | WhileStatement + | WithStatement + | YieldExpression; interface ArrayExpression extends BaseNode { - type: "ArrayExpression"; - elements: Array; + type: 'ArrayExpression'; + elements: Array; } interface AssignmentExpression extends BaseNode { - type: "AssignmentExpression"; - operator: string; - left: LVal; - right: Expression; + type: 'AssignmentExpression'; + operator: string; + left: LVal; + right: Expression; } interface BinaryExpression extends BaseNode { - type: "BinaryExpression"; - operator: "+" | "-" | "/" | "%" | "*" | "**" | "&" | "|" | ">>" | ">>>" | "<<" | "^" | "==" | "===" | "!=" | "!==" | "in" | "instanceof" | ">" | "<" | ">=" | "<=" | "|>"; - left: Expression | PrivateName; - right: Expression; + type: 'BinaryExpression'; + operator: + | '+' + | '-' + | '/' + | '%' + | '*' + | '**' + | '&' + | '|' + | '>>' + | '>>>' + | '<<' + | '^' + | '==' + | '===' + | '!=' + | '!==' + | 'in' + | 'instanceof' + | '>' + | '<' + | '>=' + | '<=' + | '|>'; + left: Expression | PrivateName; + right: Expression; } interface InterpreterDirective extends BaseNode { - type: "InterpreterDirective"; - value: string; + type: 'InterpreterDirective'; + value: string; } interface Directive extends BaseNode { - type: "Directive"; - value: DirectiveLiteral; + type: 'Directive'; + value: DirectiveLiteral; } interface DirectiveLiteral extends BaseNode { - type: "DirectiveLiteral"; - value: string; + type: 'DirectiveLiteral'; + value: string; } interface BlockStatement extends BaseNode { - type: "BlockStatement"; - body: Array; - directives: Array; + type: 'BlockStatement'; + body: Array; + directives: Array; } interface BreakStatement extends BaseNode { - type: "BreakStatement"; - label?: Identifier | null; + type: 'BreakStatement'; + label?: Identifier | null; } interface CallExpression extends BaseNode { - type: "CallExpression"; - callee: Expression | Super | V8IntrinsicIdentifier; - arguments: Array; - optional?: true | false | null; - typeArguments?: TypeParameterInstantiation | null; - typeParameters?: TSTypeParameterInstantiation | null; + type: 'CallExpression'; + callee: Expression | Super | V8IntrinsicIdentifier; + arguments: Array< + Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder + >; + optional?: true | false | null; + typeArguments?: TypeParameterInstantiation | null; + typeParameters?: TSTypeParameterInstantiation | null; } interface CatchClause extends BaseNode { - type: "CatchClause"; - param?: Identifier | ArrayPattern | ObjectPattern | null; - body: BlockStatement; + type: 'CatchClause'; + param?: Identifier | ArrayPattern | ObjectPattern | null; + body: BlockStatement; } interface ConditionalExpression extends BaseNode { - type: "ConditionalExpression"; - test: Expression; - consequent: Expression; - alternate: Expression; + type: 'ConditionalExpression'; + test: Expression; + consequent: Expression; + alternate: Expression; } interface ContinueStatement extends BaseNode { - type: "ContinueStatement"; - label?: Identifier | null; + type: 'ContinueStatement'; + label?: Identifier | null; } interface DebuggerStatement extends BaseNode { - type: "DebuggerStatement"; + type: 'DebuggerStatement'; } interface DoWhileStatement extends BaseNode { - type: "DoWhileStatement"; - test: Expression; - body: Statement; + type: 'DoWhileStatement'; + test: Expression; + body: Statement; } interface EmptyStatement extends BaseNode { - type: "EmptyStatement"; + type: 'EmptyStatement'; } interface ExpressionStatement extends BaseNode { - type: "ExpressionStatement"; - expression: Expression; + type: 'ExpressionStatement'; + expression: Expression; } interface File extends BaseNode { - type: "File"; - program: Program; - comments?: Array | null; - tokens?: Array | null; + type: 'File'; + program: Program; + comments?: Array | null; + tokens?: Array | null; } interface ForInStatement extends BaseNode { - type: "ForInStatement"; - left: VariableDeclaration | LVal; - right: Expression; - body: Statement; + type: 'ForInStatement'; + left: VariableDeclaration | LVal; + right: Expression; + body: Statement; } interface ForStatement extends BaseNode { - type: "ForStatement"; - init?: VariableDeclaration | Expression | null; - test?: Expression | null; - update?: Expression | null; - body: Statement; + type: 'ForStatement'; + init?: VariableDeclaration | Expression | null; + test?: Expression | null; + update?: Expression | null; + body: Statement; } interface FunctionDeclaration extends BaseNode { - type: "FunctionDeclaration"; - id?: Identifier | null; - params: Array; - body: BlockStatement; - generator: boolean; - async: boolean; - declare?: boolean | null; - predicate?: DeclaredPredicate | InferredPredicate | null; - returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null; - typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + type: 'FunctionDeclaration'; + id?: Identifier | null; + params: Array; + body: BlockStatement; + generator: boolean; + async: boolean; + declare?: boolean | null; + predicate?: DeclaredPredicate | InferredPredicate | null; + returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null; + typeParameters?: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } interface FunctionExpression extends BaseNode { - type: "FunctionExpression"; - id?: Identifier | null; - params: Array; - body: BlockStatement; - generator: boolean; - async: boolean; - predicate?: DeclaredPredicate | InferredPredicate | null; - returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null; - typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + type: 'FunctionExpression'; + id?: Identifier | null; + params: Array; + body: BlockStatement; + generator: boolean; + async: boolean; + predicate?: DeclaredPredicate | InferredPredicate | null; + returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null; + typeParameters?: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } interface Identifier extends BaseNode { - type: "Identifier"; - name: string; - decorators?: Array | null; - optional?: boolean | null; - typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; + type: 'Identifier'; + name: string; + decorators?: Array | null; + optional?: boolean | null; + typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; } interface IfStatement extends BaseNode { - type: "IfStatement"; - test: Expression; - consequent: Statement; - alternate?: Statement | null; + type: 'IfStatement'; + test: Expression; + consequent: Statement; + alternate?: Statement | null; } interface LabeledStatement extends BaseNode { - type: "LabeledStatement"; - label: Identifier; - body: Statement; + type: 'LabeledStatement'; + label: Identifier; + body: Statement; } interface StringLiteral extends BaseNode { - type: "StringLiteral"; - value: string; + type: 'StringLiteral'; + value: string; } interface NumericLiteral extends BaseNode { - type: "NumericLiteral"; - value: number; + type: 'NumericLiteral'; + value: number; } /** * @deprecated Use `NumericLiteral` */ interface NumberLiteral$1 extends BaseNode { - type: "NumberLiteral"; - value: number; + type: 'NumberLiteral'; + value: number; } interface NullLiteral extends BaseNode { - type: "NullLiteral"; + type: 'NullLiteral'; } interface BooleanLiteral extends BaseNode { - type: "BooleanLiteral"; - value: boolean; + type: 'BooleanLiteral'; + value: boolean; } interface RegExpLiteral extends BaseNode { - type: "RegExpLiteral"; - pattern: string; - flags: string; + type: 'RegExpLiteral'; + pattern: string; + flags: string; } /** * @deprecated Use `RegExpLiteral` */ interface RegexLiteral$1 extends BaseNode { - type: "RegexLiteral"; - pattern: string; - flags: string; + type: 'RegexLiteral'; + pattern: string; + flags: string; } interface LogicalExpression extends BaseNode { - type: "LogicalExpression"; - operator: "||" | "&&" | "??"; - left: Expression; - right: Expression; + type: 'LogicalExpression'; + operator: '||' | '&&' | '??'; + left: Expression; + right: Expression; } interface MemberExpression extends BaseNode { - type: "MemberExpression"; - object: Expression | Super; - property: Expression | Identifier | PrivateName; - computed: boolean; - optional?: true | false | null; + type: 'MemberExpression'; + object: Expression | Super; + property: Expression | Identifier | PrivateName; + computed: boolean; + optional?: true | false | null; } interface NewExpression extends BaseNode { - type: "NewExpression"; - callee: Expression | Super | V8IntrinsicIdentifier; - arguments: Array; - optional?: true | false | null; - typeArguments?: TypeParameterInstantiation | null; - typeParameters?: TSTypeParameterInstantiation | null; + type: 'NewExpression'; + callee: Expression | Super | V8IntrinsicIdentifier; + arguments: Array< + Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder + >; + optional?: true | false | null; + typeArguments?: TypeParameterInstantiation | null; + typeParameters?: TSTypeParameterInstantiation | null; } interface Program extends BaseNode { - type: "Program"; - body: Array; - directives: Array; - sourceType: "script" | "module"; - interpreter?: InterpreterDirective | null; - sourceFile: string; + type: 'Program'; + body: Array; + directives: Array; + sourceType: 'script' | 'module'; + interpreter?: InterpreterDirective | null; + sourceFile: string; } interface ObjectExpression extends BaseNode { - type: "ObjectExpression"; - properties: Array; + type: 'ObjectExpression'; + properties: Array; } interface ObjectMethod extends BaseNode { - type: "ObjectMethod"; - kind: "method" | "get" | "set"; - key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral; - params: Array; - body: BlockStatement; - computed: boolean; - generator: boolean; - async: boolean; - decorators?: Array | null; - returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null; - typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + type: 'ObjectMethod'; + kind: 'method' | 'get' | 'set'; + key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral; + params: Array; + body: BlockStatement; + computed: boolean; + generator: boolean; + async: boolean; + decorators?: Array | null; + returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null; + typeParameters?: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } interface ObjectProperty extends BaseNode { - type: "ObjectProperty"; - key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral | DecimalLiteral | PrivateName; - value: Expression | PatternLike; - computed: boolean; - shorthand: boolean; - decorators?: Array | null; + type: 'ObjectProperty'; + key: + | Expression + | Identifier + | StringLiteral + | NumericLiteral + | BigIntLiteral + | DecimalLiteral + | PrivateName; + value: Expression | PatternLike; + computed: boolean; + shorthand: boolean; + decorators?: Array | null; } interface RestElement extends BaseNode { - type: "RestElement"; - argument: LVal; - decorators?: Array | null; - optional?: boolean | null; - typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; + type: 'RestElement'; + argument: LVal; + decorators?: Array | null; + optional?: boolean | null; + typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; } /** * @deprecated Use `RestElement` */ interface RestProperty$1 extends BaseNode { - type: "RestProperty"; - argument: LVal; - decorators?: Array | null; - optional?: boolean | null; - typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; + type: 'RestProperty'; + argument: LVal; + decorators?: Array | null; + optional?: boolean | null; + typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; } interface ReturnStatement extends BaseNode { - type: "ReturnStatement"; - argument?: Expression | null; + type: 'ReturnStatement'; + argument?: Expression | null; } interface SequenceExpression extends BaseNode { - type: "SequenceExpression"; - expressions: Array; + type: 'SequenceExpression'; + expressions: Array; } interface ParenthesizedExpression extends BaseNode { - type: "ParenthesizedExpression"; - expression: Expression; + type: 'ParenthesizedExpression'; + expression: Expression; } interface SwitchCase extends BaseNode { - type: "SwitchCase"; - test?: Expression | null; - consequent: Array; + type: 'SwitchCase'; + test?: Expression | null; + consequent: Array; } interface SwitchStatement extends BaseNode { - type: "SwitchStatement"; - discriminant: Expression; - cases: Array; + type: 'SwitchStatement'; + discriminant: Expression; + cases: Array; } interface ThisExpression extends BaseNode { - type: "ThisExpression"; + type: 'ThisExpression'; } interface ThrowStatement extends BaseNode { - type: "ThrowStatement"; - argument: Expression; + type: 'ThrowStatement'; + argument: Expression; } interface TryStatement extends BaseNode { - type: "TryStatement"; - block: BlockStatement; - handler?: CatchClause | null; - finalizer?: BlockStatement | null; + type: 'TryStatement'; + block: BlockStatement; + handler?: CatchClause | null; + finalizer?: BlockStatement | null; } interface UnaryExpression extends BaseNode { - type: "UnaryExpression"; - operator: "void" | "throw" | "delete" | "!" | "+" | "-" | "~" | "typeof"; - argument: Expression; - prefix: boolean; + type: 'UnaryExpression'; + operator: 'void' | 'throw' | 'delete' | '!' | '+' | '-' | '~' | 'typeof'; + argument: Expression; + prefix: boolean; } interface UpdateExpression extends BaseNode { - type: "UpdateExpression"; - operator: "++" | "--"; - argument: Expression; - prefix: boolean; + type: 'UpdateExpression'; + operator: '++' | '--'; + argument: Expression; + prefix: boolean; } interface VariableDeclaration extends BaseNode { - type: "VariableDeclaration"; - kind: "var" | "let" | "const"; - declarations: Array; - declare?: boolean | null; + type: 'VariableDeclaration'; + kind: 'var' | 'let' | 'const'; + declarations: Array; + declare?: boolean | null; } interface VariableDeclarator extends BaseNode { - type: "VariableDeclarator"; - id: LVal; - init?: Expression | null; - definite?: boolean | null; + type: 'VariableDeclarator'; + id: LVal; + init?: Expression | null; + definite?: boolean | null; } interface WhileStatement extends BaseNode { - type: "WhileStatement"; - test: Expression; - body: Statement; + type: 'WhileStatement'; + test: Expression; + body: Statement; } interface WithStatement extends BaseNode { - type: "WithStatement"; - object: Expression; - body: Statement; + type: 'WithStatement'; + object: Expression; + body: Statement; } interface AssignmentPattern extends BaseNode { - type: "AssignmentPattern"; - left: Identifier | ObjectPattern | ArrayPattern | MemberExpression | TSAsExpression | TSTypeAssertion | TSNonNullExpression; - right: Expression; - decorators?: Array | null; - typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; + type: 'AssignmentPattern'; + left: + | Identifier + | ObjectPattern + | ArrayPattern + | MemberExpression + | TSAsExpression + | TSTypeAssertion + | TSNonNullExpression; + right: Expression; + decorators?: Array | null; + typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; } interface ArrayPattern extends BaseNode { - type: "ArrayPattern"; - elements: Array; - decorators?: Array | null; - optional?: boolean | null; - typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; + type: 'ArrayPattern'; + elements: Array; + decorators?: Array | null; + optional?: boolean | null; + typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; } interface ArrowFunctionExpression extends BaseNode { - type: "ArrowFunctionExpression"; - params: Array; - body: BlockStatement | Expression; - async: boolean; - expression: boolean; - generator?: boolean; - predicate?: DeclaredPredicate | InferredPredicate | null; - returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null; - typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + type: 'ArrowFunctionExpression'; + params: Array; + body: BlockStatement | Expression; + async: boolean; + expression: boolean; + generator?: boolean; + predicate?: DeclaredPredicate | InferredPredicate | null; + returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null; + typeParameters?: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } interface ClassBody extends BaseNode { - type: "ClassBody"; - body: Array; + type: 'ClassBody'; + body: Array< + | ClassMethod + | ClassPrivateMethod + | ClassProperty + | ClassPrivateProperty + | ClassAccessorProperty + | TSDeclareMethod + | TSIndexSignature + | StaticBlock + >; } interface ClassExpression extends BaseNode { - type: "ClassExpression"; - id?: Identifier | null; - superClass?: Expression | null; - body: ClassBody; - decorators?: Array | null; - implements?: Array | null; - mixins?: InterfaceExtends | null; - superTypeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null; - typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + type: 'ClassExpression'; + id?: Identifier | null; + superClass?: Expression | null; + body: ClassBody; + decorators?: Array | null; + implements?: Array | null; + mixins?: InterfaceExtends | null; + superTypeParameters?: + | TypeParameterInstantiation + | TSTypeParameterInstantiation + | null; + typeParameters?: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } interface ClassDeclaration extends BaseNode { - type: "ClassDeclaration"; - id: Identifier; - superClass?: Expression | null; - body: ClassBody; - decorators?: Array | null; - abstract?: boolean | null; - declare?: boolean | null; - implements?: Array | null; - mixins?: InterfaceExtends | null; - superTypeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null; - typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + type: 'ClassDeclaration'; + id: Identifier; + superClass?: Expression | null; + body: ClassBody; + decorators?: Array | null; + abstract?: boolean | null; + declare?: boolean | null; + implements?: Array | null; + mixins?: InterfaceExtends | null; + superTypeParameters?: + | TypeParameterInstantiation + | TSTypeParameterInstantiation + | null; + typeParameters?: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } interface ExportAllDeclaration extends BaseNode { - type: "ExportAllDeclaration"; - source: StringLiteral; - assertions?: Array | null; - exportKind?: "type" | "value" | null; + type: 'ExportAllDeclaration'; + source: StringLiteral; + assertions?: Array | null; + exportKind?: 'type' | 'value' | null; } interface ExportDefaultDeclaration extends BaseNode { - type: "ExportDefaultDeclaration"; - declaration: TSDeclareFunction | FunctionDeclaration | ClassDeclaration | Expression; - exportKind?: "value" | null; + type: 'ExportDefaultDeclaration'; + declaration: + | TSDeclareFunction + | FunctionDeclaration + | ClassDeclaration + | Expression; + exportKind?: 'value' | null; } interface ExportNamedDeclaration extends BaseNode { - type: "ExportNamedDeclaration"; - declaration?: Declaration | null; - specifiers: Array; - source?: StringLiteral | null; - assertions?: Array | null; - exportKind?: "type" | "value" | null; + type: 'ExportNamedDeclaration'; + declaration?: Declaration | null; + specifiers: Array< + ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier + >; + source?: StringLiteral | null; + assertions?: Array | null; + exportKind?: 'type' | 'value' | null; } interface ExportSpecifier extends BaseNode { - type: "ExportSpecifier"; - local: Identifier; - exported: Identifier | StringLiteral; - exportKind?: "type" | "value" | null; + type: 'ExportSpecifier'; + local: Identifier; + exported: Identifier | StringLiteral; + exportKind?: 'type' | 'value' | null; } interface ForOfStatement extends BaseNode { - type: "ForOfStatement"; - left: VariableDeclaration | LVal; - right: Expression; - body: Statement; - await: boolean; + type: 'ForOfStatement'; + left: VariableDeclaration | LVal; + right: Expression; + body: Statement; + await: boolean; } interface ImportDeclaration extends BaseNode { - type: "ImportDeclaration"; - specifiers: Array; - source: StringLiteral; - assertions?: Array | null; - importKind?: "type" | "typeof" | "value" | null; + type: 'ImportDeclaration'; + specifiers: Array< + ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier + >; + source: StringLiteral; + assertions?: Array | null; + importKind?: 'type' | 'typeof' | 'value' | null; } interface ImportDefaultSpecifier extends BaseNode { - type: "ImportDefaultSpecifier"; - local: Identifier; + type: 'ImportDefaultSpecifier'; + local: Identifier; } interface ImportNamespaceSpecifier extends BaseNode { - type: "ImportNamespaceSpecifier"; - local: Identifier; + type: 'ImportNamespaceSpecifier'; + local: Identifier; } interface ImportSpecifier extends BaseNode { - type: "ImportSpecifier"; - local: Identifier; - imported: Identifier | StringLiteral; - importKind?: "type" | "typeof" | "value" | null; + type: 'ImportSpecifier'; + local: Identifier; + imported: Identifier | StringLiteral; + importKind?: 'type' | 'typeof' | 'value' | null; } interface MetaProperty extends BaseNode { - type: "MetaProperty"; - meta: Identifier; - property: Identifier; + type: 'MetaProperty'; + meta: Identifier; + property: Identifier; } interface ClassMethod extends BaseNode { - type: "ClassMethod"; - kind: "get" | "set" | "method" | "constructor"; - key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression; - params: Array; - body: BlockStatement; - computed: boolean; - static: boolean; - generator: boolean; - async: boolean; - abstract?: boolean | null; - access?: "public" | "private" | "protected" | null; - accessibility?: "public" | "private" | "protected" | null; - decorators?: Array | null; - optional?: boolean | null; - override?: boolean; - returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null; - typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + type: 'ClassMethod'; + kind: 'get' | 'set' | 'method' | 'constructor'; + key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression; + params: Array; + body: BlockStatement; + computed: boolean; + static: boolean; + generator: boolean; + async: boolean; + abstract?: boolean | null; + access?: 'public' | 'private' | 'protected' | null; + accessibility?: 'public' | 'private' | 'protected' | null; + decorators?: Array | null; + optional?: boolean | null; + override?: boolean; + returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null; + typeParameters?: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } interface ObjectPattern extends BaseNode { - type: "ObjectPattern"; - properties: Array; - decorators?: Array | null; - typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; + type: 'ObjectPattern'; + properties: Array; + decorators?: Array | null; + typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; } interface SpreadElement extends BaseNode { - type: "SpreadElement"; - argument: Expression; + type: 'SpreadElement'; + argument: Expression; } /** * @deprecated Use `SpreadElement` */ interface SpreadProperty$1 extends BaseNode { - type: "SpreadProperty"; - argument: Expression; + type: 'SpreadProperty'; + argument: Expression; } interface Super extends BaseNode { - type: "Super"; + type: 'Super'; } interface TaggedTemplateExpression extends BaseNode { - type: "TaggedTemplateExpression"; - tag: Expression; - quasi: TemplateLiteral; - typeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null; + type: 'TaggedTemplateExpression'; + tag: Expression; + quasi: TemplateLiteral; + typeParameters?: + | TypeParameterInstantiation + | TSTypeParameterInstantiation + | null; } interface TemplateElement extends BaseNode { - type: "TemplateElement"; - value: { - raw: string; - cooked?: string; - }; - tail: boolean; + type: 'TemplateElement'; + value: { + raw: string; + cooked?: string; + }; + tail: boolean; } interface TemplateLiteral extends BaseNode { - type: "TemplateLiteral"; - quasis: Array; - expressions: Array; + type: 'TemplateLiteral'; + quasis: Array; + expressions: Array; } interface YieldExpression extends BaseNode { - type: "YieldExpression"; - argument?: Expression | null; - delegate: boolean; + type: 'YieldExpression'; + argument?: Expression | null; + delegate: boolean; } interface AwaitExpression extends BaseNode { - type: "AwaitExpression"; - argument: Expression; + type: 'AwaitExpression'; + argument: Expression; } interface Import extends BaseNode { - type: "Import"; + type: 'Import'; } interface BigIntLiteral extends BaseNode { - type: "BigIntLiteral"; - value: string; + type: 'BigIntLiteral'; + value: string; } interface ExportNamespaceSpecifier extends BaseNode { - type: "ExportNamespaceSpecifier"; - exported: Identifier; + type: 'ExportNamespaceSpecifier'; + exported: Identifier; } interface OptionalMemberExpression extends BaseNode { - type: "OptionalMemberExpression"; - object: Expression; - property: Expression | Identifier; - computed: boolean; - optional: boolean; + type: 'OptionalMemberExpression'; + object: Expression; + property: Expression | Identifier; + computed: boolean; + optional: boolean; } interface OptionalCallExpression extends BaseNode { - type: "OptionalCallExpression"; - callee: Expression; - arguments: Array; - optional: boolean; - typeArguments?: TypeParameterInstantiation | null; - typeParameters?: TSTypeParameterInstantiation | null; + type: 'OptionalCallExpression'; + callee: Expression; + arguments: Array< + Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder + >; + optional: boolean; + typeArguments?: TypeParameterInstantiation | null; + typeParameters?: TSTypeParameterInstantiation | null; } interface ClassProperty extends BaseNode { - type: "ClassProperty"; - key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression; - value?: Expression | null; - typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; - decorators?: Array | null; - computed: boolean; - static: boolean; - abstract?: boolean | null; - accessibility?: "public" | "private" | "protected" | null; - declare?: boolean | null; - definite?: boolean | null; - optional?: boolean | null; - override?: boolean; - readonly?: boolean | null; - variance?: Variance | null; + type: 'ClassProperty'; + key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression; + value?: Expression | null; + typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; + decorators?: Array | null; + computed: boolean; + static: boolean; + abstract?: boolean | null; + accessibility?: 'public' | 'private' | 'protected' | null; + declare?: boolean | null; + definite?: boolean | null; + optional?: boolean | null; + override?: boolean; + readonly?: boolean | null; + variance?: Variance | null; } interface ClassAccessorProperty extends BaseNode { - type: "ClassAccessorProperty"; - key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression | PrivateName; - value?: Expression | null; - typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; - decorators?: Array | null; - computed: boolean; - static: boolean; - abstract?: boolean | null; - accessibility?: "public" | "private" | "protected" | null; - declare?: boolean | null; - definite?: boolean | null; - optional?: boolean | null; - override?: boolean; - readonly?: boolean | null; - variance?: Variance | null; + type: 'ClassAccessorProperty'; + key: + | Identifier + | StringLiteral + | NumericLiteral + | BigIntLiteral + | Expression + | PrivateName; + value?: Expression | null; + typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; + decorators?: Array | null; + computed: boolean; + static: boolean; + abstract?: boolean | null; + accessibility?: 'public' | 'private' | 'protected' | null; + declare?: boolean | null; + definite?: boolean | null; + optional?: boolean | null; + override?: boolean; + readonly?: boolean | null; + variance?: Variance | null; } interface ClassPrivateProperty extends BaseNode { - type: "ClassPrivateProperty"; - key: PrivateName; - value?: Expression | null; - decorators?: Array | null; - static: boolean; - definite?: boolean | null; - readonly?: boolean | null; - typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; - variance?: Variance | null; + type: 'ClassPrivateProperty'; + key: PrivateName; + value?: Expression | null; + decorators?: Array | null; + static: boolean; + definite?: boolean | null; + readonly?: boolean | null; + typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null; + variance?: Variance | null; } interface ClassPrivateMethod extends BaseNode { - type: "ClassPrivateMethod"; - kind: "get" | "set" | "method"; - key: PrivateName; - params: Array; - body: BlockStatement; - static: boolean; - abstract?: boolean | null; - access?: "public" | "private" | "protected" | null; - accessibility?: "public" | "private" | "protected" | null; - async?: boolean; - computed?: boolean; - decorators?: Array | null; - generator?: boolean; - optional?: boolean | null; - override?: boolean; - returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null; - typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null; + type: 'ClassPrivateMethod'; + kind: 'get' | 'set' | 'method'; + key: PrivateName; + params: Array; + body: BlockStatement; + static: boolean; + abstract?: boolean | null; + access?: 'public' | 'private' | 'protected' | null; + accessibility?: 'public' | 'private' | 'protected' | null; + async?: boolean; + computed?: boolean; + decorators?: Array | null; + generator?: boolean; + optional?: boolean | null; + override?: boolean; + returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null; + typeParameters?: + | TypeParameterDeclaration + | TSTypeParameterDeclaration + | Noop + | null; } interface PrivateName extends BaseNode { - type: "PrivateName"; - id: Identifier; + type: 'PrivateName'; + id: Identifier; } interface StaticBlock extends BaseNode { - type: "StaticBlock"; - body: Array; + type: 'StaticBlock'; + body: Array; } interface AnyTypeAnnotation extends BaseNode { - type: "AnyTypeAnnotation"; + type: 'AnyTypeAnnotation'; } interface ArrayTypeAnnotation extends BaseNode { - type: "ArrayTypeAnnotation"; - elementType: FlowType; + type: 'ArrayTypeAnnotation'; + elementType: FlowType; } interface BooleanTypeAnnotation extends BaseNode { - type: "BooleanTypeAnnotation"; + type: 'BooleanTypeAnnotation'; } interface BooleanLiteralTypeAnnotation extends BaseNode { - type: "BooleanLiteralTypeAnnotation"; - value: boolean; + type: 'BooleanLiteralTypeAnnotation'; + value: boolean; } interface NullLiteralTypeAnnotation extends BaseNode { - type: "NullLiteralTypeAnnotation"; + type: 'NullLiteralTypeAnnotation'; } interface ClassImplements extends BaseNode { - type: "ClassImplements"; - id: Identifier; - typeParameters?: TypeParameterInstantiation | null; + type: 'ClassImplements'; + id: Identifier; + typeParameters?: TypeParameterInstantiation | null; } interface DeclareClass extends BaseNode { - type: "DeclareClass"; - id: Identifier; - typeParameters?: TypeParameterDeclaration | null; - extends?: Array | null; - body: ObjectTypeAnnotation; - implements?: Array | null; - mixins?: Array | null; + type: 'DeclareClass'; + id: Identifier; + typeParameters?: TypeParameterDeclaration | null; + extends?: Array | null; + body: ObjectTypeAnnotation; + implements?: Array | null; + mixins?: Array | null; } interface DeclareFunction extends BaseNode { - type: "DeclareFunction"; - id: Identifier; - predicate?: DeclaredPredicate | null; + type: 'DeclareFunction'; + id: Identifier; + predicate?: DeclaredPredicate | null; } interface DeclareInterface extends BaseNode { - type: "DeclareInterface"; - id: Identifier; - typeParameters?: TypeParameterDeclaration | null; - extends?: Array | null; - body: ObjectTypeAnnotation; - implements?: Array | null; - mixins?: Array | null; + type: 'DeclareInterface'; + id: Identifier; + typeParameters?: TypeParameterDeclaration | null; + extends?: Array | null; + body: ObjectTypeAnnotation; + implements?: Array | null; + mixins?: Array | null; } interface DeclareModule extends BaseNode { - type: "DeclareModule"; - id: Identifier | StringLiteral; - body: BlockStatement; - kind?: "CommonJS" | "ES" | null; + type: 'DeclareModule'; + id: Identifier | StringLiteral; + body: BlockStatement; + kind?: 'CommonJS' | 'ES' | null; } interface DeclareModuleExports extends BaseNode { - type: "DeclareModuleExports"; - typeAnnotation: TypeAnnotation; + type: 'DeclareModuleExports'; + typeAnnotation: TypeAnnotation; } interface DeclareTypeAlias extends BaseNode { - type: "DeclareTypeAlias"; - id: Identifier; - typeParameters?: TypeParameterDeclaration | null; - right: FlowType; + type: 'DeclareTypeAlias'; + id: Identifier; + typeParameters?: TypeParameterDeclaration | null; + right: FlowType; } interface DeclareOpaqueType extends BaseNode { - type: "DeclareOpaqueType"; - id: Identifier; - typeParameters?: TypeParameterDeclaration | null; - supertype?: FlowType | null; - impltype?: FlowType | null; + type: 'DeclareOpaqueType'; + id: Identifier; + typeParameters?: TypeParameterDeclaration | null; + supertype?: FlowType | null; + impltype?: FlowType | null; } interface DeclareVariable extends BaseNode { - type: "DeclareVariable"; - id: Identifier; + type: 'DeclareVariable'; + id: Identifier; } interface DeclareExportDeclaration extends BaseNode { - type: "DeclareExportDeclaration"; - declaration?: Flow | null; - specifiers?: Array | null; - source?: StringLiteral | null; - default?: boolean | null; + type: 'DeclareExportDeclaration'; + declaration?: Flow | null; + specifiers?: Array | null; + source?: StringLiteral | null; + default?: boolean | null; } interface DeclareExportAllDeclaration extends BaseNode { - type: "DeclareExportAllDeclaration"; - source: StringLiteral; - exportKind?: "type" | "value" | null; + type: 'DeclareExportAllDeclaration'; + source: StringLiteral; + exportKind?: 'type' | 'value' | null; } interface DeclaredPredicate extends BaseNode { - type: "DeclaredPredicate"; - value: Flow; + type: 'DeclaredPredicate'; + value: Flow; } interface ExistsTypeAnnotation extends BaseNode { - type: "ExistsTypeAnnotation"; + type: 'ExistsTypeAnnotation'; } interface FunctionTypeAnnotation extends BaseNode { - type: "FunctionTypeAnnotation"; - typeParameters?: TypeParameterDeclaration | null; - params: Array; - rest?: FunctionTypeParam | null; - returnType: FlowType; - this?: FunctionTypeParam | null; + type: 'FunctionTypeAnnotation'; + typeParameters?: TypeParameterDeclaration | null; + params: Array; + rest?: FunctionTypeParam | null; + returnType: FlowType; + this?: FunctionTypeParam | null; } interface FunctionTypeParam extends BaseNode { - type: "FunctionTypeParam"; - name?: Identifier | null; - typeAnnotation: FlowType; - optional?: boolean | null; + type: 'FunctionTypeParam'; + name?: Identifier | null; + typeAnnotation: FlowType; + optional?: boolean | null; } interface GenericTypeAnnotation extends BaseNode { - type: "GenericTypeAnnotation"; - id: Identifier | QualifiedTypeIdentifier; - typeParameters?: TypeParameterInstantiation | null; + type: 'GenericTypeAnnotation'; + id: Identifier | QualifiedTypeIdentifier; + typeParameters?: TypeParameterInstantiation | null; } interface InferredPredicate extends BaseNode { - type: "InferredPredicate"; + type: 'InferredPredicate'; } interface InterfaceExtends extends BaseNode { - type: "InterfaceExtends"; - id: Identifier | QualifiedTypeIdentifier; - typeParameters?: TypeParameterInstantiation | null; + type: 'InterfaceExtends'; + id: Identifier | QualifiedTypeIdentifier; + typeParameters?: TypeParameterInstantiation | null; } interface InterfaceDeclaration extends BaseNode { - type: "InterfaceDeclaration"; - id: Identifier; - typeParameters?: TypeParameterDeclaration | null; - extends?: Array | null; - body: ObjectTypeAnnotation; - implements?: Array | null; - mixins?: Array | null; + type: 'InterfaceDeclaration'; + id: Identifier; + typeParameters?: TypeParameterDeclaration | null; + extends?: Array | null; + body: ObjectTypeAnnotation; + implements?: Array | null; + mixins?: Array | null; } interface InterfaceTypeAnnotation extends BaseNode { - type: "InterfaceTypeAnnotation"; - extends?: Array | null; - body: ObjectTypeAnnotation; + type: 'InterfaceTypeAnnotation'; + extends?: Array | null; + body: ObjectTypeAnnotation; } interface IntersectionTypeAnnotation extends BaseNode { - type: "IntersectionTypeAnnotation"; - types: Array; + type: 'IntersectionTypeAnnotation'; + types: Array; } interface MixedTypeAnnotation extends BaseNode { - type: "MixedTypeAnnotation"; + type: 'MixedTypeAnnotation'; } interface EmptyTypeAnnotation extends BaseNode { - type: "EmptyTypeAnnotation"; + type: 'EmptyTypeAnnotation'; } interface NullableTypeAnnotation extends BaseNode { - type: "NullableTypeAnnotation"; - typeAnnotation: FlowType; + type: 'NullableTypeAnnotation'; + typeAnnotation: FlowType; } interface NumberLiteralTypeAnnotation extends BaseNode { - type: "NumberLiteralTypeAnnotation"; - value: number; + type: 'NumberLiteralTypeAnnotation'; + value: number; } interface NumberTypeAnnotation extends BaseNode { - type: "NumberTypeAnnotation"; + type: 'NumberTypeAnnotation'; } interface ObjectTypeAnnotation extends BaseNode { - type: "ObjectTypeAnnotation"; - properties: Array; - indexers?: Array; - callProperties?: Array; - internalSlots?: Array; - exact: boolean; - inexact?: boolean | null; + type: 'ObjectTypeAnnotation'; + properties: Array; + indexers?: Array; + callProperties?: Array; + internalSlots?: Array; + exact: boolean; + inexact?: boolean | null; } interface ObjectTypeInternalSlot extends BaseNode { - type: "ObjectTypeInternalSlot"; - id: Identifier; - value: FlowType; - optional: boolean; - static: boolean; - method: boolean; + type: 'ObjectTypeInternalSlot'; + id: Identifier; + value: FlowType; + optional: boolean; + static: boolean; + method: boolean; } interface ObjectTypeCallProperty extends BaseNode { - type: "ObjectTypeCallProperty"; - value: FlowType; - static: boolean; + type: 'ObjectTypeCallProperty'; + value: FlowType; + static: boolean; } interface ObjectTypeIndexer extends BaseNode { - type: "ObjectTypeIndexer"; - id?: Identifier | null; - key: FlowType; - value: FlowType; - variance?: Variance | null; - static: boolean; + type: 'ObjectTypeIndexer'; + id?: Identifier | null; + key: FlowType; + value: FlowType; + variance?: Variance | null; + static: boolean; } interface ObjectTypeProperty extends BaseNode { - type: "ObjectTypeProperty"; - key: Identifier | StringLiteral; - value: FlowType; - variance?: Variance | null; - kind: "init" | "get" | "set"; - method: boolean; - optional: boolean; - proto: boolean; - static: boolean; + type: 'ObjectTypeProperty'; + key: Identifier | StringLiteral; + value: FlowType; + variance?: Variance | null; + kind: 'init' | 'get' | 'set'; + method: boolean; + optional: boolean; + proto: boolean; + static: boolean; } interface ObjectTypeSpreadProperty extends BaseNode { - type: "ObjectTypeSpreadProperty"; - argument: FlowType; + type: 'ObjectTypeSpreadProperty'; + argument: FlowType; } interface OpaqueType extends BaseNode { - type: "OpaqueType"; - id: Identifier; - typeParameters?: TypeParameterDeclaration | null; - supertype?: FlowType | null; - impltype: FlowType; + type: 'OpaqueType'; + id: Identifier; + typeParameters?: TypeParameterDeclaration | null; + supertype?: FlowType | null; + impltype: FlowType; } interface QualifiedTypeIdentifier extends BaseNode { - type: "QualifiedTypeIdentifier"; - id: Identifier; - qualification: Identifier | QualifiedTypeIdentifier; + type: 'QualifiedTypeIdentifier'; + id: Identifier; + qualification: Identifier | QualifiedTypeIdentifier; } interface StringLiteralTypeAnnotation extends BaseNode { - type: "StringLiteralTypeAnnotation"; - value: string; + type: 'StringLiteralTypeAnnotation'; + value: string; } interface StringTypeAnnotation extends BaseNode { - type: "StringTypeAnnotation"; + type: 'StringTypeAnnotation'; } interface SymbolTypeAnnotation extends BaseNode { - type: "SymbolTypeAnnotation"; + type: 'SymbolTypeAnnotation'; } interface ThisTypeAnnotation extends BaseNode { - type: "ThisTypeAnnotation"; + type: 'ThisTypeAnnotation'; } interface TupleTypeAnnotation extends BaseNode { - type: "TupleTypeAnnotation"; - types: Array; + type: 'TupleTypeAnnotation'; + types: Array; } interface TypeofTypeAnnotation extends BaseNode { - type: "TypeofTypeAnnotation"; - argument: FlowType; + type: 'TypeofTypeAnnotation'; + argument: FlowType; } interface TypeAlias extends BaseNode { - type: "TypeAlias"; - id: Identifier; - typeParameters?: TypeParameterDeclaration | null; - right: FlowType; + type: 'TypeAlias'; + id: Identifier; + typeParameters?: TypeParameterDeclaration | null; + right: FlowType; } interface TypeAnnotation extends BaseNode { - type: "TypeAnnotation"; - typeAnnotation: FlowType; + type: 'TypeAnnotation'; + typeAnnotation: FlowType; } interface TypeCastExpression extends BaseNode { - type: "TypeCastExpression"; - expression: Expression; - typeAnnotation: TypeAnnotation; + type: 'TypeCastExpression'; + expression: Expression; + typeAnnotation: TypeAnnotation; } interface TypeParameter extends BaseNode { - type: "TypeParameter"; - bound?: TypeAnnotation | null; - default?: FlowType | null; - variance?: Variance | null; - name: string; + type: 'TypeParameter'; + bound?: TypeAnnotation | null; + default?: FlowType | null; + variance?: Variance | null; + name: string; } interface TypeParameterDeclaration extends BaseNode { - type: "TypeParameterDeclaration"; - params: Array; + type: 'TypeParameterDeclaration'; + params: Array; } interface TypeParameterInstantiation extends BaseNode { - type: "TypeParameterInstantiation"; - params: Array; + type: 'TypeParameterInstantiation'; + params: Array; } interface UnionTypeAnnotation extends BaseNode { - type: "UnionTypeAnnotation"; - types: Array; + type: 'UnionTypeAnnotation'; + types: Array; } interface Variance extends BaseNode { - type: "Variance"; - kind: "minus" | "plus"; + type: 'Variance'; + kind: 'minus' | 'plus'; } interface VoidTypeAnnotation extends BaseNode { - type: "VoidTypeAnnotation"; + type: 'VoidTypeAnnotation'; } interface EnumDeclaration extends BaseNode { - type: "EnumDeclaration"; - id: Identifier; - body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody; + type: 'EnumDeclaration'; + id: Identifier; + body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody; } interface EnumBooleanBody extends BaseNode { - type: "EnumBooleanBody"; - members: Array; - explicitType: boolean; - hasUnknownMembers: boolean; + type: 'EnumBooleanBody'; + members: Array; + explicitType: boolean; + hasUnknownMembers: boolean; } interface EnumNumberBody extends BaseNode { - type: "EnumNumberBody"; - members: Array; - explicitType: boolean; - hasUnknownMembers: boolean; + type: 'EnumNumberBody'; + members: Array; + explicitType: boolean; + hasUnknownMembers: boolean; } interface EnumStringBody extends BaseNode { - type: "EnumStringBody"; - members: Array; - explicitType: boolean; - hasUnknownMembers: boolean; + type: 'EnumStringBody'; + members: Array; + explicitType: boolean; + hasUnknownMembers: boolean; } interface EnumSymbolBody extends BaseNode { - type: "EnumSymbolBody"; - members: Array; - hasUnknownMembers: boolean; + type: 'EnumSymbolBody'; + members: Array; + hasUnknownMembers: boolean; } interface EnumBooleanMember extends BaseNode { - type: "EnumBooleanMember"; - id: Identifier; - init: BooleanLiteral; + type: 'EnumBooleanMember'; + id: Identifier; + init: BooleanLiteral; } interface EnumNumberMember extends BaseNode { - type: "EnumNumberMember"; - id: Identifier; - init: NumericLiteral; + type: 'EnumNumberMember'; + id: Identifier; + init: NumericLiteral; } interface EnumStringMember extends BaseNode { - type: "EnumStringMember"; - id: Identifier; - init: StringLiteral; + type: 'EnumStringMember'; + id: Identifier; + init: StringLiteral; } interface EnumDefaultedMember extends BaseNode { - type: "EnumDefaultedMember"; - id: Identifier; + type: 'EnumDefaultedMember'; + id: Identifier; } interface IndexedAccessType extends BaseNode { - type: "IndexedAccessType"; - objectType: FlowType; - indexType: FlowType; + type: 'IndexedAccessType'; + objectType: FlowType; + indexType: FlowType; } interface OptionalIndexedAccessType extends BaseNode { - type: "OptionalIndexedAccessType"; - objectType: FlowType; - indexType: FlowType; - optional: boolean; + type: 'OptionalIndexedAccessType'; + objectType: FlowType; + indexType: FlowType; + optional: boolean; } interface JSXAttribute extends BaseNode { - type: "JSXAttribute"; - name: JSXIdentifier | JSXNamespacedName; - value?: JSXElement | JSXFragment | StringLiteral | JSXExpressionContainer | null; + type: 'JSXAttribute'; + name: JSXIdentifier | JSXNamespacedName; + value?: + | JSXElement + | JSXFragment + | StringLiteral + | JSXExpressionContainer + | null; } interface JSXClosingElement extends BaseNode { - type: "JSXClosingElement"; - name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName; + type: 'JSXClosingElement'; + name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName; } interface JSXElement extends BaseNode { - type: "JSXElement"; - openingElement: JSXOpeningElement; - closingElement?: JSXClosingElement | null; - children: Array; - selfClosing?: boolean | null; + type: 'JSXElement'; + openingElement: JSXOpeningElement; + closingElement?: JSXClosingElement | null; + children: Array< + JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment + >; + selfClosing?: boolean | null; } interface JSXEmptyExpression extends BaseNode { - type: "JSXEmptyExpression"; + type: 'JSXEmptyExpression'; } interface JSXExpressionContainer extends BaseNode { - type: "JSXExpressionContainer"; - expression: Expression | JSXEmptyExpression; + type: 'JSXExpressionContainer'; + expression: Expression | JSXEmptyExpression; } interface JSXSpreadChild extends BaseNode { - type: "JSXSpreadChild"; - expression: Expression; + type: 'JSXSpreadChild'; + expression: Expression; } interface JSXIdentifier extends BaseNode { - type: "JSXIdentifier"; - name: string; + type: 'JSXIdentifier'; + name: string; } interface JSXMemberExpression extends BaseNode { - type: "JSXMemberExpression"; - object: JSXMemberExpression | JSXIdentifier; - property: JSXIdentifier; + type: 'JSXMemberExpression'; + object: JSXMemberExpression | JSXIdentifier; + property: JSXIdentifier; } interface JSXNamespacedName extends BaseNode { - type: "JSXNamespacedName"; - namespace: JSXIdentifier; - name: JSXIdentifier; + type: 'JSXNamespacedName'; + namespace: JSXIdentifier; + name: JSXIdentifier; } interface JSXOpeningElement extends BaseNode { - type: "JSXOpeningElement"; - name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName; - attributes: Array; - selfClosing: boolean; - typeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null; + type: 'JSXOpeningElement'; + name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName; + attributes: Array; + selfClosing: boolean; + typeParameters?: + | TypeParameterInstantiation + | TSTypeParameterInstantiation + | null; } interface JSXSpreadAttribute extends BaseNode { - type: "JSXSpreadAttribute"; - argument: Expression; + type: 'JSXSpreadAttribute'; + argument: Expression; } interface JSXText extends BaseNode { - type: "JSXText"; - value: string; + type: 'JSXText'; + value: string; } interface JSXFragment extends BaseNode { - type: "JSXFragment"; - openingFragment: JSXOpeningFragment; - closingFragment: JSXClosingFragment; - children: Array; + type: 'JSXFragment'; + openingFragment: JSXOpeningFragment; + closingFragment: JSXClosingFragment; + children: Array< + JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment + >; } interface JSXOpeningFragment extends BaseNode { - type: "JSXOpeningFragment"; + type: 'JSXOpeningFragment'; } interface JSXClosingFragment extends BaseNode { - type: "JSXClosingFragment"; + type: 'JSXClosingFragment'; } interface Noop extends BaseNode { - type: "Noop"; + type: 'Noop'; } interface Placeholder extends BaseNode { - type: "Placeholder"; - expectedNode: "Identifier" | "StringLiteral" | "Expression" | "Statement" | "Declaration" | "BlockStatement" | "ClassBody" | "Pattern"; - name: Identifier; + type: 'Placeholder'; + expectedNode: + | 'Identifier' + | 'StringLiteral' + | 'Expression' + | 'Statement' + | 'Declaration' + | 'BlockStatement' + | 'ClassBody' + | 'Pattern'; + name: Identifier; } interface V8IntrinsicIdentifier extends BaseNode { - type: "V8IntrinsicIdentifier"; - name: string; + type: 'V8IntrinsicIdentifier'; + name: string; } interface ArgumentPlaceholder extends BaseNode { - type: "ArgumentPlaceholder"; + type: 'ArgumentPlaceholder'; } interface BindExpression extends BaseNode { - type: "BindExpression"; - object: Expression; - callee: Expression; + type: 'BindExpression'; + object: Expression; + callee: Expression; } interface ImportAttribute extends BaseNode { - type: "ImportAttribute"; - key: Identifier | StringLiteral; - value: StringLiteral; + type: 'ImportAttribute'; + key: Identifier | StringLiteral; + value: StringLiteral; } interface Decorator extends BaseNode { - type: "Decorator"; - expression: Expression; + type: 'Decorator'; + expression: Expression; } interface DoExpression extends BaseNode { - type: "DoExpression"; - body: BlockStatement; - async: boolean; + type: 'DoExpression'; + body: BlockStatement; + async: boolean; } interface ExportDefaultSpecifier extends BaseNode { - type: "ExportDefaultSpecifier"; - exported: Identifier; + type: 'ExportDefaultSpecifier'; + exported: Identifier; } interface RecordExpression extends BaseNode { - type: "RecordExpression"; - properties: Array; + type: 'RecordExpression'; + properties: Array; } interface TupleExpression extends BaseNode { - type: "TupleExpression"; - elements: Array; + type: 'TupleExpression'; + elements: Array; } interface DecimalLiteral extends BaseNode { - type: "DecimalLiteral"; - value: string; + type: 'DecimalLiteral'; + value: string; } interface ModuleExpression extends BaseNode { - type: "ModuleExpression"; - body: Program; + type: 'ModuleExpression'; + body: Program; } interface TopicReference extends BaseNode { - type: "TopicReference"; + type: 'TopicReference'; } interface PipelineTopicExpression extends BaseNode { - type: "PipelineTopicExpression"; - expression: Expression; + type: 'PipelineTopicExpression'; + expression: Expression; } interface PipelineBareFunction extends BaseNode { - type: "PipelineBareFunction"; - callee: Expression; + type: 'PipelineBareFunction'; + callee: Expression; } interface PipelinePrimaryTopicReference extends BaseNode { - type: "PipelinePrimaryTopicReference"; + type: 'PipelinePrimaryTopicReference'; } interface TSParameterProperty extends BaseNode { - type: "TSParameterProperty"; - parameter: Identifier | AssignmentPattern; - accessibility?: "public" | "private" | "protected" | null; - decorators?: Array | null; - override?: boolean | null; - readonly?: boolean | null; + type: 'TSParameterProperty'; + parameter: Identifier | AssignmentPattern; + accessibility?: 'public' | 'private' | 'protected' | null; + decorators?: Array | null; + override?: boolean | null; + readonly?: boolean | null; } interface TSDeclareFunction extends BaseNode { - type: "TSDeclareFunction"; - id?: Identifier | null; - typeParameters?: TSTypeParameterDeclaration | Noop | null; - params: Array; - returnType?: TSTypeAnnotation | Noop | null; - async?: boolean; - declare?: boolean | null; - generator?: boolean; + type: 'TSDeclareFunction'; + id?: Identifier | null; + typeParameters?: TSTypeParameterDeclaration | Noop | null; + params: Array; + returnType?: TSTypeAnnotation | Noop | null; + async?: boolean; + declare?: boolean | null; + generator?: boolean; } interface TSDeclareMethod extends BaseNode { - type: "TSDeclareMethod"; - decorators?: Array | null; - key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression; - typeParameters?: TSTypeParameterDeclaration | Noop | null; - params: Array; - returnType?: TSTypeAnnotation | Noop | null; - abstract?: boolean | null; - access?: "public" | "private" | "protected" | null; - accessibility?: "public" | "private" | "protected" | null; - async?: boolean; - computed?: boolean; - generator?: boolean; - kind?: "get" | "set" | "method" | "constructor"; - optional?: boolean | null; - override?: boolean; - static?: boolean; + type: 'TSDeclareMethod'; + decorators?: Array | null; + key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression; + typeParameters?: TSTypeParameterDeclaration | Noop | null; + params: Array; + returnType?: TSTypeAnnotation | Noop | null; + abstract?: boolean | null; + access?: 'public' | 'private' | 'protected' | null; + accessibility?: 'public' | 'private' | 'protected' | null; + async?: boolean; + computed?: boolean; + generator?: boolean; + kind?: 'get' | 'set' | 'method' | 'constructor'; + optional?: boolean | null; + override?: boolean; + static?: boolean; } interface TSQualifiedName extends BaseNode { - type: "TSQualifiedName"; - left: TSEntityName; - right: Identifier; + type: 'TSQualifiedName'; + left: TSEntityName; + right: Identifier; } interface TSCallSignatureDeclaration extends BaseNode { - type: "TSCallSignatureDeclaration"; - typeParameters?: TSTypeParameterDeclaration | null; - parameters: Array; - typeAnnotation?: TSTypeAnnotation | null; + type: 'TSCallSignatureDeclaration'; + typeParameters?: TSTypeParameterDeclaration | null; + parameters: Array; + typeAnnotation?: TSTypeAnnotation | null; } interface TSConstructSignatureDeclaration extends BaseNode { - type: "TSConstructSignatureDeclaration"; - typeParameters?: TSTypeParameterDeclaration | null; - parameters: Array; - typeAnnotation?: TSTypeAnnotation | null; + type: 'TSConstructSignatureDeclaration'; + typeParameters?: TSTypeParameterDeclaration | null; + parameters: Array; + typeAnnotation?: TSTypeAnnotation | null; } interface TSPropertySignature extends BaseNode { - type: "TSPropertySignature"; - key: Expression; - typeAnnotation?: TSTypeAnnotation | null; - initializer?: Expression | null; - computed?: boolean; - kind: "get" | "set"; - optional?: boolean | null; - readonly?: boolean | null; + type: 'TSPropertySignature'; + key: Expression; + typeAnnotation?: TSTypeAnnotation | null; + initializer?: Expression | null; + computed?: boolean; + kind: 'get' | 'set'; + optional?: boolean | null; + readonly?: boolean | null; } interface TSMethodSignature extends BaseNode { - type: "TSMethodSignature"; - key: Expression; - typeParameters?: TSTypeParameterDeclaration | null; - parameters: Array; - typeAnnotation?: TSTypeAnnotation | null; - computed?: boolean; - kind: "method" | "get" | "set"; - optional?: boolean | null; + type: 'TSMethodSignature'; + key: Expression; + typeParameters?: TSTypeParameterDeclaration | null; + parameters: Array; + typeAnnotation?: TSTypeAnnotation | null; + computed?: boolean; + kind: 'method' | 'get' | 'set'; + optional?: boolean | null; } interface TSIndexSignature extends BaseNode { - type: "TSIndexSignature"; - parameters: Array; - typeAnnotation?: TSTypeAnnotation | null; - readonly?: boolean | null; - static?: boolean | null; + type: 'TSIndexSignature'; + parameters: Array; + typeAnnotation?: TSTypeAnnotation | null; + readonly?: boolean | null; + static?: boolean | null; } interface TSAnyKeyword extends BaseNode { - type: "TSAnyKeyword"; + type: 'TSAnyKeyword'; } interface TSBooleanKeyword extends BaseNode { - type: "TSBooleanKeyword"; + type: 'TSBooleanKeyword'; } interface TSBigIntKeyword extends BaseNode { - type: "TSBigIntKeyword"; + type: 'TSBigIntKeyword'; } interface TSIntrinsicKeyword extends BaseNode { - type: "TSIntrinsicKeyword"; + type: 'TSIntrinsicKeyword'; } interface TSNeverKeyword extends BaseNode { - type: "TSNeverKeyword"; + type: 'TSNeverKeyword'; } interface TSNullKeyword extends BaseNode { - type: "TSNullKeyword"; + type: 'TSNullKeyword'; } interface TSNumberKeyword extends BaseNode { - type: "TSNumberKeyword"; + type: 'TSNumberKeyword'; } interface TSObjectKeyword extends BaseNode { - type: "TSObjectKeyword"; + type: 'TSObjectKeyword'; } interface TSStringKeyword extends BaseNode { - type: "TSStringKeyword"; + type: 'TSStringKeyword'; } interface TSSymbolKeyword extends BaseNode { - type: "TSSymbolKeyword"; + type: 'TSSymbolKeyword'; } interface TSUndefinedKeyword extends BaseNode { - type: "TSUndefinedKeyword"; + type: 'TSUndefinedKeyword'; } interface TSUnknownKeyword extends BaseNode { - type: "TSUnknownKeyword"; + type: 'TSUnknownKeyword'; } interface TSVoidKeyword extends BaseNode { - type: "TSVoidKeyword"; + type: 'TSVoidKeyword'; } interface TSThisType extends BaseNode { - type: "TSThisType"; + type: 'TSThisType'; } interface TSFunctionType extends BaseNode { - type: "TSFunctionType"; - typeParameters?: TSTypeParameterDeclaration | null; - parameters: Array; - typeAnnotation?: TSTypeAnnotation | null; + type: 'TSFunctionType'; + typeParameters?: TSTypeParameterDeclaration | null; + parameters: Array; + typeAnnotation?: TSTypeAnnotation | null; } interface TSConstructorType extends BaseNode { - type: "TSConstructorType"; - typeParameters?: TSTypeParameterDeclaration | null; - parameters: Array; - typeAnnotation?: TSTypeAnnotation | null; - abstract?: boolean | null; + type: 'TSConstructorType'; + typeParameters?: TSTypeParameterDeclaration | null; + parameters: Array; + typeAnnotation?: TSTypeAnnotation | null; + abstract?: boolean | null; } interface TSTypeReference extends BaseNode { - type: "TSTypeReference"; - typeName: TSEntityName; - typeParameters?: TSTypeParameterInstantiation | null; + type: 'TSTypeReference'; + typeName: TSEntityName; + typeParameters?: TSTypeParameterInstantiation | null; } interface TSTypePredicate extends BaseNode { - type: "TSTypePredicate"; - parameterName: Identifier | TSThisType; - typeAnnotation?: TSTypeAnnotation | null; - asserts?: boolean | null; + type: 'TSTypePredicate'; + parameterName: Identifier | TSThisType; + typeAnnotation?: TSTypeAnnotation | null; + asserts?: boolean | null; } interface TSTypeQuery extends BaseNode { - type: "TSTypeQuery"; - exprName: TSEntityName | TSImportType; - typeParameters?: TSTypeParameterInstantiation | null; + type: 'TSTypeQuery'; + exprName: TSEntityName | TSImportType; + typeParameters?: TSTypeParameterInstantiation | null; } interface TSTypeLiteral extends BaseNode { - type: "TSTypeLiteral"; - members: Array; + type: 'TSTypeLiteral'; + members: Array; } interface TSArrayType extends BaseNode { - type: "TSArrayType"; - elementType: TSType; + type: 'TSArrayType'; + elementType: TSType; } interface TSTupleType extends BaseNode { - type: "TSTupleType"; - elementTypes: Array; + type: 'TSTupleType'; + elementTypes: Array; } interface TSOptionalType extends BaseNode { - type: "TSOptionalType"; - typeAnnotation: TSType; + type: 'TSOptionalType'; + typeAnnotation: TSType; } interface TSRestType extends BaseNode { - type: "TSRestType"; - typeAnnotation: TSType; + type: 'TSRestType'; + typeAnnotation: TSType; } interface TSNamedTupleMember extends BaseNode { - type: "TSNamedTupleMember"; - label: Identifier; - elementType: TSType; - optional: boolean; + type: 'TSNamedTupleMember'; + label: Identifier; + elementType: TSType; + optional: boolean; } interface TSUnionType extends BaseNode { - type: "TSUnionType"; - types: Array; + type: 'TSUnionType'; + types: Array; } interface TSIntersectionType extends BaseNode { - type: "TSIntersectionType"; - types: Array; + type: 'TSIntersectionType'; + types: Array; } interface TSConditionalType extends BaseNode { - type: "TSConditionalType"; - checkType: TSType; - extendsType: TSType; - trueType: TSType; - falseType: TSType; + type: 'TSConditionalType'; + checkType: TSType; + extendsType: TSType; + trueType: TSType; + falseType: TSType; } interface TSInferType extends BaseNode { - type: "TSInferType"; - typeParameter: TSTypeParameter; + type: 'TSInferType'; + typeParameter: TSTypeParameter; } interface TSParenthesizedType extends BaseNode { - type: "TSParenthesizedType"; - typeAnnotation: TSType; + type: 'TSParenthesizedType'; + typeAnnotation: TSType; } interface TSTypeOperator extends BaseNode { - type: "TSTypeOperator"; - typeAnnotation: TSType; - operator: string; + type: 'TSTypeOperator'; + typeAnnotation: TSType; + operator: string; } interface TSIndexedAccessType extends BaseNode { - type: "TSIndexedAccessType"; - objectType: TSType; - indexType: TSType; + type: 'TSIndexedAccessType'; + objectType: TSType; + indexType: TSType; } interface TSMappedType extends BaseNode { - type: "TSMappedType"; - typeParameter: TSTypeParameter; - typeAnnotation?: TSType | null; - nameType?: TSType | null; - optional?: true | false | "+" | "-" | null; - readonly?: true | false | "+" | "-" | null; + type: 'TSMappedType'; + typeParameter: TSTypeParameter; + typeAnnotation?: TSType | null; + nameType?: TSType | null; + optional?: true | false | '+' | '-' | null; + readonly?: true | false | '+' | '-' | null; } interface TSLiteralType extends BaseNode { - type: "TSLiteralType"; - literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression; + type: 'TSLiteralType'; + literal: + | NumericLiteral + | StringLiteral + | BooleanLiteral + | BigIntLiteral + | TemplateLiteral + | UnaryExpression; } interface TSExpressionWithTypeArguments extends BaseNode { - type: "TSExpressionWithTypeArguments"; - expression: TSEntityName; - typeParameters?: TSTypeParameterInstantiation | null; + type: 'TSExpressionWithTypeArguments'; + expression: TSEntityName; + typeParameters?: TSTypeParameterInstantiation | null; } interface TSInterfaceDeclaration extends BaseNode { - type: "TSInterfaceDeclaration"; - id: Identifier; - typeParameters?: TSTypeParameterDeclaration | null; - extends?: Array | null; - body: TSInterfaceBody; - declare?: boolean | null; + type: 'TSInterfaceDeclaration'; + id: Identifier; + typeParameters?: TSTypeParameterDeclaration | null; + extends?: Array | null; + body: TSInterfaceBody; + declare?: boolean | null; } interface TSInterfaceBody extends BaseNode { - type: "TSInterfaceBody"; - body: Array; + type: 'TSInterfaceBody'; + body: Array; } interface TSTypeAliasDeclaration extends BaseNode { - type: "TSTypeAliasDeclaration"; - id: Identifier; - typeParameters?: TSTypeParameterDeclaration | null; - typeAnnotation: TSType; - declare?: boolean | null; + type: 'TSTypeAliasDeclaration'; + id: Identifier; + typeParameters?: TSTypeParameterDeclaration | null; + typeAnnotation: TSType; + declare?: boolean | null; } interface TSInstantiationExpression extends BaseNode { - type: "TSInstantiationExpression"; - expression: Expression; - typeParameters?: TSTypeParameterInstantiation | null; + type: 'TSInstantiationExpression'; + expression: Expression; + typeParameters?: TSTypeParameterInstantiation | null; } interface TSAsExpression extends BaseNode { - type: "TSAsExpression"; - expression: Expression; - typeAnnotation: TSType; + type: 'TSAsExpression'; + expression: Expression; + typeAnnotation: TSType; } interface TSTypeAssertion extends BaseNode { - type: "TSTypeAssertion"; - typeAnnotation: TSType; - expression: Expression; + type: 'TSTypeAssertion'; + typeAnnotation: TSType; + expression: Expression; } interface TSEnumDeclaration extends BaseNode { - type: "TSEnumDeclaration"; - id: Identifier; - members: Array; - const?: boolean | null; - declare?: boolean | null; - initializer?: Expression | null; + type: 'TSEnumDeclaration'; + id: Identifier; + members: Array; + const?: boolean | null; + declare?: boolean | null; + initializer?: Expression | null; } interface TSEnumMember extends BaseNode { - type: "TSEnumMember"; - id: Identifier | StringLiteral; - initializer?: Expression | null; + type: 'TSEnumMember'; + id: Identifier | StringLiteral; + initializer?: Expression | null; } interface TSModuleDeclaration extends BaseNode { - type: "TSModuleDeclaration"; - id: Identifier | StringLiteral; - body: TSModuleBlock | TSModuleDeclaration; - declare?: boolean | null; - global?: boolean | null; + type: 'TSModuleDeclaration'; + id: Identifier | StringLiteral; + body: TSModuleBlock | TSModuleDeclaration; + declare?: boolean | null; + global?: boolean | null; } interface TSModuleBlock extends BaseNode { - type: "TSModuleBlock"; - body: Array; + type: 'TSModuleBlock'; + body: Array; } interface TSImportType extends BaseNode { - type: "TSImportType"; - argument: StringLiteral; - qualifier?: TSEntityName | null; - typeParameters?: TSTypeParameterInstantiation | null; + type: 'TSImportType'; + argument: StringLiteral; + qualifier?: TSEntityName | null; + typeParameters?: TSTypeParameterInstantiation | null; } interface TSImportEqualsDeclaration extends BaseNode { - type: "TSImportEqualsDeclaration"; - id: Identifier; - moduleReference: TSEntityName | TSExternalModuleReference; - importKind?: "type" | "value" | null; - isExport: boolean; + type: 'TSImportEqualsDeclaration'; + id: Identifier; + moduleReference: TSEntityName | TSExternalModuleReference; + importKind?: 'type' | 'value' | null; + isExport: boolean; } interface TSExternalModuleReference extends BaseNode { - type: "TSExternalModuleReference"; - expression: StringLiteral; + type: 'TSExternalModuleReference'; + expression: StringLiteral; } interface TSNonNullExpression extends BaseNode { - type: "TSNonNullExpression"; - expression: Expression; + type: 'TSNonNullExpression'; + expression: Expression; } interface TSExportAssignment extends BaseNode { - type: "TSExportAssignment"; - expression: Expression; + type: 'TSExportAssignment'; + expression: Expression; } interface TSNamespaceExportDeclaration extends BaseNode { - type: "TSNamespaceExportDeclaration"; - id: Identifier; + type: 'TSNamespaceExportDeclaration'; + id: Identifier; } interface TSTypeAnnotation extends BaseNode { - type: "TSTypeAnnotation"; - typeAnnotation: TSType; + type: 'TSTypeAnnotation'; + typeAnnotation: TSType; } interface TSTypeParameterInstantiation extends BaseNode { - type: "TSTypeParameterInstantiation"; - params: Array; + type: 'TSTypeParameterInstantiation'; + params: Array; } interface TSTypeParameterDeclaration extends BaseNode { - type: "TSTypeParameterDeclaration"; - params: Array; + type: 'TSTypeParameterDeclaration'; + params: Array; } interface TSTypeParameter extends BaseNode { - type: "TSTypeParameter"; - constraint?: TSType | null; - default?: TSType | null; - name: string; - in?: boolean | null; - out?: boolean | null; + type: 'TSTypeParameter'; + constraint?: TSType | null; + default?: TSType | null; + name: string; + in?: boolean | null; + out?: boolean | null; } -declare type Standardized = ArrayExpression | AssignmentExpression | BinaryExpression | InterpreterDirective | Directive | DirectiveLiteral | BlockStatement | BreakStatement | CallExpression | CatchClause | ConditionalExpression | ContinueStatement | DebuggerStatement | DoWhileStatement | EmptyStatement | ExpressionStatement | File | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Identifier | IfStatement | LabeledStatement | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | LogicalExpression | MemberExpression | NewExpression | Program | ObjectExpression | ObjectMethod | ObjectProperty | RestElement | ReturnStatement | SequenceExpression | ParenthesizedExpression | SwitchCase | SwitchStatement | ThisExpression | ThrowStatement | TryStatement | UnaryExpression | UpdateExpression | VariableDeclaration | VariableDeclarator | WhileStatement | WithStatement | AssignmentPattern | ArrayPattern | ArrowFunctionExpression | ClassBody | ClassExpression | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ExportSpecifier | ForOfStatement | ImportDeclaration | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | MetaProperty | ClassMethod | ObjectPattern | SpreadElement | Super | TaggedTemplateExpression | TemplateElement | TemplateLiteral | YieldExpression | AwaitExpression | Import | BigIntLiteral | ExportNamespaceSpecifier | OptionalMemberExpression | OptionalCallExpression | ClassProperty | ClassAccessorProperty | ClassPrivateProperty | ClassPrivateMethod | PrivateName | StaticBlock; -declare type Expression = ArrayExpression | AssignmentExpression | BinaryExpression | CallExpression | ConditionalExpression | FunctionExpression | Identifier | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | LogicalExpression | MemberExpression | NewExpression | ObjectExpression | SequenceExpression | ParenthesizedExpression | ThisExpression | UnaryExpression | UpdateExpression | ArrowFunctionExpression | ClassExpression | MetaProperty | Super | TaggedTemplateExpression | TemplateLiteral | YieldExpression | AwaitExpression | Import | BigIntLiteral | OptionalMemberExpression | OptionalCallExpression | TypeCastExpression | JSXElement | JSXFragment | BindExpression | DoExpression | RecordExpression | TupleExpression | DecimalLiteral | ModuleExpression | TopicReference | PipelineTopicExpression | PipelineBareFunction | PipelinePrimaryTopicReference | TSInstantiationExpression | TSAsExpression | TSTypeAssertion | TSNonNullExpression; +declare type Standardized = + | ArrayExpression + | AssignmentExpression + | BinaryExpression + | InterpreterDirective + | Directive + | DirectiveLiteral + | BlockStatement + | BreakStatement + | CallExpression + | CatchClause + | ConditionalExpression + | ContinueStatement + | DebuggerStatement + | DoWhileStatement + | EmptyStatement + | ExpressionStatement + | File + | ForInStatement + | ForStatement + | FunctionDeclaration + | FunctionExpression + | Identifier + | IfStatement + | LabeledStatement + | StringLiteral + | NumericLiteral + | NullLiteral + | BooleanLiteral + | RegExpLiteral + | LogicalExpression + | MemberExpression + | NewExpression + | Program + | ObjectExpression + | ObjectMethod + | ObjectProperty + | RestElement + | ReturnStatement + | SequenceExpression + | ParenthesizedExpression + | SwitchCase + | SwitchStatement + | ThisExpression + | ThrowStatement + | TryStatement + | UnaryExpression + | UpdateExpression + | VariableDeclaration + | VariableDeclarator + | WhileStatement + | WithStatement + | AssignmentPattern + | ArrayPattern + | ArrowFunctionExpression + | ClassBody + | ClassExpression + | ClassDeclaration + | ExportAllDeclaration + | ExportDefaultDeclaration + | ExportNamedDeclaration + | ExportSpecifier + | ForOfStatement + | ImportDeclaration + | ImportDefaultSpecifier + | ImportNamespaceSpecifier + | ImportSpecifier + | MetaProperty + | ClassMethod + | ObjectPattern + | SpreadElement + | Super + | TaggedTemplateExpression + | TemplateElement + | TemplateLiteral + | YieldExpression + | AwaitExpression + | Import + | BigIntLiteral + | ExportNamespaceSpecifier + | OptionalMemberExpression + | OptionalCallExpression + | ClassProperty + | ClassAccessorProperty + | ClassPrivateProperty + | ClassPrivateMethod + | PrivateName + | StaticBlock; +declare type Expression = + | ArrayExpression + | AssignmentExpression + | BinaryExpression + | CallExpression + | ConditionalExpression + | FunctionExpression + | Identifier + | StringLiteral + | NumericLiteral + | NullLiteral + | BooleanLiteral + | RegExpLiteral + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectExpression + | SequenceExpression + | ParenthesizedExpression + | ThisExpression + | UnaryExpression + | UpdateExpression + | ArrowFunctionExpression + | ClassExpression + | MetaProperty + | Super + | TaggedTemplateExpression + | TemplateLiteral + | YieldExpression + | AwaitExpression + | Import + | BigIntLiteral + | OptionalMemberExpression + | OptionalCallExpression + | TypeCastExpression + | JSXElement + | JSXFragment + | BindExpression + | DoExpression + | RecordExpression + | TupleExpression + | DecimalLiteral + | ModuleExpression + | TopicReference + | PipelineTopicExpression + | PipelineBareFunction + | PipelinePrimaryTopicReference + | TSInstantiationExpression + | TSAsExpression + | TSTypeAssertion + | TSNonNullExpression; declare type Binary = BinaryExpression | LogicalExpression; -declare type Scopable = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ClassExpression | ClassDeclaration | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock; -declare type BlockParent = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock; +declare type Scopable = + | BlockStatement + | CatchClause + | DoWhileStatement + | ForInStatement + | ForStatement + | FunctionDeclaration + | FunctionExpression + | Program + | ObjectMethod + | SwitchStatement + | WhileStatement + | ArrowFunctionExpression + | ClassExpression + | ClassDeclaration + | ForOfStatement + | ClassMethod + | ClassPrivateMethod + | StaticBlock + | TSModuleBlock; +declare type BlockParent = + | BlockStatement + | CatchClause + | DoWhileStatement + | ForInStatement + | ForStatement + | FunctionDeclaration + | FunctionExpression + | Program + | ObjectMethod + | SwitchStatement + | WhileStatement + | ArrowFunctionExpression + | ForOfStatement + | ClassMethod + | ClassPrivateMethod + | StaticBlock + | TSModuleBlock; declare type Block = BlockStatement | Program | TSModuleBlock; -declare type Statement = BlockStatement | BreakStatement | ContinueStatement | DebuggerStatement | DoWhileStatement | EmptyStatement | ExpressionStatement | ForInStatement | ForStatement | FunctionDeclaration | IfStatement | LabeledStatement | ReturnStatement | SwitchStatement | ThrowStatement | TryStatement | VariableDeclaration | WhileStatement | WithStatement | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ForOfStatement | ImportDeclaration | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias | EnumDeclaration | TSDeclareFunction | TSInterfaceDeclaration | TSTypeAliasDeclaration | TSEnumDeclaration | TSModuleDeclaration | TSImportEqualsDeclaration | TSExportAssignment | TSNamespaceExportDeclaration; -declare type Terminatorless = BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement | YieldExpression | AwaitExpression; -declare type CompletionStatement = BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement; +declare type Statement = + | BlockStatement + | BreakStatement + | ContinueStatement + | DebuggerStatement + | DoWhileStatement + | EmptyStatement + | ExpressionStatement + | ForInStatement + | ForStatement + | FunctionDeclaration + | IfStatement + | LabeledStatement + | ReturnStatement + | SwitchStatement + | ThrowStatement + | TryStatement + | VariableDeclaration + | WhileStatement + | WithStatement + | ClassDeclaration + | ExportAllDeclaration + | ExportDefaultDeclaration + | ExportNamedDeclaration + | ForOfStatement + | ImportDeclaration + | DeclareClass + | DeclareFunction + | DeclareInterface + | DeclareModule + | DeclareModuleExports + | DeclareTypeAlias + | DeclareOpaqueType + | DeclareVariable + | DeclareExportDeclaration + | DeclareExportAllDeclaration + | InterfaceDeclaration + | OpaqueType + | TypeAlias + | EnumDeclaration + | TSDeclareFunction + | TSInterfaceDeclaration + | TSTypeAliasDeclaration + | TSEnumDeclaration + | TSModuleDeclaration + | TSImportEqualsDeclaration + | TSExportAssignment + | TSNamespaceExportDeclaration; +declare type Terminatorless = + | BreakStatement + | ContinueStatement + | ReturnStatement + | ThrowStatement + | YieldExpression + | AwaitExpression; +declare type CompletionStatement = + | BreakStatement + | ContinueStatement + | ReturnStatement + | ThrowStatement; declare type Conditional = ConditionalExpression | IfStatement; -declare type Loop = DoWhileStatement | ForInStatement | ForStatement | WhileStatement | ForOfStatement; +declare type Loop = + | DoWhileStatement + | ForInStatement + | ForStatement + | WhileStatement + | ForOfStatement; declare type While = DoWhileStatement | WhileStatement; -declare type ExpressionWrapper = ExpressionStatement | ParenthesizedExpression | TypeCastExpression; +declare type ExpressionWrapper = + | ExpressionStatement + | ParenthesizedExpression + | TypeCastExpression; declare type For = ForInStatement | ForStatement | ForOfStatement; declare type ForXStatement = ForInStatement | ForOfStatement; -declare type Function = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod; -declare type FunctionParent = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod | StaticBlock; -declare type Pureish = FunctionDeclaration | FunctionExpression | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | ArrowFunctionExpression | BigIntLiteral | DecimalLiteral; -declare type Declaration = FunctionDeclaration | VariableDeclaration | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias | EnumDeclaration | TSDeclareFunction | TSInterfaceDeclaration | TSTypeAliasDeclaration | TSEnumDeclaration | TSModuleDeclaration; -declare type PatternLike = Identifier | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSAsExpression | TSTypeAssertion | TSNonNullExpression; -declare type LVal = Identifier | MemberExpression | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSParameterProperty | TSAsExpression | TSTypeAssertion | TSNonNullExpression; +declare type Function = + | FunctionDeclaration + | FunctionExpression + | ObjectMethod + | ArrowFunctionExpression + | ClassMethod + | ClassPrivateMethod; +declare type FunctionParent = + | FunctionDeclaration + | FunctionExpression + | ObjectMethod + | ArrowFunctionExpression + | ClassMethod + | ClassPrivateMethod + | StaticBlock; +declare type Pureish = + | FunctionDeclaration + | FunctionExpression + | StringLiteral + | NumericLiteral + | NullLiteral + | BooleanLiteral + | RegExpLiteral + | ArrowFunctionExpression + | BigIntLiteral + | DecimalLiteral; +declare type Declaration = + | FunctionDeclaration + | VariableDeclaration + | ClassDeclaration + | ExportAllDeclaration + | ExportDefaultDeclaration + | ExportNamedDeclaration + | ImportDeclaration + | DeclareClass + | DeclareFunction + | DeclareInterface + | DeclareModule + | DeclareModuleExports + | DeclareTypeAlias + | DeclareOpaqueType + | DeclareVariable + | DeclareExportDeclaration + | DeclareExportAllDeclaration + | InterfaceDeclaration + | OpaqueType + | TypeAlias + | EnumDeclaration + | TSDeclareFunction + | TSInterfaceDeclaration + | TSTypeAliasDeclaration + | TSEnumDeclaration + | TSModuleDeclaration; +declare type PatternLike = + | Identifier + | RestElement + | AssignmentPattern + | ArrayPattern + | ObjectPattern + | TSAsExpression + | TSTypeAssertion + | TSNonNullExpression; +declare type LVal = + | Identifier + | MemberExpression + | RestElement + | AssignmentPattern + | ArrayPattern + | ObjectPattern + | TSParameterProperty + | TSAsExpression + | TSTypeAssertion + | TSNonNullExpression; declare type TSEntityName = Identifier | TSQualifiedName; -declare type Literal = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | TemplateLiteral | BigIntLiteral | DecimalLiteral; -declare type Immutable = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | BigIntLiteral | JSXAttribute | JSXClosingElement | JSXElement | JSXExpressionContainer | JSXSpreadChild | JSXOpeningElement | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment | DecimalLiteral; -declare type UserWhitespacable = ObjectMethod | ObjectProperty | ObjectTypeInternalSlot | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeProperty | ObjectTypeSpreadProperty; +declare type Literal = + | StringLiteral + | NumericLiteral + | NullLiteral + | BooleanLiteral + | RegExpLiteral + | TemplateLiteral + | BigIntLiteral + | DecimalLiteral; +declare type Immutable = + | StringLiteral + | NumericLiteral + | NullLiteral + | BooleanLiteral + | BigIntLiteral + | JSXAttribute + | JSXClosingElement + | JSXElement + | JSXExpressionContainer + | JSXSpreadChild + | JSXOpeningElement + | JSXText + | JSXFragment + | JSXOpeningFragment + | JSXClosingFragment + | DecimalLiteral; +declare type UserWhitespacable = + | ObjectMethod + | ObjectProperty + | ObjectTypeInternalSlot + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeProperty + | ObjectTypeSpreadProperty; declare type Method = ObjectMethod | ClassMethod | ClassPrivateMethod; declare type ObjectMember = ObjectMethod | ObjectProperty; -declare type Property = ObjectProperty | ClassProperty | ClassAccessorProperty | ClassPrivateProperty; +declare type Property = + | ObjectProperty + | ClassProperty + | ClassAccessorProperty + | ClassPrivateProperty; declare type UnaryLike = UnaryExpression | SpreadElement; declare type Pattern = AssignmentPattern | ArrayPattern | ObjectPattern; declare type Class = ClassExpression | ClassDeclaration; -declare type ModuleDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration; -declare type ExportDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration; -declare type ModuleSpecifier = ExportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | ExportNamespaceSpecifier | ExportDefaultSpecifier; +declare type ModuleDeclaration = + | ExportAllDeclaration + | ExportDefaultDeclaration + | ExportNamedDeclaration + | ImportDeclaration; +declare type ExportDeclaration = + | ExportAllDeclaration + | ExportDefaultDeclaration + | ExportNamedDeclaration; +declare type ModuleSpecifier = + | ExportSpecifier + | ImportDefaultSpecifier + | ImportNamespaceSpecifier + | ImportSpecifier + | ExportNamespaceSpecifier + | ExportDefaultSpecifier; declare type Accessor = ClassAccessorProperty; declare type Private = ClassPrivateProperty | ClassPrivateMethod | PrivateName; -declare type Flow = AnyTypeAnnotation | ArrayTypeAnnotation | BooleanTypeAnnotation | BooleanLiteralTypeAnnotation | NullLiteralTypeAnnotation | ClassImplements | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | DeclaredPredicate | ExistsTypeAnnotation | FunctionTypeAnnotation | FunctionTypeParam | GenericTypeAnnotation | InferredPredicate | InterfaceExtends | InterfaceDeclaration | InterfaceTypeAnnotation | IntersectionTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NullableTypeAnnotation | NumberLiteralTypeAnnotation | NumberTypeAnnotation | ObjectTypeAnnotation | ObjectTypeInternalSlot | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | QualifiedTypeIdentifier | StringLiteralTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | TupleTypeAnnotation | TypeofTypeAnnotation | TypeAlias | TypeAnnotation | TypeCastExpression | TypeParameter | TypeParameterDeclaration | TypeParameterInstantiation | UnionTypeAnnotation | Variance | VoidTypeAnnotation | EnumDeclaration | EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody | EnumBooleanMember | EnumNumberMember | EnumStringMember | EnumDefaultedMember | IndexedAccessType | OptionalIndexedAccessType; -declare type FlowType = AnyTypeAnnotation | ArrayTypeAnnotation | BooleanTypeAnnotation | BooleanLiteralTypeAnnotation | NullLiteralTypeAnnotation | ExistsTypeAnnotation | FunctionTypeAnnotation | GenericTypeAnnotation | InterfaceTypeAnnotation | IntersectionTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NullableTypeAnnotation | NumberLiteralTypeAnnotation | NumberTypeAnnotation | ObjectTypeAnnotation | StringLiteralTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | TupleTypeAnnotation | TypeofTypeAnnotation | UnionTypeAnnotation | VoidTypeAnnotation | IndexedAccessType | OptionalIndexedAccessType; -declare type FlowBaseAnnotation = AnyTypeAnnotation | BooleanTypeAnnotation | NullLiteralTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NumberTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | VoidTypeAnnotation; -declare type FlowDeclaration = DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias; +declare type Flow = + | AnyTypeAnnotation + | ArrayTypeAnnotation + | BooleanTypeAnnotation + | BooleanLiteralTypeAnnotation + | NullLiteralTypeAnnotation + | ClassImplements + | DeclareClass + | DeclareFunction + | DeclareInterface + | DeclareModule + | DeclareModuleExports + | DeclareTypeAlias + | DeclareOpaqueType + | DeclareVariable + | DeclareExportDeclaration + | DeclareExportAllDeclaration + | DeclaredPredicate + | ExistsTypeAnnotation + | FunctionTypeAnnotation + | FunctionTypeParam + | GenericTypeAnnotation + | InferredPredicate + | InterfaceExtends + | InterfaceDeclaration + | InterfaceTypeAnnotation + | IntersectionTypeAnnotation + | MixedTypeAnnotation + | EmptyTypeAnnotation + | NullableTypeAnnotation + | NumberLiteralTypeAnnotation + | NumberTypeAnnotation + | ObjectTypeAnnotation + | ObjectTypeInternalSlot + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | QualifiedTypeIdentifier + | StringLiteralTypeAnnotation + | StringTypeAnnotation + | SymbolTypeAnnotation + | ThisTypeAnnotation + | TupleTypeAnnotation + | TypeofTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeCastExpression + | TypeParameter + | TypeParameterDeclaration + | TypeParameterInstantiation + | UnionTypeAnnotation + | Variance + | VoidTypeAnnotation + | EnumDeclaration + | EnumBooleanBody + | EnumNumberBody + | EnumStringBody + | EnumSymbolBody + | EnumBooleanMember + | EnumNumberMember + | EnumStringMember + | EnumDefaultedMember + | IndexedAccessType + | OptionalIndexedAccessType; +declare type FlowType = + | AnyTypeAnnotation + | ArrayTypeAnnotation + | BooleanTypeAnnotation + | BooleanLiteralTypeAnnotation + | NullLiteralTypeAnnotation + | ExistsTypeAnnotation + | FunctionTypeAnnotation + | GenericTypeAnnotation + | InterfaceTypeAnnotation + | IntersectionTypeAnnotation + | MixedTypeAnnotation + | EmptyTypeAnnotation + | NullableTypeAnnotation + | NumberLiteralTypeAnnotation + | NumberTypeAnnotation + | ObjectTypeAnnotation + | StringLiteralTypeAnnotation + | StringTypeAnnotation + | SymbolTypeAnnotation + | ThisTypeAnnotation + | TupleTypeAnnotation + | TypeofTypeAnnotation + | UnionTypeAnnotation + | VoidTypeAnnotation + | IndexedAccessType + | OptionalIndexedAccessType; +declare type FlowBaseAnnotation = + | AnyTypeAnnotation + | BooleanTypeAnnotation + | NullLiteralTypeAnnotation + | MixedTypeAnnotation + | EmptyTypeAnnotation + | NumberTypeAnnotation + | StringTypeAnnotation + | SymbolTypeAnnotation + | ThisTypeAnnotation + | VoidTypeAnnotation; +declare type FlowDeclaration = + | DeclareClass + | DeclareFunction + | DeclareInterface + | DeclareModule + | DeclareModuleExports + | DeclareTypeAlias + | DeclareOpaqueType + | DeclareVariable + | DeclareExportDeclaration + | DeclareExportAllDeclaration + | InterfaceDeclaration + | OpaqueType + | TypeAlias; declare type FlowPredicate = DeclaredPredicate | InferredPredicate; -declare type EnumBody = EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody; -declare type EnumMember = EnumBooleanMember | EnumNumberMember | EnumStringMember | EnumDefaultedMember; -declare type JSX = JSXAttribute | JSXClosingElement | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXSpreadChild | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXSpreadAttribute | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment; +declare type EnumBody = + | EnumBooleanBody + | EnumNumberBody + | EnumStringBody + | EnumSymbolBody; +declare type EnumMember = + | EnumBooleanMember + | EnumNumberMember + | EnumStringMember + | EnumDefaultedMember; +declare type JSX = + | JSXAttribute + | JSXClosingElement + | JSXElement + | JSXEmptyExpression + | JSXExpressionContainer + | JSXSpreadChild + | JSXIdentifier + | JSXMemberExpression + | JSXNamespacedName + | JSXOpeningElement + | JSXSpreadAttribute + | JSXText + | JSXFragment + | JSXOpeningFragment + | JSXClosingFragment; declare type Miscellaneous = Noop | Placeholder | V8IntrinsicIdentifier; -declare type TypeScript = TSParameterProperty | TSDeclareFunction | TSDeclareMethod | TSQualifiedName | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature | TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSNamedTupleMember | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType | TSExpressionWithTypeArguments | TSInterfaceDeclaration | TSInterfaceBody | TSTypeAliasDeclaration | TSInstantiationExpression | TSAsExpression | TSTypeAssertion | TSEnumDeclaration | TSEnumMember | TSModuleDeclaration | TSModuleBlock | TSImportType | TSImportEqualsDeclaration | TSExternalModuleReference | TSNonNullExpression | TSExportAssignment | TSNamespaceExportDeclaration | TSTypeAnnotation | TSTypeParameterInstantiation | TSTypeParameterDeclaration | TSTypeParameter; -declare type TSTypeElement = TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature; -declare type TSType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType | TSExpressionWithTypeArguments | TSImportType; -declare type TSBaseType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSLiteralType; +declare type TypeScript = + | TSParameterProperty + | TSDeclareFunction + | TSDeclareMethod + | TSQualifiedName + | TSCallSignatureDeclaration + | TSConstructSignatureDeclaration + | TSPropertySignature + | TSMethodSignature + | TSIndexSignature + | TSAnyKeyword + | TSBooleanKeyword + | TSBigIntKeyword + | TSIntrinsicKeyword + | TSNeverKeyword + | TSNullKeyword + | TSNumberKeyword + | TSObjectKeyword + | TSStringKeyword + | TSSymbolKeyword + | TSUndefinedKeyword + | TSUnknownKeyword + | TSVoidKeyword + | TSThisType + | TSFunctionType + | TSConstructorType + | TSTypeReference + | TSTypePredicate + | TSTypeQuery + | TSTypeLiteral + | TSArrayType + | TSTupleType + | TSOptionalType + | TSRestType + | TSNamedTupleMember + | TSUnionType + | TSIntersectionType + | TSConditionalType + | TSInferType + | TSParenthesizedType + | TSTypeOperator + | TSIndexedAccessType + | TSMappedType + | TSLiteralType + | TSExpressionWithTypeArguments + | TSInterfaceDeclaration + | TSInterfaceBody + | TSTypeAliasDeclaration + | TSInstantiationExpression + | TSAsExpression + | TSTypeAssertion + | TSEnumDeclaration + | TSEnumMember + | TSModuleDeclaration + | TSModuleBlock + | TSImportType + | TSImportEqualsDeclaration + | TSExternalModuleReference + | TSNonNullExpression + | TSExportAssignment + | TSNamespaceExportDeclaration + | TSTypeAnnotation + | TSTypeParameterInstantiation + | TSTypeParameterDeclaration + | TSTypeParameter; +declare type TSTypeElement = + | TSCallSignatureDeclaration + | TSConstructSignatureDeclaration + | TSPropertySignature + | TSMethodSignature + | TSIndexSignature; +declare type TSType = + | TSAnyKeyword + | TSBooleanKeyword + | TSBigIntKeyword + | TSIntrinsicKeyword + | TSNeverKeyword + | TSNullKeyword + | TSNumberKeyword + | TSObjectKeyword + | TSStringKeyword + | TSSymbolKeyword + | TSUndefinedKeyword + | TSUnknownKeyword + | TSVoidKeyword + | TSThisType + | TSFunctionType + | TSConstructorType + | TSTypeReference + | TSTypePredicate + | TSTypeQuery + | TSTypeLiteral + | TSArrayType + | TSTupleType + | TSOptionalType + | TSRestType + | TSUnionType + | TSIntersectionType + | TSConditionalType + | TSInferType + | TSParenthesizedType + | TSTypeOperator + | TSIndexedAccessType + | TSMappedType + | TSLiteralType + | TSExpressionWithTypeArguments + | TSImportType; +declare type TSBaseType = + | TSAnyKeyword + | TSBooleanKeyword + | TSBigIntKeyword + | TSIntrinsicKeyword + | TSNeverKeyword + | TSNullKeyword + | TSNumberKeyword + | TSObjectKeyword + | TSStringKeyword + | TSSymbolKeyword + | TSUndefinedKeyword + | TSUnknownKeyword + | TSVoidKeyword + | TSThisType + | TSLiteralType; interface Aliases { - Standardized: Standardized; - Expression: Expression; - Binary: Binary; - Scopable: Scopable; - BlockParent: BlockParent; - Block: Block; - Statement: Statement; - Terminatorless: Terminatorless; - CompletionStatement: CompletionStatement; - Conditional: Conditional; - Loop: Loop; - While: While; - ExpressionWrapper: ExpressionWrapper; - For: For; - ForXStatement: ForXStatement; - Function: Function; - FunctionParent: FunctionParent; - Pureish: Pureish; - Declaration: Declaration; - PatternLike: PatternLike; - LVal: LVal; - TSEntityName: TSEntityName; - Literal: Literal; - Immutable: Immutable; - UserWhitespacable: UserWhitespacable; - Method: Method; - ObjectMember: ObjectMember; - Property: Property; - UnaryLike: UnaryLike; - Pattern: Pattern; - Class: Class; - ModuleDeclaration: ModuleDeclaration; - ExportDeclaration: ExportDeclaration; - ModuleSpecifier: ModuleSpecifier; - Accessor: Accessor; - Private: Private; - Flow: Flow; - FlowType: FlowType; - FlowBaseAnnotation: FlowBaseAnnotation; - FlowDeclaration: FlowDeclaration; - FlowPredicate: FlowPredicate; - EnumBody: EnumBody; - EnumMember: EnumMember; - JSX: JSX; - Miscellaneous: Miscellaneous; - TypeScript: TypeScript; - TSTypeElement: TSTypeElement; - TSType: TSType; - TSBaseType: TSBaseType; + Standardized: Standardized; + Expression: Expression; + Binary: Binary; + Scopable: Scopable; + BlockParent: BlockParent; + Block: Block; + Statement: Statement; + Terminatorless: Terminatorless; + CompletionStatement: CompletionStatement; + Conditional: Conditional; + Loop: Loop; + While: While; + ExpressionWrapper: ExpressionWrapper; + For: For; + ForXStatement: ForXStatement; + Function: Function; + FunctionParent: FunctionParent; + Pureish: Pureish; + Declaration: Declaration; + PatternLike: PatternLike; + LVal: LVal; + TSEntityName: TSEntityName; + Literal: Literal; + Immutable: Immutable; + UserWhitespacable: UserWhitespacable; + Method: Method; + ObjectMember: ObjectMember; + Property: Property; + UnaryLike: UnaryLike; + Pattern: Pattern; + Class: Class; + ModuleDeclaration: ModuleDeclaration; + ExportDeclaration: ExportDeclaration; + ModuleSpecifier: ModuleSpecifier; + Accessor: Accessor; + Private: Private; + Flow: Flow; + FlowType: FlowType; + FlowBaseAnnotation: FlowBaseAnnotation; + FlowDeclaration: FlowDeclaration; + FlowPredicate: FlowPredicate; + EnumBody: EnumBody; + EnumMember: EnumMember; + JSX: JSX; + Miscellaneous: Miscellaneous; + TypeScript: TypeScript; + TSTypeElement: TSTypeElement; + TSType: TSType; + TSBaseType: TSBaseType; } -declare type DeprecatedAliases = NumberLiteral$1 | RegexLiteral$1 | RestProperty$1 | SpreadProperty$1; +declare type DeprecatedAliases = + | NumberLiteral$1 + | RegexLiteral$1 + | RestProperty$1 + | SpreadProperty$1; interface ParentMaps { - AnyTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - ArgumentPlaceholder: CallExpression | NewExpression | OptionalCallExpression; - ArrayExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - ArrayPattern: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | CatchClause | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectProperty | RestElement | TSDeclareFunction | TSDeclareMethod | VariableDeclarator; - ArrayTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - ArrowFunctionExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - AssignmentExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - AssignmentPattern: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectProperty | RestElement | TSDeclareFunction | TSDeclareMethod | TSParameterProperty | VariableDeclarator; - AwaitExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - BigIntLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - BinaryExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - BindExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - BlockStatement: ArrowFunctionExpression | BlockStatement | CatchClause | ClassMethod | ClassPrivateMethod | DeclareModule | DoExpression | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | FunctionDeclaration | FunctionExpression | IfStatement | LabeledStatement | ObjectMethod | Program | StaticBlock | SwitchCase | TSModuleBlock | TryStatement | WhileStatement | WithStatement; - BooleanLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | EnumBooleanMember | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - BooleanLiteralTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - BooleanTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - BreakStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - CallExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - CatchClause: TryStatement; - ClassAccessorProperty: ClassBody; - ClassBody: ClassDeclaration | ClassExpression; - ClassDeclaration: BlockStatement | DoWhileStatement | ExportDefaultDeclaration | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - ClassExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - ClassImplements: ClassDeclaration | ClassExpression | DeclareClass | DeclareExportDeclaration | DeclareInterface | DeclaredPredicate | InterfaceDeclaration; - ClassMethod: ClassBody; - ClassPrivateMethod: ClassBody; - ClassPrivateProperty: ClassBody; - ClassProperty: ClassBody; - CommentBlock: File; - CommentLine: File; - ConditionalExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - ContinueStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - DebuggerStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - DecimalLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - DeclareClass: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - DeclareExportAllDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - DeclareExportDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - DeclareFunction: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - DeclareInterface: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - DeclareModule: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - DeclareModuleExports: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - DeclareOpaqueType: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - DeclareTypeAlias: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - DeclareVariable: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - DeclaredPredicate: ArrowFunctionExpression | DeclareExportDeclaration | DeclareFunction | DeclaredPredicate | FunctionDeclaration | FunctionExpression; - Decorator: ArrayPattern | AssignmentPattern | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | Identifier | ObjectMethod | ObjectPattern | ObjectProperty | RestElement | TSDeclareMethod | TSParameterProperty; - Directive: BlockStatement | Program; - DirectiveLiteral: Directive; - DoExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - DoWhileStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - EmptyStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - EmptyTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - EnumBooleanBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration; - EnumBooleanMember: DeclareExportDeclaration | DeclaredPredicate | EnumBooleanBody; - EnumDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - EnumDefaultedMember: DeclareExportDeclaration | DeclaredPredicate | EnumStringBody | EnumSymbolBody; - EnumNumberBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration; - EnumNumberMember: DeclareExportDeclaration | DeclaredPredicate | EnumNumberBody; - EnumStringBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration; - EnumStringMember: DeclareExportDeclaration | DeclaredPredicate | EnumStringBody; - EnumSymbolBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration; - ExistsTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - ExportAllDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - ExportDefaultDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - ExportDefaultSpecifier: ExportNamedDeclaration; - ExportNamedDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - ExportNamespaceSpecifier: DeclareExportDeclaration | ExportNamedDeclaration; - ExportSpecifier: DeclareExportDeclaration | ExportNamedDeclaration; - ExpressionStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - File: null; - ForInStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - ForOfStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - ForStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - FunctionDeclaration: BlockStatement | DoWhileStatement | ExportDefaultDeclaration | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - FunctionExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - FunctionTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - FunctionTypeParam: DeclareExportDeclaration | DeclaredPredicate | FunctionTypeAnnotation; - GenericTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - Identifier: ArrayExpression | ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | BreakStatement | CallExpression | CatchClause | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassImplements | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | ContinueStatement | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareOpaqueType | DeclareTypeAlias | DeclareVariable | Decorator | DoWhileStatement | EnumBooleanMember | EnumDeclaration | EnumDefaultedMember | EnumNumberMember | EnumStringMember | ExportDefaultDeclaration | ExportDefaultSpecifier | ExportNamespaceSpecifier | ExportSpecifier | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | FunctionDeclaration | FunctionExpression | FunctionTypeParam | GenericTypeAnnotation | IfStatement | ImportAttribute | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | InterfaceDeclaration | InterfaceExtends | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LabeledStatement | LogicalExpression | MemberExpression | MetaProperty | NewExpression | ObjectMethod | ObjectProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | OpaqueType | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | Placeholder | PrivateName | QualifiedTypeIdentifier | RestElement | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSExpressionWithTypeArguments | TSFunctionType | TSImportEqualsDeclaration | TSImportType | TSIndexSignature | TSInstantiationExpression | TSInterfaceDeclaration | TSMethodSignature | TSModuleDeclaration | TSNamedTupleMember | TSNamespaceExportDeclaration | TSNonNullExpression | TSParameterProperty | TSPropertySignature | TSQualifiedName | TSTypeAliasDeclaration | TSTypeAssertion | TSTypePredicate | TSTypeQuery | TSTypeReference | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeAlias | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - IfStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - Import: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - ImportAttribute: ExportAllDeclaration | ExportNamedDeclaration | ImportDeclaration; - ImportDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - ImportDefaultSpecifier: ImportDeclaration; - ImportNamespaceSpecifier: ImportDeclaration; - ImportSpecifier: ImportDeclaration; - IndexedAccessType: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - InferredPredicate: ArrowFunctionExpression | DeclareExportDeclaration | DeclaredPredicate | FunctionDeclaration | FunctionExpression; - InterfaceDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - InterfaceExtends: ClassDeclaration | ClassExpression | DeclareClass | DeclareExportDeclaration | DeclareInterface | DeclaredPredicate | InterfaceDeclaration | InterfaceTypeAnnotation; - InterfaceTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - InterpreterDirective: Program; - IntersectionTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - JSXAttribute: JSXOpeningElement; - JSXClosingElement: JSXElement; - JSXClosingFragment: JSXFragment; - JSXElement: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXAttribute | JSXElement | JSXExpressionContainer | JSXFragment | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - JSXEmptyExpression: JSXExpressionContainer; - JSXExpressionContainer: JSXAttribute | JSXElement | JSXFragment; - JSXFragment: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXAttribute | JSXElement | JSXExpressionContainer | JSXFragment | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - JSXIdentifier: JSXAttribute | JSXClosingElement | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement; - JSXMemberExpression: JSXClosingElement | JSXMemberExpression | JSXOpeningElement; - JSXNamespacedName: CallExpression | JSXAttribute | JSXClosingElement | JSXOpeningElement | NewExpression | OptionalCallExpression; - JSXOpeningElement: JSXElement; - JSXOpeningFragment: JSXFragment; - JSXSpreadAttribute: JSXOpeningElement; - JSXSpreadChild: JSXElement | JSXFragment; - JSXText: JSXElement | JSXFragment; - LabeledStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - LogicalExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - MemberExpression: ArrayExpression | ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | RestElement | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - MetaProperty: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - MixedTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - ModuleExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - NewExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - Noop: ArrayPattern | ArrowFunctionExpression | AssignmentPattern | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | FunctionDeclaration | FunctionExpression | Identifier | ObjectMethod | ObjectPattern | RestElement | TSDeclareFunction | TSDeclareMethod; - NullLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - NullLiteralTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - NullableTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - NumberLiteral: null; - NumberLiteralTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - NumberTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - NumericLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | EnumNumberMember | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - ObjectExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - ObjectMethod: ObjectExpression; - ObjectPattern: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | CatchClause | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectProperty | RestElement | TSDeclareFunction | TSDeclareMethod | VariableDeclarator; - ObjectProperty: ObjectExpression | ObjectPattern | RecordExpression; - ObjectTypeAnnotation: ArrayTypeAnnotation | DeclareClass | DeclareExportDeclaration | DeclareInterface | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | InterfaceDeclaration | InterfaceTypeAnnotation | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - ObjectTypeCallProperty: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation; - ObjectTypeIndexer: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation; - ObjectTypeInternalSlot: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation; - ObjectTypeProperty: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation; - ObjectTypeSpreadProperty: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation; - OpaqueType: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - OptionalCallExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - OptionalIndexedAccessType: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - OptionalMemberExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - ParenthesizedExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - PipelineBareFunction: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - PipelinePrimaryTopicReference: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - PipelineTopicExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - Placeholder: Node; - PrivateName: BinaryExpression | ClassAccessorProperty | ClassPrivateMethod | ClassPrivateProperty | MemberExpression | ObjectProperty; - Program: File | ModuleExpression; - QualifiedTypeIdentifier: DeclareExportDeclaration | DeclaredPredicate | GenericTypeAnnotation | InterfaceExtends | QualifiedTypeIdentifier; - RecordExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - RegExpLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - RegexLiteral: null; - RestElement: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectPattern | ObjectProperty | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSMethodSignature | VariableDeclarator; - RestProperty: null; - ReturnStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - SequenceExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - SpreadElement: ArrayExpression | CallExpression | NewExpression | ObjectExpression | OptionalCallExpression | RecordExpression | TupleExpression; - SpreadProperty: null; - StaticBlock: ClassBody; - StringLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | DeclareExportAllDeclaration | DeclareExportDeclaration | DeclareModule | Decorator | DoWhileStatement | EnumStringMember | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ExportSpecifier | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportAttribute | ImportDeclaration | ImportSpecifier | JSXAttribute | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | ObjectTypeProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSExternalModuleReference | TSImportType | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSModuleDeclaration | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - StringLiteralTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - StringTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - Super: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - SwitchCase: SwitchStatement; - SwitchStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - SymbolTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - TSAnyKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSArrayType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSAsExpression: ArrayExpression | ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | RestElement | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - TSBigIntKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSBooleanKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSCallSignatureDeclaration: TSInterfaceBody | TSTypeLiteral; - TSConditionalType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSConstructSignatureDeclaration: TSInterfaceBody | TSTypeLiteral; - TSConstructorType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSDeclareFunction: BlockStatement | DoWhileStatement | ExportDefaultDeclaration | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - TSDeclareMethod: ClassBody; - TSEnumDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - TSEnumMember: TSEnumDeclaration; - TSExportAssignment: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - TSExpressionWithTypeArguments: ClassDeclaration | ClassExpression | TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSInterfaceDeclaration | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSExternalModuleReference: TSImportEqualsDeclaration; - TSFunctionType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSImportEqualsDeclaration: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - TSImportType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSTypeQuery | TSUnionType | TemplateLiteral; - TSIndexSignature: ClassBody | TSInterfaceBody | TSTypeLiteral; - TSIndexedAccessType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSInferType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSInstantiationExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - TSInterfaceBody: TSInterfaceDeclaration; - TSInterfaceDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - TSIntersectionType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSIntrinsicKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSLiteralType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSMappedType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSMethodSignature: TSInterfaceBody | TSTypeLiteral; - TSModuleBlock: TSModuleDeclaration; - TSModuleDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | TSModuleDeclaration | WhileStatement | WithStatement; - TSNamedTupleMember: TSTupleType; - TSNamespaceExportDeclaration: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - TSNeverKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSNonNullExpression: ArrayExpression | ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | RestElement | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - TSNullKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSNumberKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSObjectKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSOptionalType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSParameterProperty: ArrayPattern | AssignmentExpression | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | RestElement | TSDeclareMethod | VariableDeclarator; - TSParenthesizedType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSPropertySignature: TSInterfaceBody | TSTypeLiteral; - TSQualifiedName: TSExpressionWithTypeArguments | TSImportEqualsDeclaration | TSImportType | TSQualifiedName | TSTypeQuery | TSTypeReference; - TSRestType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSStringKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSSymbolKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSThisType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSTypePredicate | TSUnionType | TemplateLiteral; - TSTupleType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSTypeAliasDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - TSTypeAnnotation: ArrayPattern | ArrowFunctionExpression | AssignmentPattern | ClassAccessorProperty | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | FunctionDeclaration | FunctionExpression | Identifier | ObjectMethod | ObjectPattern | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSIndexSignature | TSMethodSignature | TSPropertySignature | TSTypePredicate; - TSTypeAssertion: ArrayExpression | ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | RestElement | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - TSTypeLiteral: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSTypeOperator: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSTypeParameter: TSInferType | TSMappedType | TSTypeParameterDeclaration; - TSTypeParameterDeclaration: ArrowFunctionExpression | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | FunctionDeclaration | FunctionExpression | ObjectMethod | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSInterfaceDeclaration | TSMethodSignature | TSTypeAliasDeclaration; - TSTypeParameterInstantiation: CallExpression | ClassDeclaration | ClassExpression | JSXOpeningElement | NewExpression | OptionalCallExpression | TSExpressionWithTypeArguments | TSImportType | TSInstantiationExpression | TSTypeQuery | TSTypeReference | TaggedTemplateExpression; - TSTypePredicate: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSTypeQuery: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSTypeReference: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSUndefinedKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSUnionType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSUnknownKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TSVoidKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral; - TaggedTemplateExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - TemplateElement: TemplateLiteral; - TemplateLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - ThisExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - ThisTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - ThrowStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - TopicReference: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - TryStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - TupleExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - TupleTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - TypeAlias: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - TypeAnnotation: ArrayPattern | ArrowFunctionExpression | AssignmentPattern | ClassAccessorProperty | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | DeclareExportDeclaration | DeclareModuleExports | DeclaredPredicate | FunctionDeclaration | FunctionExpression | Identifier | ObjectMethod | ObjectPattern | RestElement | TypeCastExpression | TypeParameter; - TypeCastExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | DeclareExportDeclaration | DeclaredPredicate | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - TypeParameter: DeclareExportDeclaration | DeclaredPredicate | TypeParameterDeclaration; - TypeParameterDeclaration: ArrowFunctionExpression | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | DeclareClass | DeclareExportDeclaration | DeclareInterface | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionDeclaration | FunctionExpression | FunctionTypeAnnotation | InterfaceDeclaration | ObjectMethod | OpaqueType | TypeAlias; - TypeParameterInstantiation: CallExpression | ClassDeclaration | ClassExpression | ClassImplements | DeclareExportDeclaration | DeclaredPredicate | GenericTypeAnnotation | InterfaceExtends | JSXOpeningElement | NewExpression | OptionalCallExpression | TaggedTemplateExpression; - TypeofTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - UnaryExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - UnionTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - UpdateExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; - V8IntrinsicIdentifier: CallExpression | NewExpression; - VariableDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - VariableDeclarator: VariableDeclaration; - Variance: ClassAccessorProperty | ClassPrivateProperty | ClassProperty | DeclareExportDeclaration | DeclaredPredicate | ObjectTypeIndexer | ObjectTypeProperty | TypeParameter; - VoidTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation; - WhileStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - WithStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement; - YieldExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression; + AnyTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + ArgumentPlaceholder: CallExpression | NewExpression | OptionalCallExpression; + ArrayExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + ArrayPattern: + | ArrayPattern + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | CatchClause + | ClassMethod + | ClassPrivateMethod + | ForInStatement + | ForOfStatement + | FunctionDeclaration + | FunctionExpression + | ObjectMethod + | ObjectProperty + | RestElement + | TSDeclareFunction + | TSDeclareMethod + | VariableDeclarator; + ArrayTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + ArrowFunctionExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + AssignmentExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + AssignmentPattern: + | ArrayPattern + | ArrowFunctionExpression + | AssignmentExpression + | ClassMethod + | ClassPrivateMethod + | ForInStatement + | ForOfStatement + | FunctionDeclaration + | FunctionExpression + | ObjectMethod + | ObjectProperty + | RestElement + | TSDeclareFunction + | TSDeclareMethod + | TSParameterProperty + | VariableDeclarator; + AwaitExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + BigIntLiteral: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSLiteralType + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + BinaryExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + BindExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + BlockStatement: + | ArrowFunctionExpression + | BlockStatement + | CatchClause + | ClassMethod + | ClassPrivateMethod + | DeclareModule + | DoExpression + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | FunctionDeclaration + | FunctionExpression + | IfStatement + | LabeledStatement + | ObjectMethod + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | TryStatement + | WhileStatement + | WithStatement; + BooleanLiteral: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | EnumBooleanMember + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSLiteralType + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + BooleanLiteralTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + BooleanTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + BreakStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + CallExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + CatchClause: TryStatement; + ClassAccessorProperty: ClassBody; + ClassBody: ClassDeclaration | ClassExpression; + ClassDeclaration: + | BlockStatement + | DoWhileStatement + | ExportDefaultDeclaration + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + ClassExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + ClassImplements: + | ClassDeclaration + | ClassExpression + | DeclareClass + | DeclareExportDeclaration + | DeclareInterface + | DeclaredPredicate + | InterfaceDeclaration; + ClassMethod: ClassBody; + ClassPrivateMethod: ClassBody; + ClassPrivateProperty: ClassBody; + ClassProperty: ClassBody; + CommentBlock: File; + CommentLine: File; + ConditionalExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + ContinueStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + DebuggerStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + DecimalLiteral: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + DeclareClass: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + DeclareExportAllDeclaration: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + DeclareExportDeclaration: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + DeclareFunction: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + DeclareInterface: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + DeclareModule: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + DeclareModuleExports: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + DeclareOpaqueType: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + DeclareTypeAlias: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + DeclareVariable: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + DeclaredPredicate: + | ArrowFunctionExpression + | DeclareExportDeclaration + | DeclareFunction + | DeclaredPredicate + | FunctionDeclaration + | FunctionExpression; + Decorator: + | ArrayPattern + | AssignmentPattern + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateMethod + | ClassPrivateProperty + | ClassProperty + | Identifier + | ObjectMethod + | ObjectPattern + | ObjectProperty + | RestElement + | TSDeclareMethod + | TSParameterProperty; + Directive: BlockStatement | Program; + DirectiveLiteral: Directive; + DoExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + DoWhileStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + EmptyStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + EmptyTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + EnumBooleanBody: + | DeclareExportDeclaration + | DeclaredPredicate + | EnumDeclaration; + EnumBooleanMember: + | DeclareExportDeclaration + | DeclaredPredicate + | EnumBooleanBody; + EnumDeclaration: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + EnumDefaultedMember: + | DeclareExportDeclaration + | DeclaredPredicate + | EnumStringBody + | EnumSymbolBody; + EnumNumberBody: + | DeclareExportDeclaration + | DeclaredPredicate + | EnumDeclaration; + EnumNumberMember: + | DeclareExportDeclaration + | DeclaredPredicate + | EnumNumberBody; + EnumStringBody: + | DeclareExportDeclaration + | DeclaredPredicate + | EnumDeclaration; + EnumStringMember: + | DeclareExportDeclaration + | DeclaredPredicate + | EnumStringBody; + EnumSymbolBody: + | DeclareExportDeclaration + | DeclaredPredicate + | EnumDeclaration; + ExistsTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + ExportAllDeclaration: + | BlockStatement + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + ExportDefaultDeclaration: + | BlockStatement + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + ExportDefaultSpecifier: ExportNamedDeclaration; + ExportNamedDeclaration: + | BlockStatement + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + ExportNamespaceSpecifier: DeclareExportDeclaration | ExportNamedDeclaration; + ExportSpecifier: DeclareExportDeclaration | ExportNamedDeclaration; + ExpressionStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + File: null; + ForInStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + ForOfStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + ForStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + FunctionDeclaration: + | BlockStatement + | DoWhileStatement + | ExportDefaultDeclaration + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + FunctionExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + FunctionTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + FunctionTypeParam: + | DeclareExportDeclaration + | DeclaredPredicate + | FunctionTypeAnnotation; + GenericTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + Identifier: + | ArrayExpression + | ArrayPattern + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | BreakStatement + | CallExpression + | CatchClause + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassImplements + | ClassMethod + | ClassPrivateMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | ContinueStatement + | DeclareClass + | DeclareFunction + | DeclareInterface + | DeclareModule + | DeclareOpaqueType + | DeclareTypeAlias + | DeclareVariable + | Decorator + | DoWhileStatement + | EnumBooleanMember + | EnumDeclaration + | EnumDefaultedMember + | EnumNumberMember + | EnumStringMember + | ExportDefaultDeclaration + | ExportDefaultSpecifier + | ExportNamespaceSpecifier + | ExportSpecifier + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | FunctionDeclaration + | FunctionExpression + | FunctionTypeParam + | GenericTypeAnnotation + | IfStatement + | ImportAttribute + | ImportDefaultSpecifier + | ImportNamespaceSpecifier + | ImportSpecifier + | InterfaceDeclaration + | InterfaceExtends + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LabeledStatement + | LogicalExpression + | MemberExpression + | MetaProperty + | NewExpression + | ObjectMethod + | ObjectProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | OpaqueType + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | Placeholder + | PrivateName + | QualifiedTypeIdentifier + | RestElement + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSCallSignatureDeclaration + | TSConstructSignatureDeclaration + | TSConstructorType + | TSDeclareFunction + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSExpressionWithTypeArguments + | TSFunctionType + | TSImportEqualsDeclaration + | TSImportType + | TSIndexSignature + | TSInstantiationExpression + | TSInterfaceDeclaration + | TSMethodSignature + | TSModuleDeclaration + | TSNamedTupleMember + | TSNamespaceExportDeclaration + | TSNonNullExpression + | TSParameterProperty + | TSPropertySignature + | TSQualifiedName + | TSTypeAliasDeclaration + | TSTypeAssertion + | TSTypePredicate + | TSTypeQuery + | TSTypeReference + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeAlias + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + IfStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + Import: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + ImportAttribute: + | ExportAllDeclaration + | ExportNamedDeclaration + | ImportDeclaration; + ImportDeclaration: + | BlockStatement + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + ImportDefaultSpecifier: ImportDeclaration; + ImportNamespaceSpecifier: ImportDeclaration; + ImportSpecifier: ImportDeclaration; + IndexedAccessType: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + InferredPredicate: + | ArrowFunctionExpression + | DeclareExportDeclaration + | DeclaredPredicate + | FunctionDeclaration + | FunctionExpression; + InterfaceDeclaration: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + InterfaceExtends: + | ClassDeclaration + | ClassExpression + | DeclareClass + | DeclareExportDeclaration + | DeclareInterface + | DeclaredPredicate + | InterfaceDeclaration + | InterfaceTypeAnnotation; + InterfaceTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + InterpreterDirective: Program; + IntersectionTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + JSXAttribute: JSXOpeningElement; + JSXClosingElement: JSXElement; + JSXClosingFragment: JSXFragment; + JSXElement: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXAttribute + | JSXElement + | JSXExpressionContainer + | JSXFragment + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + JSXEmptyExpression: JSXExpressionContainer; + JSXExpressionContainer: JSXAttribute | JSXElement | JSXFragment; + JSXFragment: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXAttribute + | JSXElement + | JSXExpressionContainer + | JSXFragment + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + JSXIdentifier: + | JSXAttribute + | JSXClosingElement + | JSXMemberExpression + | JSXNamespacedName + | JSXOpeningElement; + JSXMemberExpression: + | JSXClosingElement + | JSXMemberExpression + | JSXOpeningElement; + JSXNamespacedName: + | CallExpression + | JSXAttribute + | JSXClosingElement + | JSXOpeningElement + | NewExpression + | OptionalCallExpression; + JSXOpeningElement: JSXElement; + JSXOpeningFragment: JSXFragment; + JSXSpreadAttribute: JSXOpeningElement; + JSXSpreadChild: JSXElement | JSXFragment; + JSXText: JSXElement | JSXFragment; + LabeledStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + LogicalExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + MemberExpression: + | ArrayExpression + | ArrayPattern + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | RestElement + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + MetaProperty: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + MixedTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + ModuleExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + NewExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + Noop: + | ArrayPattern + | ArrowFunctionExpression + | AssignmentPattern + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateMethod + | ClassPrivateProperty + | ClassProperty + | FunctionDeclaration + | FunctionExpression + | Identifier + | ObjectMethod + | ObjectPattern + | RestElement + | TSDeclareFunction + | TSDeclareMethod; + NullLiteral: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + NullLiteralTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + NullableTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + NumberLiteral: null; + NumberLiteralTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + NumberTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + NumericLiteral: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | EnumNumberMember + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSLiteralType + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + ObjectExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + ObjectMethod: ObjectExpression; + ObjectPattern: + | ArrayPattern + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | CatchClause + | ClassMethod + | ClassPrivateMethod + | ForInStatement + | ForOfStatement + | FunctionDeclaration + | FunctionExpression + | ObjectMethod + | ObjectProperty + | RestElement + | TSDeclareFunction + | TSDeclareMethod + | VariableDeclarator; + ObjectProperty: ObjectExpression | ObjectPattern | RecordExpression; + ObjectTypeAnnotation: + | ArrayTypeAnnotation + | DeclareClass + | DeclareExportDeclaration + | DeclareInterface + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | InterfaceDeclaration + | InterfaceTypeAnnotation + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + ObjectTypeCallProperty: + | DeclareExportDeclaration + | DeclaredPredicate + | ObjectTypeAnnotation; + ObjectTypeIndexer: + | DeclareExportDeclaration + | DeclaredPredicate + | ObjectTypeAnnotation; + ObjectTypeInternalSlot: + | DeclareExportDeclaration + | DeclaredPredicate + | ObjectTypeAnnotation; + ObjectTypeProperty: + | DeclareExportDeclaration + | DeclaredPredicate + | ObjectTypeAnnotation; + ObjectTypeSpreadProperty: + | DeclareExportDeclaration + | DeclaredPredicate + | ObjectTypeAnnotation; + OpaqueType: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + OptionalCallExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + OptionalIndexedAccessType: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + OptionalMemberExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + ParenthesizedExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + PipelineBareFunction: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + PipelinePrimaryTopicReference: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + PipelineTopicExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + Placeholder: Node; + PrivateName: + | BinaryExpression + | ClassAccessorProperty + | ClassPrivateMethod + | ClassPrivateProperty + | MemberExpression + | ObjectProperty; + Program: File | ModuleExpression; + QualifiedTypeIdentifier: + | DeclareExportDeclaration + | DeclaredPredicate + | GenericTypeAnnotation + | InterfaceExtends + | QualifiedTypeIdentifier; + RecordExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + RegExpLiteral: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + RegexLiteral: null; + RestElement: + | ArrayPattern + | ArrowFunctionExpression + | AssignmentExpression + | ClassMethod + | ClassPrivateMethod + | ForInStatement + | ForOfStatement + | FunctionDeclaration + | FunctionExpression + | ObjectMethod + | ObjectPattern + | ObjectProperty + | RestElement + | TSCallSignatureDeclaration + | TSConstructSignatureDeclaration + | TSConstructorType + | TSDeclareFunction + | TSDeclareMethod + | TSFunctionType + | TSMethodSignature + | VariableDeclarator; + RestProperty: null; + ReturnStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + SequenceExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + SpreadElement: + | ArrayExpression + | CallExpression + | NewExpression + | ObjectExpression + | OptionalCallExpression + | RecordExpression + | TupleExpression; + SpreadProperty: null; + StaticBlock: ClassBody; + StringLiteral: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | DeclareExportAllDeclaration + | DeclareExportDeclaration + | DeclareModule + | Decorator + | DoWhileStatement + | EnumStringMember + | ExportAllDeclaration + | ExportDefaultDeclaration + | ExportNamedDeclaration + | ExportSpecifier + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | ImportAttribute + | ImportDeclaration + | ImportSpecifier + | JSXAttribute + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | ObjectTypeProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSExternalModuleReference + | TSImportType + | TSInstantiationExpression + | TSLiteralType + | TSMethodSignature + | TSModuleDeclaration + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + StringLiteralTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + StringTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + Super: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + SwitchCase: SwitchStatement; + SwitchStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + SymbolTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + TSAnyKeyword: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSArrayType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSAsExpression: + | ArrayExpression + | ArrayPattern + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | RestElement + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + TSBigIntKeyword: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSBooleanKeyword: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSCallSignatureDeclaration: TSInterfaceBody | TSTypeLiteral; + TSConditionalType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSConstructSignatureDeclaration: TSInterfaceBody | TSTypeLiteral; + TSConstructorType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSDeclareFunction: + | BlockStatement + | DoWhileStatement + | ExportDefaultDeclaration + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + TSDeclareMethod: ClassBody; + TSEnumDeclaration: + | BlockStatement + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + TSEnumMember: TSEnumDeclaration; + TSExportAssignment: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + TSExpressionWithTypeArguments: + | ClassDeclaration + | ClassExpression + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSInterfaceDeclaration + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSExternalModuleReference: TSImportEqualsDeclaration; + TSFunctionType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSImportEqualsDeclaration: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + TSImportType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSTypeQuery + | TSUnionType + | TemplateLiteral; + TSIndexSignature: ClassBody | TSInterfaceBody | TSTypeLiteral; + TSIndexedAccessType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSInferType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSInstantiationExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + TSInterfaceBody: TSInterfaceDeclaration; + TSInterfaceDeclaration: + | BlockStatement + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + TSIntersectionType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSIntrinsicKeyword: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSLiteralType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSMappedType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSMethodSignature: TSInterfaceBody | TSTypeLiteral; + TSModuleBlock: TSModuleDeclaration; + TSModuleDeclaration: + | BlockStatement + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | TSModuleDeclaration + | WhileStatement + | WithStatement; + TSNamedTupleMember: TSTupleType; + TSNamespaceExportDeclaration: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + TSNeverKeyword: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSNonNullExpression: + | ArrayExpression + | ArrayPattern + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | RestElement + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + TSNullKeyword: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSNumberKeyword: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSObjectKeyword: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSOptionalType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSParameterProperty: + | ArrayPattern + | AssignmentExpression + | ClassMethod + | ClassPrivateMethod + | ForInStatement + | ForOfStatement + | RestElement + | TSDeclareMethod + | VariableDeclarator; + TSParenthesizedType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSPropertySignature: TSInterfaceBody | TSTypeLiteral; + TSQualifiedName: + | TSExpressionWithTypeArguments + | TSImportEqualsDeclaration + | TSImportType + | TSQualifiedName + | TSTypeQuery + | TSTypeReference; + TSRestType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSStringKeyword: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSSymbolKeyword: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSThisType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSTypePredicate + | TSUnionType + | TemplateLiteral; + TSTupleType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSTypeAliasDeclaration: + | BlockStatement + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + TSTypeAnnotation: + | ArrayPattern + | ArrowFunctionExpression + | AssignmentPattern + | ClassAccessorProperty + | ClassMethod + | ClassPrivateMethod + | ClassPrivateProperty + | ClassProperty + | FunctionDeclaration + | FunctionExpression + | Identifier + | ObjectMethod + | ObjectPattern + | RestElement + | TSCallSignatureDeclaration + | TSConstructSignatureDeclaration + | TSConstructorType + | TSDeclareFunction + | TSDeclareMethod + | TSFunctionType + | TSIndexSignature + | TSMethodSignature + | TSPropertySignature + | TSTypePredicate; + TSTypeAssertion: + | ArrayExpression + | ArrayPattern + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | RestElement + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + TSTypeLiteral: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSTypeOperator: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSTypeParameter: TSInferType | TSMappedType | TSTypeParameterDeclaration; + TSTypeParameterDeclaration: + | ArrowFunctionExpression + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateMethod + | FunctionDeclaration + | FunctionExpression + | ObjectMethod + | TSCallSignatureDeclaration + | TSConstructSignatureDeclaration + | TSConstructorType + | TSDeclareFunction + | TSDeclareMethod + | TSFunctionType + | TSInterfaceDeclaration + | TSMethodSignature + | TSTypeAliasDeclaration; + TSTypeParameterInstantiation: + | CallExpression + | ClassDeclaration + | ClassExpression + | JSXOpeningElement + | NewExpression + | OptionalCallExpression + | TSExpressionWithTypeArguments + | TSImportType + | TSInstantiationExpression + | TSTypeQuery + | TSTypeReference + | TaggedTemplateExpression; + TSTypePredicate: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSTypeQuery: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSTypeReference: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSUndefinedKeyword: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSUnionType: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSUnknownKeyword: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TSVoidKeyword: + | TSArrayType + | TSAsExpression + | TSConditionalType + | TSIndexedAccessType + | TSIntersectionType + | TSMappedType + | TSNamedTupleMember + | TSOptionalType + | TSParenthesizedType + | TSRestType + | TSTupleType + | TSTypeAliasDeclaration + | TSTypeAnnotation + | TSTypeAssertion + | TSTypeOperator + | TSTypeParameter + | TSTypeParameterInstantiation + | TSUnionType + | TemplateLiteral; + TaggedTemplateExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + TemplateElement: TemplateLiteral; + TemplateLiteral: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSLiteralType + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + ThisExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + ThisTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + ThrowStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + TopicReference: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + TryStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + TupleExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + TupleTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + TypeAlias: + | BlockStatement + | DeclareExportDeclaration + | DeclaredPredicate + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + TypeAnnotation: + | ArrayPattern + | ArrowFunctionExpression + | AssignmentPattern + | ClassAccessorProperty + | ClassMethod + | ClassPrivateMethod + | ClassPrivateProperty + | ClassProperty + | DeclareExportDeclaration + | DeclareModuleExports + | DeclaredPredicate + | FunctionDeclaration + | FunctionExpression + | Identifier + | ObjectMethod + | ObjectPattern + | RestElement + | TypeCastExpression + | TypeParameter; + TypeCastExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | DeclareExportDeclaration + | DeclaredPredicate + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + TypeParameter: + | DeclareExportDeclaration + | DeclaredPredicate + | TypeParameterDeclaration; + TypeParameterDeclaration: + | ArrowFunctionExpression + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateMethod + | DeclareClass + | DeclareExportDeclaration + | DeclareInterface + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionDeclaration + | FunctionExpression + | FunctionTypeAnnotation + | InterfaceDeclaration + | ObjectMethod + | OpaqueType + | TypeAlias; + TypeParameterInstantiation: + | CallExpression + | ClassDeclaration + | ClassExpression + | ClassImplements + | DeclareExportDeclaration + | DeclaredPredicate + | GenericTypeAnnotation + | InterfaceExtends + | JSXOpeningElement + | NewExpression + | OptionalCallExpression + | TaggedTemplateExpression; + TypeofTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + UnaryExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSLiteralType + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + UnionTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + UpdateExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; + V8IntrinsicIdentifier: CallExpression | NewExpression; + VariableDeclaration: + | BlockStatement + | DoWhileStatement + | ExportNamedDeclaration + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + VariableDeclarator: VariableDeclaration; + Variance: + | ClassAccessorProperty + | ClassPrivateProperty + | ClassProperty + | DeclareExportDeclaration + | DeclaredPredicate + | ObjectTypeIndexer + | ObjectTypeProperty + | TypeParameter; + VoidTypeAnnotation: + | ArrayTypeAnnotation + | DeclareExportDeclaration + | DeclareOpaqueType + | DeclareTypeAlias + | DeclaredPredicate + | FunctionTypeAnnotation + | FunctionTypeParam + | IndexedAccessType + | IntersectionTypeAnnotation + | NullableTypeAnnotation + | ObjectTypeCallProperty + | ObjectTypeIndexer + | ObjectTypeInternalSlot + | ObjectTypeProperty + | ObjectTypeSpreadProperty + | OpaqueType + | OptionalIndexedAccessType + | TupleTypeAnnotation + | TypeAlias + | TypeAnnotation + | TypeParameter + | TypeParameterInstantiation + | TypeofTypeAnnotation + | UnionTypeAnnotation; + WhileStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + WithStatement: + | BlockStatement + | DoWhileStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | LabeledStatement + | Program + | StaticBlock + | SwitchCase + | TSModuleBlock + | WhileStatement + | WithStatement; + YieldExpression: + | ArrayExpression + | ArrowFunctionExpression + | AssignmentExpression + | AssignmentPattern + | AwaitExpression + | BinaryExpression + | BindExpression + | CallExpression + | ClassAccessorProperty + | ClassDeclaration + | ClassExpression + | ClassMethod + | ClassPrivateProperty + | ClassProperty + | ConditionalExpression + | Decorator + | DoWhileStatement + | ExportDefaultDeclaration + | ExpressionStatement + | ForInStatement + | ForOfStatement + | ForStatement + | IfStatement + | JSXExpressionContainer + | JSXSpreadAttribute + | JSXSpreadChild + | LogicalExpression + | MemberExpression + | NewExpression + | ObjectMethod + | ObjectProperty + | OptionalCallExpression + | OptionalMemberExpression + | ParenthesizedExpression + | PipelineBareFunction + | PipelineTopicExpression + | ReturnStatement + | SequenceExpression + | SpreadElement + | SwitchCase + | SwitchStatement + | TSAsExpression + | TSDeclareMethod + | TSEnumDeclaration + | TSEnumMember + | TSExportAssignment + | TSInstantiationExpression + | TSMethodSignature + | TSNonNullExpression + | TSPropertySignature + | TSTypeAssertion + | TaggedTemplateExpression + | TemplateLiteral + | ThrowStatement + | TupleExpression + | TypeCastExpression + | UnaryExpression + | UpdateExpression + | VariableDeclarator + | WhileStatement + | WithStatement + | YieldExpression; } declare function isCompatTag(tagName?: string): boolean; -declare type ReturnedChild = JSXSpreadChild | JSXElement | JSXFragment | Expression; +declare type ReturnedChild = + | JSXSpreadChild + | JSXElement + | JSXFragment + | Expression; declare function buildChildren(node: JSXElement | JSXFragment): ReturnedChild[]; declare function assertNode(node?: any): asserts node is Node; -declare function assertArrayExpression(node: object | null | undefined, opts?: object | null): asserts node is ArrayExpression; -declare function assertAssignmentExpression(node: object | null | undefined, opts?: object | null): asserts node is AssignmentExpression; -declare function assertBinaryExpression(node: object | null | undefined, opts?: object | null): asserts node is BinaryExpression; -declare function assertInterpreterDirective(node: object | null | undefined, opts?: object | null): asserts node is InterpreterDirective; -declare function assertDirective(node: object | null | undefined, opts?: object | null): asserts node is Directive; -declare function assertDirectiveLiteral(node: object | null | undefined, opts?: object | null): asserts node is DirectiveLiteral; -declare function assertBlockStatement(node: object | null | undefined, opts?: object | null): asserts node is BlockStatement; -declare function assertBreakStatement(node: object | null | undefined, opts?: object | null): asserts node is BreakStatement; -declare function assertCallExpression(node: object | null | undefined, opts?: object | null): asserts node is CallExpression; -declare function assertCatchClause(node: object | null | undefined, opts?: object | null): asserts node is CatchClause; -declare function assertConditionalExpression(node: object | null | undefined, opts?: object | null): asserts node is ConditionalExpression; -declare function assertContinueStatement(node: object | null | undefined, opts?: object | null): asserts node is ContinueStatement; -declare function assertDebuggerStatement(node: object | null | undefined, opts?: object | null): asserts node is DebuggerStatement; -declare function assertDoWhileStatement(node: object | null | undefined, opts?: object | null): asserts node is DoWhileStatement; -declare function assertEmptyStatement(node: object | null | undefined, opts?: object | null): asserts node is EmptyStatement; -declare function assertExpressionStatement(node: object | null | undefined, opts?: object | null): asserts node is ExpressionStatement; -declare function assertFile(node: object | null | undefined, opts?: object | null): asserts node is File; -declare function assertForInStatement(node: object | null | undefined, opts?: object | null): asserts node is ForInStatement; -declare function assertForStatement(node: object | null | undefined, opts?: object | null): asserts node is ForStatement; -declare function assertFunctionDeclaration(node: object | null | undefined, opts?: object | null): asserts node is FunctionDeclaration; -declare function assertFunctionExpression(node: object | null | undefined, opts?: object | null): asserts node is FunctionExpression; -declare function assertIdentifier(node: object | null | undefined, opts?: object | null): asserts node is Identifier; -declare function assertIfStatement(node: object | null | undefined, opts?: object | null): asserts node is IfStatement; -declare function assertLabeledStatement(node: object | null | undefined, opts?: object | null): asserts node is LabeledStatement; -declare function assertStringLiteral(node: object | null | undefined, opts?: object | null): asserts node is StringLiteral; -declare function assertNumericLiteral(node: object | null | undefined, opts?: object | null): asserts node is NumericLiteral; -declare function assertNullLiteral(node: object | null | undefined, opts?: object | null): asserts node is NullLiteral; -declare function assertBooleanLiteral(node: object | null | undefined, opts?: object | null): asserts node is BooleanLiteral; -declare function assertRegExpLiteral(node: object | null | undefined, opts?: object | null): asserts node is RegExpLiteral; -declare function assertLogicalExpression(node: object | null | undefined, opts?: object | null): asserts node is LogicalExpression; -declare function assertMemberExpression(node: object | null | undefined, opts?: object | null): asserts node is MemberExpression; -declare function assertNewExpression(node: object | null | undefined, opts?: object | null): asserts node is NewExpression; -declare function assertProgram(node: object | null | undefined, opts?: object | null): asserts node is Program; -declare function assertObjectExpression(node: object | null | undefined, opts?: object | null): asserts node is ObjectExpression; -declare function assertObjectMethod(node: object | null | undefined, opts?: object | null): asserts node is ObjectMethod; -declare function assertObjectProperty(node: object | null | undefined, opts?: object | null): asserts node is ObjectProperty; -declare function assertRestElement(node: object | null | undefined, opts?: object | null): asserts node is RestElement; -declare function assertReturnStatement(node: object | null | undefined, opts?: object | null): asserts node is ReturnStatement; -declare function assertSequenceExpression(node: object | null | undefined, opts?: object | null): asserts node is SequenceExpression; -declare function assertParenthesizedExpression(node: object | null | undefined, opts?: object | null): asserts node is ParenthesizedExpression; -declare function assertSwitchCase(node: object | null | undefined, opts?: object | null): asserts node is SwitchCase; -declare function assertSwitchStatement(node: object | null | undefined, opts?: object | null): asserts node is SwitchStatement; -declare function assertThisExpression(node: object | null | undefined, opts?: object | null): asserts node is ThisExpression; -declare function assertThrowStatement(node: object | null | undefined, opts?: object | null): asserts node is ThrowStatement; -declare function assertTryStatement(node: object | null | undefined, opts?: object | null): asserts node is TryStatement; -declare function assertUnaryExpression(node: object | null | undefined, opts?: object | null): asserts node is UnaryExpression; -declare function assertUpdateExpression(node: object | null | undefined, opts?: object | null): asserts node is UpdateExpression; -declare function assertVariableDeclaration(node: object | null | undefined, opts?: object | null): asserts node is VariableDeclaration; -declare function assertVariableDeclarator(node: object | null | undefined, opts?: object | null): asserts node is VariableDeclarator; -declare function assertWhileStatement(node: object | null | undefined, opts?: object | null): asserts node is WhileStatement; -declare function assertWithStatement(node: object | null | undefined, opts?: object | null): asserts node is WithStatement; -declare function assertAssignmentPattern(node: object | null | undefined, opts?: object | null): asserts node is AssignmentPattern; -declare function assertArrayPattern(node: object | null | undefined, opts?: object | null): asserts node is ArrayPattern; -declare function assertArrowFunctionExpression(node: object | null | undefined, opts?: object | null): asserts node is ArrowFunctionExpression; -declare function assertClassBody(node: object | null | undefined, opts?: object | null): asserts node is ClassBody; -declare function assertClassExpression(node: object | null | undefined, opts?: object | null): asserts node is ClassExpression; -declare function assertClassDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ClassDeclaration; -declare function assertExportAllDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ExportAllDeclaration; -declare function assertExportDefaultDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ExportDefaultDeclaration; -declare function assertExportNamedDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ExportNamedDeclaration; -declare function assertExportSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ExportSpecifier; -declare function assertForOfStatement(node: object | null | undefined, opts?: object | null): asserts node is ForOfStatement; -declare function assertImportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ImportDeclaration; -declare function assertImportDefaultSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ImportDefaultSpecifier; -declare function assertImportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ImportNamespaceSpecifier; -declare function assertImportSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ImportSpecifier; -declare function assertMetaProperty(node: object | null | undefined, opts?: object | null): asserts node is MetaProperty; -declare function assertClassMethod(node: object | null | undefined, opts?: object | null): asserts node is ClassMethod; -declare function assertObjectPattern(node: object | null | undefined, opts?: object | null): asserts node is ObjectPattern; -declare function assertSpreadElement(node: object | null | undefined, opts?: object | null): asserts node is SpreadElement; -declare function assertSuper(node: object | null | undefined, opts?: object | null): asserts node is Super; -declare function assertTaggedTemplateExpression(node: object | null | undefined, opts?: object | null): asserts node is TaggedTemplateExpression; -declare function assertTemplateElement(node: object | null | undefined, opts?: object | null): asserts node is TemplateElement; -declare function assertTemplateLiteral(node: object | null | undefined, opts?: object | null): asserts node is TemplateLiteral; -declare function assertYieldExpression(node: object | null | undefined, opts?: object | null): asserts node is YieldExpression; -declare function assertAwaitExpression(node: object | null | undefined, opts?: object | null): asserts node is AwaitExpression; -declare function assertImport(node: object | null | undefined, opts?: object | null): asserts node is Import; -declare function assertBigIntLiteral(node: object | null | undefined, opts?: object | null): asserts node is BigIntLiteral; -declare function assertExportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ExportNamespaceSpecifier; -declare function assertOptionalMemberExpression(node: object | null | undefined, opts?: object | null): asserts node is OptionalMemberExpression; -declare function assertOptionalCallExpression(node: object | null | undefined, opts?: object | null): asserts node is OptionalCallExpression; -declare function assertClassProperty(node: object | null | undefined, opts?: object | null): asserts node is ClassProperty; -declare function assertClassAccessorProperty(node: object | null | undefined, opts?: object | null): asserts node is ClassAccessorProperty; -declare function assertClassPrivateProperty(node: object | null | undefined, opts?: object | null): asserts node is ClassPrivateProperty; -declare function assertClassPrivateMethod(node: object | null | undefined, opts?: object | null): asserts node is ClassPrivateMethod; -declare function assertPrivateName(node: object | null | undefined, opts?: object | null): asserts node is PrivateName; -declare function assertStaticBlock(node: object | null | undefined, opts?: object | null): asserts node is StaticBlock; -declare function assertAnyTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is AnyTypeAnnotation; -declare function assertArrayTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is ArrayTypeAnnotation; -declare function assertBooleanTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is BooleanTypeAnnotation; -declare function assertBooleanLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is BooleanLiteralTypeAnnotation; -declare function assertNullLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is NullLiteralTypeAnnotation; -declare function assertClassImplements(node: object | null | undefined, opts?: object | null): asserts node is ClassImplements; -declare function assertDeclareClass(node: object | null | undefined, opts?: object | null): asserts node is DeclareClass; -declare function assertDeclareFunction(node: object | null | undefined, opts?: object | null): asserts node is DeclareFunction; -declare function assertDeclareInterface(node: object | null | undefined, opts?: object | null): asserts node is DeclareInterface; -declare function assertDeclareModule(node: object | null | undefined, opts?: object | null): asserts node is DeclareModule; -declare function assertDeclareModuleExports(node: object | null | undefined, opts?: object | null): asserts node is DeclareModuleExports; -declare function assertDeclareTypeAlias(node: object | null | undefined, opts?: object | null): asserts node is DeclareTypeAlias; -declare function assertDeclareOpaqueType(node: object | null | undefined, opts?: object | null): asserts node is DeclareOpaqueType; -declare function assertDeclareVariable(node: object | null | undefined, opts?: object | null): asserts node is DeclareVariable; -declare function assertDeclareExportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is DeclareExportDeclaration; -declare function assertDeclareExportAllDeclaration(node: object | null | undefined, opts?: object | null): asserts node is DeclareExportAllDeclaration; -declare function assertDeclaredPredicate(node: object | null | undefined, opts?: object | null): asserts node is DeclaredPredicate; -declare function assertExistsTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is ExistsTypeAnnotation; -declare function assertFunctionTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is FunctionTypeAnnotation; -declare function assertFunctionTypeParam(node: object | null | undefined, opts?: object | null): asserts node is FunctionTypeParam; -declare function assertGenericTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is GenericTypeAnnotation; -declare function assertInferredPredicate(node: object | null | undefined, opts?: object | null): asserts node is InferredPredicate; -declare function assertInterfaceExtends(node: object | null | undefined, opts?: object | null): asserts node is InterfaceExtends; -declare function assertInterfaceDeclaration(node: object | null | undefined, opts?: object | null): asserts node is InterfaceDeclaration; -declare function assertInterfaceTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is InterfaceTypeAnnotation; -declare function assertIntersectionTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is IntersectionTypeAnnotation; -declare function assertMixedTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is MixedTypeAnnotation; -declare function assertEmptyTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is EmptyTypeAnnotation; -declare function assertNullableTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is NullableTypeAnnotation; -declare function assertNumberLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is NumberLiteralTypeAnnotation; -declare function assertNumberTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is NumberTypeAnnotation; -declare function assertObjectTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeAnnotation; -declare function assertObjectTypeInternalSlot(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeInternalSlot; -declare function assertObjectTypeCallProperty(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeCallProperty; -declare function assertObjectTypeIndexer(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeIndexer; -declare function assertObjectTypeProperty(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeProperty; -declare function assertObjectTypeSpreadProperty(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeSpreadProperty; -declare function assertOpaqueType(node: object | null | undefined, opts?: object | null): asserts node is OpaqueType; -declare function assertQualifiedTypeIdentifier(node: object | null | undefined, opts?: object | null): asserts node is QualifiedTypeIdentifier; -declare function assertStringLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is StringLiteralTypeAnnotation; -declare function assertStringTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is StringTypeAnnotation; -declare function assertSymbolTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is SymbolTypeAnnotation; -declare function assertThisTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is ThisTypeAnnotation; -declare function assertTupleTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is TupleTypeAnnotation; -declare function assertTypeofTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is TypeofTypeAnnotation; -declare function assertTypeAlias(node: object | null | undefined, opts?: object | null): asserts node is TypeAlias; -declare function assertTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is TypeAnnotation; -declare function assertTypeCastExpression(node: object | null | undefined, opts?: object | null): asserts node is TypeCastExpression; -declare function assertTypeParameter(node: object | null | undefined, opts?: object | null): asserts node is TypeParameter; -declare function assertTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TypeParameterDeclaration; -declare function assertTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): asserts node is TypeParameterInstantiation; -declare function assertUnionTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is UnionTypeAnnotation; -declare function assertVariance(node: object | null | undefined, opts?: object | null): asserts node is Variance; -declare function assertVoidTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is VoidTypeAnnotation; -declare function assertEnumDeclaration(node: object | null | undefined, opts?: object | null): asserts node is EnumDeclaration; -declare function assertEnumBooleanBody(node: object | null | undefined, opts?: object | null): asserts node is EnumBooleanBody; -declare function assertEnumNumberBody(node: object | null | undefined, opts?: object | null): asserts node is EnumNumberBody; -declare function assertEnumStringBody(node: object | null | undefined, opts?: object | null): asserts node is EnumStringBody; -declare function assertEnumSymbolBody(node: object | null | undefined, opts?: object | null): asserts node is EnumSymbolBody; -declare function assertEnumBooleanMember(node: object | null | undefined, opts?: object | null): asserts node is EnumBooleanMember; -declare function assertEnumNumberMember(node: object | null | undefined, opts?: object | null): asserts node is EnumNumberMember; -declare function assertEnumStringMember(node: object | null | undefined, opts?: object | null): asserts node is EnumStringMember; -declare function assertEnumDefaultedMember(node: object | null | undefined, opts?: object | null): asserts node is EnumDefaultedMember; -declare function assertIndexedAccessType(node: object | null | undefined, opts?: object | null): asserts node is IndexedAccessType; -declare function assertOptionalIndexedAccessType(node: object | null | undefined, opts?: object | null): asserts node is OptionalIndexedAccessType; -declare function assertJSXAttribute(node: object | null | undefined, opts?: object | null): asserts node is JSXAttribute; -declare function assertJSXClosingElement(node: object | null | undefined, opts?: object | null): asserts node is JSXClosingElement; -declare function assertJSXElement(node: object | null | undefined, opts?: object | null): asserts node is JSXElement; -declare function assertJSXEmptyExpression(node: object | null | undefined, opts?: object | null): asserts node is JSXEmptyExpression; -declare function assertJSXExpressionContainer(node: object | null | undefined, opts?: object | null): asserts node is JSXExpressionContainer; -declare function assertJSXSpreadChild(node: object | null | undefined, opts?: object | null): asserts node is JSXSpreadChild; -declare function assertJSXIdentifier(node: object | null | undefined, opts?: object | null): asserts node is JSXIdentifier; -declare function assertJSXMemberExpression(node: object | null | undefined, opts?: object | null): asserts node is JSXMemberExpression; -declare function assertJSXNamespacedName(node: object | null | undefined, opts?: object | null): asserts node is JSXNamespacedName; -declare function assertJSXOpeningElement(node: object | null | undefined, opts?: object | null): asserts node is JSXOpeningElement; -declare function assertJSXSpreadAttribute(node: object | null | undefined, opts?: object | null): asserts node is JSXSpreadAttribute; -declare function assertJSXText(node: object | null | undefined, opts?: object | null): asserts node is JSXText; -declare function assertJSXFragment(node: object | null | undefined, opts?: object | null): asserts node is JSXFragment; -declare function assertJSXOpeningFragment(node: object | null | undefined, opts?: object | null): asserts node is JSXOpeningFragment; -declare function assertJSXClosingFragment(node: object | null | undefined, opts?: object | null): asserts node is JSXClosingFragment; -declare function assertNoop(node: object | null | undefined, opts?: object | null): asserts node is Noop; -declare function assertPlaceholder(node: object | null | undefined, opts?: object | null): asserts node is Placeholder; -declare function assertV8IntrinsicIdentifier(node: object | null | undefined, opts?: object | null): asserts node is V8IntrinsicIdentifier; -declare function assertArgumentPlaceholder(node: object | null | undefined, opts?: object | null): asserts node is ArgumentPlaceholder; -declare function assertBindExpression(node: object | null | undefined, opts?: object | null): asserts node is BindExpression; -declare function assertImportAttribute(node: object | null | undefined, opts?: object | null): asserts node is ImportAttribute; -declare function assertDecorator(node: object | null | undefined, opts?: object | null): asserts node is Decorator; -declare function assertDoExpression(node: object | null | undefined, opts?: object | null): asserts node is DoExpression; -declare function assertExportDefaultSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ExportDefaultSpecifier; -declare function assertRecordExpression(node: object | null | undefined, opts?: object | null): asserts node is RecordExpression; -declare function assertTupleExpression(node: object | null | undefined, opts?: object | null): asserts node is TupleExpression; -declare function assertDecimalLiteral(node: object | null | undefined, opts?: object | null): asserts node is DecimalLiteral; -declare function assertModuleExpression(node: object | null | undefined, opts?: object | null): asserts node is ModuleExpression; -declare function assertTopicReference(node: object | null | undefined, opts?: object | null): asserts node is TopicReference; -declare function assertPipelineTopicExpression(node: object | null | undefined, opts?: object | null): asserts node is PipelineTopicExpression; -declare function assertPipelineBareFunction(node: object | null | undefined, opts?: object | null): asserts node is PipelineBareFunction; -declare function assertPipelinePrimaryTopicReference(node: object | null | undefined, opts?: object | null): asserts node is PipelinePrimaryTopicReference; -declare function assertTSParameterProperty(node: object | null | undefined, opts?: object | null): asserts node is TSParameterProperty; -declare function assertTSDeclareFunction(node: object | null | undefined, opts?: object | null): asserts node is TSDeclareFunction; -declare function assertTSDeclareMethod(node: object | null | undefined, opts?: object | null): asserts node is TSDeclareMethod; -declare function assertTSQualifiedName(node: object | null | undefined, opts?: object | null): asserts node is TSQualifiedName; -declare function assertTSCallSignatureDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSCallSignatureDeclaration; -declare function assertTSConstructSignatureDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSConstructSignatureDeclaration; -declare function assertTSPropertySignature(node: object | null | undefined, opts?: object | null): asserts node is TSPropertySignature; -declare function assertTSMethodSignature(node: object | null | undefined, opts?: object | null): asserts node is TSMethodSignature; -declare function assertTSIndexSignature(node: object | null | undefined, opts?: object | null): asserts node is TSIndexSignature; -declare function assertTSAnyKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSAnyKeyword; -declare function assertTSBooleanKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSBooleanKeyword; -declare function assertTSBigIntKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSBigIntKeyword; -declare function assertTSIntrinsicKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSIntrinsicKeyword; -declare function assertTSNeverKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSNeverKeyword; -declare function assertTSNullKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSNullKeyword; -declare function assertTSNumberKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSNumberKeyword; -declare function assertTSObjectKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSObjectKeyword; -declare function assertTSStringKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSStringKeyword; -declare function assertTSSymbolKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSSymbolKeyword; -declare function assertTSUndefinedKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSUndefinedKeyword; -declare function assertTSUnknownKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSUnknownKeyword; -declare function assertTSVoidKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSVoidKeyword; -declare function assertTSThisType(node: object | null | undefined, opts?: object | null): asserts node is TSThisType; -declare function assertTSFunctionType(node: object | null | undefined, opts?: object | null): asserts node is TSFunctionType; -declare function assertTSConstructorType(node: object | null | undefined, opts?: object | null): asserts node is TSConstructorType; -declare function assertTSTypeReference(node: object | null | undefined, opts?: object | null): asserts node is TSTypeReference; -declare function assertTSTypePredicate(node: object | null | undefined, opts?: object | null): asserts node is TSTypePredicate; -declare function assertTSTypeQuery(node: object | null | undefined, opts?: object | null): asserts node is TSTypeQuery; -declare function assertTSTypeLiteral(node: object | null | undefined, opts?: object | null): asserts node is TSTypeLiteral; -declare function assertTSArrayType(node: object | null | undefined, opts?: object | null): asserts node is TSArrayType; -declare function assertTSTupleType(node: object | null | undefined, opts?: object | null): asserts node is TSTupleType; -declare function assertTSOptionalType(node: object | null | undefined, opts?: object | null): asserts node is TSOptionalType; -declare function assertTSRestType(node: object | null | undefined, opts?: object | null): asserts node is TSRestType; -declare function assertTSNamedTupleMember(node: object | null | undefined, opts?: object | null): asserts node is TSNamedTupleMember; -declare function assertTSUnionType(node: object | null | undefined, opts?: object | null): asserts node is TSUnionType; -declare function assertTSIntersectionType(node: object | null | undefined, opts?: object | null): asserts node is TSIntersectionType; -declare function assertTSConditionalType(node: object | null | undefined, opts?: object | null): asserts node is TSConditionalType; -declare function assertTSInferType(node: object | null | undefined, opts?: object | null): asserts node is TSInferType; -declare function assertTSParenthesizedType(node: object | null | undefined, opts?: object | null): asserts node is TSParenthesizedType; -declare function assertTSTypeOperator(node: object | null | undefined, opts?: object | null): asserts node is TSTypeOperator; -declare function assertTSIndexedAccessType(node: object | null | undefined, opts?: object | null): asserts node is TSIndexedAccessType; -declare function assertTSMappedType(node: object | null | undefined, opts?: object | null): asserts node is TSMappedType; -declare function assertTSLiteralType(node: object | null | undefined, opts?: object | null): asserts node is TSLiteralType; -declare function assertTSExpressionWithTypeArguments(node: object | null | undefined, opts?: object | null): asserts node is TSExpressionWithTypeArguments; -declare function assertTSInterfaceDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSInterfaceDeclaration; -declare function assertTSInterfaceBody(node: object | null | undefined, opts?: object | null): asserts node is TSInterfaceBody; -declare function assertTSTypeAliasDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSTypeAliasDeclaration; -declare function assertTSInstantiationExpression(node: object | null | undefined, opts?: object | null): asserts node is TSInstantiationExpression; -declare function assertTSAsExpression(node: object | null | undefined, opts?: object | null): asserts node is TSAsExpression; -declare function assertTSTypeAssertion(node: object | null | undefined, opts?: object | null): asserts node is TSTypeAssertion; -declare function assertTSEnumDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSEnumDeclaration; -declare function assertTSEnumMember(node: object | null | undefined, opts?: object | null): asserts node is TSEnumMember; -declare function assertTSModuleDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSModuleDeclaration; -declare function assertTSModuleBlock(node: object | null | undefined, opts?: object | null): asserts node is TSModuleBlock; -declare function assertTSImportType(node: object | null | undefined, opts?: object | null): asserts node is TSImportType; -declare function assertTSImportEqualsDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSImportEqualsDeclaration; -declare function assertTSExternalModuleReference(node: object | null | undefined, opts?: object | null): asserts node is TSExternalModuleReference; -declare function assertTSNonNullExpression(node: object | null | undefined, opts?: object | null): asserts node is TSNonNullExpression; -declare function assertTSExportAssignment(node: object | null | undefined, opts?: object | null): asserts node is TSExportAssignment; -declare function assertTSNamespaceExportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSNamespaceExportDeclaration; -declare function assertTSTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is TSTypeAnnotation; -declare function assertTSTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): asserts node is TSTypeParameterInstantiation; -declare function assertTSTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSTypeParameterDeclaration; -declare function assertTSTypeParameter(node: object | null | undefined, opts?: object | null): asserts node is TSTypeParameter; -declare function assertStandardized(node: object | null | undefined, opts?: object | null): asserts node is Standardized; -declare function assertExpression(node: object | null | undefined, opts?: object | null): asserts node is Expression; -declare function assertBinary(node: object | null | undefined, opts?: object | null): asserts node is Binary; -declare function assertScopable(node: object | null | undefined, opts?: object | null): asserts node is Scopable; -declare function assertBlockParent(node: object | null | undefined, opts?: object | null): asserts node is BlockParent; -declare function assertBlock(node: object | null | undefined, opts?: object | null): asserts node is Block; -declare function assertStatement(node: object | null | undefined, opts?: object | null): asserts node is Statement; -declare function assertTerminatorless(node: object | null | undefined, opts?: object | null): asserts node is Terminatorless; -declare function assertCompletionStatement(node: object | null | undefined, opts?: object | null): asserts node is CompletionStatement; -declare function assertConditional(node: object | null | undefined, opts?: object | null): asserts node is Conditional; -declare function assertLoop(node: object | null | undefined, opts?: object | null): asserts node is Loop; -declare function assertWhile(node: object | null | undefined, opts?: object | null): asserts node is While; -declare function assertExpressionWrapper(node: object | null | undefined, opts?: object | null): asserts node is ExpressionWrapper; -declare function assertFor(node: object | null | undefined, opts?: object | null): asserts node is For; -declare function assertForXStatement(node: object | null | undefined, opts?: object | null): asserts node is ForXStatement; -declare function assertFunction(node: object | null | undefined, opts?: object | null): asserts node is Function; -declare function assertFunctionParent(node: object | null | undefined, opts?: object | null): asserts node is FunctionParent; -declare function assertPureish(node: object | null | undefined, opts?: object | null): asserts node is Pureish; -declare function assertDeclaration(node: object | null | undefined, opts?: object | null): asserts node is Declaration; -declare function assertPatternLike(node: object | null | undefined, opts?: object | null): asserts node is PatternLike; -declare function assertLVal(node: object | null | undefined, opts?: object | null): asserts node is LVal; -declare function assertTSEntityName(node: object | null | undefined, opts?: object | null): asserts node is TSEntityName; -declare function assertLiteral(node: object | null | undefined, opts?: object | null): asserts node is Literal; -declare function assertImmutable(node: object | null | undefined, opts?: object | null): asserts node is Immutable; -declare function assertUserWhitespacable(node: object | null | undefined, opts?: object | null): asserts node is UserWhitespacable; -declare function assertMethod(node: object | null | undefined, opts?: object | null): asserts node is Method; -declare function assertObjectMember(node: object | null | undefined, opts?: object | null): asserts node is ObjectMember; -declare function assertProperty(node: object | null | undefined, opts?: object | null): asserts node is Property; -declare function assertUnaryLike(node: object | null | undefined, opts?: object | null): asserts node is UnaryLike; -declare function assertPattern(node: object | null | undefined, opts?: object | null): asserts node is Pattern; -declare function assertClass(node: object | null | undefined, opts?: object | null): asserts node is Class; -declare function assertModuleDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ModuleDeclaration; -declare function assertExportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ExportDeclaration; -declare function assertModuleSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ModuleSpecifier; -declare function assertAccessor(node: object | null | undefined, opts?: object | null): asserts node is Accessor; -declare function assertPrivate(node: object | null | undefined, opts?: object | null): asserts node is Private; -declare function assertFlow(node: object | null | undefined, opts?: object | null): asserts node is Flow; -declare function assertFlowType(node: object | null | undefined, opts?: object | null): asserts node is FlowType; -declare function assertFlowBaseAnnotation(node: object | null | undefined, opts?: object | null): asserts node is FlowBaseAnnotation; -declare function assertFlowDeclaration(node: object | null | undefined, opts?: object | null): asserts node is FlowDeclaration; -declare function assertFlowPredicate(node: object | null | undefined, opts?: object | null): asserts node is FlowPredicate; -declare function assertEnumBody(node: object | null | undefined, opts?: object | null): asserts node is EnumBody; -declare function assertEnumMember(node: object | null | undefined, opts?: object | null): asserts node is EnumMember; -declare function assertJSX(node: object | null | undefined, opts?: object | null): asserts node is JSX; -declare function assertMiscellaneous(node: object | null | undefined, opts?: object | null): asserts node is Miscellaneous; -declare function assertTypeScript(node: object | null | undefined, opts?: object | null): asserts node is TypeScript; -declare function assertTSTypeElement(node: object | null | undefined, opts?: object | null): asserts node is TSTypeElement; -declare function assertTSType(node: object | null | undefined, opts?: object | null): asserts node is TSType; -declare function assertTSBaseType(node: object | null | undefined, opts?: object | null): asserts node is TSBaseType; +declare function assertArrayExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is ArrayExpression; +declare function assertAssignmentExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is AssignmentExpression; +declare function assertBinaryExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is BinaryExpression; +declare function assertInterpreterDirective( + node: object | null | undefined, + opts?: object | null +): asserts node is InterpreterDirective; +declare function assertDirective( + node: object | null | undefined, + opts?: object | null +): asserts node is Directive; +declare function assertDirectiveLiteral( + node: object | null | undefined, + opts?: object | null +): asserts node is DirectiveLiteral; +declare function assertBlockStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is BlockStatement; +declare function assertBreakStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is BreakStatement; +declare function assertCallExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is CallExpression; +declare function assertCatchClause( + node: object | null | undefined, + opts?: object | null +): asserts node is CatchClause; +declare function assertConditionalExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is ConditionalExpression; +declare function assertContinueStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is ContinueStatement; +declare function assertDebuggerStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is DebuggerStatement; +declare function assertDoWhileStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is DoWhileStatement; +declare function assertEmptyStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is EmptyStatement; +declare function assertExpressionStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is ExpressionStatement; +declare function assertFile( + node: object | null | undefined, + opts?: object | null +): asserts node is File; +declare function assertForInStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is ForInStatement; +declare function assertForStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is ForStatement; +declare function assertFunctionDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is FunctionDeclaration; +declare function assertFunctionExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is FunctionExpression; +declare function assertIdentifier( + node: object | null | undefined, + opts?: object | null +): asserts node is Identifier; +declare function assertIfStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is IfStatement; +declare function assertLabeledStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is LabeledStatement; +declare function assertStringLiteral( + node: object | null | undefined, + opts?: object | null +): asserts node is StringLiteral; +declare function assertNumericLiteral( + node: object | null | undefined, + opts?: object | null +): asserts node is NumericLiteral; +declare function assertNullLiteral( + node: object | null | undefined, + opts?: object | null +): asserts node is NullLiteral; +declare function assertBooleanLiteral( + node: object | null | undefined, + opts?: object | null +): asserts node is BooleanLiteral; +declare function assertRegExpLiteral( + node: object | null | undefined, + opts?: object | null +): asserts node is RegExpLiteral; +declare function assertLogicalExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is LogicalExpression; +declare function assertMemberExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is MemberExpression; +declare function assertNewExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is NewExpression; +declare function assertProgram( + node: object | null | undefined, + opts?: object | null +): asserts node is Program; +declare function assertObjectExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is ObjectExpression; +declare function assertObjectMethod( + node: object | null | undefined, + opts?: object | null +): asserts node is ObjectMethod; +declare function assertObjectProperty( + node: object | null | undefined, + opts?: object | null +): asserts node is ObjectProperty; +declare function assertRestElement( + node: object | null | undefined, + opts?: object | null +): asserts node is RestElement; +declare function assertReturnStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is ReturnStatement; +declare function assertSequenceExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is SequenceExpression; +declare function assertParenthesizedExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is ParenthesizedExpression; +declare function assertSwitchCase( + node: object | null | undefined, + opts?: object | null +): asserts node is SwitchCase; +declare function assertSwitchStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is SwitchStatement; +declare function assertThisExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is ThisExpression; +declare function assertThrowStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is ThrowStatement; +declare function assertTryStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is TryStatement; +declare function assertUnaryExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is UnaryExpression; +declare function assertUpdateExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is UpdateExpression; +declare function assertVariableDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is VariableDeclaration; +declare function assertVariableDeclarator( + node: object | null | undefined, + opts?: object | null +): asserts node is VariableDeclarator; +declare function assertWhileStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is WhileStatement; +declare function assertWithStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is WithStatement; +declare function assertAssignmentPattern( + node: object | null | undefined, + opts?: object | null +): asserts node is AssignmentPattern; +declare function assertArrayPattern( + node: object | null | undefined, + opts?: object | null +): asserts node is ArrayPattern; +declare function assertArrowFunctionExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is ArrowFunctionExpression; +declare function assertClassBody( + node: object | null | undefined, + opts?: object | null +): asserts node is ClassBody; +declare function assertClassExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is ClassExpression; +declare function assertClassDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is ClassDeclaration; +declare function assertExportAllDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is ExportAllDeclaration; +declare function assertExportDefaultDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is ExportDefaultDeclaration; +declare function assertExportNamedDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is ExportNamedDeclaration; +declare function assertExportSpecifier( + node: object | null | undefined, + opts?: object | null +): asserts node is ExportSpecifier; +declare function assertForOfStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is ForOfStatement; +declare function assertImportDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is ImportDeclaration; +declare function assertImportDefaultSpecifier( + node: object | null | undefined, + opts?: object | null +): asserts node is ImportDefaultSpecifier; +declare function assertImportNamespaceSpecifier( + node: object | null | undefined, + opts?: object | null +): asserts node is ImportNamespaceSpecifier; +declare function assertImportSpecifier( + node: object | null | undefined, + opts?: object | null +): asserts node is ImportSpecifier; +declare function assertMetaProperty( + node: object | null | undefined, + opts?: object | null +): asserts node is MetaProperty; +declare function assertClassMethod( + node: object | null | undefined, + opts?: object | null +): asserts node is ClassMethod; +declare function assertObjectPattern( + node: object | null | undefined, + opts?: object | null +): asserts node is ObjectPattern; +declare function assertSpreadElement( + node: object | null | undefined, + opts?: object | null +): asserts node is SpreadElement; +declare function assertSuper( + node: object | null | undefined, + opts?: object | null +): asserts node is Super; +declare function assertTaggedTemplateExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is TaggedTemplateExpression; +declare function assertTemplateElement( + node: object | null | undefined, + opts?: object | null +): asserts node is TemplateElement; +declare function assertTemplateLiteral( + node: object | null | undefined, + opts?: object | null +): asserts node is TemplateLiteral; +declare function assertYieldExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is YieldExpression; +declare function assertAwaitExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is AwaitExpression; +declare function assertImport( + node: object | null | undefined, + opts?: object | null +): asserts node is Import; +declare function assertBigIntLiteral( + node: object | null | undefined, + opts?: object | null +): asserts node is BigIntLiteral; +declare function assertExportNamespaceSpecifier( + node: object | null | undefined, + opts?: object | null +): asserts node is ExportNamespaceSpecifier; +declare function assertOptionalMemberExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is OptionalMemberExpression; +declare function assertOptionalCallExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is OptionalCallExpression; +declare function assertClassProperty( + node: object | null | undefined, + opts?: object | null +): asserts node is ClassProperty; +declare function assertClassAccessorProperty( + node: object | null | undefined, + opts?: object | null +): asserts node is ClassAccessorProperty; +declare function assertClassPrivateProperty( + node: object | null | undefined, + opts?: object | null +): asserts node is ClassPrivateProperty; +declare function assertClassPrivateMethod( + node: object | null | undefined, + opts?: object | null +): asserts node is ClassPrivateMethod; +declare function assertPrivateName( + node: object | null | undefined, + opts?: object | null +): asserts node is PrivateName; +declare function assertStaticBlock( + node: object | null | undefined, + opts?: object | null +): asserts node is StaticBlock; +declare function assertAnyTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is AnyTypeAnnotation; +declare function assertArrayTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is ArrayTypeAnnotation; +declare function assertBooleanTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is BooleanTypeAnnotation; +declare function assertBooleanLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is BooleanLiteralTypeAnnotation; +declare function assertNullLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is NullLiteralTypeAnnotation; +declare function assertClassImplements( + node: object | null | undefined, + opts?: object | null +): asserts node is ClassImplements; +declare function assertDeclareClass( + node: object | null | undefined, + opts?: object | null +): asserts node is DeclareClass; +declare function assertDeclareFunction( + node: object | null | undefined, + opts?: object | null +): asserts node is DeclareFunction; +declare function assertDeclareInterface( + node: object | null | undefined, + opts?: object | null +): asserts node is DeclareInterface; +declare function assertDeclareModule( + node: object | null | undefined, + opts?: object | null +): asserts node is DeclareModule; +declare function assertDeclareModuleExports( + node: object | null | undefined, + opts?: object | null +): asserts node is DeclareModuleExports; +declare function assertDeclareTypeAlias( + node: object | null | undefined, + opts?: object | null +): asserts node is DeclareTypeAlias; +declare function assertDeclareOpaqueType( + node: object | null | undefined, + opts?: object | null +): asserts node is DeclareOpaqueType; +declare function assertDeclareVariable( + node: object | null | undefined, + opts?: object | null +): asserts node is DeclareVariable; +declare function assertDeclareExportDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is DeclareExportDeclaration; +declare function assertDeclareExportAllDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is DeclareExportAllDeclaration; +declare function assertDeclaredPredicate( + node: object | null | undefined, + opts?: object | null +): asserts node is DeclaredPredicate; +declare function assertExistsTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is ExistsTypeAnnotation; +declare function assertFunctionTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is FunctionTypeAnnotation; +declare function assertFunctionTypeParam( + node: object | null | undefined, + opts?: object | null +): asserts node is FunctionTypeParam; +declare function assertGenericTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is GenericTypeAnnotation; +declare function assertInferredPredicate( + node: object | null | undefined, + opts?: object | null +): asserts node is InferredPredicate; +declare function assertInterfaceExtends( + node: object | null | undefined, + opts?: object | null +): asserts node is InterfaceExtends; +declare function assertInterfaceDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is InterfaceDeclaration; +declare function assertInterfaceTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is InterfaceTypeAnnotation; +declare function assertIntersectionTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is IntersectionTypeAnnotation; +declare function assertMixedTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is MixedTypeAnnotation; +declare function assertEmptyTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is EmptyTypeAnnotation; +declare function assertNullableTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is NullableTypeAnnotation; +declare function assertNumberLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is NumberLiteralTypeAnnotation; +declare function assertNumberTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is NumberTypeAnnotation; +declare function assertObjectTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is ObjectTypeAnnotation; +declare function assertObjectTypeInternalSlot( + node: object | null | undefined, + opts?: object | null +): asserts node is ObjectTypeInternalSlot; +declare function assertObjectTypeCallProperty( + node: object | null | undefined, + opts?: object | null +): asserts node is ObjectTypeCallProperty; +declare function assertObjectTypeIndexer( + node: object | null | undefined, + opts?: object | null +): asserts node is ObjectTypeIndexer; +declare function assertObjectTypeProperty( + node: object | null | undefined, + opts?: object | null +): asserts node is ObjectTypeProperty; +declare function assertObjectTypeSpreadProperty( + node: object | null | undefined, + opts?: object | null +): asserts node is ObjectTypeSpreadProperty; +declare function assertOpaqueType( + node: object | null | undefined, + opts?: object | null +): asserts node is OpaqueType; +declare function assertQualifiedTypeIdentifier( + node: object | null | undefined, + opts?: object | null +): asserts node is QualifiedTypeIdentifier; +declare function assertStringLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is StringLiteralTypeAnnotation; +declare function assertStringTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is StringTypeAnnotation; +declare function assertSymbolTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is SymbolTypeAnnotation; +declare function assertThisTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is ThisTypeAnnotation; +declare function assertTupleTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is TupleTypeAnnotation; +declare function assertTypeofTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is TypeofTypeAnnotation; +declare function assertTypeAlias( + node: object | null | undefined, + opts?: object | null +): asserts node is TypeAlias; +declare function assertTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is TypeAnnotation; +declare function assertTypeCastExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is TypeCastExpression; +declare function assertTypeParameter( + node: object | null | undefined, + opts?: object | null +): asserts node is TypeParameter; +declare function assertTypeParameterDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is TypeParameterDeclaration; +declare function assertTypeParameterInstantiation( + node: object | null | undefined, + opts?: object | null +): asserts node is TypeParameterInstantiation; +declare function assertUnionTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is UnionTypeAnnotation; +declare function assertVariance( + node: object | null | undefined, + opts?: object | null +): asserts node is Variance; +declare function assertVoidTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is VoidTypeAnnotation; +declare function assertEnumDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is EnumDeclaration; +declare function assertEnumBooleanBody( + node: object | null | undefined, + opts?: object | null +): asserts node is EnumBooleanBody; +declare function assertEnumNumberBody( + node: object | null | undefined, + opts?: object | null +): asserts node is EnumNumberBody; +declare function assertEnumStringBody( + node: object | null | undefined, + opts?: object | null +): asserts node is EnumStringBody; +declare function assertEnumSymbolBody( + node: object | null | undefined, + opts?: object | null +): asserts node is EnumSymbolBody; +declare function assertEnumBooleanMember( + node: object | null | undefined, + opts?: object | null +): asserts node is EnumBooleanMember; +declare function assertEnumNumberMember( + node: object | null | undefined, + opts?: object | null +): asserts node is EnumNumberMember; +declare function assertEnumStringMember( + node: object | null | undefined, + opts?: object | null +): asserts node is EnumStringMember; +declare function assertEnumDefaultedMember( + node: object | null | undefined, + opts?: object | null +): asserts node is EnumDefaultedMember; +declare function assertIndexedAccessType( + node: object | null | undefined, + opts?: object | null +): asserts node is IndexedAccessType; +declare function assertOptionalIndexedAccessType( + node: object | null | undefined, + opts?: object | null +): asserts node is OptionalIndexedAccessType; +declare function assertJSXAttribute( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXAttribute; +declare function assertJSXClosingElement( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXClosingElement; +declare function assertJSXElement( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXElement; +declare function assertJSXEmptyExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXEmptyExpression; +declare function assertJSXExpressionContainer( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXExpressionContainer; +declare function assertJSXSpreadChild( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXSpreadChild; +declare function assertJSXIdentifier( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXIdentifier; +declare function assertJSXMemberExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXMemberExpression; +declare function assertJSXNamespacedName( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXNamespacedName; +declare function assertJSXOpeningElement( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXOpeningElement; +declare function assertJSXSpreadAttribute( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXSpreadAttribute; +declare function assertJSXText( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXText; +declare function assertJSXFragment( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXFragment; +declare function assertJSXOpeningFragment( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXOpeningFragment; +declare function assertJSXClosingFragment( + node: object | null | undefined, + opts?: object | null +): asserts node is JSXClosingFragment; +declare function assertNoop( + node: object | null | undefined, + opts?: object | null +): asserts node is Noop; +declare function assertPlaceholder( + node: object | null | undefined, + opts?: object | null +): asserts node is Placeholder; +declare function assertV8IntrinsicIdentifier( + node: object | null | undefined, + opts?: object | null +): asserts node is V8IntrinsicIdentifier; +declare function assertArgumentPlaceholder( + node: object | null | undefined, + opts?: object | null +): asserts node is ArgumentPlaceholder; +declare function assertBindExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is BindExpression; +declare function assertImportAttribute( + node: object | null | undefined, + opts?: object | null +): asserts node is ImportAttribute; +declare function assertDecorator( + node: object | null | undefined, + opts?: object | null +): asserts node is Decorator; +declare function assertDoExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is DoExpression; +declare function assertExportDefaultSpecifier( + node: object | null | undefined, + opts?: object | null +): asserts node is ExportDefaultSpecifier; +declare function assertRecordExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is RecordExpression; +declare function assertTupleExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is TupleExpression; +declare function assertDecimalLiteral( + node: object | null | undefined, + opts?: object | null +): asserts node is DecimalLiteral; +declare function assertModuleExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is ModuleExpression; +declare function assertTopicReference( + node: object | null | undefined, + opts?: object | null +): asserts node is TopicReference; +declare function assertPipelineTopicExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is PipelineTopicExpression; +declare function assertPipelineBareFunction( + node: object | null | undefined, + opts?: object | null +): asserts node is PipelineBareFunction; +declare function assertPipelinePrimaryTopicReference( + node: object | null | undefined, + opts?: object | null +): asserts node is PipelinePrimaryTopicReference; +declare function assertTSParameterProperty( + node: object | null | undefined, + opts?: object | null +): asserts node is TSParameterProperty; +declare function assertTSDeclareFunction( + node: object | null | undefined, + opts?: object | null +): asserts node is TSDeclareFunction; +declare function assertTSDeclareMethod( + node: object | null | undefined, + opts?: object | null +): asserts node is TSDeclareMethod; +declare function assertTSQualifiedName( + node: object | null | undefined, + opts?: object | null +): asserts node is TSQualifiedName; +declare function assertTSCallSignatureDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is TSCallSignatureDeclaration; +declare function assertTSConstructSignatureDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is TSConstructSignatureDeclaration; +declare function assertTSPropertySignature( + node: object | null | undefined, + opts?: object | null +): asserts node is TSPropertySignature; +declare function assertTSMethodSignature( + node: object | null | undefined, + opts?: object | null +): asserts node is TSMethodSignature; +declare function assertTSIndexSignature( + node: object | null | undefined, + opts?: object | null +): asserts node is TSIndexSignature; +declare function assertTSAnyKeyword( + node: object | null | undefined, + opts?: object | null +): asserts node is TSAnyKeyword; +declare function assertTSBooleanKeyword( + node: object | null | undefined, + opts?: object | null +): asserts node is TSBooleanKeyword; +declare function assertTSBigIntKeyword( + node: object | null | undefined, + opts?: object | null +): asserts node is TSBigIntKeyword; +declare function assertTSIntrinsicKeyword( + node: object | null | undefined, + opts?: object | null +): asserts node is TSIntrinsicKeyword; +declare function assertTSNeverKeyword( + node: object | null | undefined, + opts?: object | null +): asserts node is TSNeverKeyword; +declare function assertTSNullKeyword( + node: object | null | undefined, + opts?: object | null +): asserts node is TSNullKeyword; +declare function assertTSNumberKeyword( + node: object | null | undefined, + opts?: object | null +): asserts node is TSNumberKeyword; +declare function assertTSObjectKeyword( + node: object | null | undefined, + opts?: object | null +): asserts node is TSObjectKeyword; +declare function assertTSStringKeyword( + node: object | null | undefined, + opts?: object | null +): asserts node is TSStringKeyword; +declare function assertTSSymbolKeyword( + node: object | null | undefined, + opts?: object | null +): asserts node is TSSymbolKeyword; +declare function assertTSUndefinedKeyword( + node: object | null | undefined, + opts?: object | null +): asserts node is TSUndefinedKeyword; +declare function assertTSUnknownKeyword( + node: object | null | undefined, + opts?: object | null +): asserts node is TSUnknownKeyword; +declare function assertTSVoidKeyword( + node: object | null | undefined, + opts?: object | null +): asserts node is TSVoidKeyword; +declare function assertTSThisType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSThisType; +declare function assertTSFunctionType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSFunctionType; +declare function assertTSConstructorType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSConstructorType; +declare function assertTSTypeReference( + node: object | null | undefined, + opts?: object | null +): asserts node is TSTypeReference; +declare function assertTSTypePredicate( + node: object | null | undefined, + opts?: object | null +): asserts node is TSTypePredicate; +declare function assertTSTypeQuery( + node: object | null | undefined, + opts?: object | null +): asserts node is TSTypeQuery; +declare function assertTSTypeLiteral( + node: object | null | undefined, + opts?: object | null +): asserts node is TSTypeLiteral; +declare function assertTSArrayType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSArrayType; +declare function assertTSTupleType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSTupleType; +declare function assertTSOptionalType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSOptionalType; +declare function assertTSRestType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSRestType; +declare function assertTSNamedTupleMember( + node: object | null | undefined, + opts?: object | null +): asserts node is TSNamedTupleMember; +declare function assertTSUnionType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSUnionType; +declare function assertTSIntersectionType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSIntersectionType; +declare function assertTSConditionalType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSConditionalType; +declare function assertTSInferType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSInferType; +declare function assertTSParenthesizedType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSParenthesizedType; +declare function assertTSTypeOperator( + node: object | null | undefined, + opts?: object | null +): asserts node is TSTypeOperator; +declare function assertTSIndexedAccessType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSIndexedAccessType; +declare function assertTSMappedType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSMappedType; +declare function assertTSLiteralType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSLiteralType; +declare function assertTSExpressionWithTypeArguments( + node: object | null | undefined, + opts?: object | null +): asserts node is TSExpressionWithTypeArguments; +declare function assertTSInterfaceDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is TSInterfaceDeclaration; +declare function assertTSInterfaceBody( + node: object | null | undefined, + opts?: object | null +): asserts node is TSInterfaceBody; +declare function assertTSTypeAliasDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is TSTypeAliasDeclaration; +declare function assertTSInstantiationExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is TSInstantiationExpression; +declare function assertTSAsExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is TSAsExpression; +declare function assertTSTypeAssertion( + node: object | null | undefined, + opts?: object | null +): asserts node is TSTypeAssertion; +declare function assertTSEnumDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is TSEnumDeclaration; +declare function assertTSEnumMember( + node: object | null | undefined, + opts?: object | null +): asserts node is TSEnumMember; +declare function assertTSModuleDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is TSModuleDeclaration; +declare function assertTSModuleBlock( + node: object | null | undefined, + opts?: object | null +): asserts node is TSModuleBlock; +declare function assertTSImportType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSImportType; +declare function assertTSImportEqualsDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is TSImportEqualsDeclaration; +declare function assertTSExternalModuleReference( + node: object | null | undefined, + opts?: object | null +): asserts node is TSExternalModuleReference; +declare function assertTSNonNullExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is TSNonNullExpression; +declare function assertTSExportAssignment( + node: object | null | undefined, + opts?: object | null +): asserts node is TSExportAssignment; +declare function assertTSNamespaceExportDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is TSNamespaceExportDeclaration; +declare function assertTSTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is TSTypeAnnotation; +declare function assertTSTypeParameterInstantiation( + node: object | null | undefined, + opts?: object | null +): asserts node is TSTypeParameterInstantiation; +declare function assertTSTypeParameterDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is TSTypeParameterDeclaration; +declare function assertTSTypeParameter( + node: object | null | undefined, + opts?: object | null +): asserts node is TSTypeParameter; +declare function assertStandardized( + node: object | null | undefined, + opts?: object | null +): asserts node is Standardized; +declare function assertExpression( + node: object | null | undefined, + opts?: object | null +): asserts node is Expression; +declare function assertBinary( + node: object | null | undefined, + opts?: object | null +): asserts node is Binary; +declare function assertScopable( + node: object | null | undefined, + opts?: object | null +): asserts node is Scopable; +declare function assertBlockParent( + node: object | null | undefined, + opts?: object | null +): asserts node is BlockParent; +declare function assertBlock( + node: object | null | undefined, + opts?: object | null +): asserts node is Block; +declare function assertStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is Statement; +declare function assertTerminatorless( + node: object | null | undefined, + opts?: object | null +): asserts node is Terminatorless; +declare function assertCompletionStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is CompletionStatement; +declare function assertConditional( + node: object | null | undefined, + opts?: object | null +): asserts node is Conditional; +declare function assertLoop( + node: object | null | undefined, + opts?: object | null +): asserts node is Loop; +declare function assertWhile( + node: object | null | undefined, + opts?: object | null +): asserts node is While; +declare function assertExpressionWrapper( + node: object | null | undefined, + opts?: object | null +): asserts node is ExpressionWrapper; +declare function assertFor( + node: object | null | undefined, + opts?: object | null +): asserts node is For; +declare function assertForXStatement( + node: object | null | undefined, + opts?: object | null +): asserts node is ForXStatement; +declare function assertFunction( + node: object | null | undefined, + opts?: object | null +): asserts node is Function; +declare function assertFunctionParent( + node: object | null | undefined, + opts?: object | null +): asserts node is FunctionParent; +declare function assertPureish( + node: object | null | undefined, + opts?: object | null +): asserts node is Pureish; +declare function assertDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is Declaration; +declare function assertPatternLike( + node: object | null | undefined, + opts?: object | null +): asserts node is PatternLike; +declare function assertLVal( + node: object | null | undefined, + opts?: object | null +): asserts node is LVal; +declare function assertTSEntityName( + node: object | null | undefined, + opts?: object | null +): asserts node is TSEntityName; +declare function assertLiteral( + node: object | null | undefined, + opts?: object | null +): asserts node is Literal; +declare function assertImmutable( + node: object | null | undefined, + opts?: object | null +): asserts node is Immutable; +declare function assertUserWhitespacable( + node: object | null | undefined, + opts?: object | null +): asserts node is UserWhitespacable; +declare function assertMethod( + node: object | null | undefined, + opts?: object | null +): asserts node is Method; +declare function assertObjectMember( + node: object | null | undefined, + opts?: object | null +): asserts node is ObjectMember; +declare function assertProperty( + node: object | null | undefined, + opts?: object | null +): asserts node is Property; +declare function assertUnaryLike( + node: object | null | undefined, + opts?: object | null +): asserts node is UnaryLike; +declare function assertPattern( + node: object | null | undefined, + opts?: object | null +): asserts node is Pattern; +declare function assertClass( + node: object | null | undefined, + opts?: object | null +): asserts node is Class; +declare function assertModuleDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is ModuleDeclaration; +declare function assertExportDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is ExportDeclaration; +declare function assertModuleSpecifier( + node: object | null | undefined, + opts?: object | null +): asserts node is ModuleSpecifier; +declare function assertAccessor( + node: object | null | undefined, + opts?: object | null +): asserts node is Accessor; +declare function assertPrivate( + node: object | null | undefined, + opts?: object | null +): asserts node is Private; +declare function assertFlow( + node: object | null | undefined, + opts?: object | null +): asserts node is Flow; +declare function assertFlowType( + node: object | null | undefined, + opts?: object | null +): asserts node is FlowType; +declare function assertFlowBaseAnnotation( + node: object | null | undefined, + opts?: object | null +): asserts node is FlowBaseAnnotation; +declare function assertFlowDeclaration( + node: object | null | undefined, + opts?: object | null +): asserts node is FlowDeclaration; +declare function assertFlowPredicate( + node: object | null | undefined, + opts?: object | null +): asserts node is FlowPredicate; +declare function assertEnumBody( + node: object | null | undefined, + opts?: object | null +): asserts node is EnumBody; +declare function assertEnumMember( + node: object | null | undefined, + opts?: object | null +): asserts node is EnumMember; +declare function assertJSX( + node: object | null | undefined, + opts?: object | null +): asserts node is JSX; +declare function assertMiscellaneous( + node: object | null | undefined, + opts?: object | null +): asserts node is Miscellaneous; +declare function assertTypeScript( + node: object | null | undefined, + opts?: object | null +): asserts node is TypeScript; +declare function assertTSTypeElement( + node: object | null | undefined, + opts?: object | null +): asserts node is TSTypeElement; +declare function assertTSType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSType; +declare function assertTSBaseType( + node: object | null | undefined, + opts?: object | null +): asserts node is TSBaseType; declare function assertNumberLiteral(node: any, opts: any): void; declare function assertRegexLiteral(node: any, opts: any): void; declare function assertRestProperty(node: any, opts: any): void; declare function assertSpreadProperty(node: any, opts: any): void; declare const _default$4: { - (type: "string"): StringTypeAnnotation; - (type: "number"): NumberTypeAnnotation; - (type: "undefined"): VoidTypeAnnotation; - (type: "boolean"): BooleanTypeAnnotation; - (type: "function"): GenericTypeAnnotation; - (type: "object"): GenericTypeAnnotation; - (type: "symbol"): GenericTypeAnnotation; - (type: "bigint"): AnyTypeAnnotation; + (type: 'string'): StringTypeAnnotation; + (type: 'number'): NumberTypeAnnotation; + (type: 'undefined'): VoidTypeAnnotation; + (type: 'boolean'): BooleanTypeAnnotation; + (type: 'function'): GenericTypeAnnotation; + (type: 'object'): GenericTypeAnnotation; + (type: 'symbol'): GenericTypeAnnotation; + (type: 'bigint'): AnyTypeAnnotation; }; //# sourceMappingURL=createTypeAnnotationBasedOnTypeof.d.ts.map @@ -2105,235 +9512,784 @@ declare const _default$4: { * Takes an array of `types` and flattens them, removing duplicates and * returns a `UnionTypeAnnotation` node containing them. */ -declare function createFlowUnionType(types: [T] | Array): T | UnionTypeAnnotation; +declare function createFlowUnionType( + types: [T] | Array +): T | UnionTypeAnnotation; /** * Takes an array of `types` and flattens them, removing duplicates and * returns a `UnionTypeAnnotation` node containing them. */ -declare function createTSUnionType(typeAnnotations: Array): TSType; +declare function createTSUnionType( + typeAnnotations: Array +): TSType; -declare function arrayExpression(elements?: Array): ArrayExpression; -declare function assignmentExpression(operator: string, left: LVal, right: Expression): AssignmentExpression; -declare function binaryExpression(operator: "+" | "-" | "/" | "%" | "*" | "**" | "&" | "|" | ">>" | ">>>" | "<<" | "^" | "==" | "===" | "!=" | "!==" | "in" | "instanceof" | ">" | "<" | ">=" | "<=" | "|>", left: Expression | PrivateName, right: Expression): BinaryExpression; +declare function arrayExpression( + elements?: Array +): ArrayExpression; +declare function assignmentExpression( + operator: string, + left: LVal, + right: Expression +): AssignmentExpression; +declare function binaryExpression( + operator: + | '+' + | '-' + | '/' + | '%' + | '*' + | '**' + | '&' + | '|' + | '>>' + | '>>>' + | '<<' + | '^' + | '==' + | '===' + | '!=' + | '!==' + | 'in' + | 'instanceof' + | '>' + | '<' + | '>=' + | '<=' + | '|>', + left: Expression | PrivateName, + right: Expression +): BinaryExpression; declare function interpreterDirective(value: string): InterpreterDirective; declare function directive(value: DirectiveLiteral): Directive; declare function directiveLiteral(value: string): DirectiveLiteral; -declare function blockStatement(body: Array, directives?: Array): BlockStatement; +declare function blockStatement( + body: Array, + directives?: Array +): BlockStatement; declare function breakStatement(label?: Identifier | null): BreakStatement; -declare function callExpression(callee: Expression | Super | V8IntrinsicIdentifier, _arguments: Array): CallExpression; -declare function catchClause(param: Identifier | ArrayPattern | ObjectPattern | null | undefined, body: BlockStatement): CatchClause; -declare function conditionalExpression(test: Expression, consequent: Expression, alternate: Expression): ConditionalExpression; -declare function continueStatement(label?: Identifier | null): ContinueStatement; +declare function callExpression( + callee: Expression | Super | V8IntrinsicIdentifier, + _arguments: Array< + Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder + > +): CallExpression; +declare function catchClause( + param: Identifier | ArrayPattern | ObjectPattern | null | undefined, + body: BlockStatement +): CatchClause; +declare function conditionalExpression( + test: Expression, + consequent: Expression, + alternate: Expression +): ConditionalExpression; +declare function continueStatement( + label?: Identifier | null +): ContinueStatement; declare function debuggerStatement(): DebuggerStatement; -declare function doWhileStatement(test: Expression, body: Statement): DoWhileStatement; +declare function doWhileStatement( + test: Expression, + body: Statement +): DoWhileStatement; declare function emptyStatement(): EmptyStatement; -declare function expressionStatement(expression: Expression): ExpressionStatement; -declare function file(program: Program, comments?: Array | null, tokens?: Array | null): File; -declare function forInStatement(left: VariableDeclaration | LVal, right: Expression, body: Statement): ForInStatement; -declare function forStatement(init: VariableDeclaration | Expression | null | undefined, test: Expression | null | undefined, update: Expression | null | undefined, body: Statement): ForStatement; -declare function functionDeclaration(id: Identifier | null | undefined, params: Array, body: BlockStatement, generator?: boolean, async?: boolean): FunctionDeclaration; -declare function functionExpression(id: Identifier | null | undefined, params: Array, body: BlockStatement, generator?: boolean, async?: boolean): FunctionExpression; +declare function expressionStatement( + expression: Expression +): ExpressionStatement; +declare function file( + program: Program, + comments?: Array | null, + tokens?: Array | null +): File; +declare function forInStatement( + left: VariableDeclaration | LVal, + right: Expression, + body: Statement +): ForInStatement; +declare function forStatement( + init: VariableDeclaration | Expression | null | undefined, + test: Expression | null | undefined, + update: Expression | null | undefined, + body: Statement +): ForStatement; +declare function functionDeclaration( + id: Identifier | null | undefined, + params: Array, + body: BlockStatement, + generator?: boolean, + async?: boolean +): FunctionDeclaration; +declare function functionExpression( + id: Identifier | null | undefined, + params: Array, + body: BlockStatement, + generator?: boolean, + async?: boolean +): FunctionExpression; declare function identifier(name: string): Identifier; -declare function ifStatement(test: Expression, consequent: Statement, alternate?: Statement | null): IfStatement; -declare function labeledStatement(label: Identifier, body: Statement): LabeledStatement; +declare function ifStatement( + test: Expression, + consequent: Statement, + alternate?: Statement | null +): IfStatement; +declare function labeledStatement( + label: Identifier, + body: Statement +): LabeledStatement; declare function stringLiteral(value: string): StringLiteral; declare function numericLiteral(value: number): NumericLiteral; declare function nullLiteral(): NullLiteral; declare function booleanLiteral(value: boolean): BooleanLiteral; declare function regExpLiteral(pattern: string, flags?: string): RegExpLiteral; -declare function logicalExpression(operator: "||" | "&&" | "??", left: Expression, right: Expression): LogicalExpression; -declare function memberExpression(object: Expression | Super, property: Expression | Identifier | PrivateName, computed?: boolean, optional?: true | false | null): MemberExpression; -declare function newExpression(callee: Expression | Super | V8IntrinsicIdentifier, _arguments: Array): NewExpression; -declare function program(body: Array, directives?: Array, sourceType?: "script" | "module", interpreter?: InterpreterDirective | null): Program; -declare function objectExpression(properties: Array): ObjectExpression; -declare function objectMethod(kind: "method" | "get" | "set" | undefined, key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral, params: Array, body: BlockStatement, computed?: boolean, generator?: boolean, async?: boolean): ObjectMethod; -declare function objectProperty(key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral | DecimalLiteral | PrivateName, value: Expression | PatternLike, computed?: boolean, shorthand?: boolean, decorators?: Array | null): ObjectProperty; +declare function logicalExpression( + operator: '||' | '&&' | '??', + left: Expression, + right: Expression +): LogicalExpression; +declare function memberExpression( + object: Expression | Super, + property: Expression | Identifier | PrivateName, + computed?: boolean, + optional?: true | false | null +): MemberExpression; +declare function newExpression( + callee: Expression | Super | V8IntrinsicIdentifier, + _arguments: Array< + Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder + > +): NewExpression; +declare function program( + body: Array, + directives?: Array, + sourceType?: 'script' | 'module', + interpreter?: InterpreterDirective | null +): Program; +declare function objectExpression( + properties: Array +): ObjectExpression; +declare function objectMethod( + kind: 'method' | 'get' | 'set' | undefined, + key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral, + params: Array, + body: BlockStatement, + computed?: boolean, + generator?: boolean, + async?: boolean +): ObjectMethod; +declare function objectProperty( + key: + | Expression + | Identifier + | StringLiteral + | NumericLiteral + | BigIntLiteral + | DecimalLiteral + | PrivateName, + value: Expression | PatternLike, + computed?: boolean, + shorthand?: boolean, + decorators?: Array | null +): ObjectProperty; declare function restElement(argument: LVal): RestElement; declare function returnStatement(argument?: Expression | null): ReturnStatement; -declare function sequenceExpression(expressions: Array): SequenceExpression; -declare function parenthesizedExpression(expression: Expression): ParenthesizedExpression; -declare function switchCase(test: Expression | null | undefined, consequent: Array): SwitchCase; -declare function switchStatement(discriminant: Expression, cases: Array): SwitchStatement; +declare function sequenceExpression( + expressions: Array +): SequenceExpression; +declare function parenthesizedExpression( + expression: Expression +): ParenthesizedExpression; +declare function switchCase( + test: Expression | null | undefined, + consequent: Array +): SwitchCase; +declare function switchStatement( + discriminant: Expression, + cases: Array +): SwitchStatement; declare function thisExpression(): ThisExpression; declare function throwStatement(argument: Expression): ThrowStatement; -declare function tryStatement(block: BlockStatement, handler?: CatchClause | null, finalizer?: BlockStatement | null): TryStatement; -declare function unaryExpression(operator: "void" | "throw" | "delete" | "!" | "+" | "-" | "~" | "typeof", argument: Expression, prefix?: boolean): UnaryExpression; -declare function updateExpression(operator: "++" | "--", argument: Expression, prefix?: boolean): UpdateExpression; -declare function variableDeclaration(kind: "var" | "let" | "const", declarations: Array): VariableDeclaration; -declare function variableDeclarator(id: LVal, init?: Expression | null): VariableDeclarator; -declare function whileStatement(test: Expression, body: Statement): WhileStatement; -declare function withStatement(object: Expression, body: Statement): WithStatement; -declare function assignmentPattern(left: Identifier | ObjectPattern | ArrayPattern | MemberExpression | TSAsExpression | TSTypeAssertion | TSNonNullExpression, right: Expression): AssignmentPattern; -declare function arrayPattern(elements: Array): ArrayPattern; -declare function arrowFunctionExpression(params: Array, body: BlockStatement | Expression, async?: boolean): ArrowFunctionExpression; -declare function classBody(body: Array): ClassBody; -declare function classExpression(id: Identifier | null | undefined, superClass: Expression | null | undefined, body: ClassBody, decorators?: Array | null): ClassExpression; -declare function classDeclaration(id: Identifier, superClass: Expression | null | undefined, body: ClassBody, decorators?: Array | null): ClassDeclaration; -declare function exportAllDeclaration(source: StringLiteral): ExportAllDeclaration; -declare function exportDefaultDeclaration(declaration: TSDeclareFunction | FunctionDeclaration | ClassDeclaration | Expression): ExportDefaultDeclaration; -declare function exportNamedDeclaration(declaration?: Declaration | null, specifiers?: Array, source?: StringLiteral | null): ExportNamedDeclaration; -declare function exportSpecifier(local: Identifier, exported: Identifier | StringLiteral): ExportSpecifier; -declare function forOfStatement(left: VariableDeclaration | LVal, right: Expression, body: Statement, _await?: boolean): ForOfStatement; -declare function importDeclaration(specifiers: Array, source: StringLiteral): ImportDeclaration; -declare function importDefaultSpecifier(local: Identifier): ImportDefaultSpecifier; -declare function importNamespaceSpecifier(local: Identifier): ImportNamespaceSpecifier; -declare function importSpecifier(local: Identifier, imported: Identifier | StringLiteral): ImportSpecifier; -declare function metaProperty(meta: Identifier, property: Identifier): MetaProperty; -declare function classMethod(kind: "get" | "set" | "method" | "constructor" | undefined, key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, params: Array, body: BlockStatement, computed?: boolean, _static?: boolean, generator?: boolean, async?: boolean): ClassMethod; -declare function objectPattern(properties: Array): ObjectPattern; +declare function tryStatement( + block: BlockStatement, + handler?: CatchClause | null, + finalizer?: BlockStatement | null +): TryStatement; +declare function unaryExpression( + operator: 'void' | 'throw' | 'delete' | '!' | '+' | '-' | '~' | 'typeof', + argument: Expression, + prefix?: boolean +): UnaryExpression; +declare function updateExpression( + operator: '++' | '--', + argument: Expression, + prefix?: boolean +): UpdateExpression; +declare function variableDeclaration( + kind: 'var' | 'let' | 'const', + declarations: Array +): VariableDeclaration; +declare function variableDeclarator( + id: LVal, + init?: Expression | null +): VariableDeclarator; +declare function whileStatement( + test: Expression, + body: Statement +): WhileStatement; +declare function withStatement( + object: Expression, + body: Statement +): WithStatement; +declare function assignmentPattern( + left: + | Identifier + | ObjectPattern + | ArrayPattern + | MemberExpression + | TSAsExpression + | TSTypeAssertion + | TSNonNullExpression, + right: Expression +): AssignmentPattern; +declare function arrayPattern( + elements: Array +): ArrayPattern; +declare function arrowFunctionExpression( + params: Array, + body: BlockStatement | Expression, + async?: boolean +): ArrowFunctionExpression; +declare function classBody( + body: Array< + | ClassMethod + | ClassPrivateMethod + | ClassProperty + | ClassPrivateProperty + | ClassAccessorProperty + | TSDeclareMethod + | TSIndexSignature + | StaticBlock + > +): ClassBody; +declare function classExpression( + id: Identifier | null | undefined, + superClass: Expression | null | undefined, + body: ClassBody, + decorators?: Array | null +): ClassExpression; +declare function classDeclaration( + id: Identifier, + superClass: Expression | null | undefined, + body: ClassBody, + decorators?: Array | null +): ClassDeclaration; +declare function exportAllDeclaration( + source: StringLiteral +): ExportAllDeclaration; +declare function exportDefaultDeclaration( + declaration: + | TSDeclareFunction + | FunctionDeclaration + | ClassDeclaration + | Expression +): ExportDefaultDeclaration; +declare function exportNamedDeclaration( + declaration?: Declaration | null, + specifiers?: Array< + ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier + >, + source?: StringLiteral | null +): ExportNamedDeclaration; +declare function exportSpecifier( + local: Identifier, + exported: Identifier | StringLiteral +): ExportSpecifier; +declare function forOfStatement( + left: VariableDeclaration | LVal, + right: Expression, + body: Statement, + _await?: boolean +): ForOfStatement; +declare function importDeclaration( + specifiers: Array< + ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier + >, + source: StringLiteral +): ImportDeclaration; +declare function importDefaultSpecifier( + local: Identifier +): ImportDefaultSpecifier; +declare function importNamespaceSpecifier( + local: Identifier +): ImportNamespaceSpecifier; +declare function importSpecifier( + local: Identifier, + imported: Identifier | StringLiteral +): ImportSpecifier; +declare function metaProperty( + meta: Identifier, + property: Identifier +): MetaProperty; +declare function classMethod( + kind: 'get' | 'set' | 'method' | 'constructor' | undefined, + key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, + params: Array, + body: BlockStatement, + computed?: boolean, + _static?: boolean, + generator?: boolean, + async?: boolean +): ClassMethod; +declare function objectPattern( + properties: Array +): ObjectPattern; declare function spreadElement(argument: Expression): SpreadElement; declare function _super(): Super; -declare function taggedTemplateExpression(tag: Expression, quasi: TemplateLiteral): TaggedTemplateExpression; -declare function templateElement(value: { +declare function taggedTemplateExpression( + tag: Expression, + quasi: TemplateLiteral +): TaggedTemplateExpression; +declare function templateElement( + value: { raw: string; cooked?: string; -}, tail?: boolean): TemplateElement; -declare function templateLiteral(quasis: Array, expressions: Array): TemplateLiteral; -declare function yieldExpression(argument?: Expression | null, delegate?: boolean): YieldExpression; + }, + tail?: boolean +): TemplateElement; +declare function templateLiteral( + quasis: Array, + expressions: Array +): TemplateLiteral; +declare function yieldExpression( + argument?: Expression | null, + delegate?: boolean +): YieldExpression; declare function awaitExpression(argument: Expression): AwaitExpression; declare function _import(): Import; declare function bigIntLiteral(value: string): BigIntLiteral; -declare function exportNamespaceSpecifier(exported: Identifier): ExportNamespaceSpecifier; -declare function optionalMemberExpression(object: Expression, property: Expression | Identifier, computed: boolean | undefined, optional: boolean): OptionalMemberExpression; -declare function optionalCallExpression(callee: Expression, _arguments: Array, optional: boolean): OptionalCallExpression; -declare function classProperty(key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, value?: Expression | null, typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, decorators?: Array | null, computed?: boolean, _static?: boolean): ClassProperty; -declare function classAccessorProperty(key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression | PrivateName, value?: Expression | null, typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, decorators?: Array | null, computed?: boolean, _static?: boolean): ClassAccessorProperty; -declare function classPrivateProperty(key: PrivateName, value?: Expression | null, decorators?: Array | null, _static?: boolean): ClassPrivateProperty; -declare function classPrivateMethod(kind: "get" | "set" | "method" | undefined, key: PrivateName, params: Array, body: BlockStatement, _static?: boolean): ClassPrivateMethod; +declare function exportNamespaceSpecifier( + exported: Identifier +): ExportNamespaceSpecifier; +declare function optionalMemberExpression( + object: Expression, + property: Expression | Identifier, + computed: boolean | undefined, + optional: boolean +): OptionalMemberExpression; +declare function optionalCallExpression( + callee: Expression, + _arguments: Array< + Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder + >, + optional: boolean +): OptionalCallExpression; +declare function classProperty( + key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, + value?: Expression | null, + typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, + decorators?: Array | null, + computed?: boolean, + _static?: boolean +): ClassProperty; +declare function classAccessorProperty( + key: + | Identifier + | StringLiteral + | NumericLiteral + | BigIntLiteral + | Expression + | PrivateName, + value?: Expression | null, + typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, + decorators?: Array | null, + computed?: boolean, + _static?: boolean +): ClassAccessorProperty; +declare function classPrivateProperty( + key: PrivateName, + value?: Expression | null, + decorators?: Array | null, + _static?: boolean +): ClassPrivateProperty; +declare function classPrivateMethod( + kind: 'get' | 'set' | 'method' | undefined, + key: PrivateName, + params: Array, + body: BlockStatement, + _static?: boolean +): ClassPrivateMethod; declare function privateName(id: Identifier): PrivateName; declare function staticBlock(body: Array): StaticBlock; declare function anyTypeAnnotation(): AnyTypeAnnotation; -declare function arrayTypeAnnotation(elementType: FlowType): ArrayTypeAnnotation; +declare function arrayTypeAnnotation( + elementType: FlowType +): ArrayTypeAnnotation; declare function booleanTypeAnnotation(): BooleanTypeAnnotation; -declare function booleanLiteralTypeAnnotation(value: boolean): BooleanLiteralTypeAnnotation; +declare function booleanLiteralTypeAnnotation( + value: boolean +): BooleanLiteralTypeAnnotation; declare function nullLiteralTypeAnnotation(): NullLiteralTypeAnnotation; -declare function classImplements(id: Identifier, typeParameters?: TypeParameterInstantiation | null): ClassImplements; -declare function declareClass(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array | null | undefined, body: ObjectTypeAnnotation): DeclareClass; +declare function classImplements( + id: Identifier, + typeParameters?: TypeParameterInstantiation | null +): ClassImplements; +declare function declareClass( + id: Identifier, + typeParameters: TypeParameterDeclaration | null | undefined, + _extends: Array | null | undefined, + body: ObjectTypeAnnotation +): DeclareClass; declare function declareFunction(id: Identifier): DeclareFunction; -declare function declareInterface(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array | null | undefined, body: ObjectTypeAnnotation): DeclareInterface; -declare function declareModule(id: Identifier | StringLiteral, body: BlockStatement, kind?: "CommonJS" | "ES" | null): DeclareModule; -declare function declareModuleExports(typeAnnotation: TypeAnnotation): DeclareModuleExports; -declare function declareTypeAlias(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, right: FlowType): DeclareTypeAlias; -declare function declareOpaqueType(id: Identifier, typeParameters?: TypeParameterDeclaration | null, supertype?: FlowType | null): DeclareOpaqueType; +declare function declareInterface( + id: Identifier, + typeParameters: TypeParameterDeclaration | null | undefined, + _extends: Array | null | undefined, + body: ObjectTypeAnnotation +): DeclareInterface; +declare function declareModule( + id: Identifier | StringLiteral, + body: BlockStatement, + kind?: 'CommonJS' | 'ES' | null +): DeclareModule; +declare function declareModuleExports( + typeAnnotation: TypeAnnotation +): DeclareModuleExports; +declare function declareTypeAlias( + id: Identifier, + typeParameters: TypeParameterDeclaration | null | undefined, + right: FlowType +): DeclareTypeAlias; +declare function declareOpaqueType( + id: Identifier, + typeParameters?: TypeParameterDeclaration | null, + supertype?: FlowType | null +): DeclareOpaqueType; declare function declareVariable(id: Identifier): DeclareVariable; -declare function declareExportDeclaration(declaration?: Flow | null, specifiers?: Array | null, source?: StringLiteral | null): DeclareExportDeclaration; -declare function declareExportAllDeclaration(source: StringLiteral): DeclareExportAllDeclaration; +declare function declareExportDeclaration( + declaration?: Flow | null, + specifiers?: Array | null, + source?: StringLiteral | null +): DeclareExportDeclaration; +declare function declareExportAllDeclaration( + source: StringLiteral +): DeclareExportAllDeclaration; declare function declaredPredicate(value: Flow): DeclaredPredicate; declare function existsTypeAnnotation(): ExistsTypeAnnotation; -declare function functionTypeAnnotation(typeParameters: TypeParameterDeclaration | null | undefined, params: Array, rest: FunctionTypeParam | null | undefined, returnType: FlowType): FunctionTypeAnnotation; -declare function functionTypeParam(name: Identifier | null | undefined, typeAnnotation: FlowType): FunctionTypeParam; -declare function genericTypeAnnotation(id: Identifier | QualifiedTypeIdentifier, typeParameters?: TypeParameterInstantiation | null): GenericTypeAnnotation; +declare function functionTypeAnnotation( + typeParameters: TypeParameterDeclaration | null | undefined, + params: Array, + rest: FunctionTypeParam | null | undefined, + returnType: FlowType +): FunctionTypeAnnotation; +declare function functionTypeParam( + name: Identifier | null | undefined, + typeAnnotation: FlowType +): FunctionTypeParam; +declare function genericTypeAnnotation( + id: Identifier | QualifiedTypeIdentifier, + typeParameters?: TypeParameterInstantiation | null +): GenericTypeAnnotation; declare function inferredPredicate(): InferredPredicate; -declare function interfaceExtends(id: Identifier | QualifiedTypeIdentifier, typeParameters?: TypeParameterInstantiation | null): InterfaceExtends; -declare function interfaceDeclaration(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array | null | undefined, body: ObjectTypeAnnotation): InterfaceDeclaration; -declare function interfaceTypeAnnotation(_extends: Array | null | undefined, body: ObjectTypeAnnotation): InterfaceTypeAnnotation; -declare function intersectionTypeAnnotation(types: Array): IntersectionTypeAnnotation; +declare function interfaceExtends( + id: Identifier | QualifiedTypeIdentifier, + typeParameters?: TypeParameterInstantiation | null +): InterfaceExtends; +declare function interfaceDeclaration( + id: Identifier, + typeParameters: TypeParameterDeclaration | null | undefined, + _extends: Array | null | undefined, + body: ObjectTypeAnnotation +): InterfaceDeclaration; +declare function interfaceTypeAnnotation( + _extends: Array | null | undefined, + body: ObjectTypeAnnotation +): InterfaceTypeAnnotation; +declare function intersectionTypeAnnotation( + types: Array +): IntersectionTypeAnnotation; declare function mixedTypeAnnotation(): MixedTypeAnnotation; declare function emptyTypeAnnotation(): EmptyTypeAnnotation; -declare function nullableTypeAnnotation(typeAnnotation: FlowType): NullableTypeAnnotation; -declare function numberLiteralTypeAnnotation(value: number): NumberLiteralTypeAnnotation; +declare function nullableTypeAnnotation( + typeAnnotation: FlowType +): NullableTypeAnnotation; +declare function numberLiteralTypeAnnotation( + value: number +): NumberLiteralTypeAnnotation; declare function numberTypeAnnotation(): NumberTypeAnnotation; -declare function objectTypeAnnotation(properties: Array, indexers?: Array, callProperties?: Array, internalSlots?: Array, exact?: boolean): ObjectTypeAnnotation; -declare function objectTypeInternalSlot(id: Identifier, value: FlowType, optional: boolean, _static: boolean, method: boolean): ObjectTypeInternalSlot; -declare function objectTypeCallProperty(value: FlowType): ObjectTypeCallProperty; -declare function objectTypeIndexer(id: Identifier | null | undefined, key: FlowType, value: FlowType, variance?: Variance | null): ObjectTypeIndexer; -declare function objectTypeProperty(key: Identifier | StringLiteral, value: FlowType, variance?: Variance | null): ObjectTypeProperty; -declare function objectTypeSpreadProperty(argument: FlowType): ObjectTypeSpreadProperty; -declare function opaqueType(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, supertype: FlowType | null | undefined, impltype: FlowType): OpaqueType; -declare function qualifiedTypeIdentifier(id: Identifier, qualification: Identifier | QualifiedTypeIdentifier): QualifiedTypeIdentifier; -declare function stringLiteralTypeAnnotation(value: string): StringLiteralTypeAnnotation; +declare function objectTypeAnnotation( + properties: Array, + indexers?: Array, + callProperties?: Array, + internalSlots?: Array, + exact?: boolean +): ObjectTypeAnnotation; +declare function objectTypeInternalSlot( + id: Identifier, + value: FlowType, + optional: boolean, + _static: boolean, + method: boolean +): ObjectTypeInternalSlot; +declare function objectTypeCallProperty( + value: FlowType +): ObjectTypeCallProperty; +declare function objectTypeIndexer( + id: Identifier | null | undefined, + key: FlowType, + value: FlowType, + variance?: Variance | null +): ObjectTypeIndexer; +declare function objectTypeProperty( + key: Identifier | StringLiteral, + value: FlowType, + variance?: Variance | null +): ObjectTypeProperty; +declare function objectTypeSpreadProperty( + argument: FlowType +): ObjectTypeSpreadProperty; +declare function opaqueType( + id: Identifier, + typeParameters: TypeParameterDeclaration | null | undefined, + supertype: FlowType | null | undefined, + impltype: FlowType +): OpaqueType; +declare function qualifiedTypeIdentifier( + id: Identifier, + qualification: Identifier | QualifiedTypeIdentifier +): QualifiedTypeIdentifier; +declare function stringLiteralTypeAnnotation( + value: string +): StringLiteralTypeAnnotation; declare function stringTypeAnnotation(): StringTypeAnnotation; declare function symbolTypeAnnotation(): SymbolTypeAnnotation; declare function thisTypeAnnotation(): ThisTypeAnnotation; -declare function tupleTypeAnnotation(types: Array): TupleTypeAnnotation; +declare function tupleTypeAnnotation( + types: Array +): TupleTypeAnnotation; declare function typeofTypeAnnotation(argument: FlowType): TypeofTypeAnnotation; -declare function typeAlias(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, right: FlowType): TypeAlias; +declare function typeAlias( + id: Identifier, + typeParameters: TypeParameterDeclaration | null | undefined, + right: FlowType +): TypeAlias; declare function typeAnnotation(typeAnnotation: FlowType): TypeAnnotation; -declare function typeCastExpression(expression: Expression, typeAnnotation: TypeAnnotation): TypeCastExpression; -declare function typeParameter(bound?: TypeAnnotation | null, _default?: FlowType | null, variance?: Variance | null): TypeParameter; -declare function typeParameterDeclaration(params: Array): TypeParameterDeclaration; -declare function typeParameterInstantiation(params: Array): TypeParameterInstantiation; -declare function unionTypeAnnotation(types: Array): UnionTypeAnnotation; -declare function variance(kind: "minus" | "plus"): Variance; +declare function typeCastExpression( + expression: Expression, + typeAnnotation: TypeAnnotation +): TypeCastExpression; +declare function typeParameter( + bound?: TypeAnnotation | null, + _default?: FlowType | null, + variance?: Variance | null +): TypeParameter; +declare function typeParameterDeclaration( + params: Array +): TypeParameterDeclaration; +declare function typeParameterInstantiation( + params: Array +): TypeParameterInstantiation; +declare function unionTypeAnnotation( + types: Array +): UnionTypeAnnotation; +declare function variance(kind: 'minus' | 'plus'): Variance; declare function voidTypeAnnotation(): VoidTypeAnnotation; -declare function enumDeclaration(id: Identifier, body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody): EnumDeclaration; -declare function enumBooleanBody(members: Array): EnumBooleanBody; -declare function enumNumberBody(members: Array): EnumNumberBody; -declare function enumStringBody(members: Array): EnumStringBody; -declare function enumSymbolBody(members: Array): EnumSymbolBody; +declare function enumDeclaration( + id: Identifier, + body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody +): EnumDeclaration; +declare function enumBooleanBody( + members: Array +): EnumBooleanBody; +declare function enumNumberBody( + members: Array +): EnumNumberBody; +declare function enumStringBody( + members: Array +): EnumStringBody; +declare function enumSymbolBody( + members: Array +): EnumSymbolBody; declare function enumBooleanMember(id: Identifier): EnumBooleanMember; -declare function enumNumberMember(id: Identifier, init: NumericLiteral): EnumNumberMember; -declare function enumStringMember(id: Identifier, init: StringLiteral): EnumStringMember; +declare function enumNumberMember( + id: Identifier, + init: NumericLiteral +): EnumNumberMember; +declare function enumStringMember( + id: Identifier, + init: StringLiteral +): EnumStringMember; declare function enumDefaultedMember(id: Identifier): EnumDefaultedMember; -declare function indexedAccessType(objectType: FlowType, indexType: FlowType): IndexedAccessType; -declare function optionalIndexedAccessType(objectType: FlowType, indexType: FlowType): OptionalIndexedAccessType; -declare function jsxAttribute(name: JSXIdentifier | JSXNamespacedName, value?: JSXElement | JSXFragment | StringLiteral | JSXExpressionContainer | null): JSXAttribute; +declare function indexedAccessType( + objectType: FlowType, + indexType: FlowType +): IndexedAccessType; +declare function optionalIndexedAccessType( + objectType: FlowType, + indexType: FlowType +): OptionalIndexedAccessType; +declare function jsxAttribute( + name: JSXIdentifier | JSXNamespacedName, + value?: + | JSXElement + | JSXFragment + | StringLiteral + | JSXExpressionContainer + | null +): JSXAttribute; -declare function jsxClosingElement(name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName): JSXClosingElement; +declare function jsxClosingElement( + name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName +): JSXClosingElement; -declare function jsxElement(openingElement: JSXOpeningElement, closingElement: JSXClosingElement | null | undefined, children: Array, selfClosing?: boolean | null): JSXElement; +declare function jsxElement( + openingElement: JSXOpeningElement, + closingElement: JSXClosingElement | null | undefined, + children: Array< + JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment + >, + selfClosing?: boolean | null +): JSXElement; declare function jsxEmptyExpression(): JSXEmptyExpression; -declare function jsxExpressionContainer(expression: Expression | JSXEmptyExpression): JSXExpressionContainer; +declare function jsxExpressionContainer( + expression: Expression | JSXEmptyExpression +): JSXExpressionContainer; declare function jsxSpreadChild(expression: Expression): JSXSpreadChild; declare function jsxIdentifier(name: string): JSXIdentifier; -declare function jsxMemberExpression(object: JSXMemberExpression | JSXIdentifier, property: JSXIdentifier): JSXMemberExpression; +declare function jsxMemberExpression( + object: JSXMemberExpression | JSXIdentifier, + property: JSXIdentifier +): JSXMemberExpression; -declare function jsxNamespacedName(namespace: JSXIdentifier, name: JSXIdentifier): JSXNamespacedName; +declare function jsxNamespacedName( + namespace: JSXIdentifier, + name: JSXIdentifier +): JSXNamespacedName; -declare function jsxOpeningElement(name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName, attributes: Array, selfClosing?: boolean): JSXOpeningElement; +declare function jsxOpeningElement( + name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName, + attributes: Array, + selfClosing?: boolean +): JSXOpeningElement; declare function jsxSpreadAttribute(argument: Expression): JSXSpreadAttribute; declare function jsxText(value: string): JSXText; -declare function jsxFragment(openingFragment: JSXOpeningFragment, closingFragment: JSXClosingFragment, children: Array): JSXFragment; +declare function jsxFragment( + openingFragment: JSXOpeningFragment, + closingFragment: JSXClosingFragment, + children: Array< + JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment + > +): JSXFragment; declare function jsxOpeningFragment(): JSXOpeningFragment; declare function jsxClosingFragment(): JSXClosingFragment; declare function noop(): Noop; -declare function placeholder(expectedNode: "Identifier" | "StringLiteral" | "Expression" | "Statement" | "Declaration" | "BlockStatement" | "ClassBody" | "Pattern", name: Identifier): Placeholder; +declare function placeholder( + expectedNode: + | 'Identifier' + | 'StringLiteral' + | 'Expression' + | 'Statement' + | 'Declaration' + | 'BlockStatement' + | 'ClassBody' + | 'Pattern', + name: Identifier +): Placeholder; declare function v8IntrinsicIdentifier(name: string): V8IntrinsicIdentifier; declare function argumentPlaceholder(): ArgumentPlaceholder; -declare function bindExpression(object: Expression, callee: Expression): BindExpression; -declare function importAttribute(key: Identifier | StringLiteral, value: StringLiteral): ImportAttribute; +declare function bindExpression( + object: Expression, + callee: Expression +): BindExpression; +declare function importAttribute( + key: Identifier | StringLiteral, + value: StringLiteral +): ImportAttribute; declare function decorator(expression: Expression): Decorator; -declare function doExpression(body: BlockStatement, async?: boolean): DoExpression; -declare function exportDefaultSpecifier(exported: Identifier): ExportDefaultSpecifier; -declare function recordExpression(properties: Array): RecordExpression; -declare function tupleExpression(elements?: Array): TupleExpression; +declare function doExpression( + body: BlockStatement, + async?: boolean +): DoExpression; +declare function exportDefaultSpecifier( + exported: Identifier +): ExportDefaultSpecifier; +declare function recordExpression( + properties: Array +): RecordExpression; +declare function tupleExpression( + elements?: Array +): TupleExpression; declare function decimalLiteral(value: string): DecimalLiteral; declare function moduleExpression(body: Program): ModuleExpression; declare function topicReference(): TopicReference; -declare function pipelineTopicExpression(expression: Expression): PipelineTopicExpression; +declare function pipelineTopicExpression( + expression: Expression +): PipelineTopicExpression; declare function pipelineBareFunction(callee: Expression): PipelineBareFunction; declare function pipelinePrimaryTopicReference(): PipelinePrimaryTopicReference; -declare function tsParameterProperty(parameter: Identifier | AssignmentPattern): TSParameterProperty; +declare function tsParameterProperty( + parameter: Identifier | AssignmentPattern +): TSParameterProperty; -declare function tsDeclareFunction(id: Identifier | null | undefined, typeParameters: TSTypeParameterDeclaration | Noop | null | undefined, params: Array, returnType?: TSTypeAnnotation | Noop | null): TSDeclareFunction; +declare function tsDeclareFunction( + id: Identifier | null | undefined, + typeParameters: TSTypeParameterDeclaration | Noop | null | undefined, + params: Array, + returnType?: TSTypeAnnotation | Noop | null +): TSDeclareFunction; -declare function tsDeclareMethod(decorators: Array | null | undefined, key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, typeParameters: TSTypeParameterDeclaration | Noop | null | undefined, params: Array, returnType?: TSTypeAnnotation | Noop | null): TSDeclareMethod; +declare function tsDeclareMethod( + decorators: Array | null | undefined, + key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, + typeParameters: TSTypeParameterDeclaration | Noop | null | undefined, + params: Array, + returnType?: TSTypeAnnotation | Noop | null +): TSDeclareMethod; -declare function tsQualifiedName(left: TSEntityName, right: Identifier): TSQualifiedName; +declare function tsQualifiedName( + left: TSEntityName, + right: Identifier +): TSQualifiedName; -declare function tsCallSignatureDeclaration(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array, typeAnnotation?: TSTypeAnnotation | null): TSCallSignatureDeclaration; +declare function tsCallSignatureDeclaration( + typeParameters: TSTypeParameterDeclaration | null | undefined, + parameters: Array, + typeAnnotation?: TSTypeAnnotation | null +): TSCallSignatureDeclaration; -declare function tsConstructSignatureDeclaration(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array, typeAnnotation?: TSTypeAnnotation | null): TSConstructSignatureDeclaration; +declare function tsConstructSignatureDeclaration( + typeParameters: TSTypeParameterDeclaration | null | undefined, + parameters: Array, + typeAnnotation?: TSTypeAnnotation | null +): TSConstructSignatureDeclaration; -declare function tsPropertySignature(key: Expression, typeAnnotation?: TSTypeAnnotation | null, initializer?: Expression | null): TSPropertySignature; +declare function tsPropertySignature( + key: Expression, + typeAnnotation?: TSTypeAnnotation | null, + initializer?: Expression | null +): TSPropertySignature; -declare function tsMethodSignature(key: Expression, typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array, typeAnnotation?: TSTypeAnnotation | null): TSMethodSignature; +declare function tsMethodSignature( + key: Expression, + typeParameters: TSTypeParameterDeclaration | null | undefined, + parameters: Array, + typeAnnotation?: TSTypeAnnotation | null +): TSMethodSignature; -declare function tsIndexSignature(parameters: Array, typeAnnotation?: TSTypeAnnotation | null): TSIndexSignature; +declare function tsIndexSignature( + parameters: Array, + typeAnnotation?: TSTypeAnnotation | null +): TSIndexSignature; declare function tsAnyKeyword(): TSAnyKeyword; @@ -2363,87 +10319,184 @@ declare function tsVoidKeyword(): TSVoidKeyword; declare function tsThisType(): TSThisType; -declare function tsFunctionType(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array, typeAnnotation?: TSTypeAnnotation | null): TSFunctionType; +declare function tsFunctionType( + typeParameters: TSTypeParameterDeclaration | null | undefined, + parameters: Array, + typeAnnotation?: TSTypeAnnotation | null +): TSFunctionType; -declare function tsConstructorType(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array, typeAnnotation?: TSTypeAnnotation | null): TSConstructorType; +declare function tsConstructorType( + typeParameters: TSTypeParameterDeclaration | null | undefined, + parameters: Array, + typeAnnotation?: TSTypeAnnotation | null +): TSConstructorType; -declare function tsTypeReference(typeName: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSTypeReference; +declare function tsTypeReference( + typeName: TSEntityName, + typeParameters?: TSTypeParameterInstantiation | null +): TSTypeReference; -declare function tsTypePredicate(parameterName: Identifier | TSThisType, typeAnnotation?: TSTypeAnnotation | null, asserts?: boolean | null): TSTypePredicate; +declare function tsTypePredicate( + parameterName: Identifier | TSThisType, + typeAnnotation?: TSTypeAnnotation | null, + asserts?: boolean | null +): TSTypePredicate; -declare function tsTypeQuery(exprName: TSEntityName | TSImportType, typeParameters?: TSTypeParameterInstantiation | null): TSTypeQuery; +declare function tsTypeQuery( + exprName: TSEntityName | TSImportType, + typeParameters?: TSTypeParameterInstantiation | null +): TSTypeQuery; declare function tsTypeLiteral(members: Array): TSTypeLiteral; declare function tsArrayType(elementType: TSType): TSArrayType; -declare function tsTupleType(elementTypes: Array): TSTupleType; +declare function tsTupleType( + elementTypes: Array +): TSTupleType; declare function tsOptionalType(typeAnnotation: TSType): TSOptionalType; declare function tsRestType(typeAnnotation: TSType): TSRestType; -declare function tsNamedTupleMember(label: Identifier, elementType: TSType, optional?: boolean): TSNamedTupleMember; +declare function tsNamedTupleMember( + label: Identifier, + elementType: TSType, + optional?: boolean +): TSNamedTupleMember; declare function tsUnionType(types: Array): TSUnionType; declare function tsIntersectionType(types: Array): TSIntersectionType; -declare function tsConditionalType(checkType: TSType, extendsType: TSType, trueType: TSType, falseType: TSType): TSConditionalType; +declare function tsConditionalType( + checkType: TSType, + extendsType: TSType, + trueType: TSType, + falseType: TSType +): TSConditionalType; declare function tsInferType(typeParameter: TSTypeParameter): TSInferType; -declare function tsParenthesizedType(typeAnnotation: TSType): TSParenthesizedType; +declare function tsParenthesizedType( + typeAnnotation: TSType +): TSParenthesizedType; declare function tsTypeOperator(typeAnnotation: TSType): TSTypeOperator; -declare function tsIndexedAccessType(objectType: TSType, indexType: TSType): TSIndexedAccessType; +declare function tsIndexedAccessType( + objectType: TSType, + indexType: TSType +): TSIndexedAccessType; -declare function tsMappedType(typeParameter: TSTypeParameter, typeAnnotation?: TSType | null, nameType?: TSType | null): TSMappedType; +declare function tsMappedType( + typeParameter: TSTypeParameter, + typeAnnotation?: TSType | null, + nameType?: TSType | null +): TSMappedType; -declare function tsLiteralType(literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression): TSLiteralType; +declare function tsLiteralType( + literal: + | NumericLiteral + | StringLiteral + | BooleanLiteral + | BigIntLiteral + | TemplateLiteral + | UnaryExpression +): TSLiteralType; -declare function tsExpressionWithTypeArguments(expression: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSExpressionWithTypeArguments; +declare function tsExpressionWithTypeArguments( + expression: TSEntityName, + typeParameters?: TSTypeParameterInstantiation | null +): TSExpressionWithTypeArguments; -declare function tsInterfaceDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, _extends: Array | null | undefined, body: TSInterfaceBody): TSInterfaceDeclaration; +declare function tsInterfaceDeclaration( + id: Identifier, + typeParameters: TSTypeParameterDeclaration | null | undefined, + _extends: Array | null | undefined, + body: TSInterfaceBody +): TSInterfaceDeclaration; declare function tsInterfaceBody(body: Array): TSInterfaceBody; -declare function tsTypeAliasDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, typeAnnotation: TSType): TSTypeAliasDeclaration; +declare function tsTypeAliasDeclaration( + id: Identifier, + typeParameters: TSTypeParameterDeclaration | null | undefined, + typeAnnotation: TSType +): TSTypeAliasDeclaration; -declare function tsInstantiationExpression(expression: Expression, typeParameters?: TSTypeParameterInstantiation | null): TSInstantiationExpression; +declare function tsInstantiationExpression( + expression: Expression, + typeParameters?: TSTypeParameterInstantiation | null +): TSInstantiationExpression; -declare function tsAsExpression(expression: Expression, typeAnnotation: TSType): TSAsExpression; +declare function tsAsExpression( + expression: Expression, + typeAnnotation: TSType +): TSAsExpression; -declare function tsTypeAssertion(typeAnnotation: TSType, expression: Expression): TSTypeAssertion; +declare function tsTypeAssertion( + typeAnnotation: TSType, + expression: Expression +): TSTypeAssertion; -declare function tsEnumDeclaration(id: Identifier, members: Array): TSEnumDeclaration; +declare function tsEnumDeclaration( + id: Identifier, + members: Array +): TSEnumDeclaration; -declare function tsEnumMember(id: Identifier | StringLiteral, initializer?: Expression | null): TSEnumMember; +declare function tsEnumMember( + id: Identifier | StringLiteral, + initializer?: Expression | null +): TSEnumMember; -declare function tsModuleDeclaration(id: Identifier | StringLiteral, body: TSModuleBlock | TSModuleDeclaration): TSModuleDeclaration; +declare function tsModuleDeclaration( + id: Identifier | StringLiteral, + body: TSModuleBlock | TSModuleDeclaration +): TSModuleDeclaration; declare function tsModuleBlock(body: Array): TSModuleBlock; -declare function tsImportType(argument: StringLiteral, qualifier?: TSEntityName | null, typeParameters?: TSTypeParameterInstantiation | null): TSImportType; +declare function tsImportType( + argument: StringLiteral, + qualifier?: TSEntityName | null, + typeParameters?: TSTypeParameterInstantiation | null +): TSImportType; -declare function tsImportEqualsDeclaration(id: Identifier, moduleReference: TSEntityName | TSExternalModuleReference): TSImportEqualsDeclaration; +declare function tsImportEqualsDeclaration( + id: Identifier, + moduleReference: TSEntityName | TSExternalModuleReference +): TSImportEqualsDeclaration; -declare function tsExternalModuleReference(expression: StringLiteral): TSExternalModuleReference; +declare function tsExternalModuleReference( + expression: StringLiteral +): TSExternalModuleReference; -declare function tsNonNullExpression(expression: Expression): TSNonNullExpression; +declare function tsNonNullExpression( + expression: Expression +): TSNonNullExpression; declare function tsExportAssignment(expression: Expression): TSExportAssignment; -declare function tsNamespaceExportDeclaration(id: Identifier): TSNamespaceExportDeclaration; +declare function tsNamespaceExportDeclaration( + id: Identifier +): TSNamespaceExportDeclaration; declare function tsTypeAnnotation(typeAnnotation: TSType): TSTypeAnnotation; -declare function tsTypeParameterInstantiation(params: Array): TSTypeParameterInstantiation; +declare function tsTypeParameterInstantiation( + params: Array +): TSTypeParameterInstantiation; -declare function tsTypeParameterDeclaration(params: Array): TSTypeParameterDeclaration; +declare function tsTypeParameterDeclaration( + params: Array +): TSTypeParameterDeclaration; -declare function tsTypeParameter(constraint: TSType | null | undefined, _default: TSType | null | undefined, name: string): TSTypeParameter; +declare function tsTypeParameter( + constraint: TSType | null | undefined, + _default: TSType | null | undefined, + name: string +): TSTypeParameter; /** @deprecated */ declare function NumberLiteral(value: number): NumericLiteral; @@ -2462,7 +10515,11 @@ declare function SpreadProperty(argument: Expression): SpreadElement; * If the second parameter is `false`, cloneNode performs a shallow clone. * If the third parameter is true, the cloned nodes exclude location properties. */ -declare function cloneNode(node: T, deep?: boolean, withoutLoc?: boolean): T; +declare function cloneNode( + node: T, + deep?: boolean, + withoutLoc?: boolean +): T; /** * Create a shallow clone of a `node`, including only @@ -2493,12 +10550,21 @@ declare function cloneWithoutLoc(node: T): T; /** * Add comment of certain type to a node. */ -declare function addComment(node: T, type: CommentTypeShorthand, content: string, line?: boolean): T; +declare function addComment( + node: T, + type: CommentTypeShorthand, + content: string, + line?: boolean +): T; /** * Add comments of certain type to a node. */ -declare function addComments(node: T, type: CommentTypeShorthand, comments: Array): T; +declare function addComments( + node: T, + type: CommentTypeShorthand, + comments: Array +): T; declare function inheritInnerComments(child: Node, parent: Node): void; @@ -2516,60 +10582,12510 @@ declare function inheritTrailingComments(child: Node, parent: Node): void; */ declare function removeComments(node: T): T; -declare const STANDARDIZED_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const EXPRESSION_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const BINARY_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const SCOPABLE_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const BLOCKPARENT_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const BLOCK_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const STATEMENT_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const TERMINATORLESS_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const COMPLETIONSTATEMENT_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const CONDITIONAL_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const LOOP_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const WHILE_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const EXPRESSIONWRAPPER_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const FOR_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const FORXSTATEMENT_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const FUNCTION_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const FUNCTIONPARENT_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const PUREISH_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const DECLARATION_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const PATTERNLIKE_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const LVAL_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const TSENTITYNAME_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const LITERAL_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const IMMUTABLE_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const USERWHITESPACABLE_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const METHOD_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const OBJECTMEMBER_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const PROPERTY_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const UNARYLIKE_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const PATTERN_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const CLASS_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const MODULEDECLARATION_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const EXPORTDECLARATION_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const MODULESPECIFIER_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const ACCESSOR_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const PRIVATE_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const FLOW_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const FLOWTYPE_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const FLOWBASEANNOTATION_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const FLOWDECLARATION_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const FLOWPREDICATE_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const ENUMBODY_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const ENUMMEMBER_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const JSX_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const MISCELLANEOUS_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const TYPESCRIPT_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const TSTYPEELEMENT_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const TSTYPE_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; -declare const TSBASETYPE_TYPES: ("ArrayExpression" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXIdentifier" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "JSXText" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "NumericLiteral" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteral" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[]; +declare const STANDARDIZED_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const EXPRESSION_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const BINARY_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const SCOPABLE_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const BLOCKPARENT_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const BLOCK_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const STATEMENT_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const TERMINATORLESS_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const COMPLETIONSTATEMENT_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const CONDITIONAL_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const LOOP_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const WHILE_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const EXPRESSIONWRAPPER_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const FOR_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const FORXSTATEMENT_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const FUNCTION_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const FUNCTIONPARENT_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const PUREISH_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const DECLARATION_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const PATTERNLIKE_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const LVAL_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const TSENTITYNAME_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const LITERAL_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const IMMUTABLE_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const USERWHITESPACABLE_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const METHOD_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const OBJECTMEMBER_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const PROPERTY_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const UNARYLIKE_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const PATTERN_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const CLASS_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const MODULEDECLARATION_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const EXPORTDECLARATION_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const MODULESPECIFIER_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const ACCESSOR_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const PRIVATE_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const FLOW_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const FLOWTYPE_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const FLOWBASEANNOTATION_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const FLOWDECLARATION_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const FLOWPREDICATE_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const ENUMBODY_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const ENUMMEMBER_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const JSX_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const MISCELLANEOUS_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const TYPESCRIPT_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const TSTYPEELEMENT_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const TSTYPE_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; +declare const TSBASETYPE_TYPES: ( + | 'ArrayExpression' + | 'AnyTypeAnnotation' + | 'ArgumentPlaceholder' + | 'ArrayPattern' + | 'ArrayTypeAnnotation' + | 'ArrowFunctionExpression' + | 'AssignmentExpression' + | 'AssignmentPattern' + | 'AwaitExpression' + | 'BigIntLiteral' + | 'BinaryExpression' + | 'BindExpression' + | 'BlockStatement' + | 'BooleanLiteral' + | 'BooleanLiteralTypeAnnotation' + | 'BooleanTypeAnnotation' + | 'BreakStatement' + | 'CallExpression' + | 'CatchClause' + | 'ClassAccessorProperty' + | 'ClassBody' + | 'ClassDeclaration' + | 'ClassExpression' + | 'ClassImplements' + | 'ClassMethod' + | 'ClassPrivateMethod' + | 'ClassPrivateProperty' + | 'ClassProperty' + | 'ConditionalExpression' + | 'ContinueStatement' + | 'DebuggerStatement' + | 'DecimalLiteral' + | 'DeclareClass' + | 'DeclareExportAllDeclaration' + | 'DeclareExportDeclaration' + | 'DeclareFunction' + | 'DeclareInterface' + | 'DeclareModule' + | 'DeclareModuleExports' + | 'DeclareOpaqueType' + | 'DeclareTypeAlias' + | 'DeclareVariable' + | 'DeclaredPredicate' + | 'Decorator' + | 'Directive' + | 'DirectiveLiteral' + | 'DoExpression' + | 'DoWhileStatement' + | 'EmptyStatement' + | 'EmptyTypeAnnotation' + | 'EnumBooleanBody' + | 'EnumBooleanMember' + | 'EnumDeclaration' + | 'EnumDefaultedMember' + | 'EnumNumberBody' + | 'EnumNumberMember' + | 'EnumStringBody' + | 'EnumStringMember' + | 'EnumSymbolBody' + | 'ExistsTypeAnnotation' + | 'ExportAllDeclaration' + | 'ExportDefaultDeclaration' + | 'ExportDefaultSpecifier' + | 'ExportNamedDeclaration' + | 'ExportNamespaceSpecifier' + | 'ExportSpecifier' + | 'ExpressionStatement' + | 'File' + | 'ForInStatement' + | 'ForOfStatement' + | 'ForStatement' + | 'FunctionDeclaration' + | 'FunctionExpression' + | 'FunctionTypeAnnotation' + | 'FunctionTypeParam' + | 'GenericTypeAnnotation' + | 'Identifier' + | 'IfStatement' + | 'Import' + | 'ImportAttribute' + | 'ImportDeclaration' + | 'ImportDefaultSpecifier' + | 'ImportNamespaceSpecifier' + | 'ImportSpecifier' + | 'IndexedAccessType' + | 'InferredPredicate' + | 'InterfaceDeclaration' + | 'InterfaceExtends' + | 'InterfaceTypeAnnotation' + | 'InterpreterDirective' + | 'IntersectionTypeAnnotation' + | 'JSXAttribute' + | 'JSXClosingElement' + | 'JSXClosingFragment' + | 'JSXElement' + | 'JSXEmptyExpression' + | 'JSXExpressionContainer' + | 'JSXFragment' + | 'JSXIdentifier' + | 'JSXMemberExpression' + | 'JSXNamespacedName' + | 'JSXOpeningElement' + | 'JSXOpeningFragment' + | 'JSXSpreadAttribute' + | 'JSXSpreadChild' + | 'JSXText' + | 'LabeledStatement' + | 'LogicalExpression' + | 'MemberExpression' + | 'MetaProperty' + | 'MixedTypeAnnotation' + | 'ModuleExpression' + | 'NewExpression' + | 'Noop' + | 'NullLiteral' + | 'NullLiteralTypeAnnotation' + | 'NullableTypeAnnotation' + | 'NumberLiteral' + | 'NumberLiteralTypeAnnotation' + | 'NumberTypeAnnotation' + | 'NumericLiteral' + | 'ObjectExpression' + | 'ObjectMethod' + | 'ObjectPattern' + | 'ObjectProperty' + | 'ObjectTypeAnnotation' + | 'ObjectTypeCallProperty' + | 'ObjectTypeIndexer' + | 'ObjectTypeInternalSlot' + | 'ObjectTypeProperty' + | 'ObjectTypeSpreadProperty' + | 'OpaqueType' + | 'OptionalCallExpression' + | 'OptionalIndexedAccessType' + | 'OptionalMemberExpression' + | 'ParenthesizedExpression' + | 'PipelineBareFunction' + | 'PipelinePrimaryTopicReference' + | 'PipelineTopicExpression' + | 'Placeholder' + | 'PrivateName' + | 'Program' + | 'QualifiedTypeIdentifier' + | 'RecordExpression' + | 'RegExpLiteral' + | 'RegexLiteral' + | 'RestElement' + | 'RestProperty' + | 'ReturnStatement' + | 'SequenceExpression' + | 'SpreadElement' + | 'SpreadProperty' + | 'StaticBlock' + | 'StringLiteral' + | 'StringLiteralTypeAnnotation' + | 'StringTypeAnnotation' + | 'Super' + | 'SwitchCase' + | 'SwitchStatement' + | 'SymbolTypeAnnotation' + | 'TSAnyKeyword' + | 'TSArrayType' + | 'TSAsExpression' + | 'TSBigIntKeyword' + | 'TSBooleanKeyword' + | 'TSCallSignatureDeclaration' + | 'TSConditionalType' + | 'TSConstructSignatureDeclaration' + | 'TSConstructorType' + | 'TSDeclareFunction' + | 'TSDeclareMethod' + | 'TSEnumDeclaration' + | 'TSEnumMember' + | 'TSExportAssignment' + | 'TSExpressionWithTypeArguments' + | 'TSExternalModuleReference' + | 'TSFunctionType' + | 'TSImportEqualsDeclaration' + | 'TSImportType' + | 'TSIndexSignature' + | 'TSIndexedAccessType' + | 'TSInferType' + | 'TSInstantiationExpression' + | 'TSInterfaceBody' + | 'TSInterfaceDeclaration' + | 'TSIntersectionType' + | 'TSIntrinsicKeyword' + | 'TSLiteralType' + | 'TSMappedType' + | 'TSMethodSignature' + | 'TSModuleBlock' + | 'TSModuleDeclaration' + | 'TSNamedTupleMember' + | 'TSNamespaceExportDeclaration' + | 'TSNeverKeyword' + | 'TSNonNullExpression' + | 'TSNullKeyword' + | 'TSNumberKeyword' + | 'TSObjectKeyword' + | 'TSOptionalType' + | 'TSParameterProperty' + | 'TSParenthesizedType' + | 'TSPropertySignature' + | 'TSQualifiedName' + | 'TSRestType' + | 'TSStringKeyword' + | 'TSSymbolKeyword' + | 'TSThisType' + | 'TSTupleType' + | 'TSTypeAliasDeclaration' + | 'TSTypeAnnotation' + | 'TSTypeAssertion' + | 'TSTypeLiteral' + | 'TSTypeOperator' + | 'TSTypeParameter' + | 'TSTypeParameterDeclaration' + | 'TSTypeParameterInstantiation' + | 'TSTypePredicate' + | 'TSTypeQuery' + | 'TSTypeReference' + | 'TSUndefinedKeyword' + | 'TSUnionType' + | 'TSUnknownKeyword' + | 'TSVoidKeyword' + | 'TaggedTemplateExpression' + | 'TemplateElement' + | 'TemplateLiteral' + | 'ThisExpression' + | 'ThisTypeAnnotation' + | 'ThrowStatement' + | 'TopicReference' + | 'TryStatement' + | 'TupleExpression' + | 'TupleTypeAnnotation' + | 'TypeAlias' + | 'TypeAnnotation' + | 'TypeCastExpression' + | 'TypeParameter' + | 'TypeParameterDeclaration' + | 'TypeParameterInstantiation' + | 'TypeofTypeAnnotation' + | 'UnaryExpression' + | 'UnionTypeAnnotation' + | 'UpdateExpression' + | 'V8IntrinsicIdentifier' + | 'VariableDeclaration' + | 'VariableDeclarator' + | 'Variance' + | 'VoidTypeAnnotation' + | 'WhileStatement' + | 'WithStatement' + | 'YieldExpression' + | keyof Aliases +)[]; declare const STATEMENT_OR_BLOCK_KEYS: string[]; declare const FLATTENABLE_KEYS: string[]; declare const FOR_INIT_KEYS: string[]; -declare const COMMENT_KEYS: readonly ["leadingComments", "trailingComments", "innerComments"]; +declare const COMMENT_KEYS: readonly [ + 'leadingComments', + 'trailingComments', + 'innerComments', +]; declare const LOGICAL_OPERATORS: string[]; declare const UPDATE_OPERATORS: string[]; declare const BOOLEAN_NUMBER_BINARY_OPERATORS: string[]; @@ -2584,8 +23100,12 @@ declare const NUMBER_UNARY_OPERATORS: string[]; declare const STRING_UNARY_OPERATORS: string[]; declare const UNARY_OPERATORS: string[]; declare const INHERIT_KEYS: { - readonly optional: readonly ["typeAnnotation", "typeParameters", "returnType"]; - readonly force: readonly ["start", "loc", "end"]; + readonly optional: readonly [ + 'typeAnnotation', + 'typeParameters', + 'returnType', + ]; + readonly force: readonly ['start', 'loc', 'end']; }; declare const BLOCK_SCOPED_SYMBOL: unique symbol; declare const NOT_LOCAL_BINDING: unique symbol; @@ -2600,14 +23120,27 @@ declare function ensureBlock(node: Node, key?: string): BlockStatement; declare function toBindingIdentifierName(name: string): string; -declare function toBlock(node: Statement | Expression, parent?: Node): BlockStatement; +declare function toBlock( + node: Statement | Expression, + parent?: Node +): BlockStatement; -declare function toComputedKey(node: ObjectMember | ObjectProperty | ClassMethod | ClassProperty | ClassAccessorProperty | MemberExpression | OptionalMemberExpression, key?: Expression | PrivateName): PrivateName | Expression; +declare function toComputedKey( + node: + | ObjectMember + | ObjectProperty + | ClassMethod + | ClassProperty + | ClassAccessorProperty + | MemberExpression + | OptionalMemberExpression, + key?: Expression | PrivateName +): PrivateName | Expression; declare const _default$3: { - (node: Function): FunctionExpression; - (node: Class): ClassExpression; - (node: ExpressionStatement | Expression | Class | Function): Expression; + (node: Function): FunctionExpression; + (node: Class): ClassExpression; + (node: ExpressionStatement | Expression | Class | Function): Expression; }; //# sourceMappingURL=toExpression.d.ts.map @@ -2615,8 +23148,8 @@ declare function toIdentifier(input: string): string; declare function toKeyAlias(node: Method | Property, key?: Node): string; declare namespace toKeyAlias { - var uid: number; - var increment: () => number; + var uid: number; + var increment: () => number; } //# sourceMappingURL=toKeyAlias.d.ts.map @@ -2628,31 +23161,34 @@ declare namespace toKeyAlias { * * Expression statements are just resolved to their expression. */ -declare function toSequenceExpression(nodes: ReadonlyArray, scope: any): SequenceExpression | undefined; +declare function toSequenceExpression( + nodes: ReadonlyArray, + scope: any +): SequenceExpression | undefined; declare const _default$2: { - (node: AssignmentExpression, ignore?: boolean): ExpressionStatement; - (node: T, ignore: false): T; - (node: T_1, ignore?: boolean): false | T_1; - (node: Class, ignore: false): ClassDeclaration; - (node: Class, ignore?: boolean): ClassDeclaration | false; - (node: Function, ignore: false): FunctionDeclaration; - (node: Function, ignore?: boolean): FunctionDeclaration | false; - (node: Node, ignore: false): Statement; - (node: Node, ignore?: boolean): Statement | false; + (node: AssignmentExpression, ignore?: boolean): ExpressionStatement; + (node: T, ignore: false): T; + (node: T_1, ignore?: boolean): false | T_1; + (node: Class, ignore: false): ClassDeclaration; + (node: Class, ignore?: boolean): ClassDeclaration | false; + (node: Function, ignore: false): FunctionDeclaration; + (node: Function, ignore?: boolean): FunctionDeclaration | false; + (node: Node, ignore: false): Statement; + (node: Node, ignore?: boolean): Statement | false; }; //# sourceMappingURL=toStatement.d.ts.map declare const _default$1: { - (value: undefined): Identifier; - (value: boolean): BooleanLiteral; - (value: null): NullLiteral; - (value: string): StringLiteral; - (value: number): NumericLiteral | BinaryExpression | UnaryExpression; - (value: RegExp): RegExpLiteral; - (value: ReadonlyArray): ArrayExpression; - (value: object): ObjectExpression; - (value: unknown): Expression; + (value: undefined): Identifier; + (value: boolean): BooleanLiteral; + (value: null): NullLiteral; + (value: string): StringLiteral; + (value: number): NumericLiteral | BinaryExpression | UnaryExpression; + (value: RegExp): RegExpLiteral; + (value: ReadonlyArray): ArrayExpression; + (value: object): ObjectExpression; + (value: unknown): Expression; }; //# sourceMappingURL=valueToNode.d.ts.map @@ -2663,37 +23199,68 @@ declare const NODE_FIELDS: Record; declare const BUILDER_KEYS: Record; declare const DEPRECATED_KEYS: Record; declare const NODE_PARENT_VALIDATIONS: Record; -declare function getType(val: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "null" | "array"; -declare type NodeTypesWithoutComment = Node["type"] | keyof Aliases; -declare type NodeTypes = NodeTypesWithoutComment | Comment["type"]; +declare function getType( + val: any +): + | 'string' + | 'number' + | 'bigint' + | 'boolean' + | 'symbol' + | 'undefined' + | 'object' + | 'function' + | 'null' + | 'array'; +declare type NodeTypesWithoutComment = Node['type'] | keyof Aliases; +declare type NodeTypes = NodeTypesWithoutComment | Comment['type']; declare type PrimitiveTypes = ReturnType; declare type FieldDefinitions = { - [x: string]: FieldOptions; + [x: string]: FieldOptions; }; -declare type Validator = ({ - type: PrimitiveTypes; -} | { - each: Validator; -} | { - chainOf: Validator[]; -} | { - oneOf: any[]; -} | { - oneOfNodeTypes: NodeTypes[]; -} | { - oneOfNodeOrValueTypes: (NodeTypes | PrimitiveTypes)[]; -} | { - shapeOf: { +declare type Validator = ( + | { + type: PrimitiveTypes; + } + | { + each: Validator; + } + | { + chainOf: Validator[]; + } + | { + oneOf: any[]; + } + | { + oneOfNodeTypes: NodeTypes[]; + } + | { + oneOfNodeOrValueTypes: (NodeTypes | PrimitiveTypes)[]; + } + | { + shapeOf: { [x: string]: FieldOptions; - }; -} | {}) & ((node: Node, key: string, val: any) => void); + }; + } + | {} +) & + ((node: Node, key: string, val: any) => void); declare type FieldOptions = { - default?: string | number | boolean | []; - optional?: boolean; - validate?: Validator; + default?: string | number | boolean | []; + optional?: boolean; + validate?: Validator; }; -declare const PLACEHOLDERS: readonly ["Identifier", "StringLiteral", "Expression", "Statement", "Declaration", "BlockStatement", "ClassBody", "Pattern"]; +declare const PLACEHOLDERS: readonly [ + 'Identifier', + 'StringLiteral', + 'Expression', + 'Statement', + 'Declaration', + 'BlockStatement', + 'ClassBody', + 'Pattern', +]; declare const PLACEHOLDERS_ALIAS: Record; declare const PLACEHOLDERS_FLIPPED_ALIAS: Record; @@ -2703,20 +23270,29 @@ declare const TYPES: Array; /** * Append a node to a member expression. */ -declare function appendToMemberExpression(member: MemberExpression, append: MemberExpression["property"], computed?: boolean): MemberExpression; +declare function appendToMemberExpression( + member: MemberExpression, + append: MemberExpression['property'], + computed?: boolean +): MemberExpression; /** * Inherit all contextual properties from `parent` node to `child` node. */ -declare function inherits(child: T, parent: Node | null | undefined): T; +declare function inherits( + child: T, + parent: Node | null | undefined +): T; /** * Prepend a node to a member expression. */ -declare function prependToMemberExpression>(member: T, prepend: MemberExpression["object"]): T; +declare function prependToMemberExpression< + T extends Pick, +>(member: T, prepend: MemberExpression['object']): T; declare type Options = { - preserveComments?: boolean; + preserveComments?: boolean; }; /** * Remove all of the _* properties from a node along with the additional metadata @@ -2724,108 +23300,169 @@ declare type Options = { */ declare function removeProperties(node: Node, opts?: Options): void; -declare function removePropertiesDeep(tree: T, opts?: { +declare function removePropertiesDeep( + tree: T, + opts?: { preserveComments: boolean; -} | null): T; + } | null +): T; /** * Dedupe type annotations. */ -declare function removeTypeDuplicates(nodes: ReadonlyArray): FlowType[]; +declare function removeTypeDuplicates( + nodes: ReadonlyArray +): FlowType[]; -declare function getBindingIdentifiers(node: Node, duplicates: true, outerOnly?: boolean): Record>; -declare function getBindingIdentifiers(node: Node, duplicates?: false, outerOnly?: boolean): Record; -declare function getBindingIdentifiers(node: Node, duplicates?: boolean, outerOnly?: boolean): Record | Record>; +declare function getBindingIdentifiers( + node: Node, + duplicates: true, + outerOnly?: boolean +): Record>; +declare function getBindingIdentifiers( + node: Node, + duplicates?: false, + outerOnly?: boolean +): Record; +declare function getBindingIdentifiers( + node: Node, + duplicates?: boolean, + outerOnly?: boolean +): Record | Record>; declare namespace getBindingIdentifiers { - var keys: { - DeclareClass: string[]; - DeclareFunction: string[]; - DeclareModule: string[]; - DeclareVariable: string[]; - DeclareInterface: string[]; - DeclareTypeAlias: string[]; - DeclareOpaqueType: string[]; - InterfaceDeclaration: string[]; - TypeAlias: string[]; - OpaqueType: string[]; - CatchClause: string[]; - LabeledStatement: string[]; - UnaryExpression: string[]; - AssignmentExpression: string[]; - ImportSpecifier: string[]; - ImportNamespaceSpecifier: string[]; - ImportDefaultSpecifier: string[]; - ImportDeclaration: string[]; - ExportSpecifier: string[]; - ExportNamespaceSpecifier: string[]; - ExportDefaultSpecifier: string[]; - FunctionDeclaration: string[]; - FunctionExpression: string[]; - ArrowFunctionExpression: string[]; - ObjectMethod: string[]; - ClassMethod: string[]; - ClassPrivateMethod: string[]; - ForInStatement: string[]; - ForOfStatement: string[]; - ClassDeclaration: string[]; - ClassExpression: string[]; - RestElement: string[]; - UpdateExpression: string[]; - ObjectProperty: string[]; - AssignmentPattern: string[]; - ArrayPattern: string[]; - ObjectPattern: string[]; - VariableDeclaration: string[]; - VariableDeclarator: string[]; - }; + var keys: { + DeclareClass: string[]; + DeclareFunction: string[]; + DeclareModule: string[]; + DeclareVariable: string[]; + DeclareInterface: string[]; + DeclareTypeAlias: string[]; + DeclareOpaqueType: string[]; + InterfaceDeclaration: string[]; + TypeAlias: string[]; + OpaqueType: string[]; + CatchClause: string[]; + LabeledStatement: string[]; + UnaryExpression: string[]; + AssignmentExpression: string[]; + ImportSpecifier: string[]; + ImportNamespaceSpecifier: string[]; + ImportDefaultSpecifier: string[]; + ImportDeclaration: string[]; + ExportSpecifier: string[]; + ExportNamespaceSpecifier: string[]; + ExportDefaultSpecifier: string[]; + FunctionDeclaration: string[]; + FunctionExpression: string[]; + ArrowFunctionExpression: string[]; + ObjectMethod: string[]; + ClassMethod: string[]; + ClassPrivateMethod: string[]; + ForInStatement: string[]; + ForOfStatement: string[]; + ClassDeclaration: string[]; + ClassExpression: string[]; + RestElement: string[]; + UpdateExpression: string[]; + ObjectProperty: string[]; + AssignmentPattern: string[]; + ArrayPattern: string[]; + ObjectPattern: string[]; + VariableDeclaration: string[]; + VariableDeclarator: string[]; + }; } //# sourceMappingURL=getBindingIdentifiers.d.ts.map declare const _default: { - (node: Node, duplicates: true): Record>; - (node: Node, duplicates?: false): Record; - (node: Node, duplicates?: boolean): Record | Record>; + (node: Node, duplicates: true): Record>; + (node: Node, duplicates?: false): Record; + ( + node: Node, + duplicates?: boolean + ): Record | Record>; }; //# sourceMappingURL=getOuterBindingIdentifiers.d.ts.map declare type TraversalAncestors = Array<{ - node: Node; - key: string; - index?: number; + node: Node; + key: string; + index?: number; }>; -declare type TraversalHandler = (this: undefined, node: Node, parent: TraversalAncestors, state: T) => void; +declare type TraversalHandler = ( + this: undefined, + node: Node, + parent: TraversalAncestors, + state: T +) => void; declare type TraversalHandlers = { - enter?: TraversalHandler; - exit?: TraversalHandler; + enter?: TraversalHandler; + exit?: TraversalHandler; }; /** * A general AST traversal with both prefix and postfix handlers, and a * state object. Exposes ancestry data to each handler so that more complex * AST data can be taken into account. */ -declare function traverse(node: Node, handlers: TraversalHandler | TraversalHandlers, state?: T): void; +declare function traverse( + node: Node, + handlers: TraversalHandler | TraversalHandlers, + state?: T +): void; /** * A prefix AST traversal implementation meant for simple searching * and processing. */ -declare function traverseFast(node: Node | null | undefined, enter: (node: Node, opts?: Options) => void, opts?: Options): void; +declare function traverseFast( + node: Node | null | undefined, + enter: (node: Node, opts?: Options) => void, + opts?: Options +): void; -declare function shallowEqual(actual: object, expected: T): actual is T; +declare function shallowEqual( + actual: object, + expected: T +): actual is T; -declare function is(type: T, node: Node | null | undefined, opts?: undefined): node is Extract( + type: T, + node: Node | null | undefined, + opts?: undefined +): node is Extract< + Node, + { type: T; -}>; -declare function is>(type: T, n: Node | null | undefined, required: Partial

): n is P; -declare function is

(type: string, node: Node | null | undefined, opts: Partial

): node is P; -declare function is(type: string, node: Node | null | undefined, opts?: Partial): node is Node; + } +>; +declare function is< + T extends Node['type'], + P extends Extract< + Node, + { + type: T; + } + >, +>(type: T, n: Node | null | undefined, required: Partial

): n is P; +declare function is

( + type: string, + node: Node | null | undefined, + opts: Partial

+): node is P; +declare function is( + type: string, + node: Node | null | undefined, + opts?: Partial +): node is Node; /** * Check if the input `node` is a binding identifier. */ -declare function isBinding(node: Node, parent: Node, grandparent?: Node): boolean; +declare function isBinding( + node: Node, + parent: Node, + grandparent?: Node +): boolean; /** * Check if the input `node` is block scoped. @@ -2847,17 +23484,27 @@ declare function isNode(node: any): node is Node; /** * Check if two nodes are equivalent */ -declare function isNodesEquivalent>(a: T, b: any): b is T; +declare function isNodesEquivalent>( + a: T, + b: any +): b is T; /** * Test if a `placeholderType` is a `targetType` or if `targetType` is an alias of `placeholderType`. */ -declare function isPlaceholderType(placeholderType: string, targetType: string): boolean; +declare function isPlaceholderType( + placeholderType: string, + targetType: string +): boolean; /** * Check if the input `node` is a reference to a bound variable. */ -declare function isReferenced(node: Node, parent: Node, grandparent?: Node): boolean; +declare function isReferenced( + node: Node, + parent: Node, + grandparent?: Node +): boolean; /** * Check if the input `node` is a scope. @@ -2869,8 +23516,14 @@ declare function isScope(node: Node, parent: Node): boolean; */ declare function isSpecifierDefault(specifier: ModuleSpecifier): boolean; -declare function isType(nodeType: string, targetType: T): nodeType is T; -declare function isType(nodeType: string | null | undefined, targetType: string): boolean; +declare function isType( + nodeType: string, + targetType: T +): nodeType is T; +declare function isType( + nodeType: string | null | undefined, + targetType: string +): boolean; /** * Check if the input `name` is a valid identifier name according to the ES3 specification. @@ -2897,9 +23550,17 @@ declare function isVar(node: Node): boolean; * For example, given the match `React.createClass` it would match the * parsed nodes of `React.createClass` and `React["createClass"]`. */ -declare function matchesPattern(member: Node | null | undefined, match: string | string[], allowPartial?: boolean): boolean; +declare function matchesPattern( + member: Node | null | undefined, + match: string | string[], + allowPartial?: boolean +): boolean; -declare function validate(node: Node | undefined | null, key: string, val: any): void; +declare function validate( + node: Node | undefined | null, + key: string, + val: any +): void; /** * Build a function that when called will return whether or not the @@ -2908,314 +23569,2602 @@ declare function validate(node: Node | undefined | null, key: string, val: any): * For example, given the match `React.createClass` it would match the * parsed nodes of `React.createClass` and `React["createClass"]`. */ -declare function buildMatchMemberExpression(match: string, allowPartial?: boolean): (member: Node) => boolean; +declare function buildMatchMemberExpression( + match: string, + allowPartial?: boolean +): (member: Node) => boolean; -declare function isArrayExpression(node: object | null | undefined, opts?: object | null): node is ArrayExpression; -declare function isAssignmentExpression(node: object | null | undefined, opts?: object | null): node is AssignmentExpression; -declare function isBinaryExpression(node: object | null | undefined, opts?: object | null): node is BinaryExpression; -declare function isInterpreterDirective(node: object | null | undefined, opts?: object | null): node is InterpreterDirective; -declare function isDirective(node: object | null | undefined, opts?: object | null): node is Directive; -declare function isDirectiveLiteral(node: object | null | undefined, opts?: object | null): node is DirectiveLiteral; -declare function isBlockStatement(node: object | null | undefined, opts?: object | null): node is BlockStatement; -declare function isBreakStatement(node: object | null | undefined, opts?: object | null): node is BreakStatement; -declare function isCallExpression(node: object | null | undefined, opts?: object | null): node is CallExpression; -declare function isCatchClause(node: object | null | undefined, opts?: object | null): node is CatchClause; -declare function isConditionalExpression(node: object | null | undefined, opts?: object | null): node is ConditionalExpression; -declare function isContinueStatement(node: object | null | undefined, opts?: object | null): node is ContinueStatement; -declare function isDebuggerStatement(node: object | null | undefined, opts?: object | null): node is DebuggerStatement; -declare function isDoWhileStatement(node: object | null | undefined, opts?: object | null): node is DoWhileStatement; -declare function isEmptyStatement(node: object | null | undefined, opts?: object | null): node is EmptyStatement; -declare function isExpressionStatement(node: object | null | undefined, opts?: object | null): node is ExpressionStatement; -declare function isFile(node: object | null | undefined, opts?: object | null): node is File; -declare function isForInStatement(node: object | null | undefined, opts?: object | null): node is ForInStatement; -declare function isForStatement(node: object | null | undefined, opts?: object | null): node is ForStatement; -declare function isFunctionDeclaration(node: object | null | undefined, opts?: object | null): node is FunctionDeclaration; -declare function isFunctionExpression(node: object | null | undefined, opts?: object | null): node is FunctionExpression; -declare function isIdentifier(node: object | null | undefined, opts?: object | null): node is Identifier; -declare function isIfStatement(node: object | null | undefined, opts?: object | null): node is IfStatement; -declare function isLabeledStatement(node: object | null | undefined, opts?: object | null): node is LabeledStatement; -declare function isStringLiteral(node: object | null | undefined, opts?: object | null): node is StringLiteral; -declare function isNumericLiteral(node: object | null | undefined, opts?: object | null): node is NumericLiteral; -declare function isNullLiteral(node: object | null | undefined, opts?: object | null): node is NullLiteral; -declare function isBooleanLiteral(node: object | null | undefined, opts?: object | null): node is BooleanLiteral; -declare function isRegExpLiteral(node: object | null | undefined, opts?: object | null): node is RegExpLiteral; -declare function isLogicalExpression(node: object | null | undefined, opts?: object | null): node is LogicalExpression; -declare function isMemberExpression(node: object | null | undefined, opts?: object | null): node is MemberExpression; -declare function isNewExpression(node: object | null | undefined, opts?: object | null): node is NewExpression; -declare function isProgram(node: object | null | undefined, opts?: object | null): node is Program; -declare function isObjectExpression(node: object | null | undefined, opts?: object | null): node is ObjectExpression; -declare function isObjectMethod(node: object | null | undefined, opts?: object | null): node is ObjectMethod; -declare function isObjectProperty(node: object | null | undefined, opts?: object | null): node is ObjectProperty; -declare function isRestElement(node: object | null | undefined, opts?: object | null): node is RestElement; -declare function isReturnStatement(node: object | null | undefined, opts?: object | null): node is ReturnStatement; -declare function isSequenceExpression(node: object | null | undefined, opts?: object | null): node is SequenceExpression; -declare function isParenthesizedExpression(node: object | null | undefined, opts?: object | null): node is ParenthesizedExpression; -declare function isSwitchCase(node: object | null | undefined, opts?: object | null): node is SwitchCase; -declare function isSwitchStatement(node: object | null | undefined, opts?: object | null): node is SwitchStatement; -declare function isThisExpression(node: object | null | undefined, opts?: object | null): node is ThisExpression; -declare function isThrowStatement(node: object | null | undefined, opts?: object | null): node is ThrowStatement; -declare function isTryStatement(node: object | null | undefined, opts?: object | null): node is TryStatement; -declare function isUnaryExpression(node: object | null | undefined, opts?: object | null): node is UnaryExpression; -declare function isUpdateExpression(node: object | null | undefined, opts?: object | null): node is UpdateExpression; -declare function isVariableDeclaration(node: object | null | undefined, opts?: object | null): node is VariableDeclaration; -declare function isVariableDeclarator(node: object | null | undefined, opts?: object | null): node is VariableDeclarator; -declare function isWhileStatement(node: object | null | undefined, opts?: object | null): node is WhileStatement; -declare function isWithStatement(node: object | null | undefined, opts?: object | null): node is WithStatement; -declare function isAssignmentPattern(node: object | null | undefined, opts?: object | null): node is AssignmentPattern; -declare function isArrayPattern(node: object | null | undefined, opts?: object | null): node is ArrayPattern; -declare function isArrowFunctionExpression(node: object | null | undefined, opts?: object | null): node is ArrowFunctionExpression; -declare function isClassBody(node: object | null | undefined, opts?: object | null): node is ClassBody; -declare function isClassExpression(node: object | null | undefined, opts?: object | null): node is ClassExpression; -declare function isClassDeclaration(node: object | null | undefined, opts?: object | null): node is ClassDeclaration; -declare function isExportAllDeclaration(node: object | null | undefined, opts?: object | null): node is ExportAllDeclaration; -declare function isExportDefaultDeclaration(node: object | null | undefined, opts?: object | null): node is ExportDefaultDeclaration; -declare function isExportNamedDeclaration(node: object | null | undefined, opts?: object | null): node is ExportNamedDeclaration; -declare function isExportSpecifier(node: object | null | undefined, opts?: object | null): node is ExportSpecifier; -declare function isForOfStatement(node: object | null | undefined, opts?: object | null): node is ForOfStatement; -declare function isImportDeclaration(node: object | null | undefined, opts?: object | null): node is ImportDeclaration; -declare function isImportDefaultSpecifier(node: object | null | undefined, opts?: object | null): node is ImportDefaultSpecifier; -declare function isImportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): node is ImportNamespaceSpecifier; -declare function isImportSpecifier(node: object | null | undefined, opts?: object | null): node is ImportSpecifier; -declare function isMetaProperty(node: object | null | undefined, opts?: object | null): node is MetaProperty; -declare function isClassMethod(node: object | null | undefined, opts?: object | null): node is ClassMethod; -declare function isObjectPattern(node: object | null | undefined, opts?: object | null): node is ObjectPattern; -declare function isSpreadElement(node: object | null | undefined, opts?: object | null): node is SpreadElement; -declare function isSuper(node: object | null | undefined, opts?: object | null): node is Super; -declare function isTaggedTemplateExpression(node: object | null | undefined, opts?: object | null): node is TaggedTemplateExpression; -declare function isTemplateElement(node: object | null | undefined, opts?: object | null): node is TemplateElement; -declare function isTemplateLiteral(node: object | null | undefined, opts?: object | null): node is TemplateLiteral; -declare function isYieldExpression(node: object | null | undefined, opts?: object | null): node is YieldExpression; -declare function isAwaitExpression(node: object | null | undefined, opts?: object | null): node is AwaitExpression; -declare function isImport(node: object | null | undefined, opts?: object | null): node is Import; -declare function isBigIntLiteral(node: object | null | undefined, opts?: object | null): node is BigIntLiteral; -declare function isExportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): node is ExportNamespaceSpecifier; -declare function isOptionalMemberExpression(node: object | null | undefined, opts?: object | null): node is OptionalMemberExpression; -declare function isOptionalCallExpression(node: object | null | undefined, opts?: object | null): node is OptionalCallExpression; -declare function isClassProperty(node: object | null | undefined, opts?: object | null): node is ClassProperty; -declare function isClassAccessorProperty(node: object | null | undefined, opts?: object | null): node is ClassAccessorProperty; -declare function isClassPrivateProperty(node: object | null | undefined, opts?: object | null): node is ClassPrivateProperty; -declare function isClassPrivateMethod(node: object | null | undefined, opts?: object | null): node is ClassPrivateMethod; -declare function isPrivateName(node: object | null | undefined, opts?: object | null): node is PrivateName; -declare function isStaticBlock(node: object | null | undefined, opts?: object | null): node is StaticBlock; -declare function isAnyTypeAnnotation(node: object | null | undefined, opts?: object | null): node is AnyTypeAnnotation; -declare function isArrayTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ArrayTypeAnnotation; -declare function isBooleanTypeAnnotation(node: object | null | undefined, opts?: object | null): node is BooleanTypeAnnotation; -declare function isBooleanLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is BooleanLiteralTypeAnnotation; -declare function isNullLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NullLiteralTypeAnnotation; -declare function isClassImplements(node: object | null | undefined, opts?: object | null): node is ClassImplements; -declare function isDeclareClass(node: object | null | undefined, opts?: object | null): node is DeclareClass; -declare function isDeclareFunction(node: object | null | undefined, opts?: object | null): node is DeclareFunction; -declare function isDeclareInterface(node: object | null | undefined, opts?: object | null): node is DeclareInterface; -declare function isDeclareModule(node: object | null | undefined, opts?: object | null): node is DeclareModule; -declare function isDeclareModuleExports(node: object | null | undefined, opts?: object | null): node is DeclareModuleExports; -declare function isDeclareTypeAlias(node: object | null | undefined, opts?: object | null): node is DeclareTypeAlias; -declare function isDeclareOpaqueType(node: object | null | undefined, opts?: object | null): node is DeclareOpaqueType; -declare function isDeclareVariable(node: object | null | undefined, opts?: object | null): node is DeclareVariable; -declare function isDeclareExportDeclaration(node: object | null | undefined, opts?: object | null): node is DeclareExportDeclaration; -declare function isDeclareExportAllDeclaration(node: object | null | undefined, opts?: object | null): node is DeclareExportAllDeclaration; -declare function isDeclaredPredicate(node: object | null | undefined, opts?: object | null): node is DeclaredPredicate; -declare function isExistsTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ExistsTypeAnnotation; -declare function isFunctionTypeAnnotation(node: object | null | undefined, opts?: object | null): node is FunctionTypeAnnotation; -declare function isFunctionTypeParam(node: object | null | undefined, opts?: object | null): node is FunctionTypeParam; -declare function isGenericTypeAnnotation(node: object | null | undefined, opts?: object | null): node is GenericTypeAnnotation; -declare function isInferredPredicate(node: object | null | undefined, opts?: object | null): node is InferredPredicate; -declare function isInterfaceExtends(node: object | null | undefined, opts?: object | null): node is InterfaceExtends; -declare function isInterfaceDeclaration(node: object | null | undefined, opts?: object | null): node is InterfaceDeclaration; -declare function isInterfaceTypeAnnotation(node: object | null | undefined, opts?: object | null): node is InterfaceTypeAnnotation; -declare function isIntersectionTypeAnnotation(node: object | null | undefined, opts?: object | null): node is IntersectionTypeAnnotation; -declare function isMixedTypeAnnotation(node: object | null | undefined, opts?: object | null): node is MixedTypeAnnotation; -declare function isEmptyTypeAnnotation(node: object | null | undefined, opts?: object | null): node is EmptyTypeAnnotation; -declare function isNullableTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NullableTypeAnnotation; -declare function isNumberLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NumberLiteralTypeAnnotation; -declare function isNumberTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NumberTypeAnnotation; -declare function isObjectTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ObjectTypeAnnotation; -declare function isObjectTypeInternalSlot(node: object | null | undefined, opts?: object | null): node is ObjectTypeInternalSlot; -declare function isObjectTypeCallProperty(node: object | null | undefined, opts?: object | null): node is ObjectTypeCallProperty; -declare function isObjectTypeIndexer(node: object | null | undefined, opts?: object | null): node is ObjectTypeIndexer; -declare function isObjectTypeProperty(node: object | null | undefined, opts?: object | null): node is ObjectTypeProperty; -declare function isObjectTypeSpreadProperty(node: object | null | undefined, opts?: object | null): node is ObjectTypeSpreadProperty; -declare function isOpaqueType(node: object | null | undefined, opts?: object | null): node is OpaqueType; -declare function isQualifiedTypeIdentifier(node: object | null | undefined, opts?: object | null): node is QualifiedTypeIdentifier; -declare function isStringLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is StringLiteralTypeAnnotation; -declare function isStringTypeAnnotation(node: object | null | undefined, opts?: object | null): node is StringTypeAnnotation; -declare function isSymbolTypeAnnotation(node: object | null | undefined, opts?: object | null): node is SymbolTypeAnnotation; -declare function isThisTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ThisTypeAnnotation; -declare function isTupleTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TupleTypeAnnotation; -declare function isTypeofTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TypeofTypeAnnotation; -declare function isTypeAlias(node: object | null | undefined, opts?: object | null): node is TypeAlias; -declare function isTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TypeAnnotation; -declare function isTypeCastExpression(node: object | null | undefined, opts?: object | null): node is TypeCastExpression; -declare function isTypeParameter(node: object | null | undefined, opts?: object | null): node is TypeParameter; -declare function isTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): node is TypeParameterDeclaration; -declare function isTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): node is TypeParameterInstantiation; -declare function isUnionTypeAnnotation(node: object | null | undefined, opts?: object | null): node is UnionTypeAnnotation; -declare function isVariance(node: object | null | undefined, opts?: object | null): node is Variance; -declare function isVoidTypeAnnotation(node: object | null | undefined, opts?: object | null): node is VoidTypeAnnotation; -declare function isEnumDeclaration(node: object | null | undefined, opts?: object | null): node is EnumDeclaration; -declare function isEnumBooleanBody(node: object | null | undefined, opts?: object | null): node is EnumBooleanBody; -declare function isEnumNumberBody(node: object | null | undefined, opts?: object | null): node is EnumNumberBody; -declare function isEnumStringBody(node: object | null | undefined, opts?: object | null): node is EnumStringBody; -declare function isEnumSymbolBody(node: object | null | undefined, opts?: object | null): node is EnumSymbolBody; -declare function isEnumBooleanMember(node: object | null | undefined, opts?: object | null): node is EnumBooleanMember; -declare function isEnumNumberMember(node: object | null | undefined, opts?: object | null): node is EnumNumberMember; -declare function isEnumStringMember(node: object | null | undefined, opts?: object | null): node is EnumStringMember; -declare function isEnumDefaultedMember(node: object | null | undefined, opts?: object | null): node is EnumDefaultedMember; -declare function isIndexedAccessType(node: object | null | undefined, opts?: object | null): node is IndexedAccessType; -declare function isOptionalIndexedAccessType(node: object | null | undefined, opts?: object | null): node is OptionalIndexedAccessType; -declare function isJSXAttribute(node: object | null | undefined, opts?: object | null): node is JSXAttribute; -declare function isJSXClosingElement(node: object | null | undefined, opts?: object | null): node is JSXClosingElement; -declare function isJSXElement(node: object | null | undefined, opts?: object | null): node is JSXElement; -declare function isJSXEmptyExpression(node: object | null | undefined, opts?: object | null): node is JSXEmptyExpression; -declare function isJSXExpressionContainer(node: object | null | undefined, opts?: object | null): node is JSXExpressionContainer; -declare function isJSXSpreadChild(node: object | null | undefined, opts?: object | null): node is JSXSpreadChild; -declare function isJSXIdentifier(node: object | null | undefined, opts?: object | null): node is JSXIdentifier; -declare function isJSXMemberExpression(node: object | null | undefined, opts?: object | null): node is JSXMemberExpression; -declare function isJSXNamespacedName(node: object | null | undefined, opts?: object | null): node is JSXNamespacedName; -declare function isJSXOpeningElement(node: object | null | undefined, opts?: object | null): node is JSXOpeningElement; -declare function isJSXSpreadAttribute(node: object | null | undefined, opts?: object | null): node is JSXSpreadAttribute; -declare function isJSXText(node: object | null | undefined, opts?: object | null): node is JSXText; -declare function isJSXFragment(node: object | null | undefined, opts?: object | null): node is JSXFragment; -declare function isJSXOpeningFragment(node: object | null | undefined, opts?: object | null): node is JSXOpeningFragment; -declare function isJSXClosingFragment(node: object | null | undefined, opts?: object | null): node is JSXClosingFragment; -declare function isNoop(node: object | null | undefined, opts?: object | null): node is Noop; -declare function isPlaceholder(node: object | null | undefined, opts?: object | null): node is Placeholder; -declare function isV8IntrinsicIdentifier(node: object | null | undefined, opts?: object | null): node is V8IntrinsicIdentifier; -declare function isArgumentPlaceholder(node: object | null | undefined, opts?: object | null): node is ArgumentPlaceholder; -declare function isBindExpression(node: object | null | undefined, opts?: object | null): node is BindExpression; -declare function isImportAttribute(node: object | null | undefined, opts?: object | null): node is ImportAttribute; -declare function isDecorator(node: object | null | undefined, opts?: object | null): node is Decorator; -declare function isDoExpression(node: object | null | undefined, opts?: object | null): node is DoExpression; -declare function isExportDefaultSpecifier(node: object | null | undefined, opts?: object | null): node is ExportDefaultSpecifier; -declare function isRecordExpression(node: object | null | undefined, opts?: object | null): node is RecordExpression; -declare function isTupleExpression(node: object | null | undefined, opts?: object | null): node is TupleExpression; -declare function isDecimalLiteral(node: object | null | undefined, opts?: object | null): node is DecimalLiteral; -declare function isModuleExpression(node: object | null | undefined, opts?: object | null): node is ModuleExpression; -declare function isTopicReference(node: object | null | undefined, opts?: object | null): node is TopicReference; -declare function isPipelineTopicExpression(node: object | null | undefined, opts?: object | null): node is PipelineTopicExpression; -declare function isPipelineBareFunction(node: object | null | undefined, opts?: object | null): node is PipelineBareFunction; -declare function isPipelinePrimaryTopicReference(node: object | null | undefined, opts?: object | null): node is PipelinePrimaryTopicReference; -declare function isTSParameterProperty(node: object | null | undefined, opts?: object | null): node is TSParameterProperty; -declare function isTSDeclareFunction(node: object | null | undefined, opts?: object | null): node is TSDeclareFunction; -declare function isTSDeclareMethod(node: object | null | undefined, opts?: object | null): node is TSDeclareMethod; -declare function isTSQualifiedName(node: object | null | undefined, opts?: object | null): node is TSQualifiedName; -declare function isTSCallSignatureDeclaration(node: object | null | undefined, opts?: object | null): node is TSCallSignatureDeclaration; -declare function isTSConstructSignatureDeclaration(node: object | null | undefined, opts?: object | null): node is TSConstructSignatureDeclaration; -declare function isTSPropertySignature(node: object | null | undefined, opts?: object | null): node is TSPropertySignature; -declare function isTSMethodSignature(node: object | null | undefined, opts?: object | null): node is TSMethodSignature; -declare function isTSIndexSignature(node: object | null | undefined, opts?: object | null): node is TSIndexSignature; -declare function isTSAnyKeyword(node: object | null | undefined, opts?: object | null): node is TSAnyKeyword; -declare function isTSBooleanKeyword(node: object | null | undefined, opts?: object | null): node is TSBooleanKeyword; -declare function isTSBigIntKeyword(node: object | null | undefined, opts?: object | null): node is TSBigIntKeyword; -declare function isTSIntrinsicKeyword(node: object | null | undefined, opts?: object | null): node is TSIntrinsicKeyword; -declare function isTSNeverKeyword(node: object | null | undefined, opts?: object | null): node is TSNeverKeyword; -declare function isTSNullKeyword(node: object | null | undefined, opts?: object | null): node is TSNullKeyword; -declare function isTSNumberKeyword(node: object | null | undefined, opts?: object | null): node is TSNumberKeyword; -declare function isTSObjectKeyword(node: object | null | undefined, opts?: object | null): node is TSObjectKeyword; -declare function isTSStringKeyword(node: object | null | undefined, opts?: object | null): node is TSStringKeyword; -declare function isTSSymbolKeyword(node: object | null | undefined, opts?: object | null): node is TSSymbolKeyword; -declare function isTSUndefinedKeyword(node: object | null | undefined, opts?: object | null): node is TSUndefinedKeyword; -declare function isTSUnknownKeyword(node: object | null | undefined, opts?: object | null): node is TSUnknownKeyword; -declare function isTSVoidKeyword(node: object | null | undefined, opts?: object | null): node is TSVoidKeyword; -declare function isTSThisType(node: object | null | undefined, opts?: object | null): node is TSThisType; -declare function isTSFunctionType(node: object | null | undefined, opts?: object | null): node is TSFunctionType; -declare function isTSConstructorType(node: object | null | undefined, opts?: object | null): node is TSConstructorType; -declare function isTSTypeReference(node: object | null | undefined, opts?: object | null): node is TSTypeReference; -declare function isTSTypePredicate(node: object | null | undefined, opts?: object | null): node is TSTypePredicate; -declare function isTSTypeQuery(node: object | null | undefined, opts?: object | null): node is TSTypeQuery; -declare function isTSTypeLiteral(node: object | null | undefined, opts?: object | null): node is TSTypeLiteral; -declare function isTSArrayType(node: object | null | undefined, opts?: object | null): node is TSArrayType; -declare function isTSTupleType(node: object | null | undefined, opts?: object | null): node is TSTupleType; -declare function isTSOptionalType(node: object | null | undefined, opts?: object | null): node is TSOptionalType; -declare function isTSRestType(node: object | null | undefined, opts?: object | null): node is TSRestType; -declare function isTSNamedTupleMember(node: object | null | undefined, opts?: object | null): node is TSNamedTupleMember; -declare function isTSUnionType(node: object | null | undefined, opts?: object | null): node is TSUnionType; -declare function isTSIntersectionType(node: object | null | undefined, opts?: object | null): node is TSIntersectionType; -declare function isTSConditionalType(node: object | null | undefined, opts?: object | null): node is TSConditionalType; -declare function isTSInferType(node: object | null | undefined, opts?: object | null): node is TSInferType; -declare function isTSParenthesizedType(node: object | null | undefined, opts?: object | null): node is TSParenthesizedType; -declare function isTSTypeOperator(node: object | null | undefined, opts?: object | null): node is TSTypeOperator; -declare function isTSIndexedAccessType(node: object | null | undefined, opts?: object | null): node is TSIndexedAccessType; -declare function isTSMappedType(node: object | null | undefined, opts?: object | null): node is TSMappedType; -declare function isTSLiteralType(node: object | null | undefined, opts?: object | null): node is TSLiteralType; -declare function isTSExpressionWithTypeArguments(node: object | null | undefined, opts?: object | null): node is TSExpressionWithTypeArguments; -declare function isTSInterfaceDeclaration(node: object | null | undefined, opts?: object | null): node is TSInterfaceDeclaration; -declare function isTSInterfaceBody(node: object | null | undefined, opts?: object | null): node is TSInterfaceBody; -declare function isTSTypeAliasDeclaration(node: object | null | undefined, opts?: object | null): node is TSTypeAliasDeclaration; -declare function isTSInstantiationExpression(node: object | null | undefined, opts?: object | null): node is TSInstantiationExpression; -declare function isTSAsExpression(node: object | null | undefined, opts?: object | null): node is TSAsExpression; -declare function isTSTypeAssertion(node: object | null | undefined, opts?: object | null): node is TSTypeAssertion; -declare function isTSEnumDeclaration(node: object | null | undefined, opts?: object | null): node is TSEnumDeclaration; -declare function isTSEnumMember(node: object | null | undefined, opts?: object | null): node is TSEnumMember; -declare function isTSModuleDeclaration(node: object | null | undefined, opts?: object | null): node is TSModuleDeclaration; -declare function isTSModuleBlock(node: object | null | undefined, opts?: object | null): node is TSModuleBlock; -declare function isTSImportType(node: object | null | undefined, opts?: object | null): node is TSImportType; -declare function isTSImportEqualsDeclaration(node: object | null | undefined, opts?: object | null): node is TSImportEqualsDeclaration; -declare function isTSExternalModuleReference(node: object | null | undefined, opts?: object | null): node is TSExternalModuleReference; -declare function isTSNonNullExpression(node: object | null | undefined, opts?: object | null): node is TSNonNullExpression; -declare function isTSExportAssignment(node: object | null | undefined, opts?: object | null): node is TSExportAssignment; -declare function isTSNamespaceExportDeclaration(node: object | null | undefined, opts?: object | null): node is TSNamespaceExportDeclaration; -declare function isTSTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TSTypeAnnotation; -declare function isTSTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): node is TSTypeParameterInstantiation; -declare function isTSTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): node is TSTypeParameterDeclaration; -declare function isTSTypeParameter(node: object | null | undefined, opts?: object | null): node is TSTypeParameter; -declare function isStandardized(node: object | null | undefined, opts?: object | null): node is Standardized; -declare function isExpression(node: object | null | undefined, opts?: object | null): node is Expression; -declare function isBinary(node: object | null | undefined, opts?: object | null): node is Binary; -declare function isScopable(node: object | null | undefined, opts?: object | null): node is Scopable; -declare function isBlockParent(node: object | null | undefined, opts?: object | null): node is BlockParent; -declare function isBlock(node: object | null | undefined, opts?: object | null): node is Block; -declare function isStatement(node: object | null | undefined, opts?: object | null): node is Statement; -declare function isTerminatorless(node: object | null | undefined, opts?: object | null): node is Terminatorless; -declare function isCompletionStatement(node: object | null | undefined, opts?: object | null): node is CompletionStatement; -declare function isConditional(node: object | null | undefined, opts?: object | null): node is Conditional; -declare function isLoop(node: object | null | undefined, opts?: object | null): node is Loop; -declare function isWhile(node: object | null | undefined, opts?: object | null): node is While; -declare function isExpressionWrapper(node: object | null | undefined, opts?: object | null): node is ExpressionWrapper; -declare function isFor(node: object | null | undefined, opts?: object | null): node is For; -declare function isForXStatement(node: object | null | undefined, opts?: object | null): node is ForXStatement; -declare function isFunction(node: object | null | undefined, opts?: object | null): node is Function; -declare function isFunctionParent(node: object | null | undefined, opts?: object | null): node is FunctionParent; -declare function isPureish(node: object | null | undefined, opts?: object | null): node is Pureish; -declare function isDeclaration(node: object | null | undefined, opts?: object | null): node is Declaration; -declare function isPatternLike(node: object | null | undefined, opts?: object | null): node is PatternLike; -declare function isLVal(node: object | null | undefined, opts?: object | null): node is LVal; -declare function isTSEntityName(node: object | null | undefined, opts?: object | null): node is TSEntityName; -declare function isLiteral(node: object | null | undefined, opts?: object | null): node is Literal; -declare function isUserWhitespacable(node: object | null | undefined, opts?: object | null): node is UserWhitespacable; -declare function isMethod(node: object | null | undefined, opts?: object | null): node is Method; -declare function isObjectMember(node: object | null | undefined, opts?: object | null): node is ObjectMember; -declare function isProperty(node: object | null | undefined, opts?: object | null): node is Property; -declare function isUnaryLike(node: object | null | undefined, opts?: object | null): node is UnaryLike; -declare function isPattern(node: object | null | undefined, opts?: object | null): node is Pattern; -declare function isClass(node: object | null | undefined, opts?: object | null): node is Class; -declare function isModuleDeclaration(node: object | null | undefined, opts?: object | null): node is ModuleDeclaration; -declare function isExportDeclaration(node: object | null | undefined, opts?: object | null): node is ExportDeclaration; -declare function isModuleSpecifier(node: object | null | undefined, opts?: object | null): node is ModuleSpecifier; -declare function isAccessor(node: object | null | undefined, opts?: object | null): node is Accessor; -declare function isPrivate(node: object | null | undefined, opts?: object | null): node is Private; -declare function isFlow(node: object | null | undefined, opts?: object | null): node is Flow; -declare function isFlowType(node: object | null | undefined, opts?: object | null): node is FlowType; -declare function isFlowBaseAnnotation(node: object | null | undefined, opts?: object | null): node is FlowBaseAnnotation; -declare function isFlowDeclaration(node: object | null | undefined, opts?: object | null): node is FlowDeclaration; -declare function isFlowPredicate(node: object | null | undefined, opts?: object | null): node is FlowPredicate; -declare function isEnumBody(node: object | null | undefined, opts?: object | null): node is EnumBody; -declare function isEnumMember(node: object | null | undefined, opts?: object | null): node is EnumMember; -declare function isJSX(node: object | null | undefined, opts?: object | null): node is JSX; -declare function isMiscellaneous(node: object | null | undefined, opts?: object | null): node is Miscellaneous; -declare function isTypeScript(node: object | null | undefined, opts?: object | null): node is TypeScript; -declare function isTSTypeElement(node: object | null | undefined, opts?: object | null): node is TSTypeElement; -declare function isTSType(node: object | null | undefined, opts?: object | null): node is TSType; -declare function isTSBaseType(node: object | null | undefined, opts?: object | null): node is TSBaseType; -declare function isNumberLiteral(node: object | null | undefined, opts?: object | null): boolean; -declare function isRegexLiteral(node: object | null | undefined, opts?: object | null): boolean; -declare function isRestProperty(node: object | null | undefined, opts?: object | null): boolean; -declare function isSpreadProperty(node: object | null | undefined, opts?: object | null): boolean; +declare function isArrayExpression( + node: object | null | undefined, + opts?: object | null +): node is ArrayExpression; +declare function isAssignmentExpression( + node: object | null | undefined, + opts?: object | null +): node is AssignmentExpression; +declare function isBinaryExpression( + node: object | null | undefined, + opts?: object | null +): node is BinaryExpression; +declare function isInterpreterDirective( + node: object | null | undefined, + opts?: object | null +): node is InterpreterDirective; +declare function isDirective( + node: object | null | undefined, + opts?: object | null +): node is Directive; +declare function isDirectiveLiteral( + node: object | null | undefined, + opts?: object | null +): node is DirectiveLiteral; +declare function isBlockStatement( + node: object | null | undefined, + opts?: object | null +): node is BlockStatement; +declare function isBreakStatement( + node: object | null | undefined, + opts?: object | null +): node is BreakStatement; +declare function isCallExpression( + node: object | null | undefined, + opts?: object | null +): node is CallExpression; +declare function isCatchClause( + node: object | null | undefined, + opts?: object | null +): node is CatchClause; +declare function isConditionalExpression( + node: object | null | undefined, + opts?: object | null +): node is ConditionalExpression; +declare function isContinueStatement( + node: object | null | undefined, + opts?: object | null +): node is ContinueStatement; +declare function isDebuggerStatement( + node: object | null | undefined, + opts?: object | null +): node is DebuggerStatement; +declare function isDoWhileStatement( + node: object | null | undefined, + opts?: object | null +): node is DoWhileStatement; +declare function isEmptyStatement( + node: object | null | undefined, + opts?: object | null +): node is EmptyStatement; +declare function isExpressionStatement( + node: object | null | undefined, + opts?: object | null +): node is ExpressionStatement; +declare function isFile( + node: object | null | undefined, + opts?: object | null +): node is File; +declare function isForInStatement( + node: object | null | undefined, + opts?: object | null +): node is ForInStatement; +declare function isForStatement( + node: object | null | undefined, + opts?: object | null +): node is ForStatement; +declare function isFunctionDeclaration( + node: object | null | undefined, + opts?: object | null +): node is FunctionDeclaration; +declare function isFunctionExpression( + node: object | null | undefined, + opts?: object | null +): node is FunctionExpression; +declare function isIdentifier( + node: object | null | undefined, + opts?: object | null +): node is Identifier; +declare function isIfStatement( + node: object | null | undefined, + opts?: object | null +): node is IfStatement; +declare function isLabeledStatement( + node: object | null | undefined, + opts?: object | null +): node is LabeledStatement; +declare function isStringLiteral( + node: object | null | undefined, + opts?: object | null +): node is StringLiteral; +declare function isNumericLiteral( + node: object | null | undefined, + opts?: object | null +): node is NumericLiteral; +declare function isNullLiteral( + node: object | null | undefined, + opts?: object | null +): node is NullLiteral; +declare function isBooleanLiteral( + node: object | null | undefined, + opts?: object | null +): node is BooleanLiteral; +declare function isRegExpLiteral( + node: object | null | undefined, + opts?: object | null +): node is RegExpLiteral; +declare function isLogicalExpression( + node: object | null | undefined, + opts?: object | null +): node is LogicalExpression; +declare function isMemberExpression( + node: object | null | undefined, + opts?: object | null +): node is MemberExpression; +declare function isNewExpression( + node: object | null | undefined, + opts?: object | null +): node is NewExpression; +declare function isProgram( + node: object | null | undefined, + opts?: object | null +): node is Program; +declare function isObjectExpression( + node: object | null | undefined, + opts?: object | null +): node is ObjectExpression; +declare function isObjectMethod( + node: object | null | undefined, + opts?: object | null +): node is ObjectMethod; +declare function isObjectProperty( + node: object | null | undefined, + opts?: object | null +): node is ObjectProperty; +declare function isRestElement( + node: object | null | undefined, + opts?: object | null +): node is RestElement; +declare function isReturnStatement( + node: object | null | undefined, + opts?: object | null +): node is ReturnStatement; +declare function isSequenceExpression( + node: object | null | undefined, + opts?: object | null +): node is SequenceExpression; +declare function isParenthesizedExpression( + node: object | null | undefined, + opts?: object | null +): node is ParenthesizedExpression; +declare function isSwitchCase( + node: object | null | undefined, + opts?: object | null +): node is SwitchCase; +declare function isSwitchStatement( + node: object | null | undefined, + opts?: object | null +): node is SwitchStatement; +declare function isThisExpression( + node: object | null | undefined, + opts?: object | null +): node is ThisExpression; +declare function isThrowStatement( + node: object | null | undefined, + opts?: object | null +): node is ThrowStatement; +declare function isTryStatement( + node: object | null | undefined, + opts?: object | null +): node is TryStatement; +declare function isUnaryExpression( + node: object | null | undefined, + opts?: object | null +): node is UnaryExpression; +declare function isUpdateExpression( + node: object | null | undefined, + opts?: object | null +): node is UpdateExpression; +declare function isVariableDeclaration( + node: object | null | undefined, + opts?: object | null +): node is VariableDeclaration; +declare function isVariableDeclarator( + node: object | null | undefined, + opts?: object | null +): node is VariableDeclarator; +declare function isWhileStatement( + node: object | null | undefined, + opts?: object | null +): node is WhileStatement; +declare function isWithStatement( + node: object | null | undefined, + opts?: object | null +): node is WithStatement; +declare function isAssignmentPattern( + node: object | null | undefined, + opts?: object | null +): node is AssignmentPattern; +declare function isArrayPattern( + node: object | null | undefined, + opts?: object | null +): node is ArrayPattern; +declare function isArrowFunctionExpression( + node: object | null | undefined, + opts?: object | null +): node is ArrowFunctionExpression; +declare function isClassBody( + node: object | null | undefined, + opts?: object | null +): node is ClassBody; +declare function isClassExpression( + node: object | null | undefined, + opts?: object | null +): node is ClassExpression; +declare function isClassDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ClassDeclaration; +declare function isExportAllDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ExportAllDeclaration; +declare function isExportDefaultDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ExportDefaultDeclaration; +declare function isExportNamedDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ExportNamedDeclaration; +declare function isExportSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ExportSpecifier; +declare function isForOfStatement( + node: object | null | undefined, + opts?: object | null +): node is ForOfStatement; +declare function isImportDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ImportDeclaration; +declare function isImportDefaultSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ImportDefaultSpecifier; +declare function isImportNamespaceSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ImportNamespaceSpecifier; +declare function isImportSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ImportSpecifier; +declare function isMetaProperty( + node: object | null | undefined, + opts?: object | null +): node is MetaProperty; +declare function isClassMethod( + node: object | null | undefined, + opts?: object | null +): node is ClassMethod; +declare function isObjectPattern( + node: object | null | undefined, + opts?: object | null +): node is ObjectPattern; +declare function isSpreadElement( + node: object | null | undefined, + opts?: object | null +): node is SpreadElement; +declare function isSuper( + node: object | null | undefined, + opts?: object | null +): node is Super; +declare function isTaggedTemplateExpression( + node: object | null | undefined, + opts?: object | null +): node is TaggedTemplateExpression; +declare function isTemplateElement( + node: object | null | undefined, + opts?: object | null +): node is TemplateElement; +declare function isTemplateLiteral( + node: object | null | undefined, + opts?: object | null +): node is TemplateLiteral; +declare function isYieldExpression( + node: object | null | undefined, + opts?: object | null +): node is YieldExpression; +declare function isAwaitExpression( + node: object | null | undefined, + opts?: object | null +): node is AwaitExpression; +declare function isImport( + node: object | null | undefined, + opts?: object | null +): node is Import; +declare function isBigIntLiteral( + node: object | null | undefined, + opts?: object | null +): node is BigIntLiteral; +declare function isExportNamespaceSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ExportNamespaceSpecifier; +declare function isOptionalMemberExpression( + node: object | null | undefined, + opts?: object | null +): node is OptionalMemberExpression; +declare function isOptionalCallExpression( + node: object | null | undefined, + opts?: object | null +): node is OptionalCallExpression; +declare function isClassProperty( + node: object | null | undefined, + opts?: object | null +): node is ClassProperty; +declare function isClassAccessorProperty( + node: object | null | undefined, + opts?: object | null +): node is ClassAccessorProperty; +declare function isClassPrivateProperty( + node: object | null | undefined, + opts?: object | null +): node is ClassPrivateProperty; +declare function isClassPrivateMethod( + node: object | null | undefined, + opts?: object | null +): node is ClassPrivateMethod; +declare function isPrivateName( + node: object | null | undefined, + opts?: object | null +): node is PrivateName; +declare function isStaticBlock( + node: object | null | undefined, + opts?: object | null +): node is StaticBlock; +declare function isAnyTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is AnyTypeAnnotation; +declare function isArrayTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is ArrayTypeAnnotation; +declare function isBooleanTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is BooleanTypeAnnotation; +declare function isBooleanLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is BooleanLiteralTypeAnnotation; +declare function isNullLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is NullLiteralTypeAnnotation; +declare function isClassImplements( + node: object | null | undefined, + opts?: object | null +): node is ClassImplements; +declare function isDeclareClass( + node: object | null | undefined, + opts?: object | null +): node is DeclareClass; +declare function isDeclareFunction( + node: object | null | undefined, + opts?: object | null +): node is DeclareFunction; +declare function isDeclareInterface( + node: object | null | undefined, + opts?: object | null +): node is DeclareInterface; +declare function isDeclareModule( + node: object | null | undefined, + opts?: object | null +): node is DeclareModule; +declare function isDeclareModuleExports( + node: object | null | undefined, + opts?: object | null +): node is DeclareModuleExports; +declare function isDeclareTypeAlias( + node: object | null | undefined, + opts?: object | null +): node is DeclareTypeAlias; +declare function isDeclareOpaqueType( + node: object | null | undefined, + opts?: object | null +): node is DeclareOpaqueType; +declare function isDeclareVariable( + node: object | null | undefined, + opts?: object | null +): node is DeclareVariable; +declare function isDeclareExportDeclaration( + node: object | null | undefined, + opts?: object | null +): node is DeclareExportDeclaration; +declare function isDeclareExportAllDeclaration( + node: object | null | undefined, + opts?: object | null +): node is DeclareExportAllDeclaration; +declare function isDeclaredPredicate( + node: object | null | undefined, + opts?: object | null +): node is DeclaredPredicate; +declare function isExistsTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is ExistsTypeAnnotation; +declare function isFunctionTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is FunctionTypeAnnotation; +declare function isFunctionTypeParam( + node: object | null | undefined, + opts?: object | null +): node is FunctionTypeParam; +declare function isGenericTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is GenericTypeAnnotation; +declare function isInferredPredicate( + node: object | null | undefined, + opts?: object | null +): node is InferredPredicate; +declare function isInterfaceExtends( + node: object | null | undefined, + opts?: object | null +): node is InterfaceExtends; +declare function isInterfaceDeclaration( + node: object | null | undefined, + opts?: object | null +): node is InterfaceDeclaration; +declare function isInterfaceTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is InterfaceTypeAnnotation; +declare function isIntersectionTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is IntersectionTypeAnnotation; +declare function isMixedTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is MixedTypeAnnotation; +declare function isEmptyTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is EmptyTypeAnnotation; +declare function isNullableTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is NullableTypeAnnotation; +declare function isNumberLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is NumberLiteralTypeAnnotation; +declare function isNumberTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is NumberTypeAnnotation; +declare function isObjectTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is ObjectTypeAnnotation; +declare function isObjectTypeInternalSlot( + node: object | null | undefined, + opts?: object | null +): node is ObjectTypeInternalSlot; +declare function isObjectTypeCallProperty( + node: object | null | undefined, + opts?: object | null +): node is ObjectTypeCallProperty; +declare function isObjectTypeIndexer( + node: object | null | undefined, + opts?: object | null +): node is ObjectTypeIndexer; +declare function isObjectTypeProperty( + node: object | null | undefined, + opts?: object | null +): node is ObjectTypeProperty; +declare function isObjectTypeSpreadProperty( + node: object | null | undefined, + opts?: object | null +): node is ObjectTypeSpreadProperty; +declare function isOpaqueType( + node: object | null | undefined, + opts?: object | null +): node is OpaqueType; +declare function isQualifiedTypeIdentifier( + node: object | null | undefined, + opts?: object | null +): node is QualifiedTypeIdentifier; +declare function isStringLiteralTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is StringLiteralTypeAnnotation; +declare function isStringTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is StringTypeAnnotation; +declare function isSymbolTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is SymbolTypeAnnotation; +declare function isThisTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is ThisTypeAnnotation; +declare function isTupleTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is TupleTypeAnnotation; +declare function isTypeofTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is TypeofTypeAnnotation; +declare function isTypeAlias( + node: object | null | undefined, + opts?: object | null +): node is TypeAlias; +declare function isTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is TypeAnnotation; +declare function isTypeCastExpression( + node: object | null | undefined, + opts?: object | null +): node is TypeCastExpression; +declare function isTypeParameter( + node: object | null | undefined, + opts?: object | null +): node is TypeParameter; +declare function isTypeParameterDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TypeParameterDeclaration; +declare function isTypeParameterInstantiation( + node: object | null | undefined, + opts?: object | null +): node is TypeParameterInstantiation; +declare function isUnionTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is UnionTypeAnnotation; +declare function isVariance( + node: object | null | undefined, + opts?: object | null +): node is Variance; +declare function isVoidTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is VoidTypeAnnotation; +declare function isEnumDeclaration( + node: object | null | undefined, + opts?: object | null +): node is EnumDeclaration; +declare function isEnumBooleanBody( + node: object | null | undefined, + opts?: object | null +): node is EnumBooleanBody; +declare function isEnumNumberBody( + node: object | null | undefined, + opts?: object | null +): node is EnumNumberBody; +declare function isEnumStringBody( + node: object | null | undefined, + opts?: object | null +): node is EnumStringBody; +declare function isEnumSymbolBody( + node: object | null | undefined, + opts?: object | null +): node is EnumSymbolBody; +declare function isEnumBooleanMember( + node: object | null | undefined, + opts?: object | null +): node is EnumBooleanMember; +declare function isEnumNumberMember( + node: object | null | undefined, + opts?: object | null +): node is EnumNumberMember; +declare function isEnumStringMember( + node: object | null | undefined, + opts?: object | null +): node is EnumStringMember; +declare function isEnumDefaultedMember( + node: object | null | undefined, + opts?: object | null +): node is EnumDefaultedMember; +declare function isIndexedAccessType( + node: object | null | undefined, + opts?: object | null +): node is IndexedAccessType; +declare function isOptionalIndexedAccessType( + node: object | null | undefined, + opts?: object | null +): node is OptionalIndexedAccessType; +declare function isJSXAttribute( + node: object | null | undefined, + opts?: object | null +): node is JSXAttribute; +declare function isJSXClosingElement( + node: object | null | undefined, + opts?: object | null +): node is JSXClosingElement; +declare function isJSXElement( + node: object | null | undefined, + opts?: object | null +): node is JSXElement; +declare function isJSXEmptyExpression( + node: object | null | undefined, + opts?: object | null +): node is JSXEmptyExpression; +declare function isJSXExpressionContainer( + node: object | null | undefined, + opts?: object | null +): node is JSXExpressionContainer; +declare function isJSXSpreadChild( + node: object | null | undefined, + opts?: object | null +): node is JSXSpreadChild; +declare function isJSXIdentifier( + node: object | null | undefined, + opts?: object | null +): node is JSXIdentifier; +declare function isJSXMemberExpression( + node: object | null | undefined, + opts?: object | null +): node is JSXMemberExpression; +declare function isJSXNamespacedName( + node: object | null | undefined, + opts?: object | null +): node is JSXNamespacedName; +declare function isJSXOpeningElement( + node: object | null | undefined, + opts?: object | null +): node is JSXOpeningElement; +declare function isJSXSpreadAttribute( + node: object | null | undefined, + opts?: object | null +): node is JSXSpreadAttribute; +declare function isJSXText( + node: object | null | undefined, + opts?: object | null +): node is JSXText; +declare function isJSXFragment( + node: object | null | undefined, + opts?: object | null +): node is JSXFragment; +declare function isJSXOpeningFragment( + node: object | null | undefined, + opts?: object | null +): node is JSXOpeningFragment; +declare function isJSXClosingFragment( + node: object | null | undefined, + opts?: object | null +): node is JSXClosingFragment; +declare function isNoop( + node: object | null | undefined, + opts?: object | null +): node is Noop; +declare function isPlaceholder( + node: object | null | undefined, + opts?: object | null +): node is Placeholder; +declare function isV8IntrinsicIdentifier( + node: object | null | undefined, + opts?: object | null +): node is V8IntrinsicIdentifier; +declare function isArgumentPlaceholder( + node: object | null | undefined, + opts?: object | null +): node is ArgumentPlaceholder; +declare function isBindExpression( + node: object | null | undefined, + opts?: object | null +): node is BindExpression; +declare function isImportAttribute( + node: object | null | undefined, + opts?: object | null +): node is ImportAttribute; +declare function isDecorator( + node: object | null | undefined, + opts?: object | null +): node is Decorator; +declare function isDoExpression( + node: object | null | undefined, + opts?: object | null +): node is DoExpression; +declare function isExportDefaultSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ExportDefaultSpecifier; +declare function isRecordExpression( + node: object | null | undefined, + opts?: object | null +): node is RecordExpression; +declare function isTupleExpression( + node: object | null | undefined, + opts?: object | null +): node is TupleExpression; +declare function isDecimalLiteral( + node: object | null | undefined, + opts?: object | null +): node is DecimalLiteral; +declare function isModuleExpression( + node: object | null | undefined, + opts?: object | null +): node is ModuleExpression; +declare function isTopicReference( + node: object | null | undefined, + opts?: object | null +): node is TopicReference; +declare function isPipelineTopicExpression( + node: object | null | undefined, + opts?: object | null +): node is PipelineTopicExpression; +declare function isPipelineBareFunction( + node: object | null | undefined, + opts?: object | null +): node is PipelineBareFunction; +declare function isPipelinePrimaryTopicReference( + node: object | null | undefined, + opts?: object | null +): node is PipelinePrimaryTopicReference; +declare function isTSParameterProperty( + node: object | null | undefined, + opts?: object | null +): node is TSParameterProperty; +declare function isTSDeclareFunction( + node: object | null | undefined, + opts?: object | null +): node is TSDeclareFunction; +declare function isTSDeclareMethod( + node: object | null | undefined, + opts?: object | null +): node is TSDeclareMethod; +declare function isTSQualifiedName( + node: object | null | undefined, + opts?: object | null +): node is TSQualifiedName; +declare function isTSCallSignatureDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSCallSignatureDeclaration; +declare function isTSConstructSignatureDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSConstructSignatureDeclaration; +declare function isTSPropertySignature( + node: object | null | undefined, + opts?: object | null +): node is TSPropertySignature; +declare function isTSMethodSignature( + node: object | null | undefined, + opts?: object | null +): node is TSMethodSignature; +declare function isTSIndexSignature( + node: object | null | undefined, + opts?: object | null +): node is TSIndexSignature; +declare function isTSAnyKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSAnyKeyword; +declare function isTSBooleanKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSBooleanKeyword; +declare function isTSBigIntKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSBigIntKeyword; +declare function isTSIntrinsicKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSIntrinsicKeyword; +declare function isTSNeverKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSNeverKeyword; +declare function isTSNullKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSNullKeyword; +declare function isTSNumberKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSNumberKeyword; +declare function isTSObjectKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSObjectKeyword; +declare function isTSStringKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSStringKeyword; +declare function isTSSymbolKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSSymbolKeyword; +declare function isTSUndefinedKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSUndefinedKeyword; +declare function isTSUnknownKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSUnknownKeyword; +declare function isTSVoidKeyword( + node: object | null | undefined, + opts?: object | null +): node is TSVoidKeyword; +declare function isTSThisType( + node: object | null | undefined, + opts?: object | null +): node is TSThisType; +declare function isTSFunctionType( + node: object | null | undefined, + opts?: object | null +): node is TSFunctionType; +declare function isTSConstructorType( + node: object | null | undefined, + opts?: object | null +): node is TSConstructorType; +declare function isTSTypeReference( + node: object | null | undefined, + opts?: object | null +): node is TSTypeReference; +declare function isTSTypePredicate( + node: object | null | undefined, + opts?: object | null +): node is TSTypePredicate; +declare function isTSTypeQuery( + node: object | null | undefined, + opts?: object | null +): node is TSTypeQuery; +declare function isTSTypeLiteral( + node: object | null | undefined, + opts?: object | null +): node is TSTypeLiteral; +declare function isTSArrayType( + node: object | null | undefined, + opts?: object | null +): node is TSArrayType; +declare function isTSTupleType( + node: object | null | undefined, + opts?: object | null +): node is TSTupleType; +declare function isTSOptionalType( + node: object | null | undefined, + opts?: object | null +): node is TSOptionalType; +declare function isTSRestType( + node: object | null | undefined, + opts?: object | null +): node is TSRestType; +declare function isTSNamedTupleMember( + node: object | null | undefined, + opts?: object | null +): node is TSNamedTupleMember; +declare function isTSUnionType( + node: object | null | undefined, + opts?: object | null +): node is TSUnionType; +declare function isTSIntersectionType( + node: object | null | undefined, + opts?: object | null +): node is TSIntersectionType; +declare function isTSConditionalType( + node: object | null | undefined, + opts?: object | null +): node is TSConditionalType; +declare function isTSInferType( + node: object | null | undefined, + opts?: object | null +): node is TSInferType; +declare function isTSParenthesizedType( + node: object | null | undefined, + opts?: object | null +): node is TSParenthesizedType; +declare function isTSTypeOperator( + node: object | null | undefined, + opts?: object | null +): node is TSTypeOperator; +declare function isTSIndexedAccessType( + node: object | null | undefined, + opts?: object | null +): node is TSIndexedAccessType; +declare function isTSMappedType( + node: object | null | undefined, + opts?: object | null +): node is TSMappedType; +declare function isTSLiteralType( + node: object | null | undefined, + opts?: object | null +): node is TSLiteralType; +declare function isTSExpressionWithTypeArguments( + node: object | null | undefined, + opts?: object | null +): node is TSExpressionWithTypeArguments; +declare function isTSInterfaceDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSInterfaceDeclaration; +declare function isTSInterfaceBody( + node: object | null | undefined, + opts?: object | null +): node is TSInterfaceBody; +declare function isTSTypeAliasDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSTypeAliasDeclaration; +declare function isTSInstantiationExpression( + node: object | null | undefined, + opts?: object | null +): node is TSInstantiationExpression; +declare function isTSAsExpression( + node: object | null | undefined, + opts?: object | null +): node is TSAsExpression; +declare function isTSTypeAssertion( + node: object | null | undefined, + opts?: object | null +): node is TSTypeAssertion; +declare function isTSEnumDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSEnumDeclaration; +declare function isTSEnumMember( + node: object | null | undefined, + opts?: object | null +): node is TSEnumMember; +declare function isTSModuleDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSModuleDeclaration; +declare function isTSModuleBlock( + node: object | null | undefined, + opts?: object | null +): node is TSModuleBlock; +declare function isTSImportType( + node: object | null | undefined, + opts?: object | null +): node is TSImportType; +declare function isTSImportEqualsDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSImportEqualsDeclaration; +declare function isTSExternalModuleReference( + node: object | null | undefined, + opts?: object | null +): node is TSExternalModuleReference; +declare function isTSNonNullExpression( + node: object | null | undefined, + opts?: object | null +): node is TSNonNullExpression; +declare function isTSExportAssignment( + node: object | null | undefined, + opts?: object | null +): node is TSExportAssignment; +declare function isTSNamespaceExportDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSNamespaceExportDeclaration; +declare function isTSTypeAnnotation( + node: object | null | undefined, + opts?: object | null +): node is TSTypeAnnotation; +declare function isTSTypeParameterInstantiation( + node: object | null | undefined, + opts?: object | null +): node is TSTypeParameterInstantiation; +declare function isTSTypeParameterDeclaration( + node: object | null | undefined, + opts?: object | null +): node is TSTypeParameterDeclaration; +declare function isTSTypeParameter( + node: object | null | undefined, + opts?: object | null +): node is TSTypeParameter; +declare function isStandardized( + node: object | null | undefined, + opts?: object | null +): node is Standardized; +declare function isExpression( + node: object | null | undefined, + opts?: object | null +): node is Expression; +declare function isBinary( + node: object | null | undefined, + opts?: object | null +): node is Binary; +declare function isScopable( + node: object | null | undefined, + opts?: object | null +): node is Scopable; +declare function isBlockParent( + node: object | null | undefined, + opts?: object | null +): node is BlockParent; +declare function isBlock( + node: object | null | undefined, + opts?: object | null +): node is Block; +declare function isStatement( + node: object | null | undefined, + opts?: object | null +): node is Statement; +declare function isTerminatorless( + node: object | null | undefined, + opts?: object | null +): node is Terminatorless; +declare function isCompletionStatement( + node: object | null | undefined, + opts?: object | null +): node is CompletionStatement; +declare function isConditional( + node: object | null | undefined, + opts?: object | null +): node is Conditional; +declare function isLoop( + node: object | null | undefined, + opts?: object | null +): node is Loop; +declare function isWhile( + node: object | null | undefined, + opts?: object | null +): node is While; +declare function isExpressionWrapper( + node: object | null | undefined, + opts?: object | null +): node is ExpressionWrapper; +declare function isFor( + node: object | null | undefined, + opts?: object | null +): node is For; +declare function isForXStatement( + node: object | null | undefined, + opts?: object | null +): node is ForXStatement; +declare function isFunction( + node: object | null | undefined, + opts?: object | null +): node is Function; +declare function isFunctionParent( + node: object | null | undefined, + opts?: object | null +): node is FunctionParent; +declare function isPureish( + node: object | null | undefined, + opts?: object | null +): node is Pureish; +declare function isDeclaration( + node: object | null | undefined, + opts?: object | null +): node is Declaration; +declare function isPatternLike( + node: object | null | undefined, + opts?: object | null +): node is PatternLike; +declare function isLVal( + node: object | null | undefined, + opts?: object | null +): node is LVal; +declare function isTSEntityName( + node: object | null | undefined, + opts?: object | null +): node is TSEntityName; +declare function isLiteral( + node: object | null | undefined, + opts?: object | null +): node is Literal; +declare function isUserWhitespacable( + node: object | null | undefined, + opts?: object | null +): node is UserWhitespacable; +declare function isMethod( + node: object | null | undefined, + opts?: object | null +): node is Method; +declare function isObjectMember( + node: object | null | undefined, + opts?: object | null +): node is ObjectMember; +declare function isProperty( + node: object | null | undefined, + opts?: object | null +): node is Property; +declare function isUnaryLike( + node: object | null | undefined, + opts?: object | null +): node is UnaryLike; +declare function isPattern( + node: object | null | undefined, + opts?: object | null +): node is Pattern; +declare function isClass( + node: object | null | undefined, + opts?: object | null +): node is Class; +declare function isModuleDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ModuleDeclaration; +declare function isExportDeclaration( + node: object | null | undefined, + opts?: object | null +): node is ExportDeclaration; +declare function isModuleSpecifier( + node: object | null | undefined, + opts?: object | null +): node is ModuleSpecifier; +declare function isAccessor( + node: object | null | undefined, + opts?: object | null +): node is Accessor; +declare function isPrivate( + node: object | null | undefined, + opts?: object | null +): node is Private; +declare function isFlow( + node: object | null | undefined, + opts?: object | null +): node is Flow; +declare function isFlowType( + node: object | null | undefined, + opts?: object | null +): node is FlowType; +declare function isFlowBaseAnnotation( + node: object | null | undefined, + opts?: object | null +): node is FlowBaseAnnotation; +declare function isFlowDeclaration( + node: object | null | undefined, + opts?: object | null +): node is FlowDeclaration; +declare function isFlowPredicate( + node: object | null | undefined, + opts?: object | null +): node is FlowPredicate; +declare function isEnumBody( + node: object | null | undefined, + opts?: object | null +): node is EnumBody; +declare function isEnumMember( + node: object | null | undefined, + opts?: object | null +): node is EnumMember; +declare function isJSX( + node: object | null | undefined, + opts?: object | null +): node is JSX; +declare function isMiscellaneous( + node: object | null | undefined, + opts?: object | null +): node is Miscellaneous; +declare function isTypeScript( + node: object | null | undefined, + opts?: object | null +): node is TypeScript; +declare function isTSTypeElement( + node: object | null | undefined, + opts?: object | null +): node is TSTypeElement; +declare function isTSType( + node: object | null | undefined, + opts?: object | null +): node is TSType; +declare function isTSBaseType( + node: object | null | undefined, + opts?: object | null +): node is TSBaseType; +declare function isNumberLiteral( + node: object | null | undefined, + opts?: object | null +): boolean; +declare function isRegexLiteral( + node: object | null | undefined, + opts?: object | null +): boolean; +declare function isRestProperty( + node: object | null | undefined, + opts?: object | null +): boolean; +declare function isSpreadProperty( + node: object | null | undefined, + opts?: object | null +): boolean; declare const react: { - isReactComponent: (member: Node) => boolean; - isCompatTag: typeof isCompatTag; - buildChildren: typeof buildChildren; + isReactComponent: (member: Node) => boolean; + isCompatTag: typeof isCompatTag; + buildChildren: typeof buildChildren; }; -export { ACCESSOR_TYPES, ALIAS_KEYS, ASSIGNMENT_OPERATORS, Accessor, Aliases, AnyTypeAnnotation, ArgumentPlaceholder, ArrayExpression, ArrayPattern, ArrayTypeAnnotation, ArrowFunctionExpression, AssignmentExpression, AssignmentPattern, AwaitExpression, BINARY_OPERATORS, BINARY_TYPES, BLOCKPARENT_TYPES, BLOCK_SCOPED_SYMBOL, BLOCK_TYPES, BOOLEAN_BINARY_OPERATORS, BOOLEAN_NUMBER_BINARY_OPERATORS, BOOLEAN_UNARY_OPERATORS, BUILDER_KEYS, BigIntLiteral, Binary, BinaryExpression, BindExpression, Block, BlockParent, BlockStatement, BooleanLiteral, BooleanLiteralTypeAnnotation, BooleanTypeAnnotation, BreakStatement, CLASS_TYPES, COMMENT_KEYS, COMPARISON_BINARY_OPERATORS, COMPLETIONSTATEMENT_TYPES, CONDITIONAL_TYPES, CallExpression, CatchClause, Class, ClassAccessorProperty, ClassBody, ClassDeclaration, ClassExpression, ClassImplements, ClassMethod, ClassPrivateMethod, ClassPrivateProperty, ClassProperty, Comment, CommentBlock, CommentLine, CommentTypeShorthand, CompletionStatement, Conditional, ConditionalExpression, ContinueStatement, DECLARATION_TYPES, DEPRECATED_KEYS, DebuggerStatement, DecimalLiteral, Declaration, DeclareClass, DeclareExportAllDeclaration, DeclareExportDeclaration, DeclareFunction, DeclareInterface, DeclareModule, DeclareModuleExports, DeclareOpaqueType, DeclareTypeAlias, DeclareVariable, DeclaredPredicate, Decorator, DeprecatedAliases, Directive, DirectiveLiteral, DoExpression, DoWhileStatement, ENUMBODY_TYPES, ENUMMEMBER_TYPES, EQUALITY_BINARY_OPERATORS, EXPORTDECLARATION_TYPES, EXPRESSIONWRAPPER_TYPES, EXPRESSION_TYPES, EmptyStatement, EmptyTypeAnnotation, EnumBody, EnumBooleanBody, EnumBooleanMember, EnumDeclaration, EnumDefaultedMember, EnumMember, EnumNumberBody, EnumNumberMember, EnumStringBody, EnumStringMember, EnumSymbolBody, ExistsTypeAnnotation, ExportAllDeclaration, ExportDeclaration, ExportDefaultDeclaration, ExportDefaultSpecifier, ExportNamedDeclaration, ExportNamespaceSpecifier, ExportSpecifier, Expression, ExpressionStatement, ExpressionWrapper, FLATTENABLE_KEYS, FLIPPED_ALIAS_KEYS, FLOWBASEANNOTATION_TYPES, FLOWDECLARATION_TYPES, FLOWPREDICATE_TYPES, FLOWTYPE_TYPES, FLOW_TYPES, FORXSTATEMENT_TYPES, FOR_INIT_KEYS, FOR_TYPES, FUNCTIONPARENT_TYPES, FUNCTION_TYPES, FieldOptions, File, Flow, FlowBaseAnnotation, FlowDeclaration, FlowPredicate, FlowType, For, ForInStatement, ForOfStatement, ForStatement, ForXStatement, Function, FunctionDeclaration, FunctionExpression, FunctionParent, FunctionTypeAnnotation, FunctionTypeParam, GenericTypeAnnotation, IMMUTABLE_TYPES, INHERIT_KEYS, Identifier, IfStatement, Immutable, Import, ImportAttribute, ImportDeclaration, ImportDefaultSpecifier, ImportNamespaceSpecifier, ImportSpecifier, IndexedAccessType, InferredPredicate, InterfaceDeclaration, InterfaceExtends, InterfaceTypeAnnotation, InterpreterDirective, IntersectionTypeAnnotation, JSX, JSXAttribute, JSXClosingElement, JSXClosingFragment, JSXElement, JSXEmptyExpression, JSXExpressionContainer, JSXFragment, JSXIdentifier, JSXMemberExpression, JSXNamespacedName, JSXOpeningElement, JSXOpeningFragment, JSXSpreadAttribute, JSXSpreadChild, JSXText, JSX_TYPES, LITERAL_TYPES, LOGICAL_OPERATORS, LOOP_TYPES, LVAL_TYPES, LVal, LabeledStatement, Literal, LogicalExpression, Loop, METHOD_TYPES, MISCELLANEOUS_TYPES, MODULEDECLARATION_TYPES, MODULESPECIFIER_TYPES, MemberExpression, MetaProperty, Method, Miscellaneous, MixedTypeAnnotation, ModuleDeclaration, ModuleExpression, ModuleSpecifier, NODE_FIELDS, NODE_PARENT_VALIDATIONS, NOT_LOCAL_BINDING, NUMBER_BINARY_OPERATORS, NUMBER_UNARY_OPERATORS, NewExpression, Node, Noop, NullLiteral, NullLiteralTypeAnnotation, NullableTypeAnnotation, NumberLiteral$1 as NumberLiteral, NumberLiteralTypeAnnotation, NumberTypeAnnotation, NumericLiteral, OBJECTMEMBER_TYPES, ObjectExpression, ObjectMember, ObjectMethod, ObjectPattern, ObjectProperty, ObjectTypeAnnotation, ObjectTypeCallProperty, ObjectTypeIndexer, ObjectTypeInternalSlot, ObjectTypeProperty, ObjectTypeSpreadProperty, OpaqueType, OptionalCallExpression, OptionalIndexedAccessType, OptionalMemberExpression, PATTERNLIKE_TYPES, PATTERN_TYPES, PLACEHOLDERS, PLACEHOLDERS_ALIAS, PLACEHOLDERS_FLIPPED_ALIAS, PRIVATE_TYPES, PROPERTY_TYPES, PUREISH_TYPES, ParentMaps, ParenthesizedExpression, Pattern, PatternLike, PipelineBareFunction, PipelinePrimaryTopicReference, PipelineTopicExpression, Placeholder, Private, PrivateName, Program, Property, Pureish, QualifiedTypeIdentifier, RecordExpression, RegExpLiteral, RegexLiteral$1 as RegexLiteral, Options as RemovePropertiesOptions, RestElement, RestProperty$1 as RestProperty, ReturnStatement, SCOPABLE_TYPES, STANDARDIZED_TYPES, STATEMENT_OR_BLOCK_KEYS, STATEMENT_TYPES, STRING_UNARY_OPERATORS, Scopable, SequenceExpression, SourceLocation, SpreadElement, SpreadProperty$1 as SpreadProperty, Standardized, Statement, StaticBlock, StringLiteral, StringLiteralTypeAnnotation, StringTypeAnnotation, Super, SwitchCase, SwitchStatement, SymbolTypeAnnotation, TERMINATORLESS_TYPES, TSAnyKeyword, TSArrayType, TSAsExpression, TSBASETYPE_TYPES, TSBaseType, TSBigIntKeyword, TSBooleanKeyword, TSCallSignatureDeclaration, TSConditionalType, TSConstructSignatureDeclaration, TSConstructorType, TSDeclareFunction, TSDeclareMethod, TSENTITYNAME_TYPES, TSEntityName, TSEnumDeclaration, TSEnumMember, TSExportAssignment, TSExpressionWithTypeArguments, TSExternalModuleReference, TSFunctionType, TSImportEqualsDeclaration, TSImportType, TSIndexSignature, TSIndexedAccessType, TSInferType, TSInstantiationExpression, TSInterfaceBody, TSInterfaceDeclaration, TSIntersectionType, TSIntrinsicKeyword, TSLiteralType, TSMappedType, TSMethodSignature, TSModuleBlock, TSModuleDeclaration, TSNamedTupleMember, TSNamespaceExportDeclaration, TSNeverKeyword, TSNonNullExpression, TSNullKeyword, TSNumberKeyword, TSObjectKeyword, TSOptionalType, TSParameterProperty, TSParenthesizedType, TSPropertySignature, TSQualifiedName, TSRestType, TSStringKeyword, TSSymbolKeyword, TSTYPEELEMENT_TYPES, TSTYPE_TYPES, TSThisType, TSTupleType, TSType, TSTypeAliasDeclaration, TSTypeAnnotation, TSTypeAssertion, TSTypeElement, TSTypeLiteral, TSTypeOperator, TSTypeParameter, TSTypeParameterDeclaration, TSTypeParameterInstantiation, TSTypePredicate, TSTypeQuery, TSTypeReference, TSUndefinedKeyword, TSUnionType, TSUnknownKeyword, TSVoidKeyword, TYPES, TYPESCRIPT_TYPES, TaggedTemplateExpression, TemplateElement, TemplateLiteral, Terminatorless, ThisExpression, ThisTypeAnnotation, ThrowStatement, TopicReference, TraversalAncestors, TraversalHandler, TraversalHandlers, TryStatement, TupleExpression, TupleTypeAnnotation, TypeAlias, TypeAnnotation, TypeCastExpression, TypeParameter, TypeParameterDeclaration, TypeParameterInstantiation, TypeScript, TypeofTypeAnnotation, UNARYLIKE_TYPES, UNARY_OPERATORS, UPDATE_OPERATORS, USERWHITESPACABLE_TYPES, UnaryExpression, UnaryLike, UnionTypeAnnotation, UpdateExpression, UserWhitespacable, V8IntrinsicIdentifier, VISITOR_KEYS, VariableDeclaration, VariableDeclarator, Variance, VoidTypeAnnotation, WHILE_TYPES, While, WhileStatement, WithStatement, YieldExpression, addComment, addComments, anyTypeAnnotation, appendToMemberExpression, argumentPlaceholder, arrayExpression, arrayPattern, arrayTypeAnnotation, arrowFunctionExpression, assertAccessor, assertAnyTypeAnnotation, assertArgumentPlaceholder, assertArrayExpression, assertArrayPattern, assertArrayTypeAnnotation, assertArrowFunctionExpression, assertAssignmentExpression, assertAssignmentPattern, assertAwaitExpression, assertBigIntLiteral, assertBinary, assertBinaryExpression, assertBindExpression, assertBlock, assertBlockParent, assertBlockStatement, assertBooleanLiteral, assertBooleanLiteralTypeAnnotation, assertBooleanTypeAnnotation, assertBreakStatement, assertCallExpression, assertCatchClause, assertClass, assertClassAccessorProperty, assertClassBody, assertClassDeclaration, assertClassExpression, assertClassImplements, assertClassMethod, assertClassPrivateMethod, assertClassPrivateProperty, assertClassProperty, assertCompletionStatement, assertConditional, assertConditionalExpression, assertContinueStatement, assertDebuggerStatement, assertDecimalLiteral, assertDeclaration, assertDeclareClass, assertDeclareExportAllDeclaration, assertDeclareExportDeclaration, assertDeclareFunction, assertDeclareInterface, assertDeclareModule, assertDeclareModuleExports, assertDeclareOpaqueType, assertDeclareTypeAlias, assertDeclareVariable, assertDeclaredPredicate, assertDecorator, assertDirective, assertDirectiveLiteral, assertDoExpression, assertDoWhileStatement, assertEmptyStatement, assertEmptyTypeAnnotation, assertEnumBody, assertEnumBooleanBody, assertEnumBooleanMember, assertEnumDeclaration, assertEnumDefaultedMember, assertEnumMember, assertEnumNumberBody, assertEnumNumberMember, assertEnumStringBody, assertEnumStringMember, assertEnumSymbolBody, assertExistsTypeAnnotation, assertExportAllDeclaration, assertExportDeclaration, assertExportDefaultDeclaration, assertExportDefaultSpecifier, assertExportNamedDeclaration, assertExportNamespaceSpecifier, assertExportSpecifier, assertExpression, assertExpressionStatement, assertExpressionWrapper, assertFile, assertFlow, assertFlowBaseAnnotation, assertFlowDeclaration, assertFlowPredicate, assertFlowType, assertFor, assertForInStatement, assertForOfStatement, assertForStatement, assertForXStatement, assertFunction, assertFunctionDeclaration, assertFunctionExpression, assertFunctionParent, assertFunctionTypeAnnotation, assertFunctionTypeParam, assertGenericTypeAnnotation, assertIdentifier, assertIfStatement, assertImmutable, assertImport, assertImportAttribute, assertImportDeclaration, assertImportDefaultSpecifier, assertImportNamespaceSpecifier, assertImportSpecifier, assertIndexedAccessType, assertInferredPredicate, assertInterfaceDeclaration, assertInterfaceExtends, assertInterfaceTypeAnnotation, assertInterpreterDirective, assertIntersectionTypeAnnotation, assertJSX, assertJSXAttribute, assertJSXClosingElement, assertJSXClosingFragment, assertJSXElement, assertJSXEmptyExpression, assertJSXExpressionContainer, assertJSXFragment, assertJSXIdentifier, assertJSXMemberExpression, assertJSXNamespacedName, assertJSXOpeningElement, assertJSXOpeningFragment, assertJSXSpreadAttribute, assertJSXSpreadChild, assertJSXText, assertLVal, assertLabeledStatement, assertLiteral, assertLogicalExpression, assertLoop, assertMemberExpression, assertMetaProperty, assertMethod, assertMiscellaneous, assertMixedTypeAnnotation, assertModuleDeclaration, assertModuleExpression, assertModuleSpecifier, assertNewExpression, assertNode, assertNoop, assertNullLiteral, assertNullLiteralTypeAnnotation, assertNullableTypeAnnotation, assertNumberLiteral, assertNumberLiteralTypeAnnotation, assertNumberTypeAnnotation, assertNumericLiteral, assertObjectExpression, assertObjectMember, assertObjectMethod, assertObjectPattern, assertObjectProperty, assertObjectTypeAnnotation, assertObjectTypeCallProperty, assertObjectTypeIndexer, assertObjectTypeInternalSlot, assertObjectTypeProperty, assertObjectTypeSpreadProperty, assertOpaqueType, assertOptionalCallExpression, assertOptionalIndexedAccessType, assertOptionalMemberExpression, assertParenthesizedExpression, assertPattern, assertPatternLike, assertPipelineBareFunction, assertPipelinePrimaryTopicReference, assertPipelineTopicExpression, assertPlaceholder, assertPrivate, assertPrivateName, assertProgram, assertProperty, assertPureish, assertQualifiedTypeIdentifier, assertRecordExpression, assertRegExpLiteral, assertRegexLiteral, assertRestElement, assertRestProperty, assertReturnStatement, assertScopable, assertSequenceExpression, assertSpreadElement, assertSpreadProperty, assertStandardized, assertStatement, assertStaticBlock, assertStringLiteral, assertStringLiteralTypeAnnotation, assertStringTypeAnnotation, assertSuper, assertSwitchCase, assertSwitchStatement, assertSymbolTypeAnnotation, assertTSAnyKeyword, assertTSArrayType, assertTSAsExpression, assertTSBaseType, assertTSBigIntKeyword, assertTSBooleanKeyword, assertTSCallSignatureDeclaration, assertTSConditionalType, assertTSConstructSignatureDeclaration, assertTSConstructorType, assertTSDeclareFunction, assertTSDeclareMethod, assertTSEntityName, assertTSEnumDeclaration, assertTSEnumMember, assertTSExportAssignment, assertTSExpressionWithTypeArguments, assertTSExternalModuleReference, assertTSFunctionType, assertTSImportEqualsDeclaration, assertTSImportType, assertTSIndexSignature, assertTSIndexedAccessType, assertTSInferType, assertTSInstantiationExpression, assertTSInterfaceBody, assertTSInterfaceDeclaration, assertTSIntersectionType, assertTSIntrinsicKeyword, assertTSLiteralType, assertTSMappedType, assertTSMethodSignature, assertTSModuleBlock, assertTSModuleDeclaration, assertTSNamedTupleMember, assertTSNamespaceExportDeclaration, assertTSNeverKeyword, assertTSNonNullExpression, assertTSNullKeyword, assertTSNumberKeyword, assertTSObjectKeyword, assertTSOptionalType, assertTSParameterProperty, assertTSParenthesizedType, assertTSPropertySignature, assertTSQualifiedName, assertTSRestType, assertTSStringKeyword, assertTSSymbolKeyword, assertTSThisType, assertTSTupleType, assertTSType, assertTSTypeAliasDeclaration, assertTSTypeAnnotation, assertTSTypeAssertion, assertTSTypeElement, assertTSTypeLiteral, assertTSTypeOperator, assertTSTypeParameter, assertTSTypeParameterDeclaration, assertTSTypeParameterInstantiation, assertTSTypePredicate, assertTSTypeQuery, assertTSTypeReference, assertTSUndefinedKeyword, assertTSUnionType, assertTSUnknownKeyword, assertTSVoidKeyword, assertTaggedTemplateExpression, assertTemplateElement, assertTemplateLiteral, assertTerminatorless, assertThisExpression, assertThisTypeAnnotation, assertThrowStatement, assertTopicReference, assertTryStatement, assertTupleExpression, assertTupleTypeAnnotation, assertTypeAlias, assertTypeAnnotation, assertTypeCastExpression, assertTypeParameter, assertTypeParameterDeclaration, assertTypeParameterInstantiation, assertTypeScript, assertTypeofTypeAnnotation, assertUnaryExpression, assertUnaryLike, assertUnionTypeAnnotation, assertUpdateExpression, assertUserWhitespacable, assertV8IntrinsicIdentifier, assertVariableDeclaration, assertVariableDeclarator, assertVariance, assertVoidTypeAnnotation, assertWhile, assertWhileStatement, assertWithStatement, assertYieldExpression, assignmentExpression, assignmentPattern, awaitExpression, bigIntLiteral, binaryExpression, bindExpression, blockStatement, booleanLiteral, booleanLiteralTypeAnnotation, booleanTypeAnnotation, breakStatement, buildMatchMemberExpression, callExpression, catchClause, classAccessorProperty, classBody, classDeclaration, classExpression, classImplements, classMethod, classPrivateMethod, classPrivateProperty, classProperty, clone, cloneDeep, cloneDeepWithoutLoc, cloneNode, cloneWithoutLoc, conditionalExpression, continueStatement, createFlowUnionType, createTSUnionType, _default$4 as createTypeAnnotationBasedOnTypeof, createFlowUnionType as createUnionTypeAnnotation, debuggerStatement, decimalLiteral, declareClass, declareExportAllDeclaration, declareExportDeclaration, declareFunction, declareInterface, declareModule, declareModuleExports, declareOpaqueType, declareTypeAlias, declareVariable, declaredPredicate, decorator, directive, directiveLiteral, doExpression, doWhileStatement, emptyStatement, emptyTypeAnnotation, ensureBlock, enumBooleanBody, enumBooleanMember, enumDeclaration, enumDefaultedMember, enumNumberBody, enumNumberMember, enumStringBody, enumStringMember, enumSymbolBody, existsTypeAnnotation, exportAllDeclaration, exportDefaultDeclaration, exportDefaultSpecifier, exportNamedDeclaration, exportNamespaceSpecifier, exportSpecifier, expressionStatement, file, forInStatement, forOfStatement, forStatement, functionDeclaration, functionExpression, functionTypeAnnotation, functionTypeParam, genericTypeAnnotation, getBindingIdentifiers, _default as getOuterBindingIdentifiers, identifier, ifStatement, _import as import, importAttribute, importDeclaration, importDefaultSpecifier, importNamespaceSpecifier, importSpecifier, indexedAccessType, inferredPredicate, inheritInnerComments, inheritLeadingComments, inheritTrailingComments, inherits, inheritsComments, interfaceDeclaration, interfaceExtends, interfaceTypeAnnotation, interpreterDirective, intersectionTypeAnnotation, is, isAccessor, isAnyTypeAnnotation, isArgumentPlaceholder, isArrayExpression, isArrayPattern, isArrayTypeAnnotation, isArrowFunctionExpression, isAssignmentExpression, isAssignmentPattern, isAwaitExpression, isBigIntLiteral, isBinary, isBinaryExpression, isBindExpression, isBinding, isBlock, isBlockParent, isBlockScoped, isBlockStatement, isBooleanLiteral, isBooleanLiteralTypeAnnotation, isBooleanTypeAnnotation, isBreakStatement, isCallExpression, isCatchClause, isClass, isClassAccessorProperty, isClassBody, isClassDeclaration, isClassExpression, isClassImplements, isClassMethod, isClassPrivateMethod, isClassPrivateProperty, isClassProperty, isCompletionStatement, isConditional, isConditionalExpression, isContinueStatement, isDebuggerStatement, isDecimalLiteral, isDeclaration, isDeclareClass, isDeclareExportAllDeclaration, isDeclareExportDeclaration, isDeclareFunction, isDeclareInterface, isDeclareModule, isDeclareModuleExports, isDeclareOpaqueType, isDeclareTypeAlias, isDeclareVariable, isDeclaredPredicate, isDecorator, isDirective, isDirectiveLiteral, isDoExpression, isDoWhileStatement, isEmptyStatement, isEmptyTypeAnnotation, isEnumBody, isEnumBooleanBody, isEnumBooleanMember, isEnumDeclaration, isEnumDefaultedMember, isEnumMember, isEnumNumberBody, isEnumNumberMember, isEnumStringBody, isEnumStringMember, isEnumSymbolBody, isExistsTypeAnnotation, isExportAllDeclaration, isExportDeclaration, isExportDefaultDeclaration, isExportDefaultSpecifier, isExportNamedDeclaration, isExportNamespaceSpecifier, isExportSpecifier, isExpression, isExpressionStatement, isExpressionWrapper, isFile, isFlow, isFlowBaseAnnotation, isFlowDeclaration, isFlowPredicate, isFlowType, isFor, isForInStatement, isForOfStatement, isForStatement, isForXStatement, isFunction, isFunctionDeclaration, isFunctionExpression, isFunctionParent, isFunctionTypeAnnotation, isFunctionTypeParam, isGenericTypeAnnotation, isIdentifier, isIfStatement, isImmutable, isImport, isImportAttribute, isImportDeclaration, isImportDefaultSpecifier, isImportNamespaceSpecifier, isImportSpecifier, isIndexedAccessType, isInferredPredicate, isInterfaceDeclaration, isInterfaceExtends, isInterfaceTypeAnnotation, isInterpreterDirective, isIntersectionTypeAnnotation, isJSX, isJSXAttribute, isJSXClosingElement, isJSXClosingFragment, isJSXElement, isJSXEmptyExpression, isJSXExpressionContainer, isJSXFragment, isJSXIdentifier, isJSXMemberExpression, isJSXNamespacedName, isJSXOpeningElement, isJSXOpeningFragment, isJSXSpreadAttribute, isJSXSpreadChild, isJSXText, isLVal, isLabeledStatement, isLet, isLiteral, isLogicalExpression, isLoop, isMemberExpression, isMetaProperty, isMethod, isMiscellaneous, isMixedTypeAnnotation, isModuleDeclaration, isModuleExpression, isModuleSpecifier, isNewExpression, isNode, isNodesEquivalent, isNoop, isNullLiteral, isNullLiteralTypeAnnotation, isNullableTypeAnnotation, isNumberLiteral, isNumberLiteralTypeAnnotation, isNumberTypeAnnotation, isNumericLiteral, isObjectExpression, isObjectMember, isObjectMethod, isObjectPattern, isObjectProperty, isObjectTypeAnnotation, isObjectTypeCallProperty, isObjectTypeIndexer, isObjectTypeInternalSlot, isObjectTypeProperty, isObjectTypeSpreadProperty, isOpaqueType, isOptionalCallExpression, isOptionalIndexedAccessType, isOptionalMemberExpression, isParenthesizedExpression, isPattern, isPatternLike, isPipelineBareFunction, isPipelinePrimaryTopicReference, isPipelineTopicExpression, isPlaceholder, isPlaceholderType, isPrivate, isPrivateName, isProgram, isProperty, isPureish, isQualifiedTypeIdentifier, isRecordExpression, isReferenced, isRegExpLiteral, isRegexLiteral, isRestElement, isRestProperty, isReturnStatement, isScopable, isScope, isSequenceExpression, isSpecifierDefault, isSpreadElement, isSpreadProperty, isStandardized, isStatement, isStaticBlock, isStringLiteral, isStringLiteralTypeAnnotation, isStringTypeAnnotation, isSuper, isSwitchCase, isSwitchStatement, isSymbolTypeAnnotation, isTSAnyKeyword, isTSArrayType, isTSAsExpression, isTSBaseType, isTSBigIntKeyword, isTSBooleanKeyword, isTSCallSignatureDeclaration, isTSConditionalType, isTSConstructSignatureDeclaration, isTSConstructorType, isTSDeclareFunction, isTSDeclareMethod, isTSEntityName, isTSEnumDeclaration, isTSEnumMember, isTSExportAssignment, isTSExpressionWithTypeArguments, isTSExternalModuleReference, isTSFunctionType, isTSImportEqualsDeclaration, isTSImportType, isTSIndexSignature, isTSIndexedAccessType, isTSInferType, isTSInstantiationExpression, isTSInterfaceBody, isTSInterfaceDeclaration, isTSIntersectionType, isTSIntrinsicKeyword, isTSLiteralType, isTSMappedType, isTSMethodSignature, isTSModuleBlock, isTSModuleDeclaration, isTSNamedTupleMember, isTSNamespaceExportDeclaration, isTSNeverKeyword, isTSNonNullExpression, isTSNullKeyword, isTSNumberKeyword, isTSObjectKeyword, isTSOptionalType, isTSParameterProperty, isTSParenthesizedType, isTSPropertySignature, isTSQualifiedName, isTSRestType, isTSStringKeyword, isTSSymbolKeyword, isTSThisType, isTSTupleType, isTSType, isTSTypeAliasDeclaration, isTSTypeAnnotation, isTSTypeAssertion, isTSTypeElement, isTSTypeLiteral, isTSTypeOperator, isTSTypeParameter, isTSTypeParameterDeclaration, isTSTypeParameterInstantiation, isTSTypePredicate, isTSTypeQuery, isTSTypeReference, isTSUndefinedKeyword, isTSUnionType, isTSUnknownKeyword, isTSVoidKeyword, isTaggedTemplateExpression, isTemplateElement, isTemplateLiteral, isTerminatorless, isThisExpression, isThisTypeAnnotation, isThrowStatement, isTopicReference, isTryStatement, isTupleExpression, isTupleTypeAnnotation, isType, isTypeAlias, isTypeAnnotation, isTypeCastExpression, isTypeParameter, isTypeParameterDeclaration, isTypeParameterInstantiation, isTypeScript, isTypeofTypeAnnotation, isUnaryExpression, isUnaryLike, isUnionTypeAnnotation, isUpdateExpression, isUserWhitespacable, isV8IntrinsicIdentifier, isValidES3Identifier, isValidIdentifier, isVar, isVariableDeclaration, isVariableDeclarator, isVariance, isVoidTypeAnnotation, isWhile, isWhileStatement, isWithStatement, isYieldExpression, jsxAttribute as jSXAttribute, jsxClosingElement as jSXClosingElement, jsxClosingFragment as jSXClosingFragment, jsxElement as jSXElement, jsxEmptyExpression as jSXEmptyExpression, jsxExpressionContainer as jSXExpressionContainer, jsxFragment as jSXFragment, jsxIdentifier as jSXIdentifier, jsxMemberExpression as jSXMemberExpression, jsxNamespacedName as jSXNamespacedName, jsxOpeningElement as jSXOpeningElement, jsxOpeningFragment as jSXOpeningFragment, jsxSpreadAttribute as jSXSpreadAttribute, jsxSpreadChild as jSXSpreadChild, jsxText as jSXText, jsxAttribute, jsxClosingElement, jsxClosingFragment, jsxElement, jsxEmptyExpression, jsxExpressionContainer, jsxFragment, jsxIdentifier, jsxMemberExpression, jsxNamespacedName, jsxOpeningElement, jsxOpeningFragment, jsxSpreadAttribute, jsxSpreadChild, jsxText, labeledStatement, logicalExpression, matchesPattern, memberExpression, metaProperty, mixedTypeAnnotation, moduleExpression, newExpression, noop, nullLiteral, nullLiteralTypeAnnotation, nullableTypeAnnotation, NumberLiteral as numberLiteral, numberLiteralTypeAnnotation, numberTypeAnnotation, numericLiteral, objectExpression, objectMethod, objectPattern, objectProperty, objectTypeAnnotation, objectTypeCallProperty, objectTypeIndexer, objectTypeInternalSlot, objectTypeProperty, objectTypeSpreadProperty, opaqueType, optionalCallExpression, optionalIndexedAccessType, optionalMemberExpression, parenthesizedExpression, pipelineBareFunction, pipelinePrimaryTopicReference, pipelineTopicExpression, placeholder, prependToMemberExpression, privateName, program, qualifiedTypeIdentifier, react, recordExpression, regExpLiteral, RegexLiteral as regexLiteral, removeComments, removeProperties, removePropertiesDeep, removeTypeDuplicates, restElement, RestProperty as restProperty, returnStatement, sequenceExpression, shallowEqual, spreadElement, SpreadProperty as spreadProperty, staticBlock, stringLiteral, stringLiteralTypeAnnotation, stringTypeAnnotation, _super as super, switchCase, switchStatement, symbolTypeAnnotation, tsAnyKeyword as tSAnyKeyword, tsArrayType as tSArrayType, tsAsExpression as tSAsExpression, tsBigIntKeyword as tSBigIntKeyword, tsBooleanKeyword as tSBooleanKeyword, tsCallSignatureDeclaration as tSCallSignatureDeclaration, tsConditionalType as tSConditionalType, tsConstructSignatureDeclaration as tSConstructSignatureDeclaration, tsConstructorType as tSConstructorType, tsDeclareFunction as tSDeclareFunction, tsDeclareMethod as tSDeclareMethod, tsEnumDeclaration as tSEnumDeclaration, tsEnumMember as tSEnumMember, tsExportAssignment as tSExportAssignment, tsExpressionWithTypeArguments as tSExpressionWithTypeArguments, tsExternalModuleReference as tSExternalModuleReference, tsFunctionType as tSFunctionType, tsImportEqualsDeclaration as tSImportEqualsDeclaration, tsImportType as tSImportType, tsIndexSignature as tSIndexSignature, tsIndexedAccessType as tSIndexedAccessType, tsInferType as tSInferType, tsInstantiationExpression as tSInstantiationExpression, tsInterfaceBody as tSInterfaceBody, tsInterfaceDeclaration as tSInterfaceDeclaration, tsIntersectionType as tSIntersectionType, tsIntrinsicKeyword as tSIntrinsicKeyword, tsLiteralType as tSLiteralType, tsMappedType as tSMappedType, tsMethodSignature as tSMethodSignature, tsModuleBlock as tSModuleBlock, tsModuleDeclaration as tSModuleDeclaration, tsNamedTupleMember as tSNamedTupleMember, tsNamespaceExportDeclaration as tSNamespaceExportDeclaration, tsNeverKeyword as tSNeverKeyword, tsNonNullExpression as tSNonNullExpression, tsNullKeyword as tSNullKeyword, tsNumberKeyword as tSNumberKeyword, tsObjectKeyword as tSObjectKeyword, tsOptionalType as tSOptionalType, tsParameterProperty as tSParameterProperty, tsParenthesizedType as tSParenthesizedType, tsPropertySignature as tSPropertySignature, tsQualifiedName as tSQualifiedName, tsRestType as tSRestType, tsStringKeyword as tSStringKeyword, tsSymbolKeyword as tSSymbolKeyword, tsThisType as tSThisType, tsTupleType as tSTupleType, tsTypeAliasDeclaration as tSTypeAliasDeclaration, tsTypeAnnotation as tSTypeAnnotation, tsTypeAssertion as tSTypeAssertion, tsTypeLiteral as tSTypeLiteral, tsTypeOperator as tSTypeOperator, tsTypeParameter as tSTypeParameter, tsTypeParameterDeclaration as tSTypeParameterDeclaration, tsTypeParameterInstantiation as tSTypeParameterInstantiation, tsTypePredicate as tSTypePredicate, tsTypeQuery as tSTypeQuery, tsTypeReference as tSTypeReference, tsUndefinedKeyword as tSUndefinedKeyword, tsUnionType as tSUnionType, tsUnknownKeyword as tSUnknownKeyword, tsVoidKeyword as tSVoidKeyword, taggedTemplateExpression, templateElement, templateLiteral, thisExpression, thisTypeAnnotation, throwStatement, toBindingIdentifierName, toBlock, toComputedKey, _default$3 as toExpression, toIdentifier, toKeyAlias, toSequenceExpression, _default$2 as toStatement, topicReference, traverse, traverseFast, tryStatement, tsAnyKeyword, tsArrayType, tsAsExpression, tsBigIntKeyword, tsBooleanKeyword, tsCallSignatureDeclaration, tsConditionalType, tsConstructSignatureDeclaration, tsConstructorType, tsDeclareFunction, tsDeclareMethod, tsEnumDeclaration, tsEnumMember, tsExportAssignment, tsExpressionWithTypeArguments, tsExternalModuleReference, tsFunctionType, tsImportEqualsDeclaration, tsImportType, tsIndexSignature, tsIndexedAccessType, tsInferType, tsInstantiationExpression, tsInterfaceBody, tsInterfaceDeclaration, tsIntersectionType, tsIntrinsicKeyword, tsLiteralType, tsMappedType, tsMethodSignature, tsModuleBlock, tsModuleDeclaration, tsNamedTupleMember, tsNamespaceExportDeclaration, tsNeverKeyword, tsNonNullExpression, tsNullKeyword, tsNumberKeyword, tsObjectKeyword, tsOptionalType, tsParameterProperty, tsParenthesizedType, tsPropertySignature, tsQualifiedName, tsRestType, tsStringKeyword, tsSymbolKeyword, tsThisType, tsTupleType, tsTypeAliasDeclaration, tsTypeAnnotation, tsTypeAssertion, tsTypeLiteral, tsTypeOperator, tsTypeParameter, tsTypeParameterDeclaration, tsTypeParameterInstantiation, tsTypePredicate, tsTypeQuery, tsTypeReference, tsUndefinedKeyword, tsUnionType, tsUnknownKeyword, tsVoidKeyword, tupleExpression, tupleTypeAnnotation, typeAlias, typeAnnotation, typeCastExpression, typeParameter, typeParameterDeclaration, typeParameterInstantiation, typeofTypeAnnotation, unaryExpression, unionTypeAnnotation, updateExpression, v8IntrinsicIdentifier, validate, _default$1 as valueToNode, variableDeclaration, variableDeclarator, variance, voidTypeAnnotation, whileStatement, withStatement, yieldExpression }; +export { + ACCESSOR_TYPES, + ALIAS_KEYS, + ASSIGNMENT_OPERATORS, + Accessor, + Aliases, + AnyTypeAnnotation, + ArgumentPlaceholder, + ArrayExpression, + ArrayPattern, + ArrayTypeAnnotation, + ArrowFunctionExpression, + AssignmentExpression, + AssignmentPattern, + AwaitExpression, + BINARY_OPERATORS, + BINARY_TYPES, + BLOCKPARENT_TYPES, + BLOCK_SCOPED_SYMBOL, + BLOCK_TYPES, + BOOLEAN_BINARY_OPERATORS, + BOOLEAN_NUMBER_BINARY_OPERATORS, + BOOLEAN_UNARY_OPERATORS, + BUILDER_KEYS, + BigIntLiteral, + Binary, + BinaryExpression, + BindExpression, + Block, + BlockParent, + BlockStatement, + BooleanLiteral, + BooleanLiteralTypeAnnotation, + BooleanTypeAnnotation, + BreakStatement, + CLASS_TYPES, + COMMENT_KEYS, + COMPARISON_BINARY_OPERATORS, + COMPLETIONSTATEMENT_TYPES, + CONDITIONAL_TYPES, + CallExpression, + CatchClause, + Class, + ClassAccessorProperty, + ClassBody, + ClassDeclaration, + ClassExpression, + ClassImplements, + ClassMethod, + ClassPrivateMethod, + ClassPrivateProperty, + ClassProperty, + Comment, + CommentBlock, + CommentLine, + CommentTypeShorthand, + CompletionStatement, + Conditional, + ConditionalExpression, + ContinueStatement, + DECLARATION_TYPES, + DEPRECATED_KEYS, + DebuggerStatement, + DecimalLiteral, + Declaration, + DeclareClass, + DeclareExportAllDeclaration, + DeclareExportDeclaration, + DeclareFunction, + DeclareInterface, + DeclareModule, + DeclareModuleExports, + DeclareOpaqueType, + DeclareTypeAlias, + DeclareVariable, + DeclaredPredicate, + Decorator, + DeprecatedAliases, + Directive, + DirectiveLiteral, + DoExpression, + DoWhileStatement, + ENUMBODY_TYPES, + ENUMMEMBER_TYPES, + EQUALITY_BINARY_OPERATORS, + EXPORTDECLARATION_TYPES, + EXPRESSIONWRAPPER_TYPES, + EXPRESSION_TYPES, + EmptyStatement, + EmptyTypeAnnotation, + EnumBody, + EnumBooleanBody, + EnumBooleanMember, + EnumDeclaration, + EnumDefaultedMember, + EnumMember, + EnumNumberBody, + EnumNumberMember, + EnumStringBody, + EnumStringMember, + EnumSymbolBody, + ExistsTypeAnnotation, + ExportAllDeclaration, + ExportDeclaration, + ExportDefaultDeclaration, + ExportDefaultSpecifier, + ExportNamedDeclaration, + ExportNamespaceSpecifier, + ExportSpecifier, + Expression, + ExpressionStatement, + ExpressionWrapper, + FLATTENABLE_KEYS, + FLIPPED_ALIAS_KEYS, + FLOWBASEANNOTATION_TYPES, + FLOWDECLARATION_TYPES, + FLOWPREDICATE_TYPES, + FLOWTYPE_TYPES, + FLOW_TYPES, + FORXSTATEMENT_TYPES, + FOR_INIT_KEYS, + FOR_TYPES, + FUNCTIONPARENT_TYPES, + FUNCTION_TYPES, + FieldOptions, + File, + Flow, + FlowBaseAnnotation, + FlowDeclaration, + FlowPredicate, + FlowType, + For, + ForInStatement, + ForOfStatement, + ForStatement, + ForXStatement, + Function, + FunctionDeclaration, + FunctionExpression, + FunctionParent, + FunctionTypeAnnotation, + FunctionTypeParam, + GenericTypeAnnotation, + IMMUTABLE_TYPES, + INHERIT_KEYS, + Identifier, + IfStatement, + Immutable, + Import, + ImportAttribute, + ImportDeclaration, + ImportDefaultSpecifier, + ImportNamespaceSpecifier, + ImportSpecifier, + IndexedAccessType, + InferredPredicate, + InterfaceDeclaration, + InterfaceExtends, + InterfaceTypeAnnotation, + InterpreterDirective, + IntersectionTypeAnnotation, + JSX, + JSXAttribute, + JSXClosingElement, + JSXClosingFragment, + JSXElement, + JSXEmptyExpression, + JSXExpressionContainer, + JSXFragment, + JSXIdentifier, + JSXMemberExpression, + JSXNamespacedName, + JSXOpeningElement, + JSXOpeningFragment, + JSXSpreadAttribute, + JSXSpreadChild, + JSXText, + JSX_TYPES, + LITERAL_TYPES, + LOGICAL_OPERATORS, + LOOP_TYPES, + LVAL_TYPES, + LVal, + LabeledStatement, + Literal, + LogicalExpression, + Loop, + METHOD_TYPES, + MISCELLANEOUS_TYPES, + MODULEDECLARATION_TYPES, + MODULESPECIFIER_TYPES, + MemberExpression, + MetaProperty, + Method, + Miscellaneous, + MixedTypeAnnotation, + ModuleDeclaration, + ModuleExpression, + ModuleSpecifier, + NODE_FIELDS, + NODE_PARENT_VALIDATIONS, + NOT_LOCAL_BINDING, + NUMBER_BINARY_OPERATORS, + NUMBER_UNARY_OPERATORS, + NewExpression, + Node, + Noop, + NullLiteral, + NullLiteralTypeAnnotation, + NullableTypeAnnotation, + NumberLiteral$1 as NumberLiteral, + NumberLiteralTypeAnnotation, + NumberTypeAnnotation, + NumericLiteral, + OBJECTMEMBER_TYPES, + ObjectExpression, + ObjectMember, + ObjectMethod, + ObjectPattern, + ObjectProperty, + ObjectTypeAnnotation, + ObjectTypeCallProperty, + ObjectTypeIndexer, + ObjectTypeInternalSlot, + ObjectTypeProperty, + ObjectTypeSpreadProperty, + OpaqueType, + OptionalCallExpression, + OptionalIndexedAccessType, + OptionalMemberExpression, + PATTERNLIKE_TYPES, + PATTERN_TYPES, + PLACEHOLDERS, + PLACEHOLDERS_ALIAS, + PLACEHOLDERS_FLIPPED_ALIAS, + PRIVATE_TYPES, + PROPERTY_TYPES, + PUREISH_TYPES, + ParentMaps, + ParenthesizedExpression, + Pattern, + PatternLike, + PipelineBareFunction, + PipelinePrimaryTopicReference, + PipelineTopicExpression, + Placeholder, + Private, + PrivateName, + Program, + Property, + Pureish, + QualifiedTypeIdentifier, + RecordExpression, + RegExpLiteral, + RegexLiteral$1 as RegexLiteral, + Options as RemovePropertiesOptions, + RestElement, + RestProperty$1 as RestProperty, + ReturnStatement, + SCOPABLE_TYPES, + STANDARDIZED_TYPES, + STATEMENT_OR_BLOCK_KEYS, + STATEMENT_TYPES, + STRING_UNARY_OPERATORS, + Scopable, + SequenceExpression, + SourceLocation, + SpreadElement, + SpreadProperty$1 as SpreadProperty, + Standardized, + Statement, + StaticBlock, + StringLiteral, + StringLiteralTypeAnnotation, + StringTypeAnnotation, + Super, + SwitchCase, + SwitchStatement, + SymbolTypeAnnotation, + TERMINATORLESS_TYPES, + TSAnyKeyword, + TSArrayType, + TSAsExpression, + TSBASETYPE_TYPES, + TSBaseType, + TSBigIntKeyword, + TSBooleanKeyword, + TSCallSignatureDeclaration, + TSConditionalType, + TSConstructSignatureDeclaration, + TSConstructorType, + TSDeclareFunction, + TSDeclareMethod, + TSENTITYNAME_TYPES, + TSEntityName, + TSEnumDeclaration, + TSEnumMember, + TSExportAssignment, + TSExpressionWithTypeArguments, + TSExternalModuleReference, + TSFunctionType, + TSImportEqualsDeclaration, + TSImportType, + TSIndexSignature, + TSIndexedAccessType, + TSInferType, + TSInstantiationExpression, + TSInterfaceBody, + TSInterfaceDeclaration, + TSIntersectionType, + TSIntrinsicKeyword, + TSLiteralType, + TSMappedType, + TSMethodSignature, + TSModuleBlock, + TSModuleDeclaration, + TSNamedTupleMember, + TSNamespaceExportDeclaration, + TSNeverKeyword, + TSNonNullExpression, + TSNullKeyword, + TSNumberKeyword, + TSObjectKeyword, + TSOptionalType, + TSParameterProperty, + TSParenthesizedType, + TSPropertySignature, + TSQualifiedName, + TSRestType, + TSStringKeyword, + TSSymbolKeyword, + TSTYPEELEMENT_TYPES, + TSTYPE_TYPES, + TSThisType, + TSTupleType, + TSType, + TSTypeAliasDeclaration, + TSTypeAnnotation, + TSTypeAssertion, + TSTypeElement, + TSTypeLiteral, + TSTypeOperator, + TSTypeParameter, + TSTypeParameterDeclaration, + TSTypeParameterInstantiation, + TSTypePredicate, + TSTypeQuery, + TSTypeReference, + TSUndefinedKeyword, + TSUnionType, + TSUnknownKeyword, + TSVoidKeyword, + TYPES, + TYPESCRIPT_TYPES, + TaggedTemplateExpression, + TemplateElement, + TemplateLiteral, + Terminatorless, + ThisExpression, + ThisTypeAnnotation, + ThrowStatement, + TopicReference, + TraversalAncestors, + TraversalHandler, + TraversalHandlers, + TryStatement, + TupleExpression, + TupleTypeAnnotation, + TypeAlias, + TypeAnnotation, + TypeCastExpression, + TypeParameter, + TypeParameterDeclaration, + TypeParameterInstantiation, + TypeScript, + TypeofTypeAnnotation, + UNARYLIKE_TYPES, + UNARY_OPERATORS, + UPDATE_OPERATORS, + USERWHITESPACABLE_TYPES, + UnaryExpression, + UnaryLike, + UnionTypeAnnotation, + UpdateExpression, + UserWhitespacable, + V8IntrinsicIdentifier, + VISITOR_KEYS, + VariableDeclaration, + VariableDeclarator, + Variance, + VoidTypeAnnotation, + WHILE_TYPES, + While, + WhileStatement, + WithStatement, + YieldExpression, + addComment, + addComments, + anyTypeAnnotation, + appendToMemberExpression, + argumentPlaceholder, + arrayExpression, + arrayPattern, + arrayTypeAnnotation, + arrowFunctionExpression, + assertAccessor, + assertAnyTypeAnnotation, + assertArgumentPlaceholder, + assertArrayExpression, + assertArrayPattern, + assertArrayTypeAnnotation, + assertArrowFunctionExpression, + assertAssignmentExpression, + assertAssignmentPattern, + assertAwaitExpression, + assertBigIntLiteral, + assertBinary, + assertBinaryExpression, + assertBindExpression, + assertBlock, + assertBlockParent, + assertBlockStatement, + assertBooleanLiteral, + assertBooleanLiteralTypeAnnotation, + assertBooleanTypeAnnotation, + assertBreakStatement, + assertCallExpression, + assertCatchClause, + assertClass, + assertClassAccessorProperty, + assertClassBody, + assertClassDeclaration, + assertClassExpression, + assertClassImplements, + assertClassMethod, + assertClassPrivateMethod, + assertClassPrivateProperty, + assertClassProperty, + assertCompletionStatement, + assertConditional, + assertConditionalExpression, + assertContinueStatement, + assertDebuggerStatement, + assertDecimalLiteral, + assertDeclaration, + assertDeclareClass, + assertDeclareExportAllDeclaration, + assertDeclareExportDeclaration, + assertDeclareFunction, + assertDeclareInterface, + assertDeclareModule, + assertDeclareModuleExports, + assertDeclareOpaqueType, + assertDeclareTypeAlias, + assertDeclareVariable, + assertDeclaredPredicate, + assertDecorator, + assertDirective, + assertDirectiveLiteral, + assertDoExpression, + assertDoWhileStatement, + assertEmptyStatement, + assertEmptyTypeAnnotation, + assertEnumBody, + assertEnumBooleanBody, + assertEnumBooleanMember, + assertEnumDeclaration, + assertEnumDefaultedMember, + assertEnumMember, + assertEnumNumberBody, + assertEnumNumberMember, + assertEnumStringBody, + assertEnumStringMember, + assertEnumSymbolBody, + assertExistsTypeAnnotation, + assertExportAllDeclaration, + assertExportDeclaration, + assertExportDefaultDeclaration, + assertExportDefaultSpecifier, + assertExportNamedDeclaration, + assertExportNamespaceSpecifier, + assertExportSpecifier, + assertExpression, + assertExpressionStatement, + assertExpressionWrapper, + assertFile, + assertFlow, + assertFlowBaseAnnotation, + assertFlowDeclaration, + assertFlowPredicate, + assertFlowType, + assertFor, + assertForInStatement, + assertForOfStatement, + assertForStatement, + assertForXStatement, + assertFunction, + assertFunctionDeclaration, + assertFunctionExpression, + assertFunctionParent, + assertFunctionTypeAnnotation, + assertFunctionTypeParam, + assertGenericTypeAnnotation, + assertIdentifier, + assertIfStatement, + assertImmutable, + assertImport, + assertImportAttribute, + assertImportDeclaration, + assertImportDefaultSpecifier, + assertImportNamespaceSpecifier, + assertImportSpecifier, + assertIndexedAccessType, + assertInferredPredicate, + assertInterfaceDeclaration, + assertInterfaceExtends, + assertInterfaceTypeAnnotation, + assertInterpreterDirective, + assertIntersectionTypeAnnotation, + assertJSX, + assertJSXAttribute, + assertJSXClosingElement, + assertJSXClosingFragment, + assertJSXElement, + assertJSXEmptyExpression, + assertJSXExpressionContainer, + assertJSXFragment, + assertJSXIdentifier, + assertJSXMemberExpression, + assertJSXNamespacedName, + assertJSXOpeningElement, + assertJSXOpeningFragment, + assertJSXSpreadAttribute, + assertJSXSpreadChild, + assertJSXText, + assertLVal, + assertLabeledStatement, + assertLiteral, + assertLogicalExpression, + assertLoop, + assertMemberExpression, + assertMetaProperty, + assertMethod, + assertMiscellaneous, + assertMixedTypeAnnotation, + assertModuleDeclaration, + assertModuleExpression, + assertModuleSpecifier, + assertNewExpression, + assertNode, + assertNoop, + assertNullLiteral, + assertNullLiteralTypeAnnotation, + assertNullableTypeAnnotation, + assertNumberLiteral, + assertNumberLiteralTypeAnnotation, + assertNumberTypeAnnotation, + assertNumericLiteral, + assertObjectExpression, + assertObjectMember, + assertObjectMethod, + assertObjectPattern, + assertObjectProperty, + assertObjectTypeAnnotation, + assertObjectTypeCallProperty, + assertObjectTypeIndexer, + assertObjectTypeInternalSlot, + assertObjectTypeProperty, + assertObjectTypeSpreadProperty, + assertOpaqueType, + assertOptionalCallExpression, + assertOptionalIndexedAccessType, + assertOptionalMemberExpression, + assertParenthesizedExpression, + assertPattern, + assertPatternLike, + assertPipelineBareFunction, + assertPipelinePrimaryTopicReference, + assertPipelineTopicExpression, + assertPlaceholder, + assertPrivate, + assertPrivateName, + assertProgram, + assertProperty, + assertPureish, + assertQualifiedTypeIdentifier, + assertRecordExpression, + assertRegExpLiteral, + assertRegexLiteral, + assertRestElement, + assertRestProperty, + assertReturnStatement, + assertScopable, + assertSequenceExpression, + assertSpreadElement, + assertSpreadProperty, + assertStandardized, + assertStatement, + assertStaticBlock, + assertStringLiteral, + assertStringLiteralTypeAnnotation, + assertStringTypeAnnotation, + assertSuper, + assertSwitchCase, + assertSwitchStatement, + assertSymbolTypeAnnotation, + assertTSAnyKeyword, + assertTSArrayType, + assertTSAsExpression, + assertTSBaseType, + assertTSBigIntKeyword, + assertTSBooleanKeyword, + assertTSCallSignatureDeclaration, + assertTSConditionalType, + assertTSConstructSignatureDeclaration, + assertTSConstructorType, + assertTSDeclareFunction, + assertTSDeclareMethod, + assertTSEntityName, + assertTSEnumDeclaration, + assertTSEnumMember, + assertTSExportAssignment, + assertTSExpressionWithTypeArguments, + assertTSExternalModuleReference, + assertTSFunctionType, + assertTSImportEqualsDeclaration, + assertTSImportType, + assertTSIndexSignature, + assertTSIndexedAccessType, + assertTSInferType, + assertTSInstantiationExpression, + assertTSInterfaceBody, + assertTSInterfaceDeclaration, + assertTSIntersectionType, + assertTSIntrinsicKeyword, + assertTSLiteralType, + assertTSMappedType, + assertTSMethodSignature, + assertTSModuleBlock, + assertTSModuleDeclaration, + assertTSNamedTupleMember, + assertTSNamespaceExportDeclaration, + assertTSNeverKeyword, + assertTSNonNullExpression, + assertTSNullKeyword, + assertTSNumberKeyword, + assertTSObjectKeyword, + assertTSOptionalType, + assertTSParameterProperty, + assertTSParenthesizedType, + assertTSPropertySignature, + assertTSQualifiedName, + assertTSRestType, + assertTSStringKeyword, + assertTSSymbolKeyword, + assertTSThisType, + assertTSTupleType, + assertTSType, + assertTSTypeAliasDeclaration, + assertTSTypeAnnotation, + assertTSTypeAssertion, + assertTSTypeElement, + assertTSTypeLiteral, + assertTSTypeOperator, + assertTSTypeParameter, + assertTSTypeParameterDeclaration, + assertTSTypeParameterInstantiation, + assertTSTypePredicate, + assertTSTypeQuery, + assertTSTypeReference, + assertTSUndefinedKeyword, + assertTSUnionType, + assertTSUnknownKeyword, + assertTSVoidKeyword, + assertTaggedTemplateExpression, + assertTemplateElement, + assertTemplateLiteral, + assertTerminatorless, + assertThisExpression, + assertThisTypeAnnotation, + assertThrowStatement, + assertTopicReference, + assertTryStatement, + assertTupleExpression, + assertTupleTypeAnnotation, + assertTypeAlias, + assertTypeAnnotation, + assertTypeCastExpression, + assertTypeParameter, + assertTypeParameterDeclaration, + assertTypeParameterInstantiation, + assertTypeScript, + assertTypeofTypeAnnotation, + assertUnaryExpression, + assertUnaryLike, + assertUnionTypeAnnotation, + assertUpdateExpression, + assertUserWhitespacable, + assertV8IntrinsicIdentifier, + assertVariableDeclaration, + assertVariableDeclarator, + assertVariance, + assertVoidTypeAnnotation, + assertWhile, + assertWhileStatement, + assertWithStatement, + assertYieldExpression, + assignmentExpression, + assignmentPattern, + awaitExpression, + bigIntLiteral, + binaryExpression, + bindExpression, + blockStatement, + booleanLiteral, + booleanLiteralTypeAnnotation, + booleanTypeAnnotation, + breakStatement, + buildMatchMemberExpression, + callExpression, + catchClause, + classAccessorProperty, + classBody, + classDeclaration, + classExpression, + classImplements, + classMethod, + classPrivateMethod, + classPrivateProperty, + classProperty, + clone, + cloneDeep, + cloneDeepWithoutLoc, + cloneNode, + cloneWithoutLoc, + conditionalExpression, + continueStatement, + createFlowUnionType, + createTSUnionType, + _default$4 as createTypeAnnotationBasedOnTypeof, + createFlowUnionType as createUnionTypeAnnotation, + debuggerStatement, + decimalLiteral, + declareClass, + declareExportAllDeclaration, + declareExportDeclaration, + declareFunction, + declareInterface, + declareModule, + declareModuleExports, + declareOpaqueType, + declareTypeAlias, + declareVariable, + declaredPredicate, + decorator, + directive, + directiveLiteral, + doExpression, + doWhileStatement, + emptyStatement, + emptyTypeAnnotation, + ensureBlock, + enumBooleanBody, + enumBooleanMember, + enumDeclaration, + enumDefaultedMember, + enumNumberBody, + enumNumberMember, + enumStringBody, + enumStringMember, + enumSymbolBody, + existsTypeAnnotation, + exportAllDeclaration, + exportDefaultDeclaration, + exportDefaultSpecifier, + exportNamedDeclaration, + exportNamespaceSpecifier, + exportSpecifier, + expressionStatement, + file, + forInStatement, + forOfStatement, + forStatement, + functionDeclaration, + functionExpression, + functionTypeAnnotation, + functionTypeParam, + genericTypeAnnotation, + getBindingIdentifiers, + _default as getOuterBindingIdentifiers, + identifier, + ifStatement, + _import as import, + importAttribute, + importDeclaration, + importDefaultSpecifier, + importNamespaceSpecifier, + importSpecifier, + indexedAccessType, + inferredPredicate, + inheritInnerComments, + inheritLeadingComments, + inheritTrailingComments, + inherits, + inheritsComments, + interfaceDeclaration, + interfaceExtends, + interfaceTypeAnnotation, + interpreterDirective, + intersectionTypeAnnotation, + is, + isAccessor, + isAnyTypeAnnotation, + isArgumentPlaceholder, + isArrayExpression, + isArrayPattern, + isArrayTypeAnnotation, + isArrowFunctionExpression, + isAssignmentExpression, + isAssignmentPattern, + isAwaitExpression, + isBigIntLiteral, + isBinary, + isBinaryExpression, + isBindExpression, + isBinding, + isBlock, + isBlockParent, + isBlockScoped, + isBlockStatement, + isBooleanLiteral, + isBooleanLiteralTypeAnnotation, + isBooleanTypeAnnotation, + isBreakStatement, + isCallExpression, + isCatchClause, + isClass, + isClassAccessorProperty, + isClassBody, + isClassDeclaration, + isClassExpression, + isClassImplements, + isClassMethod, + isClassPrivateMethod, + isClassPrivateProperty, + isClassProperty, + isCompletionStatement, + isConditional, + isConditionalExpression, + isContinueStatement, + isDebuggerStatement, + isDecimalLiteral, + isDeclaration, + isDeclareClass, + isDeclareExportAllDeclaration, + isDeclareExportDeclaration, + isDeclareFunction, + isDeclareInterface, + isDeclareModule, + isDeclareModuleExports, + isDeclareOpaqueType, + isDeclareTypeAlias, + isDeclareVariable, + isDeclaredPredicate, + isDecorator, + isDirective, + isDirectiveLiteral, + isDoExpression, + isDoWhileStatement, + isEmptyStatement, + isEmptyTypeAnnotation, + isEnumBody, + isEnumBooleanBody, + isEnumBooleanMember, + isEnumDeclaration, + isEnumDefaultedMember, + isEnumMember, + isEnumNumberBody, + isEnumNumberMember, + isEnumStringBody, + isEnumStringMember, + isEnumSymbolBody, + isExistsTypeAnnotation, + isExportAllDeclaration, + isExportDeclaration, + isExportDefaultDeclaration, + isExportDefaultSpecifier, + isExportNamedDeclaration, + isExportNamespaceSpecifier, + isExportSpecifier, + isExpression, + isExpressionStatement, + isExpressionWrapper, + isFile, + isFlow, + isFlowBaseAnnotation, + isFlowDeclaration, + isFlowPredicate, + isFlowType, + isFor, + isForInStatement, + isForOfStatement, + isForStatement, + isForXStatement, + isFunction, + isFunctionDeclaration, + isFunctionExpression, + isFunctionParent, + isFunctionTypeAnnotation, + isFunctionTypeParam, + isGenericTypeAnnotation, + isIdentifier, + isIfStatement, + isImmutable, + isImport, + isImportAttribute, + isImportDeclaration, + isImportDefaultSpecifier, + isImportNamespaceSpecifier, + isImportSpecifier, + isIndexedAccessType, + isInferredPredicate, + isInterfaceDeclaration, + isInterfaceExtends, + isInterfaceTypeAnnotation, + isInterpreterDirective, + isIntersectionTypeAnnotation, + isJSX, + isJSXAttribute, + isJSXClosingElement, + isJSXClosingFragment, + isJSXElement, + isJSXEmptyExpression, + isJSXExpressionContainer, + isJSXFragment, + isJSXIdentifier, + isJSXMemberExpression, + isJSXNamespacedName, + isJSXOpeningElement, + isJSXOpeningFragment, + isJSXSpreadAttribute, + isJSXSpreadChild, + isJSXText, + isLVal, + isLabeledStatement, + isLet, + isLiteral, + isLogicalExpression, + isLoop, + isMemberExpression, + isMetaProperty, + isMethod, + isMiscellaneous, + isMixedTypeAnnotation, + isModuleDeclaration, + isModuleExpression, + isModuleSpecifier, + isNewExpression, + isNode, + isNodesEquivalent, + isNoop, + isNullLiteral, + isNullLiteralTypeAnnotation, + isNullableTypeAnnotation, + isNumberLiteral, + isNumberLiteralTypeAnnotation, + isNumberTypeAnnotation, + isNumericLiteral, + isObjectExpression, + isObjectMember, + isObjectMethod, + isObjectPattern, + isObjectProperty, + isObjectTypeAnnotation, + isObjectTypeCallProperty, + isObjectTypeIndexer, + isObjectTypeInternalSlot, + isObjectTypeProperty, + isObjectTypeSpreadProperty, + isOpaqueType, + isOptionalCallExpression, + isOptionalIndexedAccessType, + isOptionalMemberExpression, + isParenthesizedExpression, + isPattern, + isPatternLike, + isPipelineBareFunction, + isPipelinePrimaryTopicReference, + isPipelineTopicExpression, + isPlaceholder, + isPlaceholderType, + isPrivate, + isPrivateName, + isProgram, + isProperty, + isPureish, + isQualifiedTypeIdentifier, + isRecordExpression, + isReferenced, + isRegExpLiteral, + isRegexLiteral, + isRestElement, + isRestProperty, + isReturnStatement, + isScopable, + isScope, + isSequenceExpression, + isSpecifierDefault, + isSpreadElement, + isSpreadProperty, + isStandardized, + isStatement, + isStaticBlock, + isStringLiteral, + isStringLiteralTypeAnnotation, + isStringTypeAnnotation, + isSuper, + isSwitchCase, + isSwitchStatement, + isSymbolTypeAnnotation, + isTSAnyKeyword, + isTSArrayType, + isTSAsExpression, + isTSBaseType, + isTSBigIntKeyword, + isTSBooleanKeyword, + isTSCallSignatureDeclaration, + isTSConditionalType, + isTSConstructSignatureDeclaration, + isTSConstructorType, + isTSDeclareFunction, + isTSDeclareMethod, + isTSEntityName, + isTSEnumDeclaration, + isTSEnumMember, + isTSExportAssignment, + isTSExpressionWithTypeArguments, + isTSExternalModuleReference, + isTSFunctionType, + isTSImportEqualsDeclaration, + isTSImportType, + isTSIndexSignature, + isTSIndexedAccessType, + isTSInferType, + isTSInstantiationExpression, + isTSInterfaceBody, + isTSInterfaceDeclaration, + isTSIntersectionType, + isTSIntrinsicKeyword, + isTSLiteralType, + isTSMappedType, + isTSMethodSignature, + isTSModuleBlock, + isTSModuleDeclaration, + isTSNamedTupleMember, + isTSNamespaceExportDeclaration, + isTSNeverKeyword, + isTSNonNullExpression, + isTSNullKeyword, + isTSNumberKeyword, + isTSObjectKeyword, + isTSOptionalType, + isTSParameterProperty, + isTSParenthesizedType, + isTSPropertySignature, + isTSQualifiedName, + isTSRestType, + isTSStringKeyword, + isTSSymbolKeyword, + isTSThisType, + isTSTupleType, + isTSType, + isTSTypeAliasDeclaration, + isTSTypeAnnotation, + isTSTypeAssertion, + isTSTypeElement, + isTSTypeLiteral, + isTSTypeOperator, + isTSTypeParameter, + isTSTypeParameterDeclaration, + isTSTypeParameterInstantiation, + isTSTypePredicate, + isTSTypeQuery, + isTSTypeReference, + isTSUndefinedKeyword, + isTSUnionType, + isTSUnknownKeyword, + isTSVoidKeyword, + isTaggedTemplateExpression, + isTemplateElement, + isTemplateLiteral, + isTerminatorless, + isThisExpression, + isThisTypeAnnotation, + isThrowStatement, + isTopicReference, + isTryStatement, + isTupleExpression, + isTupleTypeAnnotation, + isType, + isTypeAlias, + isTypeAnnotation, + isTypeCastExpression, + isTypeParameter, + isTypeParameterDeclaration, + isTypeParameterInstantiation, + isTypeScript, + isTypeofTypeAnnotation, + isUnaryExpression, + isUnaryLike, + isUnionTypeAnnotation, + isUpdateExpression, + isUserWhitespacable, + isV8IntrinsicIdentifier, + isValidES3Identifier, + isValidIdentifier, + isVar, + isVariableDeclaration, + isVariableDeclarator, + isVariance, + isVoidTypeAnnotation, + isWhile, + isWhileStatement, + isWithStatement, + isYieldExpression, + jsxAttribute as jSXAttribute, + jsxClosingElement as jSXClosingElement, + jsxClosingFragment as jSXClosingFragment, + jsxElement as jSXElement, + jsxEmptyExpression as jSXEmptyExpression, + jsxExpressionContainer as jSXExpressionContainer, + jsxFragment as jSXFragment, + jsxIdentifier as jSXIdentifier, + jsxMemberExpression as jSXMemberExpression, + jsxNamespacedName as jSXNamespacedName, + jsxOpeningElement as jSXOpeningElement, + jsxOpeningFragment as jSXOpeningFragment, + jsxSpreadAttribute as jSXSpreadAttribute, + jsxSpreadChild as jSXSpreadChild, + jsxText as jSXText, + jsxAttribute, + jsxClosingElement, + jsxClosingFragment, + jsxElement, + jsxEmptyExpression, + jsxExpressionContainer, + jsxFragment, + jsxIdentifier, + jsxMemberExpression, + jsxNamespacedName, + jsxOpeningElement, + jsxOpeningFragment, + jsxSpreadAttribute, + jsxSpreadChild, + jsxText, + labeledStatement, + logicalExpression, + matchesPattern, + memberExpression, + metaProperty, + mixedTypeAnnotation, + moduleExpression, + newExpression, + noop, + nullLiteral, + nullLiteralTypeAnnotation, + nullableTypeAnnotation, + NumberLiteral as numberLiteral, + numberLiteralTypeAnnotation, + numberTypeAnnotation, + numericLiteral, + objectExpression, + objectMethod, + objectPattern, + objectProperty, + objectTypeAnnotation, + objectTypeCallProperty, + objectTypeIndexer, + objectTypeInternalSlot, + objectTypeProperty, + objectTypeSpreadProperty, + opaqueType, + optionalCallExpression, + optionalIndexedAccessType, + optionalMemberExpression, + parenthesizedExpression, + pipelineBareFunction, + pipelinePrimaryTopicReference, + pipelineTopicExpression, + placeholder, + prependToMemberExpression, + privateName, + program, + qualifiedTypeIdentifier, + react, + recordExpression, + regExpLiteral, + RegexLiteral as regexLiteral, + removeComments, + removeProperties, + removePropertiesDeep, + removeTypeDuplicates, + restElement, + RestProperty as restProperty, + returnStatement, + sequenceExpression, + shallowEqual, + spreadElement, + SpreadProperty as spreadProperty, + staticBlock, + stringLiteral, + stringLiteralTypeAnnotation, + stringTypeAnnotation, + _super as super, + switchCase, + switchStatement, + symbolTypeAnnotation, + tsAnyKeyword as tSAnyKeyword, + tsArrayType as tSArrayType, + tsAsExpression as tSAsExpression, + tsBigIntKeyword as tSBigIntKeyword, + tsBooleanKeyword as tSBooleanKeyword, + tsCallSignatureDeclaration as tSCallSignatureDeclaration, + tsConditionalType as tSConditionalType, + tsConstructSignatureDeclaration as tSConstructSignatureDeclaration, + tsConstructorType as tSConstructorType, + tsDeclareFunction as tSDeclareFunction, + tsDeclareMethod as tSDeclareMethod, + tsEnumDeclaration as tSEnumDeclaration, + tsEnumMember as tSEnumMember, + tsExportAssignment as tSExportAssignment, + tsExpressionWithTypeArguments as tSExpressionWithTypeArguments, + tsExternalModuleReference as tSExternalModuleReference, + tsFunctionType as tSFunctionType, + tsImportEqualsDeclaration as tSImportEqualsDeclaration, + tsImportType as tSImportType, + tsIndexSignature as tSIndexSignature, + tsIndexedAccessType as tSIndexedAccessType, + tsInferType as tSInferType, + tsInstantiationExpression as tSInstantiationExpression, + tsInterfaceBody as tSInterfaceBody, + tsInterfaceDeclaration as tSInterfaceDeclaration, + tsIntersectionType as tSIntersectionType, + tsIntrinsicKeyword as tSIntrinsicKeyword, + tsLiteralType as tSLiteralType, + tsMappedType as tSMappedType, + tsMethodSignature as tSMethodSignature, + tsModuleBlock as tSModuleBlock, + tsModuleDeclaration as tSModuleDeclaration, + tsNamedTupleMember as tSNamedTupleMember, + tsNamespaceExportDeclaration as tSNamespaceExportDeclaration, + tsNeverKeyword as tSNeverKeyword, + tsNonNullExpression as tSNonNullExpression, + tsNullKeyword as tSNullKeyword, + tsNumberKeyword as tSNumberKeyword, + tsObjectKeyword as tSObjectKeyword, + tsOptionalType as tSOptionalType, + tsParameterProperty as tSParameterProperty, + tsParenthesizedType as tSParenthesizedType, + tsPropertySignature as tSPropertySignature, + tsQualifiedName as tSQualifiedName, + tsRestType as tSRestType, + tsStringKeyword as tSStringKeyword, + tsSymbolKeyword as tSSymbolKeyword, + tsThisType as tSThisType, + tsTupleType as tSTupleType, + tsTypeAliasDeclaration as tSTypeAliasDeclaration, + tsTypeAnnotation as tSTypeAnnotation, + tsTypeAssertion as tSTypeAssertion, + tsTypeLiteral as tSTypeLiteral, + tsTypeOperator as tSTypeOperator, + tsTypeParameter as tSTypeParameter, + tsTypeParameterDeclaration as tSTypeParameterDeclaration, + tsTypeParameterInstantiation as tSTypeParameterInstantiation, + tsTypePredicate as tSTypePredicate, + tsTypeQuery as tSTypeQuery, + tsTypeReference as tSTypeReference, + tsUndefinedKeyword as tSUndefinedKeyword, + tsUnionType as tSUnionType, + tsUnknownKeyword as tSUnknownKeyword, + tsVoidKeyword as tSVoidKeyword, + taggedTemplateExpression, + templateElement, + templateLiteral, + thisExpression, + thisTypeAnnotation, + throwStatement, + toBindingIdentifierName, + toBlock, + toComputedKey, + _default$3 as toExpression, + toIdentifier, + toKeyAlias, + toSequenceExpression, + _default$2 as toStatement, + topicReference, + traverse, + traverseFast, + tryStatement, + tsAnyKeyword, + tsArrayType, + tsAsExpression, + tsBigIntKeyword, + tsBooleanKeyword, + tsCallSignatureDeclaration, + tsConditionalType, + tsConstructSignatureDeclaration, + tsConstructorType, + tsDeclareFunction, + tsDeclareMethod, + tsEnumDeclaration, + tsEnumMember, + tsExportAssignment, + tsExpressionWithTypeArguments, + tsExternalModuleReference, + tsFunctionType, + tsImportEqualsDeclaration, + tsImportType, + tsIndexSignature, + tsIndexedAccessType, + tsInferType, + tsInstantiationExpression, + tsInterfaceBody, + tsInterfaceDeclaration, + tsIntersectionType, + tsIntrinsicKeyword, + tsLiteralType, + tsMappedType, + tsMethodSignature, + tsModuleBlock, + tsModuleDeclaration, + tsNamedTupleMember, + tsNamespaceExportDeclaration, + tsNeverKeyword, + tsNonNullExpression, + tsNullKeyword, + tsNumberKeyword, + tsObjectKeyword, + tsOptionalType, + tsParameterProperty, + tsParenthesizedType, + tsPropertySignature, + tsQualifiedName, + tsRestType, + tsStringKeyword, + tsSymbolKeyword, + tsThisType, + tsTupleType, + tsTypeAliasDeclaration, + tsTypeAnnotation, + tsTypeAssertion, + tsTypeLiteral, + tsTypeOperator, + tsTypeParameter, + tsTypeParameterDeclaration, + tsTypeParameterInstantiation, + tsTypePredicate, + tsTypeQuery, + tsTypeReference, + tsUndefinedKeyword, + tsUnionType, + tsUnknownKeyword, + tsVoidKeyword, + tupleExpression, + tupleTypeAnnotation, + typeAlias, + typeAnnotation, + typeCastExpression, + typeParameter, + typeParameterDeclaration, + typeParameterInstantiation, + typeofTypeAnnotation, + unaryExpression, + unionTypeAnnotation, + updateExpression, + v8IntrinsicIdentifier, + validate, + _default$1 as valueToNode, + variableDeclaration, + variableDeclarator, + variance, + voidTypeAnnotation, + whileStatement, + withStatement, + yieldExpression, +}; //# sourceMappingURL=index.d.ts.map diff --git a/node_modules/@babel/types/lib/index.js b/node_modules/@babel/types/lib/index.js index 1bd3c44..5a3e76d 100644 --- a/node_modules/@babel/types/lib/index.js +++ b/node_modules/@babel/types/lib/index.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); var _exportNames = { react: true, @@ -60,589 +60,589 @@ var _exportNames = { isVar: true, matchesPattern: true, validate: true, - buildMatchMemberExpression: true + buildMatchMemberExpression: true, }; -Object.defineProperty(exports, "addComment", { +Object.defineProperty(exports, 'addComment', { enumerable: true, get: function () { return _addComment.default; - } + }, }); -Object.defineProperty(exports, "addComments", { +Object.defineProperty(exports, 'addComments', { enumerable: true, get: function () { return _addComments.default; - } + }, }); -Object.defineProperty(exports, "appendToMemberExpression", { +Object.defineProperty(exports, 'appendToMemberExpression', { enumerable: true, get: function () { return _appendToMemberExpression.default; - } + }, }); -Object.defineProperty(exports, "assertNode", { +Object.defineProperty(exports, 'assertNode', { enumerable: true, get: function () { return _assertNode.default; - } + }, }); -Object.defineProperty(exports, "buildMatchMemberExpression", { +Object.defineProperty(exports, 'buildMatchMemberExpression', { enumerable: true, get: function () { return _buildMatchMemberExpression.default; - } + }, }); -Object.defineProperty(exports, "clone", { +Object.defineProperty(exports, 'clone', { enumerable: true, get: function () { return _clone.default; - } + }, }); -Object.defineProperty(exports, "cloneDeep", { +Object.defineProperty(exports, 'cloneDeep', { enumerable: true, get: function () { return _cloneDeep.default; - } + }, }); -Object.defineProperty(exports, "cloneDeepWithoutLoc", { +Object.defineProperty(exports, 'cloneDeepWithoutLoc', { enumerable: true, get: function () { return _cloneDeepWithoutLoc.default; - } + }, }); -Object.defineProperty(exports, "cloneNode", { +Object.defineProperty(exports, 'cloneNode', { enumerable: true, get: function () { return _cloneNode.default; - } + }, }); -Object.defineProperty(exports, "cloneWithoutLoc", { +Object.defineProperty(exports, 'cloneWithoutLoc', { enumerable: true, get: function () { return _cloneWithoutLoc.default; - } + }, }); -Object.defineProperty(exports, "createFlowUnionType", { +Object.defineProperty(exports, 'createFlowUnionType', { enumerable: true, get: function () { return _createFlowUnionType.default; - } + }, }); -Object.defineProperty(exports, "createTSUnionType", { +Object.defineProperty(exports, 'createTSUnionType', { enumerable: true, get: function () { return _createTSUnionType.default; - } + }, }); -Object.defineProperty(exports, "createTypeAnnotationBasedOnTypeof", { +Object.defineProperty(exports, 'createTypeAnnotationBasedOnTypeof', { enumerable: true, get: function () { return _createTypeAnnotationBasedOnTypeof.default; - } + }, }); -Object.defineProperty(exports, "createUnionTypeAnnotation", { +Object.defineProperty(exports, 'createUnionTypeAnnotation', { enumerable: true, get: function () { return _createFlowUnionType.default; - } + }, }); -Object.defineProperty(exports, "ensureBlock", { +Object.defineProperty(exports, 'ensureBlock', { enumerable: true, get: function () { return _ensureBlock.default; - } + }, }); -Object.defineProperty(exports, "getBindingIdentifiers", { +Object.defineProperty(exports, 'getBindingIdentifiers', { enumerable: true, get: function () { return _getBindingIdentifiers.default; - } + }, }); -Object.defineProperty(exports, "getOuterBindingIdentifiers", { +Object.defineProperty(exports, 'getOuterBindingIdentifiers', { enumerable: true, get: function () { return _getOuterBindingIdentifiers.default; - } + }, }); -Object.defineProperty(exports, "inheritInnerComments", { +Object.defineProperty(exports, 'inheritInnerComments', { enumerable: true, get: function () { return _inheritInnerComments.default; - } + }, }); -Object.defineProperty(exports, "inheritLeadingComments", { +Object.defineProperty(exports, 'inheritLeadingComments', { enumerable: true, get: function () { return _inheritLeadingComments.default; - } + }, }); -Object.defineProperty(exports, "inheritTrailingComments", { +Object.defineProperty(exports, 'inheritTrailingComments', { enumerable: true, get: function () { return _inheritTrailingComments.default; - } + }, }); -Object.defineProperty(exports, "inherits", { +Object.defineProperty(exports, 'inherits', { enumerable: true, get: function () { return _inherits.default; - } + }, }); -Object.defineProperty(exports, "inheritsComments", { +Object.defineProperty(exports, 'inheritsComments', { enumerable: true, get: function () { return _inheritsComments.default; - } + }, }); -Object.defineProperty(exports, "is", { +Object.defineProperty(exports, 'is', { enumerable: true, get: function () { return _is.default; - } + }, }); -Object.defineProperty(exports, "isBinding", { +Object.defineProperty(exports, 'isBinding', { enumerable: true, get: function () { return _isBinding.default; - } + }, }); -Object.defineProperty(exports, "isBlockScoped", { +Object.defineProperty(exports, 'isBlockScoped', { enumerable: true, get: function () { return _isBlockScoped.default; - } + }, }); -Object.defineProperty(exports, "isImmutable", { +Object.defineProperty(exports, 'isImmutable', { enumerable: true, get: function () { return _isImmutable.default; - } + }, }); -Object.defineProperty(exports, "isLet", { +Object.defineProperty(exports, 'isLet', { enumerable: true, get: function () { return _isLet.default; - } + }, }); -Object.defineProperty(exports, "isNode", { +Object.defineProperty(exports, 'isNode', { enumerable: true, get: function () { return _isNode.default; - } + }, }); -Object.defineProperty(exports, "isNodesEquivalent", { +Object.defineProperty(exports, 'isNodesEquivalent', { enumerable: true, get: function () { return _isNodesEquivalent.default; - } + }, }); -Object.defineProperty(exports, "isPlaceholderType", { +Object.defineProperty(exports, 'isPlaceholderType', { enumerable: true, get: function () { return _isPlaceholderType.default; - } + }, }); -Object.defineProperty(exports, "isReferenced", { +Object.defineProperty(exports, 'isReferenced', { enumerable: true, get: function () { return _isReferenced.default; - } + }, }); -Object.defineProperty(exports, "isScope", { +Object.defineProperty(exports, 'isScope', { enumerable: true, get: function () { return _isScope.default; - } + }, }); -Object.defineProperty(exports, "isSpecifierDefault", { +Object.defineProperty(exports, 'isSpecifierDefault', { enumerable: true, get: function () { return _isSpecifierDefault.default; - } + }, }); -Object.defineProperty(exports, "isType", { +Object.defineProperty(exports, 'isType', { enumerable: true, get: function () { return _isType.default; - } + }, }); -Object.defineProperty(exports, "isValidES3Identifier", { +Object.defineProperty(exports, 'isValidES3Identifier', { enumerable: true, get: function () { return _isValidES3Identifier.default; - } + }, }); -Object.defineProperty(exports, "isValidIdentifier", { +Object.defineProperty(exports, 'isValidIdentifier', { enumerable: true, get: function () { return _isValidIdentifier.default; - } + }, }); -Object.defineProperty(exports, "isVar", { +Object.defineProperty(exports, 'isVar', { enumerable: true, get: function () { return _isVar.default; - } + }, }); -Object.defineProperty(exports, "matchesPattern", { +Object.defineProperty(exports, 'matchesPattern', { enumerable: true, get: function () { return _matchesPattern.default; - } + }, }); -Object.defineProperty(exports, "prependToMemberExpression", { +Object.defineProperty(exports, 'prependToMemberExpression', { enumerable: true, get: function () { return _prependToMemberExpression.default; - } + }, }); exports.react = void 0; -Object.defineProperty(exports, "removeComments", { +Object.defineProperty(exports, 'removeComments', { enumerable: true, get: function () { return _removeComments.default; - } + }, }); -Object.defineProperty(exports, "removeProperties", { +Object.defineProperty(exports, 'removeProperties', { enumerable: true, get: function () { return _removeProperties.default; - } + }, }); -Object.defineProperty(exports, "removePropertiesDeep", { +Object.defineProperty(exports, 'removePropertiesDeep', { enumerable: true, get: function () { return _removePropertiesDeep.default; - } + }, }); -Object.defineProperty(exports, "removeTypeDuplicates", { +Object.defineProperty(exports, 'removeTypeDuplicates', { enumerable: true, get: function () { return _removeTypeDuplicates.default; - } + }, }); -Object.defineProperty(exports, "shallowEqual", { +Object.defineProperty(exports, 'shallowEqual', { enumerable: true, get: function () { return _shallowEqual.default; - } + }, }); -Object.defineProperty(exports, "toBindingIdentifierName", { +Object.defineProperty(exports, 'toBindingIdentifierName', { enumerable: true, get: function () { return _toBindingIdentifierName.default; - } + }, }); -Object.defineProperty(exports, "toBlock", { +Object.defineProperty(exports, 'toBlock', { enumerable: true, get: function () { return _toBlock.default; - } + }, }); -Object.defineProperty(exports, "toComputedKey", { +Object.defineProperty(exports, 'toComputedKey', { enumerable: true, get: function () { return _toComputedKey.default; - } + }, }); -Object.defineProperty(exports, "toExpression", { +Object.defineProperty(exports, 'toExpression', { enumerable: true, get: function () { return _toExpression.default; - } + }, }); -Object.defineProperty(exports, "toIdentifier", { +Object.defineProperty(exports, 'toIdentifier', { enumerable: true, get: function () { return _toIdentifier.default; - } + }, }); -Object.defineProperty(exports, "toKeyAlias", { +Object.defineProperty(exports, 'toKeyAlias', { enumerable: true, get: function () { return _toKeyAlias.default; - } + }, }); -Object.defineProperty(exports, "toSequenceExpression", { +Object.defineProperty(exports, 'toSequenceExpression', { enumerable: true, get: function () { return _toSequenceExpression.default; - } + }, }); -Object.defineProperty(exports, "toStatement", { +Object.defineProperty(exports, 'toStatement', { enumerable: true, get: function () { return _toStatement.default; - } + }, }); -Object.defineProperty(exports, "traverse", { +Object.defineProperty(exports, 'traverse', { enumerable: true, get: function () { return _traverse.default; - } + }, }); -Object.defineProperty(exports, "traverseFast", { +Object.defineProperty(exports, 'traverseFast', { enumerable: true, get: function () { return _traverseFast.default; - } + }, }); -Object.defineProperty(exports, "validate", { +Object.defineProperty(exports, 'validate', { enumerable: true, get: function () { return _validate.default; - } + }, }); -Object.defineProperty(exports, "valueToNode", { +Object.defineProperty(exports, 'valueToNode', { enumerable: true, get: function () { return _valueToNode.default; - } + }, }); -var _isReactComponent = require("./validators/react/isReactComponent"); +var _isReactComponent = require('./validators/react/isReactComponent'); -var _isCompatTag = require("./validators/react/isCompatTag"); +var _isCompatTag = require('./validators/react/isCompatTag'); -var _buildChildren = require("./builders/react/buildChildren"); +var _buildChildren = require('./builders/react/buildChildren'); -var _assertNode = require("./asserts/assertNode"); +var _assertNode = require('./asserts/assertNode'); -var _generated = require("./asserts/generated"); +var _generated = require('./asserts/generated'); Object.keys(_generated).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _generated[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _generated[key]; - } + }, }); }); -var _createTypeAnnotationBasedOnTypeof = require("./builders/flow/createTypeAnnotationBasedOnTypeof"); +var _createTypeAnnotationBasedOnTypeof = require('./builders/flow/createTypeAnnotationBasedOnTypeof'); -var _createFlowUnionType = require("./builders/flow/createFlowUnionType"); +var _createFlowUnionType = require('./builders/flow/createFlowUnionType'); -var _createTSUnionType = require("./builders/typescript/createTSUnionType"); +var _createTSUnionType = require('./builders/typescript/createTSUnionType'); -var _generated2 = require("./builders/generated"); +var _generated2 = require('./builders/generated'); Object.keys(_generated2).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _generated2[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _generated2[key]; - } + }, }); }); -var _uppercase = require("./builders/generated/uppercase"); +var _uppercase = require('./builders/generated/uppercase'); Object.keys(_uppercase).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _uppercase[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _uppercase[key]; - } + }, }); }); -var _cloneNode = require("./clone/cloneNode"); +var _cloneNode = require('./clone/cloneNode'); -var _clone = require("./clone/clone"); +var _clone = require('./clone/clone'); -var _cloneDeep = require("./clone/cloneDeep"); +var _cloneDeep = require('./clone/cloneDeep'); -var _cloneDeepWithoutLoc = require("./clone/cloneDeepWithoutLoc"); +var _cloneDeepWithoutLoc = require('./clone/cloneDeepWithoutLoc'); -var _cloneWithoutLoc = require("./clone/cloneWithoutLoc"); +var _cloneWithoutLoc = require('./clone/cloneWithoutLoc'); -var _addComment = require("./comments/addComment"); +var _addComment = require('./comments/addComment'); -var _addComments = require("./comments/addComments"); +var _addComments = require('./comments/addComments'); -var _inheritInnerComments = require("./comments/inheritInnerComments"); +var _inheritInnerComments = require('./comments/inheritInnerComments'); -var _inheritLeadingComments = require("./comments/inheritLeadingComments"); +var _inheritLeadingComments = require('./comments/inheritLeadingComments'); -var _inheritsComments = require("./comments/inheritsComments"); +var _inheritsComments = require('./comments/inheritsComments'); -var _inheritTrailingComments = require("./comments/inheritTrailingComments"); +var _inheritTrailingComments = require('./comments/inheritTrailingComments'); -var _removeComments = require("./comments/removeComments"); +var _removeComments = require('./comments/removeComments'); -var _generated3 = require("./constants/generated"); +var _generated3 = require('./constants/generated'); Object.keys(_generated3).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _generated3[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _generated3[key]; - } + }, }); }); -var _constants = require("./constants"); +var _constants = require('./constants'); Object.keys(_constants).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _constants[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _constants[key]; - } + }, }); }); -var _ensureBlock = require("./converters/ensureBlock"); +var _ensureBlock = require('./converters/ensureBlock'); -var _toBindingIdentifierName = require("./converters/toBindingIdentifierName"); +var _toBindingIdentifierName = require('./converters/toBindingIdentifierName'); -var _toBlock = require("./converters/toBlock"); +var _toBlock = require('./converters/toBlock'); -var _toComputedKey = require("./converters/toComputedKey"); +var _toComputedKey = require('./converters/toComputedKey'); -var _toExpression = require("./converters/toExpression"); +var _toExpression = require('./converters/toExpression'); -var _toIdentifier = require("./converters/toIdentifier"); +var _toIdentifier = require('./converters/toIdentifier'); -var _toKeyAlias = require("./converters/toKeyAlias"); +var _toKeyAlias = require('./converters/toKeyAlias'); -var _toSequenceExpression = require("./converters/toSequenceExpression"); +var _toSequenceExpression = require('./converters/toSequenceExpression'); -var _toStatement = require("./converters/toStatement"); +var _toStatement = require('./converters/toStatement'); -var _valueToNode = require("./converters/valueToNode"); +var _valueToNode = require('./converters/valueToNode'); -var _definitions = require("./definitions"); +var _definitions = require('./definitions'); Object.keys(_definitions).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _definitions[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _definitions[key]; - } + }, }); }); -var _appendToMemberExpression = require("./modifications/appendToMemberExpression"); +var _appendToMemberExpression = require('./modifications/appendToMemberExpression'); -var _inherits = require("./modifications/inherits"); +var _inherits = require('./modifications/inherits'); -var _prependToMemberExpression = require("./modifications/prependToMemberExpression"); +var _prependToMemberExpression = require('./modifications/prependToMemberExpression'); -var _removeProperties = require("./modifications/removeProperties"); +var _removeProperties = require('./modifications/removeProperties'); -var _removePropertiesDeep = require("./modifications/removePropertiesDeep"); +var _removePropertiesDeep = require('./modifications/removePropertiesDeep'); -var _removeTypeDuplicates = require("./modifications/flow/removeTypeDuplicates"); +var _removeTypeDuplicates = require('./modifications/flow/removeTypeDuplicates'); -var _getBindingIdentifiers = require("./retrievers/getBindingIdentifiers"); +var _getBindingIdentifiers = require('./retrievers/getBindingIdentifiers'); -var _getOuterBindingIdentifiers = require("./retrievers/getOuterBindingIdentifiers"); +var _getOuterBindingIdentifiers = require('./retrievers/getOuterBindingIdentifiers'); -var _traverse = require("./traverse/traverse"); +var _traverse = require('./traverse/traverse'); Object.keys(_traverse).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _traverse[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _traverse[key]; - } + }, }); }); -var _traverseFast = require("./traverse/traverseFast"); +var _traverseFast = require('./traverse/traverseFast'); -var _shallowEqual = require("./utils/shallowEqual"); +var _shallowEqual = require('./utils/shallowEqual'); -var _is = require("./validators/is"); +var _is = require('./validators/is'); -var _isBinding = require("./validators/isBinding"); +var _isBinding = require('./validators/isBinding'); -var _isBlockScoped = require("./validators/isBlockScoped"); +var _isBlockScoped = require('./validators/isBlockScoped'); -var _isImmutable = require("./validators/isImmutable"); +var _isImmutable = require('./validators/isImmutable'); -var _isLet = require("./validators/isLet"); +var _isLet = require('./validators/isLet'); -var _isNode = require("./validators/isNode"); +var _isNode = require('./validators/isNode'); -var _isNodesEquivalent = require("./validators/isNodesEquivalent"); +var _isNodesEquivalent = require('./validators/isNodesEquivalent'); -var _isPlaceholderType = require("./validators/isPlaceholderType"); +var _isPlaceholderType = require('./validators/isPlaceholderType'); -var _isReferenced = require("./validators/isReferenced"); +var _isReferenced = require('./validators/isReferenced'); -var _isScope = require("./validators/isScope"); +var _isScope = require('./validators/isScope'); -var _isSpecifierDefault = require("./validators/isSpecifierDefault"); +var _isSpecifierDefault = require('./validators/isSpecifierDefault'); -var _isType = require("./validators/isType"); +var _isType = require('./validators/isType'); -var _isValidES3Identifier = require("./validators/isValidES3Identifier"); +var _isValidES3Identifier = require('./validators/isValidES3Identifier'); -var _isValidIdentifier = require("./validators/isValidIdentifier"); +var _isValidIdentifier = require('./validators/isValidIdentifier'); -var _isVar = require("./validators/isVar"); +var _isVar = require('./validators/isVar'); -var _matchesPattern = require("./validators/matchesPattern"); +var _matchesPattern = require('./validators/matchesPattern'); -var _validate = require("./validators/validate"); +var _validate = require('./validators/validate'); -var _buildMatchMemberExpression = require("./validators/buildMatchMemberExpression"); +var _buildMatchMemberExpression = require('./validators/buildMatchMemberExpression'); -var _generated4 = require("./validators/generated"); +var _generated4 = require('./validators/generated'); Object.keys(_generated4).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _generated4[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _generated4[key]; - } + }, }); }); -var _generated5 = require("./ast-types/generated"); +var _generated5 = require('./ast-types/generated'); Object.keys(_generated5).forEach(function (key) { - if (key === "default" || key === "__esModule") return; + if (key === 'default' || key === '__esModule') return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _generated5[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _generated5[key]; - } + }, }); }); const react = { isReactComponent: _isReactComponent.default, isCompatTag: _isCompatTag.default, - buildChildren: _buildChildren.default + buildChildren: _buildChildren.default, }; exports.react = react; diff --git a/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js b/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js index cbf8db7..3da2e31 100644 --- a/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +++ b/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js @@ -1,14 +1,18 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = appendToMemberExpression; -var _generated = require("../builders/generated"); +var _generated = require('../builders/generated'); function appendToMemberExpression(member, append, computed = false) { - member.object = (0, _generated.memberExpression)(member.object, member.property, member.computed); + member.object = (0, _generated.memberExpression)( + member.object, + member.property, + member.computed + ); member.property = append; member.computed = !!computed; return member; diff --git a/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js b/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js index f2a5477..79b9b16 100644 --- a/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +++ b/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js @@ -1,14 +1,16 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = removeTypeDuplicates; -var _generated = require("../../validators/generated"); +var _generated = require('../../validators/generated'); function getQualifiedName(node) { - return (0, _generated.isIdentifier)(node) ? node.name : `${node.id.name}.${getQualifiedName(node.qualification)}`; + return (0, _generated.isIdentifier)(node) ? + node.name + : `${node.id.name}.${getQualifiedName(node.qualification)}`; } function removeTypeDuplicates(nodes) { @@ -51,7 +53,9 @@ function removeTypeDuplicates(nodes) { if (existing.typeParameters) { if (node.typeParameters) { - existing.typeParameters.params = removeTypeDuplicates(existing.typeParameters.params.concat(node.typeParameters.params)); + existing.typeParameters.params = removeTypeDuplicates( + existing.typeParameters.params.concat(node.typeParameters.params) + ); } } else { existing = node.typeParameters; diff --git a/node_modules/@babel/types/lib/modifications/inherits.js b/node_modules/@babel/types/lib/modifications/inherits.js index bd29dc5..3754aa4 100644 --- a/node_modules/@babel/types/lib/modifications/inherits.js +++ b/node_modules/@babel/types/lib/modifications/inherits.js @@ -1,13 +1,13 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = inherits; -var _constants = require("../constants"); +var _constants = require('../constants'); -var _inheritsComments = require("../comments/inheritsComments"); +var _inheritsComments = require('../comments/inheritsComments'); function inherits(child, parent) { if (!child || !parent) return child; @@ -19,7 +19,7 @@ function inherits(child, parent) { } for (const key of Object.keys(parent)) { - if (key[0] === "_" && key !== "__clone") { + if (key[0] === '_' && key !== '__clone') { child[key] = parent[key]; } } diff --git a/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js b/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js index 01049bc..6d43bb3 100644 --- a/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +++ b/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js @@ -1,17 +1,19 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = prependToMemberExpression; -var _generated = require("../builders/generated"); +var _generated = require('../builders/generated'); -var _ = require(".."); +var _ = require('..'); function prependToMemberExpression(member, prepend) { if ((0, _.isSuper)(member.object)) { - throw new Error("Cannot prepend node to super property access (`super.foo`)."); + throw new Error( + 'Cannot prepend node to super property access (`super.foo`).' + ); } member.object = (0, _generated.memberExpression)(prepend, member.object); diff --git a/node_modules/@babel/types/lib/modifications/removeProperties.js b/node_modules/@babel/types/lib/modifications/removeProperties.js index 1633958..6047c61 100644 --- a/node_modules/@babel/types/lib/modifications/removeProperties.js +++ b/node_modules/@babel/types/lib/modifications/removeProperties.js @@ -1,14 +1,18 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = removeProperties; -var _constants = require("../constants"); +var _constants = require('../constants'); -const CLEAR_KEYS = ["tokens", "start", "end", "loc", "raw", "rawValue"]; -const CLEAR_KEYS_PLUS_COMMENTS = [..._constants.COMMENT_KEYS, "comments", ...CLEAR_KEYS]; +const CLEAR_KEYS = ['tokens', 'start', 'end', 'loc', 'raw', 'rawValue']; +const CLEAR_KEYS_PLUS_COMMENTS = [ + ..._constants.COMMENT_KEYS, + 'comments', + ...CLEAR_KEYS, +]; function removeProperties(node, opts = {}) { const map = opts.preserveComments ? CLEAR_KEYS : CLEAR_KEYS_PLUS_COMMENTS; @@ -18,7 +22,7 @@ function removeProperties(node, opts = {}) { } for (const key of Object.keys(node)) { - if (key[0] === "_" && node[key] != null) node[key] = undefined; + if (key[0] === '_' && node[key] != null) node[key] = undefined; } const symbols = Object.getOwnPropertySymbols(node); diff --git a/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js b/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js index 580b02e..9e0c5e8 100644 --- a/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +++ b/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js @@ -1,13 +1,13 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = removePropertiesDeep; -var _traverseFast = require("../traverse/traverseFast"); +var _traverseFast = require('../traverse/traverseFast'); -var _removeProperties = require("./removeProperties"); +var _removeProperties = require('./removeProperties'); function removePropertiesDeep(tree, opts) { (0, _traverseFast.default)(tree, _removeProperties.default, opts); diff --git a/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js b/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js index c8aedee..527c860 100644 --- a/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +++ b/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js @@ -1,14 +1,16 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = removeTypeDuplicates; -var _generated = require("../../validators/generated"); +var _generated = require('../../validators/generated'); function getQualifiedName(node) { - return (0, _generated.isIdentifier)(node) ? node.name : `${node.right.name}.${getQualifiedName(node.left)}`; + return (0, _generated.isIdentifier)(node) ? + node.name + : `${node.right.name}.${getQualifiedName(node.left)}`; } function removeTypeDuplicates(nodes) { @@ -51,7 +53,9 @@ function removeTypeDuplicates(nodes) { if (existing.typeParameters) { if (node.typeParameters) { - existing.typeParameters.params = removeTypeDuplicates(existing.typeParameters.params.concat(node.typeParameters.params)); + existing.typeParameters.params = removeTypeDuplicates( + existing.typeParameters.params.concat(node.typeParameters.params) + ); } } else { existing = node.typeParameters; diff --git a/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js b/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js index 1951622..5563cbb 100644 --- a/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +++ b/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = getBindingIdentifiers; -var _generated = require("../validators/generated"); +var _generated = require('../validators/generated'); function getBindingIdentifiers(node, duplicates, outerOnly) { const search = [].concat(node); @@ -18,7 +18,7 @@ function getBindingIdentifiers(node, duplicates, outerOnly) { if ((0, _generated.isIdentifier)(id)) { if (duplicates) { - const _ids = ids[id.name] = ids[id.name] || []; + const _ids = (ids[id.name] = ids[id.name] || []); _ids.push(id); } else { @@ -28,7 +28,10 @@ function getBindingIdentifiers(node, duplicates, outerOnly) { continue; } - if ((0, _generated.isExportDeclaration)(id) && !(0, _generated.isExportAllDeclaration)(id)) { + if ( + (0, _generated.isExportDeclaration)(id) && + !(0, _generated.isExportAllDeclaration)(id) + ) { if ((0, _generated.isDeclaration)(id.declaration)) { search.push(id.declaration); } @@ -63,45 +66,45 @@ function getBindingIdentifiers(node, duplicates, outerOnly) { } getBindingIdentifiers.keys = { - DeclareClass: ["id"], - DeclareFunction: ["id"], - DeclareModule: ["id"], - DeclareVariable: ["id"], - DeclareInterface: ["id"], - DeclareTypeAlias: ["id"], - DeclareOpaqueType: ["id"], - InterfaceDeclaration: ["id"], - TypeAlias: ["id"], - OpaqueType: ["id"], - CatchClause: ["param"], - LabeledStatement: ["label"], - UnaryExpression: ["argument"], - AssignmentExpression: ["left"], - ImportSpecifier: ["local"], - ImportNamespaceSpecifier: ["local"], - ImportDefaultSpecifier: ["local"], - ImportDeclaration: ["specifiers"], - ExportSpecifier: ["exported"], - ExportNamespaceSpecifier: ["exported"], - ExportDefaultSpecifier: ["exported"], - FunctionDeclaration: ["id", "params"], - FunctionExpression: ["id", "params"], - ArrowFunctionExpression: ["params"], - ObjectMethod: ["params"], - ClassMethod: ["params"], - ClassPrivateMethod: ["params"], - ForInStatement: ["left"], - ForOfStatement: ["left"], - ClassDeclaration: ["id"], - ClassExpression: ["id"], - RestElement: ["argument"], - UpdateExpression: ["argument"], - ObjectProperty: ["value"], - AssignmentPattern: ["left"], - ArrayPattern: ["elements"], - ObjectPattern: ["properties"], - VariableDeclaration: ["declarations"], - VariableDeclarator: ["id"] + DeclareClass: ['id'], + DeclareFunction: ['id'], + DeclareModule: ['id'], + DeclareVariable: ['id'], + DeclareInterface: ['id'], + DeclareTypeAlias: ['id'], + DeclareOpaqueType: ['id'], + InterfaceDeclaration: ['id'], + TypeAlias: ['id'], + OpaqueType: ['id'], + CatchClause: ['param'], + LabeledStatement: ['label'], + UnaryExpression: ['argument'], + AssignmentExpression: ['left'], + ImportSpecifier: ['local'], + ImportNamespaceSpecifier: ['local'], + ImportDefaultSpecifier: ['local'], + ImportDeclaration: ['specifiers'], + ExportSpecifier: ['exported'], + ExportNamespaceSpecifier: ['exported'], + ExportDefaultSpecifier: ['exported'], + FunctionDeclaration: ['id', 'params'], + FunctionExpression: ['id', 'params'], + ArrowFunctionExpression: ['params'], + ObjectMethod: ['params'], + ClassMethod: ['params'], + ClassPrivateMethod: ['params'], + ForInStatement: ['left'], + ForOfStatement: ['left'], + ClassDeclaration: ['id'], + ClassExpression: ['id'], + RestElement: ['argument'], + UpdateExpression: ['argument'], + ObjectProperty: ['value'], + AssignmentPattern: ['left'], + ArrayPattern: ['elements'], + ObjectPattern: ['properties'], + VariableDeclaration: ['declarations'], + VariableDeclarator: ['id'], }; //# sourceMappingURL=getBindingIdentifiers.js.map diff --git a/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js b/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js index 908fcab..10029a8 100644 --- a/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +++ b/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = void 0; -var _getBindingIdentifiers = require("./getBindingIdentifiers"); +var _getBindingIdentifiers = require('./getBindingIdentifiers'); var _default = getOuterBindingIdentifiers; exports.default = _default; diff --git a/node_modules/@babel/types/lib/traverse/traverse.js b/node_modules/@babel/types/lib/traverse/traverse.js index d74f922..360e659 100644 --- a/node_modules/@babel/types/lib/traverse/traverse.js +++ b/node_modules/@babel/types/lib/traverse/traverse.js @@ -1,23 +1,20 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = traverse; -var _definitions = require("../definitions"); +var _definitions = require('../definitions'); function traverse(node, handlers, state) { - if (typeof handlers === "function") { + if (typeof handlers === 'function') { handlers = { - enter: handlers + enter: handlers, }; } - const { - enter, - exit - } = handlers; + const { enter, exit } = handlers; traverseSimpleImpl(node, enter, exit, state, []); } @@ -36,7 +33,7 @@ function traverseSimpleImpl(node, enter, exit, state, ancestors) { ancestors.push({ node, key, - index: i + index: i, }); traverseSimpleImpl(child, enter, exit, state, ancestors); ancestors.pop(); @@ -44,7 +41,7 @@ function traverseSimpleImpl(node, enter, exit, state, ancestors) { } else if (subNode) { ancestors.push({ node, - key + key, }); traverseSimpleImpl(subNode, enter, exit, state, ancestors); ancestors.pop(); diff --git a/node_modules/@babel/types/lib/traverse/traverseFast.js b/node_modules/@babel/types/lib/traverse/traverseFast.js index f9eec04..f082897 100644 --- a/node_modules/@babel/types/lib/traverse/traverseFast.js +++ b/node_modules/@babel/types/lib/traverse/traverseFast.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = traverseFast; -var _definitions = require("../definitions"); +var _definitions = require('../definitions'); function traverseFast(node, enter, opts) { if (!node) return; diff --git a/node_modules/@babel/types/lib/utils/inherit.js b/node_modules/@babel/types/lib/utils/inherit.js index 97fa990..4c45764 100644 --- a/node_modules/@babel/types/lib/utils/inherit.js +++ b/node_modules/@babel/types/lib/utils/inherit.js @@ -1,13 +1,15 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = inherit; function inherit(key, child, parent) { if (child && parent) { - child[key] = Array.from(new Set([].concat(child[key], parent[key]).filter(Boolean))); + child[key] = Array.from( + new Set([].concat(child[key], parent[key]).filter(Boolean)) + ); } } diff --git a/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js b/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js index 4927d9d..10f359e 100644 --- a/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +++ b/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = cleanJSXElementLiteralChild; -var _generated = require("../../builders/generated"); +var _generated = require('../../builders/generated'); function cleanJSXElementLiteralChild(child, args) { const lines = child.value.split(/\r\n|\n|\r/); @@ -17,26 +17,26 @@ function cleanJSXElementLiteralChild(child, args) { } } - let str = ""; + let str = ''; for (let i = 0; i < lines.length; i++) { const line = lines[i]; const isFirstLine = i === 0; const isLastLine = i === lines.length - 1; const isLastNonEmptyLine = i === lastNonEmptyLine; - let trimmedLine = line.replace(/\t/g, " "); + let trimmedLine = line.replace(/\t/g, ' '); if (!isFirstLine) { - trimmedLine = trimmedLine.replace(/^[ ]+/, ""); + trimmedLine = trimmedLine.replace(/^[ ]+/, ''); } if (!isLastLine) { - trimmedLine = trimmedLine.replace(/[ ]+$/, ""); + trimmedLine = trimmedLine.replace(/[ ]+$/, ''); } if (trimmedLine) { if (!isLastNonEmptyLine) { - trimmedLine += " "; + trimmedLine += ' '; } str += trimmedLine; diff --git a/node_modules/@babel/types/lib/utils/shallowEqual.js b/node_modules/@babel/types/lib/utils/shallowEqual.js index 3e91e7a..9fb2f00 100644 --- a/node_modules/@babel/types/lib/utils/shallowEqual.js +++ b/node_modules/@babel/types/lib/utils/shallowEqual.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = shallowEqual; diff --git a/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js b/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js index 2b569a1..418530b 100644 --- a/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +++ b/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js @@ -1,15 +1,15 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = buildMatchMemberExpression; -var _matchesPattern = require("./matchesPattern"); +var _matchesPattern = require('./matchesPattern'); function buildMatchMemberExpression(match, allowPartial) { - const parts = match.split("."); - return member => (0, _matchesPattern.default)(member, parts, allowPartial); + const parts = match.split('.'); + return (member) => (0, _matchesPattern.default)(member, parts, allowPartial); } //# sourceMappingURL=buildMatchMemberExpression.js.map diff --git a/node_modules/@babel/types/lib/validators/generated/index.js b/node_modules/@babel/types/lib/validators/generated/index.js index 323e798..a5644a4 100644 --- a/node_modules/@babel/types/lib/validators/generated/index.js +++ b/node_modules/@babel/types/lib/validators/generated/index.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.isAccessor = isAccessor; exports.isAnyTypeAnnotation = isAnyTypeAnnotation; @@ -305,14 +305,14 @@ exports.isWhileStatement = isWhileStatement; exports.isWithStatement = isWithStatement; exports.isYieldExpression = isYieldExpression; -var _shallowEqual = require("../../utils/shallowEqual"); +var _shallowEqual = require('../../utils/shallowEqual'); function isArrayExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ArrayExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'ArrayExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -326,8 +326,8 @@ function isAssignmentExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "AssignmentExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'AssignmentExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -341,8 +341,8 @@ function isBinaryExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "BinaryExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'BinaryExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -356,8 +356,8 @@ function isInterpreterDirective(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "InterpreterDirective") { - if (typeof opts === "undefined") { + if (nodeType === 'InterpreterDirective') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -371,8 +371,8 @@ function isDirective(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "Directive") { - if (typeof opts === "undefined") { + if (nodeType === 'Directive') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -386,8 +386,8 @@ function isDirectiveLiteral(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DirectiveLiteral") { - if (typeof opts === "undefined") { + if (nodeType === 'DirectiveLiteral') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -401,8 +401,8 @@ function isBlockStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "BlockStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'BlockStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -416,8 +416,8 @@ function isBreakStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "BreakStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'BreakStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -431,8 +431,8 @@ function isCallExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "CallExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'CallExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -446,8 +446,8 @@ function isCatchClause(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "CatchClause") { - if (typeof opts === "undefined") { + if (nodeType === 'CatchClause') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -461,8 +461,8 @@ function isConditionalExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ConditionalExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'ConditionalExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -476,8 +476,8 @@ function isContinueStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ContinueStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'ContinueStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -491,8 +491,8 @@ function isDebuggerStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DebuggerStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'DebuggerStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -506,8 +506,8 @@ function isDoWhileStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DoWhileStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'DoWhileStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -521,8 +521,8 @@ function isEmptyStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "EmptyStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'EmptyStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -536,8 +536,8 @@ function isExpressionStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ExpressionStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'ExpressionStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -551,8 +551,8 @@ function isFile(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "File") { - if (typeof opts === "undefined") { + if (nodeType === 'File') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -566,8 +566,8 @@ function isForInStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ForInStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'ForInStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -581,8 +581,8 @@ function isForStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ForStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'ForStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -596,8 +596,8 @@ function isFunctionDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "FunctionDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'FunctionDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -611,8 +611,8 @@ function isFunctionExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "FunctionExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'FunctionExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -626,8 +626,8 @@ function isIdentifier(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "Identifier") { - if (typeof opts === "undefined") { + if (nodeType === 'Identifier') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -641,8 +641,8 @@ function isIfStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "IfStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'IfStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -656,8 +656,8 @@ function isLabeledStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "LabeledStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'LabeledStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -671,8 +671,8 @@ function isStringLiteral(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "StringLiteral") { - if (typeof opts === "undefined") { + if (nodeType === 'StringLiteral') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -686,8 +686,8 @@ function isNumericLiteral(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "NumericLiteral") { - if (typeof opts === "undefined") { + if (nodeType === 'NumericLiteral') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -701,8 +701,8 @@ function isNullLiteral(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "NullLiteral") { - if (typeof opts === "undefined") { + if (nodeType === 'NullLiteral') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -716,8 +716,8 @@ function isBooleanLiteral(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "BooleanLiteral") { - if (typeof opts === "undefined") { + if (nodeType === 'BooleanLiteral') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -731,8 +731,8 @@ function isRegExpLiteral(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "RegExpLiteral") { - if (typeof opts === "undefined") { + if (nodeType === 'RegExpLiteral') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -746,8 +746,8 @@ function isLogicalExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "LogicalExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'LogicalExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -761,8 +761,8 @@ function isMemberExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "MemberExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'MemberExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -776,8 +776,8 @@ function isNewExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "NewExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'NewExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -791,8 +791,8 @@ function isProgram(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "Program") { - if (typeof opts === "undefined") { + if (nodeType === 'Program') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -806,8 +806,8 @@ function isObjectExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ObjectExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'ObjectExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -821,8 +821,8 @@ function isObjectMethod(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ObjectMethod") { - if (typeof opts === "undefined") { + if (nodeType === 'ObjectMethod') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -836,8 +836,8 @@ function isObjectProperty(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ObjectProperty") { - if (typeof opts === "undefined") { + if (nodeType === 'ObjectProperty') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -851,8 +851,8 @@ function isRestElement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "RestElement") { - if (typeof opts === "undefined") { + if (nodeType === 'RestElement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -866,8 +866,8 @@ function isReturnStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ReturnStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'ReturnStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -881,8 +881,8 @@ function isSequenceExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "SequenceExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'SequenceExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -896,8 +896,8 @@ function isParenthesizedExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ParenthesizedExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'ParenthesizedExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -911,8 +911,8 @@ function isSwitchCase(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "SwitchCase") { - if (typeof opts === "undefined") { + if (nodeType === 'SwitchCase') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -926,8 +926,8 @@ function isSwitchStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "SwitchStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'SwitchStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -941,8 +941,8 @@ function isThisExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ThisExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'ThisExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -956,8 +956,8 @@ function isThrowStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ThrowStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'ThrowStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -971,8 +971,8 @@ function isTryStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TryStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'TryStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -986,8 +986,8 @@ function isUnaryExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "UnaryExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'UnaryExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1001,8 +1001,8 @@ function isUpdateExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "UpdateExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'UpdateExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1016,8 +1016,8 @@ function isVariableDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "VariableDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'VariableDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1031,8 +1031,8 @@ function isVariableDeclarator(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "VariableDeclarator") { - if (typeof opts === "undefined") { + if (nodeType === 'VariableDeclarator') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1046,8 +1046,8 @@ function isWhileStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "WhileStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'WhileStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1061,8 +1061,8 @@ function isWithStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "WithStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'WithStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1076,8 +1076,8 @@ function isAssignmentPattern(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "AssignmentPattern") { - if (typeof opts === "undefined") { + if (nodeType === 'AssignmentPattern') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1091,8 +1091,8 @@ function isArrayPattern(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ArrayPattern") { - if (typeof opts === "undefined") { + if (nodeType === 'ArrayPattern') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1106,8 +1106,8 @@ function isArrowFunctionExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ArrowFunctionExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'ArrowFunctionExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1121,8 +1121,8 @@ function isClassBody(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ClassBody") { - if (typeof opts === "undefined") { + if (nodeType === 'ClassBody') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1136,8 +1136,8 @@ function isClassExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ClassExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'ClassExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1151,8 +1151,8 @@ function isClassDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ClassDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'ClassDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1166,8 +1166,8 @@ function isExportAllDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ExportAllDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'ExportAllDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1181,8 +1181,8 @@ function isExportDefaultDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ExportDefaultDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'ExportDefaultDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1196,8 +1196,8 @@ function isExportNamedDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ExportNamedDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'ExportNamedDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1211,8 +1211,8 @@ function isExportSpecifier(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ExportSpecifier") { - if (typeof opts === "undefined") { + if (nodeType === 'ExportSpecifier') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1226,8 +1226,8 @@ function isForOfStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ForOfStatement") { - if (typeof opts === "undefined") { + if (nodeType === 'ForOfStatement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1241,8 +1241,8 @@ function isImportDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ImportDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'ImportDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1256,8 +1256,8 @@ function isImportDefaultSpecifier(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ImportDefaultSpecifier") { - if (typeof opts === "undefined") { + if (nodeType === 'ImportDefaultSpecifier') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1271,8 +1271,8 @@ function isImportNamespaceSpecifier(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ImportNamespaceSpecifier") { - if (typeof opts === "undefined") { + if (nodeType === 'ImportNamespaceSpecifier') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1286,8 +1286,8 @@ function isImportSpecifier(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ImportSpecifier") { - if (typeof opts === "undefined") { + if (nodeType === 'ImportSpecifier') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1301,8 +1301,8 @@ function isMetaProperty(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "MetaProperty") { - if (typeof opts === "undefined") { + if (nodeType === 'MetaProperty') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1316,8 +1316,8 @@ function isClassMethod(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ClassMethod") { - if (typeof opts === "undefined") { + if (nodeType === 'ClassMethod') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1331,8 +1331,8 @@ function isObjectPattern(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ObjectPattern") { - if (typeof opts === "undefined") { + if (nodeType === 'ObjectPattern') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1346,8 +1346,8 @@ function isSpreadElement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "SpreadElement") { - if (typeof opts === "undefined") { + if (nodeType === 'SpreadElement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1361,8 +1361,8 @@ function isSuper(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "Super") { - if (typeof opts === "undefined") { + if (nodeType === 'Super') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1376,8 +1376,8 @@ function isTaggedTemplateExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TaggedTemplateExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'TaggedTemplateExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1391,8 +1391,8 @@ function isTemplateElement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TemplateElement") { - if (typeof opts === "undefined") { + if (nodeType === 'TemplateElement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1406,8 +1406,8 @@ function isTemplateLiteral(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TemplateLiteral") { - if (typeof opts === "undefined") { + if (nodeType === 'TemplateLiteral') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1421,8 +1421,8 @@ function isYieldExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "YieldExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'YieldExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1436,8 +1436,8 @@ function isAwaitExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "AwaitExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'AwaitExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1451,8 +1451,8 @@ function isImport(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "Import") { - if (typeof opts === "undefined") { + if (nodeType === 'Import') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1466,8 +1466,8 @@ function isBigIntLiteral(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "BigIntLiteral") { - if (typeof opts === "undefined") { + if (nodeType === 'BigIntLiteral') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1481,8 +1481,8 @@ function isExportNamespaceSpecifier(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ExportNamespaceSpecifier") { - if (typeof opts === "undefined") { + if (nodeType === 'ExportNamespaceSpecifier') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1496,8 +1496,8 @@ function isOptionalMemberExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "OptionalMemberExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'OptionalMemberExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1511,8 +1511,8 @@ function isOptionalCallExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "OptionalCallExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'OptionalCallExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1526,8 +1526,8 @@ function isClassProperty(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ClassProperty") { - if (typeof opts === "undefined") { + if (nodeType === 'ClassProperty') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1541,8 +1541,8 @@ function isClassAccessorProperty(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ClassAccessorProperty") { - if (typeof opts === "undefined") { + if (nodeType === 'ClassAccessorProperty') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1556,8 +1556,8 @@ function isClassPrivateProperty(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ClassPrivateProperty") { - if (typeof opts === "undefined") { + if (nodeType === 'ClassPrivateProperty') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1571,8 +1571,8 @@ function isClassPrivateMethod(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ClassPrivateMethod") { - if (typeof opts === "undefined") { + if (nodeType === 'ClassPrivateMethod') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1586,8 +1586,8 @@ function isPrivateName(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "PrivateName") { - if (typeof opts === "undefined") { + if (nodeType === 'PrivateName') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1601,8 +1601,8 @@ function isStaticBlock(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "StaticBlock") { - if (typeof opts === "undefined") { + if (nodeType === 'StaticBlock') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1616,8 +1616,8 @@ function isAnyTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "AnyTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'AnyTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1631,8 +1631,8 @@ function isArrayTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ArrayTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'ArrayTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1646,8 +1646,8 @@ function isBooleanTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "BooleanTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'BooleanTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1661,8 +1661,8 @@ function isBooleanLiteralTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "BooleanLiteralTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'BooleanLiteralTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1676,8 +1676,8 @@ function isNullLiteralTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "NullLiteralTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'NullLiteralTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1691,8 +1691,8 @@ function isClassImplements(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ClassImplements") { - if (typeof opts === "undefined") { + if (nodeType === 'ClassImplements') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1706,8 +1706,8 @@ function isDeclareClass(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DeclareClass") { - if (typeof opts === "undefined") { + if (nodeType === 'DeclareClass') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1721,8 +1721,8 @@ function isDeclareFunction(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DeclareFunction") { - if (typeof opts === "undefined") { + if (nodeType === 'DeclareFunction') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1736,8 +1736,8 @@ function isDeclareInterface(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DeclareInterface") { - if (typeof opts === "undefined") { + if (nodeType === 'DeclareInterface') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1751,8 +1751,8 @@ function isDeclareModule(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DeclareModule") { - if (typeof opts === "undefined") { + if (nodeType === 'DeclareModule') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1766,8 +1766,8 @@ function isDeclareModuleExports(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DeclareModuleExports") { - if (typeof opts === "undefined") { + if (nodeType === 'DeclareModuleExports') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1781,8 +1781,8 @@ function isDeclareTypeAlias(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DeclareTypeAlias") { - if (typeof opts === "undefined") { + if (nodeType === 'DeclareTypeAlias') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1796,8 +1796,8 @@ function isDeclareOpaqueType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DeclareOpaqueType") { - if (typeof opts === "undefined") { + if (nodeType === 'DeclareOpaqueType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1811,8 +1811,8 @@ function isDeclareVariable(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DeclareVariable") { - if (typeof opts === "undefined") { + if (nodeType === 'DeclareVariable') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1826,8 +1826,8 @@ function isDeclareExportDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DeclareExportDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'DeclareExportDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1841,8 +1841,8 @@ function isDeclareExportAllDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DeclareExportAllDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'DeclareExportAllDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1856,8 +1856,8 @@ function isDeclaredPredicate(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DeclaredPredicate") { - if (typeof opts === "undefined") { + if (nodeType === 'DeclaredPredicate') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1871,8 +1871,8 @@ function isExistsTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ExistsTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'ExistsTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1886,8 +1886,8 @@ function isFunctionTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "FunctionTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'FunctionTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1901,8 +1901,8 @@ function isFunctionTypeParam(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "FunctionTypeParam") { - if (typeof opts === "undefined") { + if (nodeType === 'FunctionTypeParam') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1916,8 +1916,8 @@ function isGenericTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "GenericTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'GenericTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1931,8 +1931,8 @@ function isInferredPredicate(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "InferredPredicate") { - if (typeof opts === "undefined") { + if (nodeType === 'InferredPredicate') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1946,8 +1946,8 @@ function isInterfaceExtends(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "InterfaceExtends") { - if (typeof opts === "undefined") { + if (nodeType === 'InterfaceExtends') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1961,8 +1961,8 @@ function isInterfaceDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "InterfaceDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'InterfaceDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1976,8 +1976,8 @@ function isInterfaceTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "InterfaceTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'InterfaceTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -1991,8 +1991,8 @@ function isIntersectionTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "IntersectionTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'IntersectionTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2006,8 +2006,8 @@ function isMixedTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "MixedTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'MixedTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2021,8 +2021,8 @@ function isEmptyTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "EmptyTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'EmptyTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2036,8 +2036,8 @@ function isNullableTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "NullableTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'NullableTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2051,8 +2051,8 @@ function isNumberLiteralTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "NumberLiteralTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'NumberLiteralTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2066,8 +2066,8 @@ function isNumberTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "NumberTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'NumberTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2081,8 +2081,8 @@ function isObjectTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ObjectTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'ObjectTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2096,8 +2096,8 @@ function isObjectTypeInternalSlot(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ObjectTypeInternalSlot") { - if (typeof opts === "undefined") { + if (nodeType === 'ObjectTypeInternalSlot') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2111,8 +2111,8 @@ function isObjectTypeCallProperty(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ObjectTypeCallProperty") { - if (typeof opts === "undefined") { + if (nodeType === 'ObjectTypeCallProperty') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2126,8 +2126,8 @@ function isObjectTypeIndexer(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ObjectTypeIndexer") { - if (typeof opts === "undefined") { + if (nodeType === 'ObjectTypeIndexer') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2141,8 +2141,8 @@ function isObjectTypeProperty(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ObjectTypeProperty") { - if (typeof opts === "undefined") { + if (nodeType === 'ObjectTypeProperty') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2156,8 +2156,8 @@ function isObjectTypeSpreadProperty(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ObjectTypeSpreadProperty") { - if (typeof opts === "undefined") { + if (nodeType === 'ObjectTypeSpreadProperty') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2171,8 +2171,8 @@ function isOpaqueType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "OpaqueType") { - if (typeof opts === "undefined") { + if (nodeType === 'OpaqueType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2186,8 +2186,8 @@ function isQualifiedTypeIdentifier(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "QualifiedTypeIdentifier") { - if (typeof opts === "undefined") { + if (nodeType === 'QualifiedTypeIdentifier') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2201,8 +2201,8 @@ function isStringLiteralTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "StringLiteralTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'StringLiteralTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2216,8 +2216,8 @@ function isStringTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "StringTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'StringTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2231,8 +2231,8 @@ function isSymbolTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "SymbolTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'SymbolTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2246,8 +2246,8 @@ function isThisTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ThisTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'ThisTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2261,8 +2261,8 @@ function isTupleTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TupleTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'TupleTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2276,8 +2276,8 @@ function isTypeofTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TypeofTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'TypeofTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2291,8 +2291,8 @@ function isTypeAlias(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TypeAlias") { - if (typeof opts === "undefined") { + if (nodeType === 'TypeAlias') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2306,8 +2306,8 @@ function isTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'TypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2321,8 +2321,8 @@ function isTypeCastExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TypeCastExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'TypeCastExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2336,8 +2336,8 @@ function isTypeParameter(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TypeParameter") { - if (typeof opts === "undefined") { + if (nodeType === 'TypeParameter') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2351,8 +2351,8 @@ function isTypeParameterDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TypeParameterDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'TypeParameterDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2366,8 +2366,8 @@ function isTypeParameterInstantiation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TypeParameterInstantiation") { - if (typeof opts === "undefined") { + if (nodeType === 'TypeParameterInstantiation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2381,8 +2381,8 @@ function isUnionTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "UnionTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'UnionTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2396,8 +2396,8 @@ function isVariance(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "Variance") { - if (typeof opts === "undefined") { + if (nodeType === 'Variance') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2411,8 +2411,8 @@ function isVoidTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "VoidTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'VoidTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2426,8 +2426,8 @@ function isEnumDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "EnumDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'EnumDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2441,8 +2441,8 @@ function isEnumBooleanBody(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "EnumBooleanBody") { - if (typeof opts === "undefined") { + if (nodeType === 'EnumBooleanBody') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2456,8 +2456,8 @@ function isEnumNumberBody(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "EnumNumberBody") { - if (typeof opts === "undefined") { + if (nodeType === 'EnumNumberBody') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2471,8 +2471,8 @@ function isEnumStringBody(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "EnumStringBody") { - if (typeof opts === "undefined") { + if (nodeType === 'EnumStringBody') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2486,8 +2486,8 @@ function isEnumSymbolBody(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "EnumSymbolBody") { - if (typeof opts === "undefined") { + if (nodeType === 'EnumSymbolBody') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2501,8 +2501,8 @@ function isEnumBooleanMember(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "EnumBooleanMember") { - if (typeof opts === "undefined") { + if (nodeType === 'EnumBooleanMember') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2516,8 +2516,8 @@ function isEnumNumberMember(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "EnumNumberMember") { - if (typeof opts === "undefined") { + if (nodeType === 'EnumNumberMember') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2531,8 +2531,8 @@ function isEnumStringMember(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "EnumStringMember") { - if (typeof opts === "undefined") { + if (nodeType === 'EnumStringMember') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2546,8 +2546,8 @@ function isEnumDefaultedMember(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "EnumDefaultedMember") { - if (typeof opts === "undefined") { + if (nodeType === 'EnumDefaultedMember') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2561,8 +2561,8 @@ function isIndexedAccessType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "IndexedAccessType") { - if (typeof opts === "undefined") { + if (nodeType === 'IndexedAccessType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2576,8 +2576,8 @@ function isOptionalIndexedAccessType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "OptionalIndexedAccessType") { - if (typeof opts === "undefined") { + if (nodeType === 'OptionalIndexedAccessType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2591,8 +2591,8 @@ function isJSXAttribute(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXAttribute") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXAttribute') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2606,8 +2606,8 @@ function isJSXClosingElement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXClosingElement") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXClosingElement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2621,8 +2621,8 @@ function isJSXElement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXElement") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXElement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2636,8 +2636,8 @@ function isJSXEmptyExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXEmptyExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXEmptyExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2651,8 +2651,8 @@ function isJSXExpressionContainer(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXExpressionContainer") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXExpressionContainer') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2666,8 +2666,8 @@ function isJSXSpreadChild(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXSpreadChild") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXSpreadChild') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2681,8 +2681,8 @@ function isJSXIdentifier(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXIdentifier") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXIdentifier') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2696,8 +2696,8 @@ function isJSXMemberExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXMemberExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXMemberExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2711,8 +2711,8 @@ function isJSXNamespacedName(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXNamespacedName") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXNamespacedName') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2726,8 +2726,8 @@ function isJSXOpeningElement(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXOpeningElement") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXOpeningElement') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2741,8 +2741,8 @@ function isJSXSpreadAttribute(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXSpreadAttribute") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXSpreadAttribute') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2756,8 +2756,8 @@ function isJSXText(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXText") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXText') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2771,8 +2771,8 @@ function isJSXFragment(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXFragment") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXFragment') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2786,8 +2786,8 @@ function isJSXOpeningFragment(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXOpeningFragment") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXOpeningFragment') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2801,8 +2801,8 @@ function isJSXClosingFragment(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "JSXClosingFragment") { - if (typeof opts === "undefined") { + if (nodeType === 'JSXClosingFragment') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2816,8 +2816,8 @@ function isNoop(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "Noop") { - if (typeof opts === "undefined") { + if (nodeType === 'Noop') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2831,8 +2831,8 @@ function isPlaceholder(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "Placeholder") { - if (typeof opts === "undefined") { + if (nodeType === 'Placeholder') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2846,8 +2846,8 @@ function isV8IntrinsicIdentifier(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "V8IntrinsicIdentifier") { - if (typeof opts === "undefined") { + if (nodeType === 'V8IntrinsicIdentifier') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2861,8 +2861,8 @@ function isArgumentPlaceholder(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ArgumentPlaceholder") { - if (typeof opts === "undefined") { + if (nodeType === 'ArgumentPlaceholder') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2876,8 +2876,8 @@ function isBindExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "BindExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'BindExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2891,8 +2891,8 @@ function isImportAttribute(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ImportAttribute") { - if (typeof opts === "undefined") { + if (nodeType === 'ImportAttribute') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2906,8 +2906,8 @@ function isDecorator(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "Decorator") { - if (typeof opts === "undefined") { + if (nodeType === 'Decorator') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2921,8 +2921,8 @@ function isDoExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DoExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'DoExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2936,8 +2936,8 @@ function isExportDefaultSpecifier(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ExportDefaultSpecifier") { - if (typeof opts === "undefined") { + if (nodeType === 'ExportDefaultSpecifier') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2951,8 +2951,8 @@ function isRecordExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "RecordExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'RecordExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2966,8 +2966,8 @@ function isTupleExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TupleExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'TupleExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2981,8 +2981,8 @@ function isDecimalLiteral(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "DecimalLiteral") { - if (typeof opts === "undefined") { + if (nodeType === 'DecimalLiteral') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -2996,8 +2996,8 @@ function isModuleExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "ModuleExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'ModuleExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3011,8 +3011,8 @@ function isTopicReference(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TopicReference") { - if (typeof opts === "undefined") { + if (nodeType === 'TopicReference') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3026,8 +3026,8 @@ function isPipelineTopicExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "PipelineTopicExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'PipelineTopicExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3041,8 +3041,8 @@ function isPipelineBareFunction(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "PipelineBareFunction") { - if (typeof opts === "undefined") { + if (nodeType === 'PipelineBareFunction') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3056,8 +3056,8 @@ function isPipelinePrimaryTopicReference(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "PipelinePrimaryTopicReference") { - if (typeof opts === "undefined") { + if (nodeType === 'PipelinePrimaryTopicReference') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3071,8 +3071,8 @@ function isTSParameterProperty(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSParameterProperty") { - if (typeof opts === "undefined") { + if (nodeType === 'TSParameterProperty') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3086,8 +3086,8 @@ function isTSDeclareFunction(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSDeclareFunction") { - if (typeof opts === "undefined") { + if (nodeType === 'TSDeclareFunction') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3101,8 +3101,8 @@ function isTSDeclareMethod(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSDeclareMethod") { - if (typeof opts === "undefined") { + if (nodeType === 'TSDeclareMethod') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3116,8 +3116,8 @@ function isTSQualifiedName(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSQualifiedName") { - if (typeof opts === "undefined") { + if (nodeType === 'TSQualifiedName') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3131,8 +3131,8 @@ function isTSCallSignatureDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSCallSignatureDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'TSCallSignatureDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3146,8 +3146,8 @@ function isTSConstructSignatureDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSConstructSignatureDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'TSConstructSignatureDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3161,8 +3161,8 @@ function isTSPropertySignature(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSPropertySignature") { - if (typeof opts === "undefined") { + if (nodeType === 'TSPropertySignature') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3176,8 +3176,8 @@ function isTSMethodSignature(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSMethodSignature") { - if (typeof opts === "undefined") { + if (nodeType === 'TSMethodSignature') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3191,8 +3191,8 @@ function isTSIndexSignature(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSIndexSignature") { - if (typeof opts === "undefined") { + if (nodeType === 'TSIndexSignature') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3206,8 +3206,8 @@ function isTSAnyKeyword(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSAnyKeyword") { - if (typeof opts === "undefined") { + if (nodeType === 'TSAnyKeyword') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3221,8 +3221,8 @@ function isTSBooleanKeyword(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSBooleanKeyword") { - if (typeof opts === "undefined") { + if (nodeType === 'TSBooleanKeyword') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3236,8 +3236,8 @@ function isTSBigIntKeyword(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSBigIntKeyword") { - if (typeof opts === "undefined") { + if (nodeType === 'TSBigIntKeyword') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3251,8 +3251,8 @@ function isTSIntrinsicKeyword(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSIntrinsicKeyword") { - if (typeof opts === "undefined") { + if (nodeType === 'TSIntrinsicKeyword') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3266,8 +3266,8 @@ function isTSNeverKeyword(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSNeverKeyword") { - if (typeof opts === "undefined") { + if (nodeType === 'TSNeverKeyword') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3281,8 +3281,8 @@ function isTSNullKeyword(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSNullKeyword") { - if (typeof opts === "undefined") { + if (nodeType === 'TSNullKeyword') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3296,8 +3296,8 @@ function isTSNumberKeyword(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSNumberKeyword") { - if (typeof opts === "undefined") { + if (nodeType === 'TSNumberKeyword') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3311,8 +3311,8 @@ function isTSObjectKeyword(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSObjectKeyword") { - if (typeof opts === "undefined") { + if (nodeType === 'TSObjectKeyword') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3326,8 +3326,8 @@ function isTSStringKeyword(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSStringKeyword") { - if (typeof opts === "undefined") { + if (nodeType === 'TSStringKeyword') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3341,8 +3341,8 @@ function isTSSymbolKeyword(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSSymbolKeyword") { - if (typeof opts === "undefined") { + if (nodeType === 'TSSymbolKeyword') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3356,8 +3356,8 @@ function isTSUndefinedKeyword(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSUndefinedKeyword") { - if (typeof opts === "undefined") { + if (nodeType === 'TSUndefinedKeyword') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3371,8 +3371,8 @@ function isTSUnknownKeyword(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSUnknownKeyword") { - if (typeof opts === "undefined") { + if (nodeType === 'TSUnknownKeyword') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3386,8 +3386,8 @@ function isTSVoidKeyword(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSVoidKeyword") { - if (typeof opts === "undefined") { + if (nodeType === 'TSVoidKeyword') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3401,8 +3401,8 @@ function isTSThisType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSThisType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSThisType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3416,8 +3416,8 @@ function isTSFunctionType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSFunctionType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSFunctionType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3431,8 +3431,8 @@ function isTSConstructorType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSConstructorType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSConstructorType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3446,8 +3446,8 @@ function isTSTypeReference(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSTypeReference") { - if (typeof opts === "undefined") { + if (nodeType === 'TSTypeReference') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3461,8 +3461,8 @@ function isTSTypePredicate(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSTypePredicate") { - if (typeof opts === "undefined") { + if (nodeType === 'TSTypePredicate') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3476,8 +3476,8 @@ function isTSTypeQuery(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSTypeQuery") { - if (typeof opts === "undefined") { + if (nodeType === 'TSTypeQuery') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3491,8 +3491,8 @@ function isTSTypeLiteral(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSTypeLiteral") { - if (typeof opts === "undefined") { + if (nodeType === 'TSTypeLiteral') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3506,8 +3506,8 @@ function isTSArrayType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSArrayType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSArrayType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3521,8 +3521,8 @@ function isTSTupleType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSTupleType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSTupleType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3536,8 +3536,8 @@ function isTSOptionalType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSOptionalType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSOptionalType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3551,8 +3551,8 @@ function isTSRestType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSRestType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSRestType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3566,8 +3566,8 @@ function isTSNamedTupleMember(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSNamedTupleMember") { - if (typeof opts === "undefined") { + if (nodeType === 'TSNamedTupleMember') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3581,8 +3581,8 @@ function isTSUnionType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSUnionType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSUnionType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3596,8 +3596,8 @@ function isTSIntersectionType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSIntersectionType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSIntersectionType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3611,8 +3611,8 @@ function isTSConditionalType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSConditionalType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSConditionalType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3626,8 +3626,8 @@ function isTSInferType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSInferType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSInferType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3641,8 +3641,8 @@ function isTSParenthesizedType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSParenthesizedType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSParenthesizedType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3656,8 +3656,8 @@ function isTSTypeOperator(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSTypeOperator") { - if (typeof opts === "undefined") { + if (nodeType === 'TSTypeOperator') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3671,8 +3671,8 @@ function isTSIndexedAccessType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSIndexedAccessType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSIndexedAccessType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3686,8 +3686,8 @@ function isTSMappedType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSMappedType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSMappedType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3701,8 +3701,8 @@ function isTSLiteralType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSLiteralType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSLiteralType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3716,8 +3716,8 @@ function isTSExpressionWithTypeArguments(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSExpressionWithTypeArguments") { - if (typeof opts === "undefined") { + if (nodeType === 'TSExpressionWithTypeArguments') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3731,8 +3731,8 @@ function isTSInterfaceDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSInterfaceDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'TSInterfaceDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3746,8 +3746,8 @@ function isTSInterfaceBody(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSInterfaceBody") { - if (typeof opts === "undefined") { + if (nodeType === 'TSInterfaceBody') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3761,8 +3761,8 @@ function isTSTypeAliasDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSTypeAliasDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'TSTypeAliasDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3776,8 +3776,8 @@ function isTSInstantiationExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSInstantiationExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'TSInstantiationExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3791,8 +3791,8 @@ function isTSAsExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSAsExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'TSAsExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3806,8 +3806,8 @@ function isTSTypeAssertion(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSTypeAssertion") { - if (typeof opts === "undefined") { + if (nodeType === 'TSTypeAssertion') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3821,8 +3821,8 @@ function isTSEnumDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSEnumDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'TSEnumDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3836,8 +3836,8 @@ function isTSEnumMember(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSEnumMember") { - if (typeof opts === "undefined") { + if (nodeType === 'TSEnumMember') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3851,8 +3851,8 @@ function isTSModuleDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSModuleDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'TSModuleDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3866,8 +3866,8 @@ function isTSModuleBlock(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSModuleBlock") { - if (typeof opts === "undefined") { + if (nodeType === 'TSModuleBlock') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3881,8 +3881,8 @@ function isTSImportType(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSImportType") { - if (typeof opts === "undefined") { + if (nodeType === 'TSImportType') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3896,8 +3896,8 @@ function isTSImportEqualsDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSImportEqualsDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'TSImportEqualsDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3911,8 +3911,8 @@ function isTSExternalModuleReference(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSExternalModuleReference") { - if (typeof opts === "undefined") { + if (nodeType === 'TSExternalModuleReference') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3926,8 +3926,8 @@ function isTSNonNullExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSNonNullExpression") { - if (typeof opts === "undefined") { + if (nodeType === 'TSNonNullExpression') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3941,8 +3941,8 @@ function isTSExportAssignment(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSExportAssignment") { - if (typeof opts === "undefined") { + if (nodeType === 'TSExportAssignment') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3956,8 +3956,8 @@ function isTSNamespaceExportDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSNamespaceExportDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'TSNamespaceExportDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3971,8 +3971,8 @@ function isTSTypeAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSTypeAnnotation") { - if (typeof opts === "undefined") { + if (nodeType === 'TSTypeAnnotation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -3986,8 +3986,8 @@ function isTSTypeParameterInstantiation(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSTypeParameterInstantiation") { - if (typeof opts === "undefined") { + if (nodeType === 'TSTypeParameterInstantiation') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4001,8 +4001,8 @@ function isTSTypeParameterDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSTypeParameterDeclaration") { - if (typeof opts === "undefined") { + if (nodeType === 'TSTypeParameterDeclaration') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4016,8 +4016,8 @@ function isTSTypeParameter(node, opts) { if (!node) return false; const nodeType = node.type; - if (nodeType === "TSTypeParameter") { - if (typeof opts === "undefined") { + if (nodeType === 'TSTypeParameter') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4031,8 +4031,101 @@ function isStandardized(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ArrayExpression" === nodeType || "AssignmentExpression" === nodeType || "BinaryExpression" === nodeType || "InterpreterDirective" === nodeType || "Directive" === nodeType || "DirectiveLiteral" === nodeType || "BlockStatement" === nodeType || "BreakStatement" === nodeType || "CallExpression" === nodeType || "CatchClause" === nodeType || "ConditionalExpression" === nodeType || "ContinueStatement" === nodeType || "DebuggerStatement" === nodeType || "DoWhileStatement" === nodeType || "EmptyStatement" === nodeType || "ExpressionStatement" === nodeType || "File" === nodeType || "ForInStatement" === nodeType || "ForStatement" === nodeType || "FunctionDeclaration" === nodeType || "FunctionExpression" === nodeType || "Identifier" === nodeType || "IfStatement" === nodeType || "LabeledStatement" === nodeType || "StringLiteral" === nodeType || "NumericLiteral" === nodeType || "NullLiteral" === nodeType || "BooleanLiteral" === nodeType || "RegExpLiteral" === nodeType || "LogicalExpression" === nodeType || "MemberExpression" === nodeType || "NewExpression" === nodeType || "Program" === nodeType || "ObjectExpression" === nodeType || "ObjectMethod" === nodeType || "ObjectProperty" === nodeType || "RestElement" === nodeType || "ReturnStatement" === nodeType || "SequenceExpression" === nodeType || "ParenthesizedExpression" === nodeType || "SwitchCase" === nodeType || "SwitchStatement" === nodeType || "ThisExpression" === nodeType || "ThrowStatement" === nodeType || "TryStatement" === nodeType || "UnaryExpression" === nodeType || "UpdateExpression" === nodeType || "VariableDeclaration" === nodeType || "VariableDeclarator" === nodeType || "WhileStatement" === nodeType || "WithStatement" === nodeType || "AssignmentPattern" === nodeType || "ArrayPattern" === nodeType || "ArrowFunctionExpression" === nodeType || "ClassBody" === nodeType || "ClassExpression" === nodeType || "ClassDeclaration" === nodeType || "ExportAllDeclaration" === nodeType || "ExportDefaultDeclaration" === nodeType || "ExportNamedDeclaration" === nodeType || "ExportSpecifier" === nodeType || "ForOfStatement" === nodeType || "ImportDeclaration" === nodeType || "ImportDefaultSpecifier" === nodeType || "ImportNamespaceSpecifier" === nodeType || "ImportSpecifier" === nodeType || "MetaProperty" === nodeType || "ClassMethod" === nodeType || "ObjectPattern" === nodeType || "SpreadElement" === nodeType || "Super" === nodeType || "TaggedTemplateExpression" === nodeType || "TemplateElement" === nodeType || "TemplateLiteral" === nodeType || "YieldExpression" === nodeType || "AwaitExpression" === nodeType || "Import" === nodeType || "BigIntLiteral" === nodeType || "ExportNamespaceSpecifier" === nodeType || "OptionalMemberExpression" === nodeType || "OptionalCallExpression" === nodeType || "ClassProperty" === nodeType || "ClassAccessorProperty" === nodeType || "ClassPrivateProperty" === nodeType || "ClassPrivateMethod" === nodeType || "PrivateName" === nodeType || "StaticBlock" === nodeType || nodeType === "Placeholder" && ("Identifier" === node.expectedNode || "StringLiteral" === node.expectedNode || "BlockStatement" === node.expectedNode || "ClassBody" === node.expectedNode)) { - if (typeof opts === "undefined") { + if ( + 'ArrayExpression' === nodeType || + 'AssignmentExpression' === nodeType || + 'BinaryExpression' === nodeType || + 'InterpreterDirective' === nodeType || + 'Directive' === nodeType || + 'DirectiveLiteral' === nodeType || + 'BlockStatement' === nodeType || + 'BreakStatement' === nodeType || + 'CallExpression' === nodeType || + 'CatchClause' === nodeType || + 'ConditionalExpression' === nodeType || + 'ContinueStatement' === nodeType || + 'DebuggerStatement' === nodeType || + 'DoWhileStatement' === nodeType || + 'EmptyStatement' === nodeType || + 'ExpressionStatement' === nodeType || + 'File' === nodeType || + 'ForInStatement' === nodeType || + 'ForStatement' === nodeType || + 'FunctionDeclaration' === nodeType || + 'FunctionExpression' === nodeType || + 'Identifier' === nodeType || + 'IfStatement' === nodeType || + 'LabeledStatement' === nodeType || + 'StringLiteral' === nodeType || + 'NumericLiteral' === nodeType || + 'NullLiteral' === nodeType || + 'BooleanLiteral' === nodeType || + 'RegExpLiteral' === nodeType || + 'LogicalExpression' === nodeType || + 'MemberExpression' === nodeType || + 'NewExpression' === nodeType || + 'Program' === nodeType || + 'ObjectExpression' === nodeType || + 'ObjectMethod' === nodeType || + 'ObjectProperty' === nodeType || + 'RestElement' === nodeType || + 'ReturnStatement' === nodeType || + 'SequenceExpression' === nodeType || + 'ParenthesizedExpression' === nodeType || + 'SwitchCase' === nodeType || + 'SwitchStatement' === nodeType || + 'ThisExpression' === nodeType || + 'ThrowStatement' === nodeType || + 'TryStatement' === nodeType || + 'UnaryExpression' === nodeType || + 'UpdateExpression' === nodeType || + 'VariableDeclaration' === nodeType || + 'VariableDeclarator' === nodeType || + 'WhileStatement' === nodeType || + 'WithStatement' === nodeType || + 'AssignmentPattern' === nodeType || + 'ArrayPattern' === nodeType || + 'ArrowFunctionExpression' === nodeType || + 'ClassBody' === nodeType || + 'ClassExpression' === nodeType || + 'ClassDeclaration' === nodeType || + 'ExportAllDeclaration' === nodeType || + 'ExportDefaultDeclaration' === nodeType || + 'ExportNamedDeclaration' === nodeType || + 'ExportSpecifier' === nodeType || + 'ForOfStatement' === nodeType || + 'ImportDeclaration' === nodeType || + 'ImportDefaultSpecifier' === nodeType || + 'ImportNamespaceSpecifier' === nodeType || + 'ImportSpecifier' === nodeType || + 'MetaProperty' === nodeType || + 'ClassMethod' === nodeType || + 'ObjectPattern' === nodeType || + 'SpreadElement' === nodeType || + 'Super' === nodeType || + 'TaggedTemplateExpression' === nodeType || + 'TemplateElement' === nodeType || + 'TemplateLiteral' === nodeType || + 'YieldExpression' === nodeType || + 'AwaitExpression' === nodeType || + 'Import' === nodeType || + 'BigIntLiteral' === nodeType || + 'ExportNamespaceSpecifier' === nodeType || + 'OptionalMemberExpression' === nodeType || + 'OptionalCallExpression' === nodeType || + 'ClassProperty' === nodeType || + 'ClassAccessorProperty' === nodeType || + 'ClassPrivateProperty' === nodeType || + 'ClassPrivateMethod' === nodeType || + 'PrivateName' === nodeType || + 'StaticBlock' === nodeType || + (nodeType === 'Placeholder' && + ('Identifier' === node.expectedNode || + 'StringLiteral' === node.expectedNode || + 'BlockStatement' === node.expectedNode || + 'ClassBody' === node.expectedNode)) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4046,8 +4139,63 @@ function isExpression(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ArrayExpression" === nodeType || "AssignmentExpression" === nodeType || "BinaryExpression" === nodeType || "CallExpression" === nodeType || "ConditionalExpression" === nodeType || "FunctionExpression" === nodeType || "Identifier" === nodeType || "StringLiteral" === nodeType || "NumericLiteral" === nodeType || "NullLiteral" === nodeType || "BooleanLiteral" === nodeType || "RegExpLiteral" === nodeType || "LogicalExpression" === nodeType || "MemberExpression" === nodeType || "NewExpression" === nodeType || "ObjectExpression" === nodeType || "SequenceExpression" === nodeType || "ParenthesizedExpression" === nodeType || "ThisExpression" === nodeType || "UnaryExpression" === nodeType || "UpdateExpression" === nodeType || "ArrowFunctionExpression" === nodeType || "ClassExpression" === nodeType || "MetaProperty" === nodeType || "Super" === nodeType || "TaggedTemplateExpression" === nodeType || "TemplateLiteral" === nodeType || "YieldExpression" === nodeType || "AwaitExpression" === nodeType || "Import" === nodeType || "BigIntLiteral" === nodeType || "OptionalMemberExpression" === nodeType || "OptionalCallExpression" === nodeType || "TypeCastExpression" === nodeType || "JSXElement" === nodeType || "JSXFragment" === nodeType || "BindExpression" === nodeType || "DoExpression" === nodeType || "RecordExpression" === nodeType || "TupleExpression" === nodeType || "DecimalLiteral" === nodeType || "ModuleExpression" === nodeType || "TopicReference" === nodeType || "PipelineTopicExpression" === nodeType || "PipelineBareFunction" === nodeType || "PipelinePrimaryTopicReference" === nodeType || "TSInstantiationExpression" === nodeType || "TSAsExpression" === nodeType || "TSTypeAssertion" === nodeType || "TSNonNullExpression" === nodeType || nodeType === "Placeholder" && ("Expression" === node.expectedNode || "Identifier" === node.expectedNode || "StringLiteral" === node.expectedNode)) { - if (typeof opts === "undefined") { + if ( + 'ArrayExpression' === nodeType || + 'AssignmentExpression' === nodeType || + 'BinaryExpression' === nodeType || + 'CallExpression' === nodeType || + 'ConditionalExpression' === nodeType || + 'FunctionExpression' === nodeType || + 'Identifier' === nodeType || + 'StringLiteral' === nodeType || + 'NumericLiteral' === nodeType || + 'NullLiteral' === nodeType || + 'BooleanLiteral' === nodeType || + 'RegExpLiteral' === nodeType || + 'LogicalExpression' === nodeType || + 'MemberExpression' === nodeType || + 'NewExpression' === nodeType || + 'ObjectExpression' === nodeType || + 'SequenceExpression' === nodeType || + 'ParenthesizedExpression' === nodeType || + 'ThisExpression' === nodeType || + 'UnaryExpression' === nodeType || + 'UpdateExpression' === nodeType || + 'ArrowFunctionExpression' === nodeType || + 'ClassExpression' === nodeType || + 'MetaProperty' === nodeType || + 'Super' === nodeType || + 'TaggedTemplateExpression' === nodeType || + 'TemplateLiteral' === nodeType || + 'YieldExpression' === nodeType || + 'AwaitExpression' === nodeType || + 'Import' === nodeType || + 'BigIntLiteral' === nodeType || + 'OptionalMemberExpression' === nodeType || + 'OptionalCallExpression' === nodeType || + 'TypeCastExpression' === nodeType || + 'JSXElement' === nodeType || + 'JSXFragment' === nodeType || + 'BindExpression' === nodeType || + 'DoExpression' === nodeType || + 'RecordExpression' === nodeType || + 'TupleExpression' === nodeType || + 'DecimalLiteral' === nodeType || + 'ModuleExpression' === nodeType || + 'TopicReference' === nodeType || + 'PipelineTopicExpression' === nodeType || + 'PipelineBareFunction' === nodeType || + 'PipelinePrimaryTopicReference' === nodeType || + 'TSInstantiationExpression' === nodeType || + 'TSAsExpression' === nodeType || + 'TSTypeAssertion' === nodeType || + 'TSNonNullExpression' === nodeType || + (nodeType === 'Placeholder' && + ('Expression' === node.expectedNode || + 'Identifier' === node.expectedNode || + 'StringLiteral' === node.expectedNode)) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4061,8 +4209,8 @@ function isBinary(node, opts) { if (!node) return false; const nodeType = node.type; - if ("BinaryExpression" === nodeType || "LogicalExpression" === nodeType) { - if (typeof opts === "undefined") { + if ('BinaryExpression' === nodeType || 'LogicalExpression' === nodeType) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4076,8 +4224,29 @@ function isScopable(node, opts) { if (!node) return false; const nodeType = node.type; - if ("BlockStatement" === nodeType || "CatchClause" === nodeType || "DoWhileStatement" === nodeType || "ForInStatement" === nodeType || "ForStatement" === nodeType || "FunctionDeclaration" === nodeType || "FunctionExpression" === nodeType || "Program" === nodeType || "ObjectMethod" === nodeType || "SwitchStatement" === nodeType || "WhileStatement" === nodeType || "ArrowFunctionExpression" === nodeType || "ClassExpression" === nodeType || "ClassDeclaration" === nodeType || "ForOfStatement" === nodeType || "ClassMethod" === nodeType || "ClassPrivateMethod" === nodeType || "StaticBlock" === nodeType || "TSModuleBlock" === nodeType || nodeType === "Placeholder" && "BlockStatement" === node.expectedNode) { - if (typeof opts === "undefined") { + if ( + 'BlockStatement' === nodeType || + 'CatchClause' === nodeType || + 'DoWhileStatement' === nodeType || + 'ForInStatement' === nodeType || + 'ForStatement' === nodeType || + 'FunctionDeclaration' === nodeType || + 'FunctionExpression' === nodeType || + 'Program' === nodeType || + 'ObjectMethod' === nodeType || + 'SwitchStatement' === nodeType || + 'WhileStatement' === nodeType || + 'ArrowFunctionExpression' === nodeType || + 'ClassExpression' === nodeType || + 'ClassDeclaration' === nodeType || + 'ForOfStatement' === nodeType || + 'ClassMethod' === nodeType || + 'ClassPrivateMethod' === nodeType || + 'StaticBlock' === nodeType || + 'TSModuleBlock' === nodeType || + (nodeType === 'Placeholder' && 'BlockStatement' === node.expectedNode) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4091,8 +4260,27 @@ function isBlockParent(node, opts) { if (!node) return false; const nodeType = node.type; - if ("BlockStatement" === nodeType || "CatchClause" === nodeType || "DoWhileStatement" === nodeType || "ForInStatement" === nodeType || "ForStatement" === nodeType || "FunctionDeclaration" === nodeType || "FunctionExpression" === nodeType || "Program" === nodeType || "ObjectMethod" === nodeType || "SwitchStatement" === nodeType || "WhileStatement" === nodeType || "ArrowFunctionExpression" === nodeType || "ForOfStatement" === nodeType || "ClassMethod" === nodeType || "ClassPrivateMethod" === nodeType || "StaticBlock" === nodeType || "TSModuleBlock" === nodeType || nodeType === "Placeholder" && "BlockStatement" === node.expectedNode) { - if (typeof opts === "undefined") { + if ( + 'BlockStatement' === nodeType || + 'CatchClause' === nodeType || + 'DoWhileStatement' === nodeType || + 'ForInStatement' === nodeType || + 'ForStatement' === nodeType || + 'FunctionDeclaration' === nodeType || + 'FunctionExpression' === nodeType || + 'Program' === nodeType || + 'ObjectMethod' === nodeType || + 'SwitchStatement' === nodeType || + 'WhileStatement' === nodeType || + 'ArrowFunctionExpression' === nodeType || + 'ForOfStatement' === nodeType || + 'ClassMethod' === nodeType || + 'ClassPrivateMethod' === nodeType || + 'StaticBlock' === nodeType || + 'TSModuleBlock' === nodeType || + (nodeType === 'Placeholder' && 'BlockStatement' === node.expectedNode) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4106,8 +4294,13 @@ function isBlock(node, opts) { if (!node) return false; const nodeType = node.type; - if ("BlockStatement" === nodeType || "Program" === nodeType || "TSModuleBlock" === nodeType || nodeType === "Placeholder" && "BlockStatement" === node.expectedNode) { - if (typeof opts === "undefined") { + if ( + 'BlockStatement' === nodeType || + 'Program' === nodeType || + 'TSModuleBlock' === nodeType || + (nodeType === 'Placeholder' && 'BlockStatement' === node.expectedNode) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4121,8 +4314,60 @@ function isStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if ("BlockStatement" === nodeType || "BreakStatement" === nodeType || "ContinueStatement" === nodeType || "DebuggerStatement" === nodeType || "DoWhileStatement" === nodeType || "EmptyStatement" === nodeType || "ExpressionStatement" === nodeType || "ForInStatement" === nodeType || "ForStatement" === nodeType || "FunctionDeclaration" === nodeType || "IfStatement" === nodeType || "LabeledStatement" === nodeType || "ReturnStatement" === nodeType || "SwitchStatement" === nodeType || "ThrowStatement" === nodeType || "TryStatement" === nodeType || "VariableDeclaration" === nodeType || "WhileStatement" === nodeType || "WithStatement" === nodeType || "ClassDeclaration" === nodeType || "ExportAllDeclaration" === nodeType || "ExportDefaultDeclaration" === nodeType || "ExportNamedDeclaration" === nodeType || "ForOfStatement" === nodeType || "ImportDeclaration" === nodeType || "DeclareClass" === nodeType || "DeclareFunction" === nodeType || "DeclareInterface" === nodeType || "DeclareModule" === nodeType || "DeclareModuleExports" === nodeType || "DeclareTypeAlias" === nodeType || "DeclareOpaqueType" === nodeType || "DeclareVariable" === nodeType || "DeclareExportDeclaration" === nodeType || "DeclareExportAllDeclaration" === nodeType || "InterfaceDeclaration" === nodeType || "OpaqueType" === nodeType || "TypeAlias" === nodeType || "EnumDeclaration" === nodeType || "TSDeclareFunction" === nodeType || "TSInterfaceDeclaration" === nodeType || "TSTypeAliasDeclaration" === nodeType || "TSEnumDeclaration" === nodeType || "TSModuleDeclaration" === nodeType || "TSImportEqualsDeclaration" === nodeType || "TSExportAssignment" === nodeType || "TSNamespaceExportDeclaration" === nodeType || nodeType === "Placeholder" && ("Statement" === node.expectedNode || "Declaration" === node.expectedNode || "BlockStatement" === node.expectedNode)) { - if (typeof opts === "undefined") { + if ( + 'BlockStatement' === nodeType || + 'BreakStatement' === nodeType || + 'ContinueStatement' === nodeType || + 'DebuggerStatement' === nodeType || + 'DoWhileStatement' === nodeType || + 'EmptyStatement' === nodeType || + 'ExpressionStatement' === nodeType || + 'ForInStatement' === nodeType || + 'ForStatement' === nodeType || + 'FunctionDeclaration' === nodeType || + 'IfStatement' === nodeType || + 'LabeledStatement' === nodeType || + 'ReturnStatement' === nodeType || + 'SwitchStatement' === nodeType || + 'ThrowStatement' === nodeType || + 'TryStatement' === nodeType || + 'VariableDeclaration' === nodeType || + 'WhileStatement' === nodeType || + 'WithStatement' === nodeType || + 'ClassDeclaration' === nodeType || + 'ExportAllDeclaration' === nodeType || + 'ExportDefaultDeclaration' === nodeType || + 'ExportNamedDeclaration' === nodeType || + 'ForOfStatement' === nodeType || + 'ImportDeclaration' === nodeType || + 'DeclareClass' === nodeType || + 'DeclareFunction' === nodeType || + 'DeclareInterface' === nodeType || + 'DeclareModule' === nodeType || + 'DeclareModuleExports' === nodeType || + 'DeclareTypeAlias' === nodeType || + 'DeclareOpaqueType' === nodeType || + 'DeclareVariable' === nodeType || + 'DeclareExportDeclaration' === nodeType || + 'DeclareExportAllDeclaration' === nodeType || + 'InterfaceDeclaration' === nodeType || + 'OpaqueType' === nodeType || + 'TypeAlias' === nodeType || + 'EnumDeclaration' === nodeType || + 'TSDeclareFunction' === nodeType || + 'TSInterfaceDeclaration' === nodeType || + 'TSTypeAliasDeclaration' === nodeType || + 'TSEnumDeclaration' === nodeType || + 'TSModuleDeclaration' === nodeType || + 'TSImportEqualsDeclaration' === nodeType || + 'TSExportAssignment' === nodeType || + 'TSNamespaceExportDeclaration' === nodeType || + (nodeType === 'Placeholder' && + ('Statement' === node.expectedNode || + 'Declaration' === node.expectedNode || + 'BlockStatement' === node.expectedNode)) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4136,8 +4381,15 @@ function isTerminatorless(node, opts) { if (!node) return false; const nodeType = node.type; - if ("BreakStatement" === nodeType || "ContinueStatement" === nodeType || "ReturnStatement" === nodeType || "ThrowStatement" === nodeType || "YieldExpression" === nodeType || "AwaitExpression" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'BreakStatement' === nodeType || + 'ContinueStatement' === nodeType || + 'ReturnStatement' === nodeType || + 'ThrowStatement' === nodeType || + 'YieldExpression' === nodeType || + 'AwaitExpression' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4151,8 +4403,13 @@ function isCompletionStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if ("BreakStatement" === nodeType || "ContinueStatement" === nodeType || "ReturnStatement" === nodeType || "ThrowStatement" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'BreakStatement' === nodeType || + 'ContinueStatement' === nodeType || + 'ReturnStatement' === nodeType || + 'ThrowStatement' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4166,8 +4423,8 @@ function isConditional(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ConditionalExpression" === nodeType || "IfStatement" === nodeType) { - if (typeof opts === "undefined") { + if ('ConditionalExpression' === nodeType || 'IfStatement' === nodeType) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4181,8 +4438,14 @@ function isLoop(node, opts) { if (!node) return false; const nodeType = node.type; - if ("DoWhileStatement" === nodeType || "ForInStatement" === nodeType || "ForStatement" === nodeType || "WhileStatement" === nodeType || "ForOfStatement" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'DoWhileStatement' === nodeType || + 'ForInStatement' === nodeType || + 'ForStatement' === nodeType || + 'WhileStatement' === nodeType || + 'ForOfStatement' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4196,8 +4459,8 @@ function isWhile(node, opts) { if (!node) return false; const nodeType = node.type; - if ("DoWhileStatement" === nodeType || "WhileStatement" === nodeType) { - if (typeof opts === "undefined") { + if ('DoWhileStatement' === nodeType || 'WhileStatement' === nodeType) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4211,8 +4474,12 @@ function isExpressionWrapper(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ExpressionStatement" === nodeType || "ParenthesizedExpression" === nodeType || "TypeCastExpression" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'ExpressionStatement' === nodeType || + 'ParenthesizedExpression' === nodeType || + 'TypeCastExpression' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4226,8 +4493,12 @@ function isFor(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ForInStatement" === nodeType || "ForStatement" === nodeType || "ForOfStatement" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'ForInStatement' === nodeType || + 'ForStatement' === nodeType || + 'ForOfStatement' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4241,8 +4512,8 @@ function isForXStatement(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ForInStatement" === nodeType || "ForOfStatement" === nodeType) { - if (typeof opts === "undefined") { + if ('ForInStatement' === nodeType || 'ForOfStatement' === nodeType) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4256,8 +4527,15 @@ function isFunction(node, opts) { if (!node) return false; const nodeType = node.type; - if ("FunctionDeclaration" === nodeType || "FunctionExpression" === nodeType || "ObjectMethod" === nodeType || "ArrowFunctionExpression" === nodeType || "ClassMethod" === nodeType || "ClassPrivateMethod" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'FunctionDeclaration' === nodeType || + 'FunctionExpression' === nodeType || + 'ObjectMethod' === nodeType || + 'ArrowFunctionExpression' === nodeType || + 'ClassMethod' === nodeType || + 'ClassPrivateMethod' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4271,8 +4549,16 @@ function isFunctionParent(node, opts) { if (!node) return false; const nodeType = node.type; - if ("FunctionDeclaration" === nodeType || "FunctionExpression" === nodeType || "ObjectMethod" === nodeType || "ArrowFunctionExpression" === nodeType || "ClassMethod" === nodeType || "ClassPrivateMethod" === nodeType || "StaticBlock" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'FunctionDeclaration' === nodeType || + 'FunctionExpression' === nodeType || + 'ObjectMethod' === nodeType || + 'ArrowFunctionExpression' === nodeType || + 'ClassMethod' === nodeType || + 'ClassPrivateMethod' === nodeType || + 'StaticBlock' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4286,8 +4572,20 @@ function isPureish(node, opts) { if (!node) return false; const nodeType = node.type; - if ("FunctionDeclaration" === nodeType || "FunctionExpression" === nodeType || "StringLiteral" === nodeType || "NumericLiteral" === nodeType || "NullLiteral" === nodeType || "BooleanLiteral" === nodeType || "RegExpLiteral" === nodeType || "ArrowFunctionExpression" === nodeType || "BigIntLiteral" === nodeType || "DecimalLiteral" === nodeType || nodeType === "Placeholder" && "StringLiteral" === node.expectedNode) { - if (typeof opts === "undefined") { + if ( + 'FunctionDeclaration' === nodeType || + 'FunctionExpression' === nodeType || + 'StringLiteral' === nodeType || + 'NumericLiteral' === nodeType || + 'NullLiteral' === nodeType || + 'BooleanLiteral' === nodeType || + 'RegExpLiteral' === nodeType || + 'ArrowFunctionExpression' === nodeType || + 'BigIntLiteral' === nodeType || + 'DecimalLiteral' === nodeType || + (nodeType === 'Placeholder' && 'StringLiteral' === node.expectedNode) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4301,8 +4599,36 @@ function isDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if ("FunctionDeclaration" === nodeType || "VariableDeclaration" === nodeType || "ClassDeclaration" === nodeType || "ExportAllDeclaration" === nodeType || "ExportDefaultDeclaration" === nodeType || "ExportNamedDeclaration" === nodeType || "ImportDeclaration" === nodeType || "DeclareClass" === nodeType || "DeclareFunction" === nodeType || "DeclareInterface" === nodeType || "DeclareModule" === nodeType || "DeclareModuleExports" === nodeType || "DeclareTypeAlias" === nodeType || "DeclareOpaqueType" === nodeType || "DeclareVariable" === nodeType || "DeclareExportDeclaration" === nodeType || "DeclareExportAllDeclaration" === nodeType || "InterfaceDeclaration" === nodeType || "OpaqueType" === nodeType || "TypeAlias" === nodeType || "EnumDeclaration" === nodeType || "TSDeclareFunction" === nodeType || "TSInterfaceDeclaration" === nodeType || "TSTypeAliasDeclaration" === nodeType || "TSEnumDeclaration" === nodeType || "TSModuleDeclaration" === nodeType || nodeType === "Placeholder" && "Declaration" === node.expectedNode) { - if (typeof opts === "undefined") { + if ( + 'FunctionDeclaration' === nodeType || + 'VariableDeclaration' === nodeType || + 'ClassDeclaration' === nodeType || + 'ExportAllDeclaration' === nodeType || + 'ExportDefaultDeclaration' === nodeType || + 'ExportNamedDeclaration' === nodeType || + 'ImportDeclaration' === nodeType || + 'DeclareClass' === nodeType || + 'DeclareFunction' === nodeType || + 'DeclareInterface' === nodeType || + 'DeclareModule' === nodeType || + 'DeclareModuleExports' === nodeType || + 'DeclareTypeAlias' === nodeType || + 'DeclareOpaqueType' === nodeType || + 'DeclareVariable' === nodeType || + 'DeclareExportDeclaration' === nodeType || + 'DeclareExportAllDeclaration' === nodeType || + 'InterfaceDeclaration' === nodeType || + 'OpaqueType' === nodeType || + 'TypeAlias' === nodeType || + 'EnumDeclaration' === nodeType || + 'TSDeclareFunction' === nodeType || + 'TSInterfaceDeclaration' === nodeType || + 'TSTypeAliasDeclaration' === nodeType || + 'TSEnumDeclaration' === nodeType || + 'TSModuleDeclaration' === nodeType || + (nodeType === 'Placeholder' && 'Declaration' === node.expectedNode) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4316,8 +4642,19 @@ function isPatternLike(node, opts) { if (!node) return false; const nodeType = node.type; - if ("Identifier" === nodeType || "RestElement" === nodeType || "AssignmentPattern" === nodeType || "ArrayPattern" === nodeType || "ObjectPattern" === nodeType || "TSAsExpression" === nodeType || "TSTypeAssertion" === nodeType || "TSNonNullExpression" === nodeType || nodeType === "Placeholder" && ("Pattern" === node.expectedNode || "Identifier" === node.expectedNode)) { - if (typeof opts === "undefined") { + if ( + 'Identifier' === nodeType || + 'RestElement' === nodeType || + 'AssignmentPattern' === nodeType || + 'ArrayPattern' === nodeType || + 'ObjectPattern' === nodeType || + 'TSAsExpression' === nodeType || + 'TSTypeAssertion' === nodeType || + 'TSNonNullExpression' === nodeType || + (nodeType === 'Placeholder' && + ('Pattern' === node.expectedNode || 'Identifier' === node.expectedNode)) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4331,8 +4668,21 @@ function isLVal(node, opts) { if (!node) return false; const nodeType = node.type; - if ("Identifier" === nodeType || "MemberExpression" === nodeType || "RestElement" === nodeType || "AssignmentPattern" === nodeType || "ArrayPattern" === nodeType || "ObjectPattern" === nodeType || "TSParameterProperty" === nodeType || "TSAsExpression" === nodeType || "TSTypeAssertion" === nodeType || "TSNonNullExpression" === nodeType || nodeType === "Placeholder" && ("Pattern" === node.expectedNode || "Identifier" === node.expectedNode)) { - if (typeof opts === "undefined") { + if ( + 'Identifier' === nodeType || + 'MemberExpression' === nodeType || + 'RestElement' === nodeType || + 'AssignmentPattern' === nodeType || + 'ArrayPattern' === nodeType || + 'ObjectPattern' === nodeType || + 'TSParameterProperty' === nodeType || + 'TSAsExpression' === nodeType || + 'TSTypeAssertion' === nodeType || + 'TSNonNullExpression' === nodeType || + (nodeType === 'Placeholder' && + ('Pattern' === node.expectedNode || 'Identifier' === node.expectedNode)) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4346,8 +4696,12 @@ function isTSEntityName(node, opts) { if (!node) return false; const nodeType = node.type; - if ("Identifier" === nodeType || "TSQualifiedName" === nodeType || nodeType === "Placeholder" && "Identifier" === node.expectedNode) { - if (typeof opts === "undefined") { + if ( + 'Identifier' === nodeType || + 'TSQualifiedName' === nodeType || + (nodeType === 'Placeholder' && 'Identifier' === node.expectedNode) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4361,8 +4715,18 @@ function isLiteral(node, opts) { if (!node) return false; const nodeType = node.type; - if ("StringLiteral" === nodeType || "NumericLiteral" === nodeType || "NullLiteral" === nodeType || "BooleanLiteral" === nodeType || "RegExpLiteral" === nodeType || "TemplateLiteral" === nodeType || "BigIntLiteral" === nodeType || "DecimalLiteral" === nodeType || nodeType === "Placeholder" && "StringLiteral" === node.expectedNode) { - if (typeof opts === "undefined") { + if ( + 'StringLiteral' === nodeType || + 'NumericLiteral' === nodeType || + 'NullLiteral' === nodeType || + 'BooleanLiteral' === nodeType || + 'RegExpLiteral' === nodeType || + 'TemplateLiteral' === nodeType || + 'BigIntLiteral' === nodeType || + 'DecimalLiteral' === nodeType || + (nodeType === 'Placeholder' && 'StringLiteral' === node.expectedNode) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4376,8 +4740,26 @@ function isImmutable(node, opts) { if (!node) return false; const nodeType = node.type; - if ("StringLiteral" === nodeType || "NumericLiteral" === nodeType || "NullLiteral" === nodeType || "BooleanLiteral" === nodeType || "BigIntLiteral" === nodeType || "JSXAttribute" === nodeType || "JSXClosingElement" === nodeType || "JSXElement" === nodeType || "JSXExpressionContainer" === nodeType || "JSXSpreadChild" === nodeType || "JSXOpeningElement" === nodeType || "JSXText" === nodeType || "JSXFragment" === nodeType || "JSXOpeningFragment" === nodeType || "JSXClosingFragment" === nodeType || "DecimalLiteral" === nodeType || nodeType === "Placeholder" && "StringLiteral" === node.expectedNode) { - if (typeof opts === "undefined") { + if ( + 'StringLiteral' === nodeType || + 'NumericLiteral' === nodeType || + 'NullLiteral' === nodeType || + 'BooleanLiteral' === nodeType || + 'BigIntLiteral' === nodeType || + 'JSXAttribute' === nodeType || + 'JSXClosingElement' === nodeType || + 'JSXElement' === nodeType || + 'JSXExpressionContainer' === nodeType || + 'JSXSpreadChild' === nodeType || + 'JSXOpeningElement' === nodeType || + 'JSXText' === nodeType || + 'JSXFragment' === nodeType || + 'JSXOpeningFragment' === nodeType || + 'JSXClosingFragment' === nodeType || + 'DecimalLiteral' === nodeType || + (nodeType === 'Placeholder' && 'StringLiteral' === node.expectedNode) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4391,8 +4773,16 @@ function isUserWhitespacable(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ObjectMethod" === nodeType || "ObjectProperty" === nodeType || "ObjectTypeInternalSlot" === nodeType || "ObjectTypeCallProperty" === nodeType || "ObjectTypeIndexer" === nodeType || "ObjectTypeProperty" === nodeType || "ObjectTypeSpreadProperty" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'ObjectMethod' === nodeType || + 'ObjectProperty' === nodeType || + 'ObjectTypeInternalSlot' === nodeType || + 'ObjectTypeCallProperty' === nodeType || + 'ObjectTypeIndexer' === nodeType || + 'ObjectTypeProperty' === nodeType || + 'ObjectTypeSpreadProperty' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4406,8 +4796,12 @@ function isMethod(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ObjectMethod" === nodeType || "ClassMethod" === nodeType || "ClassPrivateMethod" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'ObjectMethod' === nodeType || + 'ClassMethod' === nodeType || + 'ClassPrivateMethod' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4421,8 +4815,8 @@ function isObjectMember(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ObjectMethod" === nodeType || "ObjectProperty" === nodeType) { - if (typeof opts === "undefined") { + if ('ObjectMethod' === nodeType || 'ObjectProperty' === nodeType) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4436,8 +4830,13 @@ function isProperty(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ObjectProperty" === nodeType || "ClassProperty" === nodeType || "ClassAccessorProperty" === nodeType || "ClassPrivateProperty" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'ObjectProperty' === nodeType || + 'ClassProperty' === nodeType || + 'ClassAccessorProperty' === nodeType || + 'ClassPrivateProperty' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4451,8 +4850,8 @@ function isUnaryLike(node, opts) { if (!node) return false; const nodeType = node.type; - if ("UnaryExpression" === nodeType || "SpreadElement" === nodeType) { - if (typeof opts === "undefined") { + if ('UnaryExpression' === nodeType || 'SpreadElement' === nodeType) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4466,8 +4865,13 @@ function isPattern(node, opts) { if (!node) return false; const nodeType = node.type; - if ("AssignmentPattern" === nodeType || "ArrayPattern" === nodeType || "ObjectPattern" === nodeType || nodeType === "Placeholder" && "Pattern" === node.expectedNode) { - if (typeof opts === "undefined") { + if ( + 'AssignmentPattern' === nodeType || + 'ArrayPattern' === nodeType || + 'ObjectPattern' === nodeType || + (nodeType === 'Placeholder' && 'Pattern' === node.expectedNode) + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4481,8 +4885,8 @@ function isClass(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ClassExpression" === nodeType || "ClassDeclaration" === nodeType) { - if (typeof opts === "undefined") { + if ('ClassExpression' === nodeType || 'ClassDeclaration' === nodeType) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4496,8 +4900,13 @@ function isModuleDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ExportAllDeclaration" === nodeType || "ExportDefaultDeclaration" === nodeType || "ExportNamedDeclaration" === nodeType || "ImportDeclaration" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'ExportAllDeclaration' === nodeType || + 'ExportDefaultDeclaration' === nodeType || + 'ExportNamedDeclaration' === nodeType || + 'ImportDeclaration' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4511,8 +4920,12 @@ function isExportDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ExportAllDeclaration" === nodeType || "ExportDefaultDeclaration" === nodeType || "ExportNamedDeclaration" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'ExportAllDeclaration' === nodeType || + 'ExportDefaultDeclaration' === nodeType || + 'ExportNamedDeclaration' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4526,8 +4939,15 @@ function isModuleSpecifier(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ExportSpecifier" === nodeType || "ImportDefaultSpecifier" === nodeType || "ImportNamespaceSpecifier" === nodeType || "ImportSpecifier" === nodeType || "ExportNamespaceSpecifier" === nodeType || "ExportDefaultSpecifier" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'ExportSpecifier' === nodeType || + 'ImportDefaultSpecifier' === nodeType || + 'ImportNamespaceSpecifier' === nodeType || + 'ImportSpecifier' === nodeType || + 'ExportNamespaceSpecifier' === nodeType || + 'ExportDefaultSpecifier' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4541,8 +4961,8 @@ function isAccessor(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ClassAccessorProperty" === nodeType) { - if (typeof opts === "undefined") { + if ('ClassAccessorProperty' === nodeType) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4556,8 +4976,12 @@ function isPrivate(node, opts) { if (!node) return false; const nodeType = node.type; - if ("ClassPrivateProperty" === nodeType || "ClassPrivateMethod" === nodeType || "PrivateName" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'ClassPrivateProperty' === nodeType || + 'ClassPrivateMethod' === nodeType || + 'PrivateName' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4571,8 +4995,74 @@ function isFlow(node, opts) { if (!node) return false; const nodeType = node.type; - if ("AnyTypeAnnotation" === nodeType || "ArrayTypeAnnotation" === nodeType || "BooleanTypeAnnotation" === nodeType || "BooleanLiteralTypeAnnotation" === nodeType || "NullLiteralTypeAnnotation" === nodeType || "ClassImplements" === nodeType || "DeclareClass" === nodeType || "DeclareFunction" === nodeType || "DeclareInterface" === nodeType || "DeclareModule" === nodeType || "DeclareModuleExports" === nodeType || "DeclareTypeAlias" === nodeType || "DeclareOpaqueType" === nodeType || "DeclareVariable" === nodeType || "DeclareExportDeclaration" === nodeType || "DeclareExportAllDeclaration" === nodeType || "DeclaredPredicate" === nodeType || "ExistsTypeAnnotation" === nodeType || "FunctionTypeAnnotation" === nodeType || "FunctionTypeParam" === nodeType || "GenericTypeAnnotation" === nodeType || "InferredPredicate" === nodeType || "InterfaceExtends" === nodeType || "InterfaceDeclaration" === nodeType || "InterfaceTypeAnnotation" === nodeType || "IntersectionTypeAnnotation" === nodeType || "MixedTypeAnnotation" === nodeType || "EmptyTypeAnnotation" === nodeType || "NullableTypeAnnotation" === nodeType || "NumberLiteralTypeAnnotation" === nodeType || "NumberTypeAnnotation" === nodeType || "ObjectTypeAnnotation" === nodeType || "ObjectTypeInternalSlot" === nodeType || "ObjectTypeCallProperty" === nodeType || "ObjectTypeIndexer" === nodeType || "ObjectTypeProperty" === nodeType || "ObjectTypeSpreadProperty" === nodeType || "OpaqueType" === nodeType || "QualifiedTypeIdentifier" === nodeType || "StringLiteralTypeAnnotation" === nodeType || "StringTypeAnnotation" === nodeType || "SymbolTypeAnnotation" === nodeType || "ThisTypeAnnotation" === nodeType || "TupleTypeAnnotation" === nodeType || "TypeofTypeAnnotation" === nodeType || "TypeAlias" === nodeType || "TypeAnnotation" === nodeType || "TypeCastExpression" === nodeType || "TypeParameter" === nodeType || "TypeParameterDeclaration" === nodeType || "TypeParameterInstantiation" === nodeType || "UnionTypeAnnotation" === nodeType || "Variance" === nodeType || "VoidTypeAnnotation" === nodeType || "EnumDeclaration" === nodeType || "EnumBooleanBody" === nodeType || "EnumNumberBody" === nodeType || "EnumStringBody" === nodeType || "EnumSymbolBody" === nodeType || "EnumBooleanMember" === nodeType || "EnumNumberMember" === nodeType || "EnumStringMember" === nodeType || "EnumDefaultedMember" === nodeType || "IndexedAccessType" === nodeType || "OptionalIndexedAccessType" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'AnyTypeAnnotation' === nodeType || + 'ArrayTypeAnnotation' === nodeType || + 'BooleanTypeAnnotation' === nodeType || + 'BooleanLiteralTypeAnnotation' === nodeType || + 'NullLiteralTypeAnnotation' === nodeType || + 'ClassImplements' === nodeType || + 'DeclareClass' === nodeType || + 'DeclareFunction' === nodeType || + 'DeclareInterface' === nodeType || + 'DeclareModule' === nodeType || + 'DeclareModuleExports' === nodeType || + 'DeclareTypeAlias' === nodeType || + 'DeclareOpaqueType' === nodeType || + 'DeclareVariable' === nodeType || + 'DeclareExportDeclaration' === nodeType || + 'DeclareExportAllDeclaration' === nodeType || + 'DeclaredPredicate' === nodeType || + 'ExistsTypeAnnotation' === nodeType || + 'FunctionTypeAnnotation' === nodeType || + 'FunctionTypeParam' === nodeType || + 'GenericTypeAnnotation' === nodeType || + 'InferredPredicate' === nodeType || + 'InterfaceExtends' === nodeType || + 'InterfaceDeclaration' === nodeType || + 'InterfaceTypeAnnotation' === nodeType || + 'IntersectionTypeAnnotation' === nodeType || + 'MixedTypeAnnotation' === nodeType || + 'EmptyTypeAnnotation' === nodeType || + 'NullableTypeAnnotation' === nodeType || + 'NumberLiteralTypeAnnotation' === nodeType || + 'NumberTypeAnnotation' === nodeType || + 'ObjectTypeAnnotation' === nodeType || + 'ObjectTypeInternalSlot' === nodeType || + 'ObjectTypeCallProperty' === nodeType || + 'ObjectTypeIndexer' === nodeType || + 'ObjectTypeProperty' === nodeType || + 'ObjectTypeSpreadProperty' === nodeType || + 'OpaqueType' === nodeType || + 'QualifiedTypeIdentifier' === nodeType || + 'StringLiteralTypeAnnotation' === nodeType || + 'StringTypeAnnotation' === nodeType || + 'SymbolTypeAnnotation' === nodeType || + 'ThisTypeAnnotation' === nodeType || + 'TupleTypeAnnotation' === nodeType || + 'TypeofTypeAnnotation' === nodeType || + 'TypeAlias' === nodeType || + 'TypeAnnotation' === nodeType || + 'TypeCastExpression' === nodeType || + 'TypeParameter' === nodeType || + 'TypeParameterDeclaration' === nodeType || + 'TypeParameterInstantiation' === nodeType || + 'UnionTypeAnnotation' === nodeType || + 'Variance' === nodeType || + 'VoidTypeAnnotation' === nodeType || + 'EnumDeclaration' === nodeType || + 'EnumBooleanBody' === nodeType || + 'EnumNumberBody' === nodeType || + 'EnumStringBody' === nodeType || + 'EnumSymbolBody' === nodeType || + 'EnumBooleanMember' === nodeType || + 'EnumNumberMember' === nodeType || + 'EnumStringMember' === nodeType || + 'EnumDefaultedMember' === nodeType || + 'IndexedAccessType' === nodeType || + 'OptionalIndexedAccessType' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4586,8 +5076,35 @@ function isFlowType(node, opts) { if (!node) return false; const nodeType = node.type; - if ("AnyTypeAnnotation" === nodeType || "ArrayTypeAnnotation" === nodeType || "BooleanTypeAnnotation" === nodeType || "BooleanLiteralTypeAnnotation" === nodeType || "NullLiteralTypeAnnotation" === nodeType || "ExistsTypeAnnotation" === nodeType || "FunctionTypeAnnotation" === nodeType || "GenericTypeAnnotation" === nodeType || "InterfaceTypeAnnotation" === nodeType || "IntersectionTypeAnnotation" === nodeType || "MixedTypeAnnotation" === nodeType || "EmptyTypeAnnotation" === nodeType || "NullableTypeAnnotation" === nodeType || "NumberLiteralTypeAnnotation" === nodeType || "NumberTypeAnnotation" === nodeType || "ObjectTypeAnnotation" === nodeType || "StringLiteralTypeAnnotation" === nodeType || "StringTypeAnnotation" === nodeType || "SymbolTypeAnnotation" === nodeType || "ThisTypeAnnotation" === nodeType || "TupleTypeAnnotation" === nodeType || "TypeofTypeAnnotation" === nodeType || "UnionTypeAnnotation" === nodeType || "VoidTypeAnnotation" === nodeType || "IndexedAccessType" === nodeType || "OptionalIndexedAccessType" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'AnyTypeAnnotation' === nodeType || + 'ArrayTypeAnnotation' === nodeType || + 'BooleanTypeAnnotation' === nodeType || + 'BooleanLiteralTypeAnnotation' === nodeType || + 'NullLiteralTypeAnnotation' === nodeType || + 'ExistsTypeAnnotation' === nodeType || + 'FunctionTypeAnnotation' === nodeType || + 'GenericTypeAnnotation' === nodeType || + 'InterfaceTypeAnnotation' === nodeType || + 'IntersectionTypeAnnotation' === nodeType || + 'MixedTypeAnnotation' === nodeType || + 'EmptyTypeAnnotation' === nodeType || + 'NullableTypeAnnotation' === nodeType || + 'NumberLiteralTypeAnnotation' === nodeType || + 'NumberTypeAnnotation' === nodeType || + 'ObjectTypeAnnotation' === nodeType || + 'StringLiteralTypeAnnotation' === nodeType || + 'StringTypeAnnotation' === nodeType || + 'SymbolTypeAnnotation' === nodeType || + 'ThisTypeAnnotation' === nodeType || + 'TupleTypeAnnotation' === nodeType || + 'TypeofTypeAnnotation' === nodeType || + 'UnionTypeAnnotation' === nodeType || + 'VoidTypeAnnotation' === nodeType || + 'IndexedAccessType' === nodeType || + 'OptionalIndexedAccessType' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4601,8 +5118,19 @@ function isFlowBaseAnnotation(node, opts) { if (!node) return false; const nodeType = node.type; - if ("AnyTypeAnnotation" === nodeType || "BooleanTypeAnnotation" === nodeType || "NullLiteralTypeAnnotation" === nodeType || "MixedTypeAnnotation" === nodeType || "EmptyTypeAnnotation" === nodeType || "NumberTypeAnnotation" === nodeType || "StringTypeAnnotation" === nodeType || "SymbolTypeAnnotation" === nodeType || "ThisTypeAnnotation" === nodeType || "VoidTypeAnnotation" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'AnyTypeAnnotation' === nodeType || + 'BooleanTypeAnnotation' === nodeType || + 'NullLiteralTypeAnnotation' === nodeType || + 'MixedTypeAnnotation' === nodeType || + 'EmptyTypeAnnotation' === nodeType || + 'NumberTypeAnnotation' === nodeType || + 'StringTypeAnnotation' === nodeType || + 'SymbolTypeAnnotation' === nodeType || + 'ThisTypeAnnotation' === nodeType || + 'VoidTypeAnnotation' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4616,8 +5144,22 @@ function isFlowDeclaration(node, opts) { if (!node) return false; const nodeType = node.type; - if ("DeclareClass" === nodeType || "DeclareFunction" === nodeType || "DeclareInterface" === nodeType || "DeclareModule" === nodeType || "DeclareModuleExports" === nodeType || "DeclareTypeAlias" === nodeType || "DeclareOpaqueType" === nodeType || "DeclareVariable" === nodeType || "DeclareExportDeclaration" === nodeType || "DeclareExportAllDeclaration" === nodeType || "InterfaceDeclaration" === nodeType || "OpaqueType" === nodeType || "TypeAlias" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'DeclareClass' === nodeType || + 'DeclareFunction' === nodeType || + 'DeclareInterface' === nodeType || + 'DeclareModule' === nodeType || + 'DeclareModuleExports' === nodeType || + 'DeclareTypeAlias' === nodeType || + 'DeclareOpaqueType' === nodeType || + 'DeclareVariable' === nodeType || + 'DeclareExportDeclaration' === nodeType || + 'DeclareExportAllDeclaration' === nodeType || + 'InterfaceDeclaration' === nodeType || + 'OpaqueType' === nodeType || + 'TypeAlias' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4631,8 +5173,8 @@ function isFlowPredicate(node, opts) { if (!node) return false; const nodeType = node.type; - if ("DeclaredPredicate" === nodeType || "InferredPredicate" === nodeType) { - if (typeof opts === "undefined") { + if ('DeclaredPredicate' === nodeType || 'InferredPredicate' === nodeType) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4646,8 +5188,13 @@ function isEnumBody(node, opts) { if (!node) return false; const nodeType = node.type; - if ("EnumBooleanBody" === nodeType || "EnumNumberBody" === nodeType || "EnumStringBody" === nodeType || "EnumSymbolBody" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'EnumBooleanBody' === nodeType || + 'EnumNumberBody' === nodeType || + 'EnumStringBody' === nodeType || + 'EnumSymbolBody' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4661,8 +5208,13 @@ function isEnumMember(node, opts) { if (!node) return false; const nodeType = node.type; - if ("EnumBooleanMember" === nodeType || "EnumNumberMember" === nodeType || "EnumStringMember" === nodeType || "EnumDefaultedMember" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'EnumBooleanMember' === nodeType || + 'EnumNumberMember' === nodeType || + 'EnumStringMember' === nodeType || + 'EnumDefaultedMember' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4676,8 +5228,24 @@ function isJSX(node, opts) { if (!node) return false; const nodeType = node.type; - if ("JSXAttribute" === nodeType || "JSXClosingElement" === nodeType || "JSXElement" === nodeType || "JSXEmptyExpression" === nodeType || "JSXExpressionContainer" === nodeType || "JSXSpreadChild" === nodeType || "JSXIdentifier" === nodeType || "JSXMemberExpression" === nodeType || "JSXNamespacedName" === nodeType || "JSXOpeningElement" === nodeType || "JSXSpreadAttribute" === nodeType || "JSXText" === nodeType || "JSXFragment" === nodeType || "JSXOpeningFragment" === nodeType || "JSXClosingFragment" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'JSXAttribute' === nodeType || + 'JSXClosingElement' === nodeType || + 'JSXElement' === nodeType || + 'JSXEmptyExpression' === nodeType || + 'JSXExpressionContainer' === nodeType || + 'JSXSpreadChild' === nodeType || + 'JSXIdentifier' === nodeType || + 'JSXMemberExpression' === nodeType || + 'JSXNamespacedName' === nodeType || + 'JSXOpeningElement' === nodeType || + 'JSXSpreadAttribute' === nodeType || + 'JSXText' === nodeType || + 'JSXFragment' === nodeType || + 'JSXOpeningFragment' === nodeType || + 'JSXClosingFragment' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4691,8 +5259,12 @@ function isMiscellaneous(node, opts) { if (!node) return false; const nodeType = node.type; - if ("Noop" === nodeType || "Placeholder" === nodeType || "V8IntrinsicIdentifier" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'Noop' === nodeType || + 'Placeholder' === nodeType || + 'V8IntrinsicIdentifier' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4706,8 +5278,73 @@ function isTypeScript(node, opts) { if (!node) return false; const nodeType = node.type; - if ("TSParameterProperty" === nodeType || "TSDeclareFunction" === nodeType || "TSDeclareMethod" === nodeType || "TSQualifiedName" === nodeType || "TSCallSignatureDeclaration" === nodeType || "TSConstructSignatureDeclaration" === nodeType || "TSPropertySignature" === nodeType || "TSMethodSignature" === nodeType || "TSIndexSignature" === nodeType || "TSAnyKeyword" === nodeType || "TSBooleanKeyword" === nodeType || "TSBigIntKeyword" === nodeType || "TSIntrinsicKeyword" === nodeType || "TSNeverKeyword" === nodeType || "TSNullKeyword" === nodeType || "TSNumberKeyword" === nodeType || "TSObjectKeyword" === nodeType || "TSStringKeyword" === nodeType || "TSSymbolKeyword" === nodeType || "TSUndefinedKeyword" === nodeType || "TSUnknownKeyword" === nodeType || "TSVoidKeyword" === nodeType || "TSThisType" === nodeType || "TSFunctionType" === nodeType || "TSConstructorType" === nodeType || "TSTypeReference" === nodeType || "TSTypePredicate" === nodeType || "TSTypeQuery" === nodeType || "TSTypeLiteral" === nodeType || "TSArrayType" === nodeType || "TSTupleType" === nodeType || "TSOptionalType" === nodeType || "TSRestType" === nodeType || "TSNamedTupleMember" === nodeType || "TSUnionType" === nodeType || "TSIntersectionType" === nodeType || "TSConditionalType" === nodeType || "TSInferType" === nodeType || "TSParenthesizedType" === nodeType || "TSTypeOperator" === nodeType || "TSIndexedAccessType" === nodeType || "TSMappedType" === nodeType || "TSLiteralType" === nodeType || "TSExpressionWithTypeArguments" === nodeType || "TSInterfaceDeclaration" === nodeType || "TSInterfaceBody" === nodeType || "TSTypeAliasDeclaration" === nodeType || "TSInstantiationExpression" === nodeType || "TSAsExpression" === nodeType || "TSTypeAssertion" === nodeType || "TSEnumDeclaration" === nodeType || "TSEnumMember" === nodeType || "TSModuleDeclaration" === nodeType || "TSModuleBlock" === nodeType || "TSImportType" === nodeType || "TSImportEqualsDeclaration" === nodeType || "TSExternalModuleReference" === nodeType || "TSNonNullExpression" === nodeType || "TSExportAssignment" === nodeType || "TSNamespaceExportDeclaration" === nodeType || "TSTypeAnnotation" === nodeType || "TSTypeParameterInstantiation" === nodeType || "TSTypeParameterDeclaration" === nodeType || "TSTypeParameter" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'TSParameterProperty' === nodeType || + 'TSDeclareFunction' === nodeType || + 'TSDeclareMethod' === nodeType || + 'TSQualifiedName' === nodeType || + 'TSCallSignatureDeclaration' === nodeType || + 'TSConstructSignatureDeclaration' === nodeType || + 'TSPropertySignature' === nodeType || + 'TSMethodSignature' === nodeType || + 'TSIndexSignature' === nodeType || + 'TSAnyKeyword' === nodeType || + 'TSBooleanKeyword' === nodeType || + 'TSBigIntKeyword' === nodeType || + 'TSIntrinsicKeyword' === nodeType || + 'TSNeverKeyword' === nodeType || + 'TSNullKeyword' === nodeType || + 'TSNumberKeyword' === nodeType || + 'TSObjectKeyword' === nodeType || + 'TSStringKeyword' === nodeType || + 'TSSymbolKeyword' === nodeType || + 'TSUndefinedKeyword' === nodeType || + 'TSUnknownKeyword' === nodeType || + 'TSVoidKeyword' === nodeType || + 'TSThisType' === nodeType || + 'TSFunctionType' === nodeType || + 'TSConstructorType' === nodeType || + 'TSTypeReference' === nodeType || + 'TSTypePredicate' === nodeType || + 'TSTypeQuery' === nodeType || + 'TSTypeLiteral' === nodeType || + 'TSArrayType' === nodeType || + 'TSTupleType' === nodeType || + 'TSOptionalType' === nodeType || + 'TSRestType' === nodeType || + 'TSNamedTupleMember' === nodeType || + 'TSUnionType' === nodeType || + 'TSIntersectionType' === nodeType || + 'TSConditionalType' === nodeType || + 'TSInferType' === nodeType || + 'TSParenthesizedType' === nodeType || + 'TSTypeOperator' === nodeType || + 'TSIndexedAccessType' === nodeType || + 'TSMappedType' === nodeType || + 'TSLiteralType' === nodeType || + 'TSExpressionWithTypeArguments' === nodeType || + 'TSInterfaceDeclaration' === nodeType || + 'TSInterfaceBody' === nodeType || + 'TSTypeAliasDeclaration' === nodeType || + 'TSInstantiationExpression' === nodeType || + 'TSAsExpression' === nodeType || + 'TSTypeAssertion' === nodeType || + 'TSEnumDeclaration' === nodeType || + 'TSEnumMember' === nodeType || + 'TSModuleDeclaration' === nodeType || + 'TSModuleBlock' === nodeType || + 'TSImportType' === nodeType || + 'TSImportEqualsDeclaration' === nodeType || + 'TSExternalModuleReference' === nodeType || + 'TSNonNullExpression' === nodeType || + 'TSExportAssignment' === nodeType || + 'TSNamespaceExportDeclaration' === nodeType || + 'TSTypeAnnotation' === nodeType || + 'TSTypeParameterInstantiation' === nodeType || + 'TSTypeParameterDeclaration' === nodeType || + 'TSTypeParameter' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4721,8 +5358,14 @@ function isTSTypeElement(node, opts) { if (!node) return false; const nodeType = node.type; - if ("TSCallSignatureDeclaration" === nodeType || "TSConstructSignatureDeclaration" === nodeType || "TSPropertySignature" === nodeType || "TSMethodSignature" === nodeType || "TSIndexSignature" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'TSCallSignatureDeclaration' === nodeType || + 'TSConstructSignatureDeclaration' === nodeType || + 'TSPropertySignature' === nodeType || + 'TSMethodSignature' === nodeType || + 'TSIndexSignature' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4736,8 +5379,44 @@ function isTSType(node, opts) { if (!node) return false; const nodeType = node.type; - if ("TSAnyKeyword" === nodeType || "TSBooleanKeyword" === nodeType || "TSBigIntKeyword" === nodeType || "TSIntrinsicKeyword" === nodeType || "TSNeverKeyword" === nodeType || "TSNullKeyword" === nodeType || "TSNumberKeyword" === nodeType || "TSObjectKeyword" === nodeType || "TSStringKeyword" === nodeType || "TSSymbolKeyword" === nodeType || "TSUndefinedKeyword" === nodeType || "TSUnknownKeyword" === nodeType || "TSVoidKeyword" === nodeType || "TSThisType" === nodeType || "TSFunctionType" === nodeType || "TSConstructorType" === nodeType || "TSTypeReference" === nodeType || "TSTypePredicate" === nodeType || "TSTypeQuery" === nodeType || "TSTypeLiteral" === nodeType || "TSArrayType" === nodeType || "TSTupleType" === nodeType || "TSOptionalType" === nodeType || "TSRestType" === nodeType || "TSUnionType" === nodeType || "TSIntersectionType" === nodeType || "TSConditionalType" === nodeType || "TSInferType" === nodeType || "TSParenthesizedType" === nodeType || "TSTypeOperator" === nodeType || "TSIndexedAccessType" === nodeType || "TSMappedType" === nodeType || "TSLiteralType" === nodeType || "TSExpressionWithTypeArguments" === nodeType || "TSImportType" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'TSAnyKeyword' === nodeType || + 'TSBooleanKeyword' === nodeType || + 'TSBigIntKeyword' === nodeType || + 'TSIntrinsicKeyword' === nodeType || + 'TSNeverKeyword' === nodeType || + 'TSNullKeyword' === nodeType || + 'TSNumberKeyword' === nodeType || + 'TSObjectKeyword' === nodeType || + 'TSStringKeyword' === nodeType || + 'TSSymbolKeyword' === nodeType || + 'TSUndefinedKeyword' === nodeType || + 'TSUnknownKeyword' === nodeType || + 'TSVoidKeyword' === nodeType || + 'TSThisType' === nodeType || + 'TSFunctionType' === nodeType || + 'TSConstructorType' === nodeType || + 'TSTypeReference' === nodeType || + 'TSTypePredicate' === nodeType || + 'TSTypeQuery' === nodeType || + 'TSTypeLiteral' === nodeType || + 'TSArrayType' === nodeType || + 'TSTupleType' === nodeType || + 'TSOptionalType' === nodeType || + 'TSRestType' === nodeType || + 'TSUnionType' === nodeType || + 'TSIntersectionType' === nodeType || + 'TSConditionalType' === nodeType || + 'TSInferType' === nodeType || + 'TSParenthesizedType' === nodeType || + 'TSTypeOperator' === nodeType || + 'TSIndexedAccessType' === nodeType || + 'TSMappedType' === nodeType || + 'TSLiteralType' === nodeType || + 'TSExpressionWithTypeArguments' === nodeType || + 'TSImportType' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4751,8 +5430,24 @@ function isTSBaseType(node, opts) { if (!node) return false; const nodeType = node.type; - if ("TSAnyKeyword" === nodeType || "TSBooleanKeyword" === nodeType || "TSBigIntKeyword" === nodeType || "TSIntrinsicKeyword" === nodeType || "TSNeverKeyword" === nodeType || "TSNullKeyword" === nodeType || "TSNumberKeyword" === nodeType || "TSObjectKeyword" === nodeType || "TSStringKeyword" === nodeType || "TSSymbolKeyword" === nodeType || "TSUndefinedKeyword" === nodeType || "TSUnknownKeyword" === nodeType || "TSVoidKeyword" === nodeType || "TSThisType" === nodeType || "TSLiteralType" === nodeType) { - if (typeof opts === "undefined") { + if ( + 'TSAnyKeyword' === nodeType || + 'TSBooleanKeyword' === nodeType || + 'TSBigIntKeyword' === nodeType || + 'TSIntrinsicKeyword' === nodeType || + 'TSNeverKeyword' === nodeType || + 'TSNullKeyword' === nodeType || + 'TSNumberKeyword' === nodeType || + 'TSObjectKeyword' === nodeType || + 'TSStringKeyword' === nodeType || + 'TSSymbolKeyword' === nodeType || + 'TSUndefinedKeyword' === nodeType || + 'TSUnknownKeyword' === nodeType || + 'TSVoidKeyword' === nodeType || + 'TSThisType' === nodeType || + 'TSLiteralType' === nodeType + ) { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4763,12 +5458,14 @@ function isTSBaseType(node, opts) { } function isNumberLiteral(node, opts) { - console.trace("The node type NumberLiteral has been renamed to NumericLiteral"); + console.trace( + 'The node type NumberLiteral has been renamed to NumericLiteral' + ); if (!node) return false; const nodeType = node.type; - if (nodeType === "NumberLiteral") { - if (typeof opts === "undefined") { + if (nodeType === 'NumberLiteral') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4779,12 +5476,12 @@ function isNumberLiteral(node, opts) { } function isRegexLiteral(node, opts) { - console.trace("The node type RegexLiteral has been renamed to RegExpLiteral"); + console.trace('The node type RegexLiteral has been renamed to RegExpLiteral'); if (!node) return false; const nodeType = node.type; - if (nodeType === "RegexLiteral") { - if (typeof opts === "undefined") { + if (nodeType === 'RegexLiteral') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4795,12 +5492,12 @@ function isRegexLiteral(node, opts) { } function isRestProperty(node, opts) { - console.trace("The node type RestProperty has been renamed to RestElement"); + console.trace('The node type RestProperty has been renamed to RestElement'); if (!node) return false; const nodeType = node.type; - if (nodeType === "RestProperty") { - if (typeof opts === "undefined") { + if (nodeType === 'RestProperty') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); @@ -4811,12 +5508,14 @@ function isRestProperty(node, opts) { } function isSpreadProperty(node, opts) { - console.trace("The node type SpreadProperty has been renamed to SpreadElement"); + console.trace( + 'The node type SpreadProperty has been renamed to SpreadElement' + ); if (!node) return false; const nodeType = node.type; - if (nodeType === "SpreadProperty") { - if (typeof opts === "undefined") { + if (nodeType === 'SpreadProperty') { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); diff --git a/node_modules/@babel/types/lib/validators/is.js b/node_modules/@babel/types/lib/validators/is.js index a70ede0..5774fdf 100644 --- a/node_modules/@babel/types/lib/validators/is.js +++ b/node_modules/@babel/types/lib/validators/is.js @@ -1,31 +1,35 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = is; -var _shallowEqual = require("../utils/shallowEqual"); +var _shallowEqual = require('../utils/shallowEqual'); -var _isType = require("./isType"); +var _isType = require('./isType'); -var _isPlaceholderType = require("./isPlaceholderType"); +var _isPlaceholderType = require('./isPlaceholderType'); -var _definitions = require("../definitions"); +var _definitions = require('../definitions'); function is(type, node, opts) { if (!node) return false; const matches = (0, _isType.default)(node.type, type); if (!matches) { - if (!opts && node.type === "Placeholder" && type in _definitions.FLIPPED_ALIAS_KEYS) { + if ( + !opts && + node.type === 'Placeholder' && + type in _definitions.FLIPPED_ALIAS_KEYS + ) { return (0, _isPlaceholderType.default)(node.expectedNode, type); } return false; } - if (typeof opts === "undefined") { + if (typeof opts === 'undefined') { return true; } else { return (0, _shallowEqual.default)(node, opts); diff --git a/node_modules/@babel/types/lib/validators/isBinding.js b/node_modules/@babel/types/lib/validators/isBinding.js index 61b57c7..78b15fb 100644 --- a/node_modules/@babel/types/lib/validators/isBinding.js +++ b/node_modules/@babel/types/lib/validators/isBinding.js @@ -1,14 +1,19 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isBinding; -var _getBindingIdentifiers = require("../retrievers/getBindingIdentifiers"); +var _getBindingIdentifiers = require('../retrievers/getBindingIdentifiers'); function isBinding(node, parent, grandparent) { - if (grandparent && node.type === "Identifier" && parent.type === "ObjectProperty" && grandparent.type === "ObjectExpression") { + if ( + grandparent && + node.type === 'Identifier' && + parent.type === 'ObjectProperty' && + grandparent.type === 'ObjectExpression' + ) { return false; } diff --git a/node_modules/@babel/types/lib/validators/isBlockScoped.js b/node_modules/@babel/types/lib/validators/isBlockScoped.js index 0a20a07..6f58c03 100644 --- a/node_modules/@babel/types/lib/validators/isBlockScoped.js +++ b/node_modules/@babel/types/lib/validators/isBlockScoped.js @@ -1,16 +1,20 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isBlockScoped; -var _generated = require("./generated"); +var _generated = require('./generated'); -var _isLet = require("./isLet"); +var _isLet = require('./isLet'); function isBlockScoped(node) { - return (0, _generated.isFunctionDeclaration)(node) || (0, _generated.isClassDeclaration)(node) || (0, _isLet.default)(node); + return ( + (0, _generated.isFunctionDeclaration)(node) || + (0, _generated.isClassDeclaration)(node) || + (0, _isLet.default)(node) + ); } //# sourceMappingURL=isBlockScoped.js.map diff --git a/node_modules/@babel/types/lib/validators/isImmutable.js b/node_modules/@babel/types/lib/validators/isImmutable.js index 10d6ed0..2e96d89 100644 --- a/node_modules/@babel/types/lib/validators/isImmutable.js +++ b/node_modules/@babel/types/lib/validators/isImmutable.js @@ -1,19 +1,19 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isImmutable; -var _isType = require("./isType"); +var _isType = require('./isType'); -var _generated = require("./generated"); +var _generated = require('./generated'); function isImmutable(node) { - if ((0, _isType.default)(node.type, "Immutable")) return true; + if ((0, _isType.default)(node.type, 'Immutable')) return true; if ((0, _generated.isIdentifier)(node)) { - if (node.name === "undefined") { + if (node.name === 'undefined') { return true; } else { return false; diff --git a/node_modules/@babel/types/lib/validators/isLet.js b/node_modules/@babel/types/lib/validators/isLet.js index 2e1b0d8..1674df5 100644 --- a/node_modules/@babel/types/lib/validators/isLet.js +++ b/node_modules/@babel/types/lib/validators/isLet.js @@ -1,16 +1,19 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isLet; -var _generated = require("./generated"); +var _generated = require('./generated'); -var _constants = require("../constants"); +var _constants = require('../constants'); function isLet(node) { - return (0, _generated.isVariableDeclaration)(node) && (node.kind !== "var" || node[_constants.BLOCK_SCOPED_SYMBOL]); + return ( + (0, _generated.isVariableDeclaration)(node) && + (node.kind !== 'var' || node[_constants.BLOCK_SCOPED_SYMBOL]) + ); } //# sourceMappingURL=isLet.js.map diff --git a/node_modules/@babel/types/lib/validators/isNode.js b/node_modules/@babel/types/lib/validators/isNode.js index 824b656..6a7f95d 100644 --- a/node_modules/@babel/types/lib/validators/isNode.js +++ b/node_modules/@babel/types/lib/validators/isNode.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isNode; -var _definitions = require("../definitions"); +var _definitions = require('../definitions'); function isNode(node) { return !!(node && _definitions.VISITOR_KEYS[node.type]); diff --git a/node_modules/@babel/types/lib/validators/isNodesEquivalent.js b/node_modules/@babel/types/lib/validators/isNodesEquivalent.js index e070b89..adcbb20 100644 --- a/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +++ b/node_modules/@babel/types/lib/validators/isNodesEquivalent.js @@ -1,14 +1,19 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isNodesEquivalent; -var _definitions = require("../definitions"); +var _definitions = require('../definitions'); function isNodesEquivalent(a, b) { - if (typeof a !== "object" || typeof b !== "object" || a == null || b == null) { + if ( + typeof a !== 'object' || + typeof b !== 'object' || + a == null || + b == null + ) { return a === b; } @@ -51,7 +56,10 @@ function isNodesEquivalent(a, b) { continue; } - if (typeof val_a === "object" && !(visitorKeys != null && visitorKeys.includes(field))) { + if ( + typeof val_a === 'object' && + !(visitorKeys != null && visitorKeys.includes(field)) + ) { for (const key of Object.keys(val_a)) { if (val_a[key] !== val_b[key]) { return false; diff --git a/node_modules/@babel/types/lib/validators/isPlaceholderType.js b/node_modules/@babel/types/lib/validators/isPlaceholderType.js index 2853b75..a64e34c 100644 --- a/node_modules/@babel/types/lib/validators/isPlaceholderType.js +++ b/node_modules/@babel/types/lib/validators/isPlaceholderType.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isPlaceholderType; -var _definitions = require("../definitions"); +var _definitions = require('../definitions'); function isPlaceholderType(placeholderType, targetType) { if (placeholderType === targetType) return true; diff --git a/node_modules/@babel/types/lib/validators/isReferenced.js b/node_modules/@babel/types/lib/validators/isReferenced.js index 113b6bc..46b1c6f 100644 --- a/node_modules/@babel/types/lib/validators/isReferenced.js +++ b/node_modules/@babel/types/lib/validators/isReferenced.js @@ -1,122 +1,122 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isReferenced; function isReferenced(node, parent, grandparent) { switch (parent.type) { - case "MemberExpression": - case "OptionalMemberExpression": + case 'MemberExpression': + case 'OptionalMemberExpression': if (parent.property === node) { return !!parent.computed; } return parent.object === node; - case "JSXMemberExpression": + case 'JSXMemberExpression': return parent.object === node; - case "VariableDeclarator": + case 'VariableDeclarator': return parent.init === node; - case "ArrowFunctionExpression": + case 'ArrowFunctionExpression': return parent.body === node; - case "PrivateName": + case 'PrivateName': return false; - case "ClassMethod": - case "ClassPrivateMethod": - case "ObjectMethod": + case 'ClassMethod': + case 'ClassPrivateMethod': + case 'ObjectMethod': if (parent.key === node) { return !!parent.computed; } return false; - case "ObjectProperty": + case 'ObjectProperty': if (parent.key === node) { return !!parent.computed; } - return !grandparent || grandparent.type !== "ObjectPattern"; + return !grandparent || grandparent.type !== 'ObjectPattern'; - case "ClassProperty": - case "ClassAccessorProperty": + case 'ClassProperty': + case 'ClassAccessorProperty': if (parent.key === node) { return !!parent.computed; } return true; - case "ClassPrivateProperty": + case 'ClassPrivateProperty': return parent.key !== node; - case "ClassDeclaration": - case "ClassExpression": + case 'ClassDeclaration': + case 'ClassExpression': return parent.superClass === node; - case "AssignmentExpression": + case 'AssignmentExpression': return parent.right === node; - case "AssignmentPattern": + case 'AssignmentPattern': return parent.right === node; - case "LabeledStatement": + case 'LabeledStatement': return false; - case "CatchClause": + case 'CatchClause': return false; - case "RestElement": + case 'RestElement': return false; - case "BreakStatement": - case "ContinueStatement": + case 'BreakStatement': + case 'ContinueStatement': return false; - case "FunctionDeclaration": - case "FunctionExpression": + case 'FunctionDeclaration': + case 'FunctionExpression': return false; - case "ExportNamespaceSpecifier": - case "ExportDefaultSpecifier": + case 'ExportNamespaceSpecifier': + case 'ExportDefaultSpecifier': return false; - case "ExportSpecifier": + case 'ExportSpecifier': if (grandparent != null && grandparent.source) { return false; } return parent.local === node; - case "ImportDefaultSpecifier": - case "ImportNamespaceSpecifier": - case "ImportSpecifier": + case 'ImportDefaultSpecifier': + case 'ImportNamespaceSpecifier': + case 'ImportSpecifier': return false; - case "ImportAttribute": + case 'ImportAttribute': return false; - case "JSXAttribute": + case 'JSXAttribute': return false; - case "ObjectPattern": - case "ArrayPattern": + case 'ObjectPattern': + case 'ArrayPattern': return false; - case "MetaProperty": + case 'MetaProperty': return false; - case "ObjectTypeProperty": + case 'ObjectTypeProperty': return parent.key !== node; - case "TSEnumMember": + case 'TSEnumMember': return parent.id !== node; - case "TSPropertySignature": + case 'TSPropertySignature': if (parent.key === node) { return !!parent.computed; } diff --git a/node_modules/@babel/types/lib/validators/isScope.js b/node_modules/@babel/types/lib/validators/isScope.js index d317d04..afef927 100644 --- a/node_modules/@babel/types/lib/validators/isScope.js +++ b/node_modules/@babel/types/lib/validators/isScope.js @@ -1,18 +1,26 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isScope; -var _generated = require("./generated"); +var _generated = require('./generated'); function isScope(node, parent) { - if ((0, _generated.isBlockStatement)(node) && ((0, _generated.isFunction)(parent) || (0, _generated.isCatchClause)(parent))) { + if ( + (0, _generated.isBlockStatement)(node) && + ((0, _generated.isFunction)(parent) || + (0, _generated.isCatchClause)(parent)) + ) { return false; } - if ((0, _generated.isPattern)(node) && ((0, _generated.isFunction)(parent) || (0, _generated.isCatchClause)(parent))) { + if ( + (0, _generated.isPattern)(node) && + ((0, _generated.isFunction)(parent) || + (0, _generated.isCatchClause)(parent)) + ) { return true; } diff --git a/node_modules/@babel/types/lib/validators/isSpecifierDefault.js b/node_modules/@babel/types/lib/validators/isSpecifierDefault.js index 3cb9069..f51a745 100644 --- a/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +++ b/node_modules/@babel/types/lib/validators/isSpecifierDefault.js @@ -1,16 +1,19 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isSpecifierDefault; -var _generated = require("./generated"); +var _generated = require('./generated'); function isSpecifierDefault(specifier) { - return (0, _generated.isImportDefaultSpecifier)(specifier) || (0, _generated.isIdentifier)(specifier.imported || specifier.exported, { - name: "default" - }); + return ( + (0, _generated.isImportDefaultSpecifier)(specifier) || + (0, _generated.isIdentifier)(specifier.imported || specifier.exported, { + name: 'default', + }) + ); } //# sourceMappingURL=isSpecifierDefault.js.map diff --git a/node_modules/@babel/types/lib/validators/isType.js b/node_modules/@babel/types/lib/validators/isType.js index 0706d62..dca71b6 100644 --- a/node_modules/@babel/types/lib/validators/isType.js +++ b/node_modules/@babel/types/lib/validators/isType.js @@ -1,11 +1,11 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isType; -var _definitions = require("../definitions"); +var _definitions = require('../definitions'); function isType(nodeType, targetType) { if (nodeType === targetType) return true; diff --git a/node_modules/@babel/types/lib/validators/isValidES3Identifier.js b/node_modules/@babel/types/lib/validators/isValidES3Identifier.js index 7165970..8993e5e 100644 --- a/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +++ b/node_modules/@babel/types/lib/validators/isValidES3Identifier.js @@ -1,16 +1,43 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isValidES3Identifier; -var _isValidIdentifier = require("./isValidIdentifier"); +var _isValidIdentifier = require('./isValidIdentifier'); -const RESERVED_WORDS_ES3_ONLY = new Set(["abstract", "boolean", "byte", "char", "double", "enum", "final", "float", "goto", "implements", "int", "interface", "long", "native", "package", "private", "protected", "public", "short", "static", "synchronized", "throws", "transient", "volatile"]); +const RESERVED_WORDS_ES3_ONLY = new Set([ + 'abstract', + 'boolean', + 'byte', + 'char', + 'double', + 'enum', + 'final', + 'float', + 'goto', + 'implements', + 'int', + 'interface', + 'long', + 'native', + 'package', + 'private', + 'protected', + 'public', + 'short', + 'static', + 'synchronized', + 'throws', + 'transient', + 'volatile', +]); function isValidES3Identifier(name) { - return (0, _isValidIdentifier.default)(name) && !RESERVED_WORDS_ES3_ONLY.has(name); + return ( + (0, _isValidIdentifier.default)(name) && !RESERVED_WORDS_ES3_ONLY.has(name) + ); } //# sourceMappingURL=isValidES3Identifier.js.map diff --git a/node_modules/@babel/types/lib/validators/isValidIdentifier.js b/node_modules/@babel/types/lib/validators/isValidIdentifier.js index 4324c5f..34f5d1f 100644 --- a/node_modules/@babel/types/lib/validators/isValidIdentifier.js +++ b/node_modules/@babel/types/lib/validators/isValidIdentifier.js @@ -1,17 +1,20 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isValidIdentifier; -var _helperValidatorIdentifier = require("@babel/helper-validator-identifier"); +var _helperValidatorIdentifier = require('@babel/helper-validator-identifier'); function isValidIdentifier(name, reserved = true) { - if (typeof name !== "string") return false; + if (typeof name !== 'string') return false; if (reserved) { - if ((0, _helperValidatorIdentifier.isKeyword)(name) || (0, _helperValidatorIdentifier.isStrictReservedWord)(name, true)) { + if ( + (0, _helperValidatorIdentifier.isKeyword)(name) || + (0, _helperValidatorIdentifier.isStrictReservedWord)(name, true) + ) { return false; } } diff --git a/node_modules/@babel/types/lib/validators/isVar.js b/node_modules/@babel/types/lib/validators/isVar.js index b44c52d..48dce2f 100644 --- a/node_modules/@babel/types/lib/validators/isVar.js +++ b/node_modules/@babel/types/lib/validators/isVar.js @@ -1,18 +1,20 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isVar; -var _generated = require("./generated"); +var _generated = require('./generated'); -var _constants = require("../constants"); +var _constants = require('../constants'); function isVar(node) { - return (0, _generated.isVariableDeclaration)(node, { - kind: "var" - }) && !node[_constants.BLOCK_SCOPED_SYMBOL]; + return ( + (0, _generated.isVariableDeclaration)(node, { + kind: 'var', + }) && !node[_constants.BLOCK_SCOPED_SYMBOL] + ); } //# sourceMappingURL=isVar.js.map diff --git a/node_modules/@babel/types/lib/validators/matchesPattern.js b/node_modules/@babel/types/lib/validators/matchesPattern.js index b50e4f7..5af293c 100644 --- a/node_modules/@babel/types/lib/validators/matchesPattern.js +++ b/node_modules/@babel/types/lib/validators/matchesPattern.js @@ -1,19 +1,23 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = matchesPattern; -var _generated = require("./generated"); +var _generated = require('./generated'); function matchesPattern(member, match, allowPartial) { if (!(0, _generated.isMemberExpression)(member)) return false; - const parts = Array.isArray(match) ? match : match.split("."); + const parts = Array.isArray(match) ? match : match.split('.'); const nodes = []; let node; - for (node = member; (0, _generated.isMemberExpression)(node); node = node.object) { + for ( + node = member; + (0, _generated.isMemberExpression)(node); + node = node.object + ) { nodes.push(node.property); } @@ -30,7 +34,7 @@ function matchesPattern(member, match, allowPartial) { } else if ((0, _generated.isStringLiteral)(node)) { value = node.value; } else if ((0, _generated.isThisExpression)(node)) { - value = "this"; + value = 'this'; } else { return false; } diff --git a/node_modules/@babel/types/lib/validators/react/isCompatTag.js b/node_modules/@babel/types/lib/validators/react/isCompatTag.js index aef0d09..807c76d 100644 --- a/node_modules/@babel/types/lib/validators/react/isCompatTag.js +++ b/node_modules/@babel/types/lib/validators/react/isCompatTag.js @@ -1,7 +1,7 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = isCompatTag; diff --git a/node_modules/@babel/types/lib/validators/react/isReactComponent.js b/node_modules/@babel/types/lib/validators/react/isReactComponent.js index bf41f33..2a71b83 100644 --- a/node_modules/@babel/types/lib/validators/react/isReactComponent.js +++ b/node_modules/@babel/types/lib/validators/react/isReactComponent.js @@ -1,13 +1,15 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = void 0; -var _buildMatchMemberExpression = require("../buildMatchMemberExpression"); +var _buildMatchMemberExpression = require('../buildMatchMemberExpression'); -const isReactComponent = (0, _buildMatchMemberExpression.default)("React.Component"); +const isReactComponent = (0, _buildMatchMemberExpression.default)( + 'React.Component' +); var _default = isReactComponent; exports.default = _default; diff --git a/node_modules/@babel/types/lib/validators/validate.js b/node_modules/@babel/types/lib/validators/validate.js index a2c1653..2b3485f 100644 --- a/node_modules/@babel/types/lib/validators/validate.js +++ b/node_modules/@babel/types/lib/validators/validate.js @@ -1,13 +1,13 @@ -"use strict"; +'use strict'; -Object.defineProperty(exports, "__esModule", { - value: true +Object.defineProperty(exports, '__esModule', { + value: true, }); exports.default = validate; exports.validateChild = validateChild; exports.validateField = validateField; -var _definitions = require("../definitions"); +var _definitions = require('../definitions'); function validate(node, key, val) { if (!node) return; diff --git a/node_modules/@babel/types/package.json b/node_modules/@babel/types/package.json index a838369..3a6c7b8 100644 --- a/node_modules/@babel/types/package.json +++ b/node_modules/@babel/types/package.json @@ -38,4 +38,4 @@ "node": ">=6.9.0" }, "type": "commonjs" -} \ No newline at end of file +} diff --git a/node_modules/@babel/types/scripts/generators/asserts.js b/node_modules/@babel/types/scripts/generators/asserts.js index 1d862e4..25d761c 100644 --- a/node_modules/@babel/types/scripts/generators/asserts.js +++ b/node_modules/@babel/types/scripts/generators/asserts.js @@ -1,13 +1,13 @@ -import * as definitions from "../../lib/definitions/index.js"; +import * as definitions from '../../lib/definitions/index.js'; function addAssertHelper(type) { const result = - definitions.NODE_FIELDS[type] || definitions.FLIPPED_ALIAS_KEYS[type] - ? `node is t.${type}` - : "boolean"; + definitions.NODE_FIELDS[type] || definitions.FLIPPED_ALIAS_KEYS[type] ? + `node is t.${type}` + : 'boolean'; return `export function assert${type}(node: object | null | undefined, opts?: object | null): asserts ${ - result === "boolean" ? "node" : result + result === 'boolean' ? 'node' : result } { assert("${type}", node, opts) } `; @@ -30,15 +30,15 @@ function assert(type: string, node: any, opts?: any): void { } }\n\n`; - Object.keys(definitions.VISITOR_KEYS).forEach(type => { + Object.keys(definitions.VISITOR_KEYS).forEach((type) => { output += addAssertHelper(type); }); - Object.keys(definitions.FLIPPED_ALIAS_KEYS).forEach(type => { + Object.keys(definitions.FLIPPED_ALIAS_KEYS).forEach((type) => { output += addAssertHelper(type); }); - Object.keys(definitions.DEPRECATED_KEYS).forEach(type => { + Object.keys(definitions.DEPRECATED_KEYS).forEach((type) => { const newType = definitions.DEPRECATED_KEYS[type]; output += `export function assert${type}(node: any, opts: any): void { console.trace("The node type ${type} has been renamed to ${newType}"); diff --git a/node_modules/@babel/types/scripts/generators/ast-types.js b/node_modules/@babel/types/scripts/generators/ast-types.js index 92eb055..4907390 100644 --- a/node_modules/@babel/types/scripts/generators/ast-types.js +++ b/node_modules/@babel/types/scripts/generators/ast-types.js @@ -1,9 +1,9 @@ -import * as t from "../../lib/index.js"; +import * as t from '../../lib/index.js'; import stringifyValidator, { isValueType, -} from "../utils/stringifyValidator.js"; +} from '../utils/stringifyValidator.js'; -const parentMaps = new Map([["File", new Set(["null"])]]); +const parentMaps = new Map([['File', new Set(['null'])]]); function registerParentMaps(parent, nodes) { for (const node of nodes) { @@ -28,10 +28,10 @@ function getNodeTypesFromValidator(validator) { } if (validator.oneOfNodeOrValueTypes) { nodeTypes = validator.oneOfNodeOrValueTypes.filter( - type => !isValueType(type) + (type) => !isValueType(type) ); } - return nodeTypes.flatMap(type => t.FLIPPED_ALIAS_KEYS[type] ?? type); + return nodeTypes.flatMap((type) => t.FLIPPED_ALIAS_KEYS[type] ?? type); } export default function generateAstTypes() { @@ -84,9 +84,9 @@ interface BaseNode { export type CommentTypeShorthand = "leading" | "inner" | "trailing"; -export type Node = ${t.TYPES.filter(k => !t.FLIPPED_ALIAS_KEYS[k]) +export type Node = ${t.TYPES.filter((k) => !t.FLIPPED_ALIAS_KEYS[k]) .sort() - .join(" | ")};\n\n`; + .join(' | ')};\n\n`; const deprecatedAlias = {}; for (const type in t.DEPRECATED_KEYS) { @@ -97,7 +97,7 @@ export type Node = ${t.TYPES.filter(k => !t.FLIPPED_ALIAS_KEYS[k]) const fieldNames = sortFieldNames(Object.keys(t.NODE_FIELDS[type]), type); const struct = []; - fieldNames.forEach(fieldName => { + fieldNames.forEach((fieldName) => { const field = fields[fieldName]; // Future / annoying TODO: // MemberExpression.property, ObjectProperty.key and ObjectMethod.key need special cases; either: @@ -106,14 +106,14 @@ export type Node = ${t.TYPES.filter(k => !t.FLIPPED_ALIAS_KEYS[k]) // - declare a disjoint union with, for example, ObjectPropertyBase, // ObjectPropertyLiteralKey and ObjectPropertyComputedKey, and declare ObjectProperty // as "ObjectPropertyBase & (ObjectPropertyLiteralKey | ObjectPropertyComputedKey)" - let typeAnnotation = stringifyValidator(field.validate, ""); + let typeAnnotation = stringifyValidator(field.validate, ''); if (isNullable(field) && !hasDefault(field)) { - typeAnnotation += " | null"; + typeAnnotation += ' | null'; } const alphaNumeric = /^\w+$/; - const optional = field.optional ? "?" : ""; + const optional = field.optional ? '?' : ''; if (t.isValidIdentifier(fieldName) || alphaNumeric.test(fieldName)) { struct.push(`${fieldName}${optional}: ${typeAnnotation};`); @@ -126,7 +126,7 @@ export type Node = ${t.TYPES.filter(k => !t.FLIPPED_ALIAS_KEYS[k]) code += `export interface ${type} extends BaseNode { type: "${type}"; - ${struct.join("\n ").trim()} + ${struct.join('\n ').trim()} }\n\n`; if (deprecatedAlias[type]) { @@ -135,7 +135,7 @@ export type Node = ${t.TYPES.filter(k => !t.FLIPPED_ALIAS_KEYS[k]) */ export interface ${deprecatedAlias[type]} extends BaseNode { type: "${deprecatedAlias[type]}"; - ${struct.join("\n ").trim()} + ${struct.join('\n ').trim()} }\n\n `; } @@ -144,34 +144,34 @@ export interface ${deprecatedAlias[type]} extends BaseNode { for (const type in t.FLIPPED_ALIAS_KEYS) { const types = t.FLIPPED_ALIAS_KEYS[type]; code += `export type ${type} = ${types - .map(type => `${type}`) - .join(" | ")};\n`; + .map((type) => `${type}`) + .join(' | ')};\n`; } - code += "\n"; + code += '\n'; - code += "export interface Aliases {\n"; + code += 'export interface Aliases {\n'; for (const type in t.FLIPPED_ALIAS_KEYS) { code += ` ${type}: ${type};\n`; } - code += "}\n\n"; + code += '}\n\n'; code += `export type DeprecatedAliases = ${Object.keys( t.DEPRECATED_KEYS - ).join(" | ")}\n\n`; + ).join(' | ')}\n\n`; - code += "export interface ParentMaps {\n"; + code += 'export interface ParentMaps {\n'; - registerParentMaps("null", [...Object.keys(t.DEPRECATED_KEYS)]); + registerParentMaps('null', [...Object.keys(t.DEPRECATED_KEYS)]); // todo: provide a better parent type for Placeholder, currently it acts // as a catch-all parent type for an abstract NodePath, s.t NodePath.parent must // be a Node if type has not been specified - registerParentMaps("Node", ["Placeholder"]); + registerParentMaps('Node', ['Placeholder']); const parentMapsKeys = [...parentMaps.keys()].sort(); for (const type of parentMapsKeys) { const deduplicated = [...parentMaps.get(type)].sort(); - code += ` ${type}: ${deduplicated.join(" | ")};\n`; + code += ` ${type}: ${deduplicated.join(' | ')};\n`; } - code += "}\n\n"; + code += '}\n\n'; return code; } diff --git a/node_modules/@babel/types/scripts/generators/builders.js b/node_modules/@babel/types/scripts/generators/builders.js index 46566f5..aa08742 100644 --- a/node_modules/@babel/types/scripts/generators/builders.js +++ b/node_modules/@babel/types/scripts/generators/builders.js @@ -1,12 +1,12 @@ -import * as t from "../../lib/index.js"; -import * as definitions from "../../lib/definitions/index.js"; -import formatBuilderName from "../utils/formatBuilderName.js"; -import lowerFirst from "../utils/lowerFirst.js"; -import stringifyValidator from "../utils/stringifyValidator.js"; +import * as t from '../../lib/index.js'; +import * as definitions from '../../lib/definitions/index.js'; +import formatBuilderName from '../utils/formatBuilderName.js'; +import lowerFirst from '../utils/lowerFirst.js'; +import stringifyValidator from '../utils/stringifyValidator.js'; function areAllRemainingFieldsNullable(fieldName, fieldNames, fields) { const index = fieldNames.indexOf(fieldName); - return fieldNames.slice(index).every(_ => isNullable(fields[_])); + return fieldNames.slice(index).every((_) => isNullable(fields[_])); } function hasDefault(field) { @@ -35,7 +35,7 @@ function generateBuilderArgs(type) { const args = []; - fieldNames.forEach(fieldName => { + fieldNames.forEach((fieldName) => { const field = fields[fieldName]; // Future / annoying TODO: // MemberExpression.property, ObjectProperty.key and ObjectMethod.key need special cases; either: @@ -44,10 +44,10 @@ function generateBuilderArgs(type) { // - declare a disjoint union with, for example, ObjectPropertyBase, // ObjectPropertyLiteralKey and ObjectPropertyComputedKey, and declare ObjectProperty // as "ObjectPropertyBase & (ObjectPropertyLiteralKey | ObjectPropertyComputedKey)" - let typeAnnotation = stringifyValidator(field.validate, "t."); + let typeAnnotation = stringifyValidator(field.validate, 't.'); if (isNullable(field) && !hasDefault(field)) { - typeAnnotation += " | null"; + typeAnnotation += ' | null'; } if (builderNames.includes(fieldName)) { @@ -57,14 +57,14 @@ function generateBuilderArgs(type) { let arg; if (areAllRemainingFieldsNullable(fieldName, builderNames, fields)) { arg = `${bindingIdentifierName}${ - isNullable(field) && !def ? "?:" : ":" + isNullable(field) && !def ? '?:' : ':' } ${typeAnnotation}`; } else { arg = `${bindingIdentifierName}: ${typeAnnotation}${ - isNullable(field) ? " | undefined" : "" + isNullable(field) ? ' | undefined' : '' }`; } - if (def !== "null" || isNullable(field)) { + if (def !== 'null' || isNullable(field)) { arg += `= ${def}`; } args.push(arg); @@ -75,8 +75,8 @@ function generateBuilderArgs(type) { } export default function generateBuilders(kind) { - return kind === "uppercase.js" - ? generateUppercaseBuilders() + return kind === 'uppercase.js' ? + generateUppercaseBuilders() : generateLowercaseBuilders(); } @@ -89,12 +89,13 @@ import validateNode from "../validateNode"; import type * as t from "../.."; `; - const reservedNames = new Set(["super", "import"]); - Object.keys(definitions.BUILDER_KEYS).forEach(type => { + const reservedNames = new Set(['super', 'import']); + Object.keys(definitions.BUILDER_KEYS).forEach((type) => { const defArgs = generateBuilderArgs(type); const formatedBuilderName = formatBuilderName(type); - const formatedBuilderNameLocal = reservedNames.has(formatedBuilderName) - ? `_${formatedBuilderName}` + const formatedBuilderNameLocal = + reservedNames.has(formatedBuilderName) ? + `_${formatedBuilderName}` : formatedBuilderName; const fieldNames = sortFieldNames( @@ -102,8 +103,8 @@ import type * as t from "../.."; type ); const builderNames = definitions.BUILDER_KEYS[type]; - const objectFields = [["type", JSON.stringify(type)]]; - fieldNames.forEach(fieldName => { + const objectFields = [['type', JSON.stringify(type)]]; + fieldNames.forEach((fieldName) => { const field = definitions.NODE_FIELDS[type][fieldName]; if (builderNames.includes(fieldName)) { const bindingIdentifierName = t.toBindingIdentifierName(fieldName); @@ -115,12 +116,12 @@ import type * as t from "../.."; }); output += `${ - formatedBuilderNameLocal === formatedBuilderName ? "export " : "" - }function ${formatedBuilderNameLocal}(${defArgs.join(", ")}): t.${type} {`; + formatedBuilderNameLocal === formatedBuilderName ? 'export ' : '' + }function ${formatedBuilderNameLocal}(${defArgs.join(', ')}): t.${type} {`; const nodeObjectExpression = `{\n${objectFields .map(([k, v]) => (k === v ? ` ${k},` : ` ${k}: ${v},`)) - .join("\n")}\n }`; + .join('\n')}\n }`; if (builderNames.length > 0) { output += `\n return validateNode(${nodeObjectExpression});`; @@ -143,14 +144,14 @@ import type * as t from "../.."; } }); - Object.keys(definitions.DEPRECATED_KEYS).forEach(type => { + Object.keys(definitions.DEPRECATED_KEYS).forEach((type) => { const newType = definitions.DEPRECATED_KEYS[type]; const formatedBuilderName = formatBuilderName(type); const formatedNewBuilderName = formatBuilderName(newType); output += `/** @deprecated */ -function ${type}(${generateBuilderArgs(newType).join(", ")}) { +function ${type}(${generateBuilderArgs(newType).join(', ')}) { console.trace("The node type ${type} has been renamed to ${newType}"); - return ${formatedNewBuilderName}(${t.BUILDER_KEYS[newType].join(", ")}); + return ${formatedNewBuilderName}(${t.BUILDER_KEYS[newType].join(', ')}); } export { ${type} as ${formatedBuilderName} };\n`; // This is needed for backwards compatibility. @@ -177,12 +178,12 @@ function generateUppercaseBuilders() { export {\n`; - Object.keys(definitions.BUILDER_KEYS).forEach(type => { + Object.keys(definitions.BUILDER_KEYS).forEach((type) => { const formatedBuilderName = formatBuilderName(type); output += ` ${formatedBuilderName} as ${type},\n`; }); - Object.keys(definitions.DEPRECATED_KEYS).forEach(type => { + Object.keys(definitions.DEPRECATED_KEYS).forEach((type) => { const formatedBuilderName = formatBuilderName(type); output += ` ${formatedBuilderName} as ${type},\n`; }); diff --git a/node_modules/@babel/types/scripts/generators/constants.js b/node_modules/@babel/types/scripts/generators/constants.js index 65b7a90..8b9861c 100644 --- a/node_modules/@babel/types/scripts/generators/constants.js +++ b/node_modules/@babel/types/scripts/generators/constants.js @@ -1,4 +1,4 @@ -import * as definitions from "../../lib/definitions/index.js"; +import * as definitions from '../../lib/definitions/index.js'; export default function generateConstants() { let output = `/* @@ -7,7 +7,7 @@ export default function generateConstants() { */ import { FLIPPED_ALIAS_KEYS } from "../../definitions";\n\n`; - Object.keys(definitions.FLIPPED_ALIAS_KEYS).forEach(type => { + Object.keys(definitions.FLIPPED_ALIAS_KEYS).forEach((type) => { output += `export const ${type.toUpperCase()}_TYPES = FLIPPED_ALIAS_KEYS["${type}"];\n`; }); diff --git a/node_modules/@babel/types/scripts/generators/docs.js b/node_modules/@babel/types/scripts/generators/docs.js index 528ac0b..63331a8 100644 --- a/node_modules/@babel/types/scripts/generators/docs.js +++ b/node_modules/@babel/types/scripts/generators/docs.js @@ -1,8 +1,8 @@ -import util from "util"; -import stringifyValidator from "../utils/stringifyValidator.js"; -import toFunctionName from "../utils/toFunctionName.js"; +import util from 'util'; +import stringifyValidator from '../utils/stringifyValidator.js'; +import toFunctionName from '../utils/toFunctionName.js'; -import * as t from "../../lib/index.js"; +import * as t from '../../lib/index.js'; const readme = [ `--- @@ -25,19 +25,19 @@ npm install --save-dev @babel/types const customTypes = { ClassMethod: { - key: "if computed then `Expression` else `Identifier | Literal`", + key: 'if computed then `Expression` else `Identifier | Literal`', }, Identifier: { - name: "`string`", + name: '`string`', }, MemberExpression: { - property: "if computed then `Expression` else `Identifier`", + property: 'if computed then `Expression` else `Identifier`', }, ObjectMethod: { - key: "if computed then `Expression` else `Identifier | Literal`", + key: 'if computed then `Expression` else `Identifier | Literal`', }, ObjectProperty: { - key: "if computed then `Expression` else `Identifier | Literal`", + key: 'if computed then `Expression` else `Identifier | Literal`', }, ClassPrivateMethod: { computed: "'false'", @@ -47,31 +47,31 @@ const customTypes = { }, }; const APIHistory = { - ClassProperty: [["v7.6.0", "Supports `static`"]], + ClassProperty: [['v7.6.0', 'Supports `static`']], }; function formatHistory(historyItems) { const lines = historyItems.map( - item => "| `" + item[0] + "` | " + item[1] + " |" + (item) => '| `' + item[0] + '` | ' + item[1] + ' |' ); return [ - "

", - " History", - "| Version | Changes |", - "| --- | --- |", + '
', + ' History', + '| Version | Changes |', + '| --- | --- |', ...lines, - "
", + '
', ]; } function printAPIHistory(key, readme) { if (APIHistory[key]) { - readme.push(""); + readme.push(''); readme.push(...formatHistory(APIHistory[key])); } } function printNodeFields(key, readme) { if (Object.keys(t.NODE_FIELDS[key]).length > 0) { - readme.push(""); - readme.push("AST Node `" + key + "` shape:"); + readme.push(''); + readme.push('AST Node `' + key + '` shape:'); Object.keys(t.NODE_FIELDS[key]) .sort(function (fieldA, fieldB) { const indexA = t.BUILDER_KEYS[key].indexOf(fieldA); @@ -83,19 +83,19 @@ function printNodeFields(key, readme) { }) .forEach(function (field) { const defaultValue = t.NODE_FIELDS[key][field].default; - const fieldDescription = ["`" + field + "`"]; + const fieldDescription = ['`' + field + '`']; const validator = t.NODE_FIELDS[key][field].validate; if (customTypes[key] && customTypes[key][field]) { fieldDescription.push(`: ${customTypes[key][field]}`); } else if (validator) { try { fieldDescription.push( - ": `" + stringifyValidator(validator, "") + "`" + ': `' + stringifyValidator(validator, '') + '`' ); } catch (ex) { - if (ex.code === "UNEXPECTED_VALIDATOR_TYPE") { + if (ex.code === 'UNEXPECTED_VALIDATOR_TYPE') { console.log( - "Unrecognised validator type for " + key + "." + field + 'Unrecognised validator type for ' + key + '.' + field ); console.dir(ex.validator, { depth: 10, colors: true }); } @@ -103,61 +103,61 @@ function printNodeFields(key, readme) { } if (defaultValue !== null || t.NODE_FIELDS[key][field].optional) { fieldDescription.push( - " (default: `" + util.inspect(defaultValue) + "`" + ' (default: `' + util.inspect(defaultValue) + '`' ); if (t.BUILDER_KEYS[key].indexOf(field) < 0) { - fieldDescription.push(", excluded from builder function"); + fieldDescription.push(', excluded from builder function'); } - fieldDescription.push(")"); + fieldDescription.push(')'); } else { - fieldDescription.push(" (required)"); + fieldDescription.push(' (required)'); } - readme.push("- " + fieldDescription.join("")); + readme.push('- ' + fieldDescription.join('')); }); } } function printAliasKeys(key, readme) { if (t.ALIAS_KEYS[key] && t.ALIAS_KEYS[key].length) { - readme.push(""); + readme.push(''); readme.push( - "Aliases: " + + 'Aliases: ' + t.ALIAS_KEYS[key] .map(function (key) { - return "[`" + key + "`](#" + key.toLowerCase() + ")"; + return '[`' + key + '`](#' + key.toLowerCase() + ')'; }) - .join(", ") + .join(', ') ); } } -readme.push("### Node Builders"); -readme.push(""); +readme.push('### Node Builders'); +readme.push(''); Object.keys(t.BUILDER_KEYS) .sort() .forEach(function (key) { - readme.push("#### " + toFunctionName(key)); - readme.push(""); - readme.push("```javascript"); + readme.push('#### ' + toFunctionName(key)); + readme.push(''); + readme.push('```javascript'); readme.push( - "t." + toFunctionName(key) + "(" + t.BUILDER_KEYS[key].join(", ") + ");" + 't.' + toFunctionName(key) + '(' + t.BUILDER_KEYS[key].join(', ') + ');' ); - readme.push("```"); + readme.push('```'); printAPIHistory(key, readme); - readme.push(""); + readme.push(''); readme.push( - "See also `t.is" + + 'See also `t.is' + key + - "(node, opts)` and `t.assert" + + '(node, opts)` and `t.assert' + key + - "(node, opts)`." + '(node, opts)`.' ); printNodeFields(key, readme); printAliasKeys(key, readme); - readme.push(""); - readme.push("---"); - readme.push(""); + readme.push(''); + readme.push('---'); + readme.push(''); }); function generateMapAliasToNodeTypes() { @@ -176,85 +176,85 @@ function generateMapAliasToNodeTypes() { return result; } const aliasDescriptions = { - Accessor: "Deprecated. Will be removed in Babel 8.", + Accessor: 'Deprecated. Will be removed in Babel 8.', Binary: - "A cover of BinaryExpression and LogicalExpression, which share the same AST shape.", - Block: "Deprecated. Will be removed in Babel 8.", + 'A cover of BinaryExpression and LogicalExpression, which share the same AST shape.', + Block: 'Deprecated. Will be removed in Babel 8.', BlockParent: - "A cover of AST nodes that start an execution context with new [LexicalEnvironment](https://tc39.es/ecma262/#table-additional-state-components-for-ecmascript-code-execution-contexts). In other words, they define the scope of `let` and `const` declarations.", + 'A cover of AST nodes that start an execution context with new [LexicalEnvironment](https://tc39.es/ecma262/#table-additional-state-components-for-ecmascript-code-execution-contexts). In other words, they define the scope of `let` and `const` declarations.', Class: - "A cover of ClassExpression and ClassDeclaration, which share the same AST shape.", + 'A cover of ClassExpression and ClassDeclaration, which share the same AST shape.', CompletionStatement: - "A statement that indicates the [completion records](https://tc39.es/ecma262/#sec-completion-record-specification-type). In other words, they define the control flow of the program, such as when should a loop break or an action throws critical errors.", + 'A statement that indicates the [completion records](https://tc39.es/ecma262/#sec-completion-record-specification-type). In other words, they define the control flow of the program, such as when should a loop break or an action throws critical errors.', Conditional: - "A cover of ConditionalExpression and IfStatement, which share the same AST shape.", + 'A cover of ConditionalExpression and IfStatement, which share the same AST shape.', Declaration: - "A cover of any [Declaration](https://tc39.es/ecma262/#prod-Declaration)s.", - EnumBody: "A cover of Flow enum bodies.", - EnumMember: "A cover of Flow enum membors.", + 'A cover of any [Declaration](https://tc39.es/ecma262/#prod-Declaration)s.', + EnumBody: 'A cover of Flow enum bodies.', + EnumMember: 'A cover of Flow enum membors.', ExportDeclaration: - "A cover of any [ExportDeclaration](https://tc39.es/ecma262/#prod-ExportDeclaration)s.", + 'A cover of any [ExportDeclaration](https://tc39.es/ecma262/#prod-ExportDeclaration)s.', Expression: - "A cover of any [Expression](https://tc39.es/ecma262/#sec-ecmascript-language-expressions)s.", + 'A cover of any [Expression](https://tc39.es/ecma262/#sec-ecmascript-language-expressions)s.', ExpressionWrapper: - "A wrapper of expression that does not have runtime semantics.", - Flow: "A cover of AST nodes defined for Flow.", - FlowBaseAnnotation: "A cover of primary Flow type annotations.", - FlowDeclaration: "A cover of Flow declarations.", - FlowPredicate: "A cover of Flow predicates.", - FlowType: "A cover of Flow type annotations.", - For: "A cover of [ForStatement](https://tc39.es/ecma262/#sec-for-statement)s and [ForXStatement](#forxstatement)s.", + 'A wrapper of expression that does not have runtime semantics.', + Flow: 'A cover of AST nodes defined for Flow.', + FlowBaseAnnotation: 'A cover of primary Flow type annotations.', + FlowDeclaration: 'A cover of Flow declarations.', + FlowPredicate: 'A cover of Flow predicates.', + FlowType: 'A cover of Flow type annotations.', + For: 'A cover of [ForStatement](https://tc39.es/ecma262/#sec-for-statement)s and [ForXStatement](#forxstatement)s.', ForXStatement: - "A cover of [ForInStatements and ForOfStatements](https://tc39.es/ecma262/#sec-for-in-and-for-of-statements).", + 'A cover of [ForInStatements and ForOfStatements](https://tc39.es/ecma262/#sec-for-in-and-for-of-statements).', Function: - "A cover of functions and [method](#method)s, the must have `body` and `params`. Note: `Function` is different to `FunctionParent`. For example, a `StaticBlock` is a `FunctionParent` but not `Function`.", + 'A cover of functions and [method](#method)s, the must have `body` and `params`. Note: `Function` is different to `FunctionParent`. For example, a `StaticBlock` is a `FunctionParent` but not `Function`.', FunctionParent: - "A cover of AST nodes that start an execution context with new [VariableEnvironment](https://tc39.es/ecma262/#table-additional-state-components-for-ecmascript-code-execution-contexts). In other words, they define the scope of `var` declarations. FunctionParent did not include `Program` since Babel 7.", + 'A cover of AST nodes that start an execution context with new [VariableEnvironment](https://tc39.es/ecma262/#table-additional-state-components-for-ecmascript-code-execution-contexts). In other words, they define the scope of `var` declarations. FunctionParent did not include `Program` since Babel 7.', Immutable: - "A cover of immutable objects and JSX elements. An object is [immutable](https://tc39.es/ecma262/#immutable-prototype-exotic-object) if no other properties can be defined once created.", - JSX: "A cover of AST nodes defined for [JSX](https://facebook.github.io/jsx/).", - LVal: "A cover of left hand side expressions used in the `left` of assignment expressions and [ForXStatement](#forxstatement)s. ", + 'A cover of immutable objects and JSX elements. An object is [immutable](https://tc39.es/ecma262/#immutable-prototype-exotic-object) if no other properties can be defined once created.', + JSX: 'A cover of AST nodes defined for [JSX](https://facebook.github.io/jsx/).', + LVal: 'A cover of left hand side expressions used in the `left` of assignment expressions and [ForXStatement](#forxstatement)s. ', Literal: - "A cover of [Literal](https://tc39.es/ecma262/#sec-primary-expression-literals)s, [Regular Expression Literal](https://tc39.es/ecma262/#sec-primary-expression-regular-expression-literals)s and [Template Literal](https://tc39.es/ecma262/#sec-template-literals)s.", - Loop: "A cover of loop statements.", - Method: "A cover of object methods and class methods.", + 'A cover of [Literal](https://tc39.es/ecma262/#sec-primary-expression-literals)s, [Regular Expression Literal](https://tc39.es/ecma262/#sec-primary-expression-regular-expression-literals)s and [Template Literal](https://tc39.es/ecma262/#sec-template-literals)s.', + Loop: 'A cover of loop statements.', + Method: 'A cover of object methods and class methods.', Miscellaneous: - "A cover of non-standard AST types that are sometimes useful for development.", + 'A cover of non-standard AST types that are sometimes useful for development.', ModuleDeclaration: - "A cover of ImportDeclaration and [ExportDeclaration](#exportdeclaration)", + 'A cover of ImportDeclaration and [ExportDeclaration](#exportdeclaration)', ModuleSpecifier: - "A cover of import and export specifiers. Note: It is _not_ the [ModuleSpecifier](https://tc39.es/ecma262/#prod-ModuleSpecifier) defined in the spec.", + 'A cover of import and export specifiers. Note: It is _not_ the [ModuleSpecifier](https://tc39.es/ecma262/#prod-ModuleSpecifier) defined in the spec.', ObjectMember: - "A cover of [members](https://tc39.es/ecma262/#prod-PropertyDefinitionList) in an object literal.", + 'A cover of [members](https://tc39.es/ecma262/#prod-PropertyDefinitionList) in an object literal.', Pattern: - "A cover of [BindingPattern](https://tc39.es/ecma262/#prod-BindingPattern) except Identifiers.", + 'A cover of [BindingPattern](https://tc39.es/ecma262/#prod-BindingPattern) except Identifiers.', PatternLike: - "A cover of [BindingPattern](https://tc39.es/ecma262/#prod-BindingPattern)s. ", - Private: "A cover of private class elements and private identifiers.", - Property: "A cover of object properties and class properties.", + 'A cover of [BindingPattern](https://tc39.es/ecma262/#prod-BindingPattern)s. ', + Private: 'A cover of private class elements and private identifiers.', + Property: 'A cover of object properties and class properties.', Pureish: - "A cover of AST nodes which do not have side-effects. In other words, there is no observable behaviour changes if they are evaluated more than once.", + 'A cover of AST nodes which do not have side-effects. In other words, there is no observable behaviour changes if they are evaluated more than once.', Scopable: - "A cover of [FunctionParent](#functionparent) and [BlockParent](#blockparent).", + 'A cover of [FunctionParent](#functionparent) and [BlockParent](#blockparent).', Standardized: - "A cover of AST nodes which are part of an official ECMAScript specification.", + 'A cover of AST nodes which are part of an official ECMAScript specification.', Statement: - "A cover of any [Statement](https://tc39.es/ecma262/#prod-Statement)s.", - TSBaseType: "A cover of primary TypeScript type annotations.", - TSEntityName: "A cover of ts entities.", - TSType: "A cover of TypeScript type annotations.", - TSTypeElement: "A cover of TypeScript type declarations.", - TypeScript: "A cover of AST nodes defined for TypeScript.", + 'A cover of any [Statement](https://tc39.es/ecma262/#prod-Statement)s.', + TSBaseType: 'A cover of primary TypeScript type annotations.', + TSEntityName: 'A cover of ts entities.', + TSType: 'A cover of TypeScript type annotations.', + TSTypeElement: 'A cover of TypeScript type declarations.', + TypeScript: 'A cover of AST nodes defined for TypeScript.', Terminatorless: - "A cover of AST nodes whose semantic will change when a line terminator is inserted between the operator and the operand.", - UnaryLike: "A cover of UnaryExpression and SpreadElement.", - UserWhitespacable: "Deprecated. Will be removed in Babel 8.", + 'A cover of AST nodes whose semantic will change when a line terminator is inserted between the operator and the operand.', + UnaryLike: 'A cover of UnaryExpression and SpreadElement.', + UserWhitespacable: 'Deprecated. Will be removed in Babel 8.', While: - "A cover of DoWhileStatement and WhileStatement, which share the same AST shape.", + 'A cover of DoWhileStatement and WhileStatement, which share the same AST shape.', }; const mapAliasToNodeTypes = generateMapAliasToNodeTypes(); -readme.push("### Aliases"); -readme.push(""); +readme.push('### Aliases'); +readme.push(''); for (const alias of [...mapAliasToNodeTypes.keys()].sort()) { const nodeTypes = mapAliasToNodeTypes.get(alias); nodeTypes.sort(); @@ -262,22 +262,22 @@ for (const alias of [...mapAliasToNodeTypes.keys()].sort()) { throw new Error( 'Missing alias descriptions of "' + alias + - ", which covers " + - nodeTypes.join(",") + ', which covers ' + + nodeTypes.join(',') ); } - readme.push("#### " + alias); - readme.push(""); + readme.push('#### ' + alias); + readme.push(''); readme.push(aliasDescriptions[alias]); - readme.push("```javascript"); - readme.push("t.is" + alias + "(node);"); - readme.push("```"); - readme.push(""); - readme.push("Covered nodes: "); + readme.push('```javascript'); + readme.push('t.is' + alias + '(node);'); + readme.push('```'); + readme.push(''); + readme.push('Covered nodes: '); for (const nodeType of nodeTypes) { - readme.push("- [`" + nodeType + "`](#" + nodeType.toLowerCase() + ")"); + readme.push('- [`' + nodeType + '`](#' + nodeType.toLowerCase() + ')'); } - readme.push(""); + readme.push(''); } -process.stdout.write(readme.join("\n")); +process.stdout.write(readme.join('\n')); diff --git a/node_modules/@babel/types/scripts/generators/flow.js b/node_modules/@babel/types/scripts/generators/flow.js index 06cd388..707ab40 100644 --- a/node_modules/@babel/types/scripts/generators/flow.js +++ b/node_modules/@babel/types/scripts/generators/flow.js @@ -1,8 +1,8 @@ -import * as t from "../../lib/index.js"; -import stringifyValidator from "../utils/stringifyValidator.js"; -import toFunctionName from "../utils/toFunctionName.js"; +import * as t from '../../lib/index.js'; +import stringifyValidator from '../utils/stringifyValidator.js'; +import toFunctionName from '../utils/toFunctionName.js'; -const NODE_PREFIX = "BabelNode"; +const NODE_PREFIX = 'BabelNode'; let code = `// NOTE: This file is autogenerated. Do not modify. // See packages/babel-types/scripts/generators/flow.js for script used. @@ -64,13 +64,13 @@ for (const type in t.NODE_FIELDS) { if (indexB === -1) return -1; return indexA - indexB; }) - .forEach(fieldName => { + .forEach((fieldName) => { const field = fields[fieldName]; - let suffix = ""; - if (field.optional || field.default != null) suffix += "?"; + let suffix = ''; + if (field.optional || field.default != null) suffix += '?'; - let typeAnnotation = "any"; + let typeAnnotation = 'any'; const validate = field.validate; if (validate) { @@ -78,33 +78,33 @@ for (const type in t.NODE_FIELDS) { } if (typeAnnotation) { - suffix += ": " + typeAnnotation; + suffix += ': ' + typeAnnotation; } if (builderNames.includes(fieldName)) { args.push(t.toBindingIdentifierName(fieldName) + suffix); } if (t.isValidIdentifier(fieldName)) { - struct.push(fieldName + suffix + ";"); + struct.push(fieldName + suffix + ';'); } }); code += `declare class ${NODE_PREFIX}${type} extends ${NODE_PREFIX} { - ${struct.join("\n ").trim()} + ${struct.join('\n ').trim()} }\n\n`; // Flow chokes on super() and import() :/ - if (type !== "Super" && type !== "Import") { + if (type !== 'Super' && type !== 'Import') { lines.push( `declare export function ${toFunctionName(type)}(${args.join( - ", " + ', ' )}): ${NODE_PREFIX}${type};` ); } else { const functionName = toFunctionName(type); lines.push( `declare function _${functionName}(${args.join( - ", " + ', ' )}): ${NODE_PREFIX}${type};`, `declare export { _${functionName} as ${functionName} }` ); @@ -210,7 +210,7 @@ lines.push( declare type TraversalHandlers = { enter?: TraversalHandler, exit?: TraversalHandler, - };`.replace(/(^|\n) {2}/g, "$1"), + };`.replace(/(^|\n) {2}/g, '$1'), // eslint-disable-next-line `declare export function traverse(n: BabelNode, TraversalHandler | TraversalHandlers, state?: T): void;`, `declare export function traverseFast(n: BabelNode, h: TraversalHandler, state?: T): void;`, @@ -247,12 +247,12 @@ lines.push( for (const type in t.FLIPPED_ALIAS_KEYS) { const types = t.FLIPPED_ALIAS_KEYS[type]; code += `type ${NODE_PREFIX}${type} = ${types - .map(type => `${NODE_PREFIX}${type}`) - .join(" | ")};\n`; + .map((type) => `${NODE_PREFIX}${type}`) + .join(' | ')};\n`; } code += `\ndeclare module "@babel/types" { - ${lines.join("\n").replace(/\n/g, "\n ").trim()} + ${lines.join('\n').replace(/\n/g, '\n ').trim()} }\n`; // diff --git a/node_modules/@babel/types/scripts/generators/typescript-legacy.js b/node_modules/@babel/types/scripts/generators/typescript-legacy.js index 7701047..fdaf653 100644 --- a/node_modules/@babel/types/scripts/generators/typescript-legacy.js +++ b/node_modules/@babel/types/scripts/generators/typescript-legacy.js @@ -1,6 +1,6 @@ -import * as t from "../../lib/index.js"; -import stringifyValidator from "../utils/stringifyValidator.js"; -import toFunctionName from "../utils/toFunctionName.js"; +import * as t from '../../lib/index.js'; +import stringifyValidator from '../utils/stringifyValidator.js'; +import toFunctionName from '../utils/toFunctionName.js'; let code = `// NOTE: This file is autogenerated. Do not modify. // See packages/babel-types/scripts/generators/typescript-legacy.js for script used. @@ -46,7 +46,7 @@ interface BaseNode { extra?: Record; } -export type Node = ${t.TYPES.sort().join(" | ")};\n\n`; +export type Node = ${t.TYPES.sort().join(' | ')};\n\n`; // @@ -60,7 +60,7 @@ for (const type in t.NODE_FIELDS) { const struct = ['type: "' + type + '";']; const args = []; - fieldNames.forEach(fieldName => { + fieldNames.forEach((fieldName) => { const field = fields[fieldName]; // Future / annoying TODO: // MemberExpression.property, ObjectProperty.key and ObjectMethod.key need special cases; either: @@ -69,23 +69,23 @@ for (const type in t.NODE_FIELDS) { // - declare a disjoint union with, for example, ObjectPropertyBase, // ObjectPropertyLiteralKey and ObjectPropertyComputedKey, and declare ObjectProperty // as "ObjectPropertyBase & (ObjectPropertyLiteralKey | ObjectPropertyComputedKey)" - let typeAnnotation = stringifyValidator(field.validate, ""); + let typeAnnotation = stringifyValidator(field.validate, ''); if (isNullable(field) && !hasDefault(field)) { - typeAnnotation += " | null"; + typeAnnotation += ' | null'; } if (builderNames.includes(fieldName)) { if (areAllRemainingFieldsNullable(fieldName, builderNames, fields)) { args.push( `${t.toBindingIdentifierName(fieldName)}${ - isNullable(field) ? "?:" : ":" + isNullable(field) ? '?:' : ':' } ${typeAnnotation}` ); } else { args.push( `${t.toBindingIdentifierName(fieldName)}: ${typeAnnotation}${ - isNullable(field) ? " | undefined" : "" + isNullable(field) ? ' | undefined' : '' }` ); } @@ -101,18 +101,18 @@ for (const type in t.NODE_FIELDS) { }); code += `export interface ${type} extends BaseNode { - ${struct.join("\n ").trim()} + ${struct.join('\n ').trim()} }\n\n`; // super and import are reserved words in JavaScript - if (type !== "Super" && type !== "Import") { + if (type !== 'Super' && type !== 'Import') { lines.push( - `export function ${toFunctionName(type)}(${args.join(", ")}): ${type};` + `export function ${toFunctionName(type)}(${args.join(', ')}): ${type};` ); } else { const functionName = toFunctionName(type); lines.push( - `declare function _${functionName}(${args.join(", ")}): ${type};`, + `declare function _${functionName}(${args.join(', ')}): ${type};`, `export { _${functionName} as ${functionName}}` ); } @@ -123,9 +123,9 @@ for (const typeName of t.TYPES) { const realName = isDeprecated ? t.DEPRECATED_KEYS[typeName] : typeName; const result = - t.NODE_FIELDS[realName] || t.FLIPPED_ALIAS_KEYS[realName] - ? `node is ${realName}` - : "boolean"; + t.NODE_FIELDS[realName] || t.FLIPPED_ALIAS_KEYS[realName] ? + `node is ${realName}` + : 'boolean'; if (isDeprecated) { lines.push(`/** @deprecated Use \`is${realName}\` */`); @@ -269,7 +269,7 @@ lines.push( export type TraversalHandlers = { enter?: TraversalHandler, exit?: TraversalHandler, - };`.replace(/(^|\n) {2}/g, "$1"), + };`.replace(/(^|\n) {2}/g, '$1'), // eslint-disable-next-line `export function traverse(n: Node, h: TraversalHandler | TraversalHandlers, state?: T): void;`, `export function traverseFast(n: Node, h: TraversalHandler, state?: T): void;`, @@ -325,18 +325,18 @@ export type ${type} = ${t.DEPRECATED_KEYS[type]};\n for (const type in t.FLIPPED_ALIAS_KEYS) { const types = t.FLIPPED_ALIAS_KEYS[type]; code += `export type ${type} = ${types - .map(type => `${type}`) - .join(" | ")};\n`; + .map((type) => `${type}`) + .join(' | ')};\n`; } -code += "\n"; +code += '\n'; -code += "export interface Aliases {\n"; +code += 'export interface Aliases {\n'; for (const type in t.FLIPPED_ALIAS_KEYS) { code += ` ${type}: ${type};\n`; } -code += "}\n\n"; +code += '}\n\n'; -code += lines.join("\n") + "\n"; +code += lines.join('\n') + '\n'; // @@ -346,7 +346,7 @@ process.stdout.write(code); function areAllRemainingFieldsNullable(fieldName, fieldNames, fields) { const index = fieldNames.indexOf(fieldName); - return fieldNames.slice(index).every(_ => isNullable(fields[_])); + return fieldNames.slice(index).every((_) => isNullable(fields[_])); } function hasDefault(field) { diff --git a/node_modules/@babel/types/scripts/generators/validators.js b/node_modules/@babel/types/scripts/generators/validators.js index 85c8b49..fc41f25 100644 --- a/node_modules/@babel/types/scripts/generators/validators.js +++ b/node_modules/@babel/types/scripts/generators/validators.js @@ -1,4 +1,4 @@ -import * as definitions from "../../lib/definitions/index.js"; +import * as definitions from '../../lib/definitions/index.js'; const has = Function.call.bind(Object.prototype.hasOwnProperty); @@ -10,12 +10,12 @@ function joinComparisons(leftArr, right) { function addIsHelper(type, aliasKeys, deprecated) { const targetType = JSON.stringify(type); - let aliasSource = ""; + let aliasSource = ''; if (aliasKeys) { - aliasSource = joinComparisons(aliasKeys, "nodeType"); + aliasSource = joinComparisons(aliasKeys, 'nodeType'); } - let placeholderSource = ""; + let placeholderSource = ''; const placeholderTypes = []; if ( definitions.PLACEHOLDERS.includes(type) && @@ -31,18 +31,18 @@ function addIsHelper(type, aliasKeys, deprecated) { ' || nodeType === "Placeholder" && (' + joinComparisons( placeholderTypes, - "(node as t.Placeholder).expectedNode" + '(node as t.Placeholder).expectedNode' ) + - ")"; + ')'; } const result = - definitions.NODE_FIELDS[type] || definitions.FLIPPED_ALIAS_KEYS[type] - ? `node is t.${type}` - : "boolean"; + definitions.NODE_FIELDS[type] || definitions.FLIPPED_ALIAS_KEYS[type] ? + `node is t.${type}` + : 'boolean'; return `export function is${type}(node: object | null | undefined, opts?: object | null): ${result} { - ${deprecated || ""} + ${deprecated || ''} if (!node) return false; const nodeType = (node as t.Node).type; @@ -69,15 +69,15 @@ export default function generateValidators() { import shallowEqual from "../../utils/shallowEqual"; import type * as t from "../..";\n\n`; - Object.keys(definitions.VISITOR_KEYS).forEach(type => { + Object.keys(definitions.VISITOR_KEYS).forEach((type) => { output += addIsHelper(type); }); - Object.keys(definitions.FLIPPED_ALIAS_KEYS).forEach(type => { + Object.keys(definitions.FLIPPED_ALIAS_KEYS).forEach((type) => { output += addIsHelper(type, definitions.FLIPPED_ALIAS_KEYS[type]); }); - Object.keys(definitions.DEPRECATED_KEYS).forEach(type => { + Object.keys(definitions.DEPRECATED_KEYS).forEach((type) => { const newType = definitions.DEPRECATED_KEYS[type]; const deprecated = `console.trace("The node type ${type} has been renamed to ${newType}");`; output += addIsHelper(type, null, deprecated); diff --git a/node_modules/@babel/types/scripts/package.json b/node_modules/@babel/types/scripts/package.json index 5ffd980..3dbc1ca 100644 --- a/node_modules/@babel/types/scripts/package.json +++ b/node_modules/@babel/types/scripts/package.json @@ -1 +1,3 @@ -{ "type": "module" } +{ + "type": "module" +} diff --git a/node_modules/@babel/types/scripts/utils/formatBuilderName.js b/node_modules/@babel/types/scripts/utils/formatBuilderName.js index f00a3c4..7df86ea 100644 --- a/node_modules/@babel/types/scripts/utils/formatBuilderName.js +++ b/node_modules/@babel/types/scripts/utils/formatBuilderName.js @@ -1,4 +1,4 @@ -const toLowerCase = Function.call.bind("".toLowerCase); +const toLowerCase = Function.call.bind(''.toLowerCase); export default function formatBuilderName(type) { // FunctionExpression -> functionExpression diff --git a/node_modules/@babel/types/scripts/utils/stringifyValidator.js b/node_modules/@babel/types/scripts/utils/stringifyValidator.js index a3da470..4b5b0c1 100644 --- a/node_modules/@babel/types/scripts/utils/stringifyValidator.js +++ b/node_modules/@babel/types/scripts/utils/stringifyValidator.js @@ -1,6 +1,6 @@ export default function stringifyValidator(validator, nodePrefix) { if (validator === undefined) { - return "any"; + return 'any'; } if (validator.each) { @@ -9,25 +9,25 @@ export default function stringifyValidator(validator, nodePrefix) { if (validator.chainOf) { const ret = stringifyValidator(validator.chainOf[1], nodePrefix); - return Array.isArray(ret) && ret.length === 1 && ret[0] === "any" - ? stringifyValidator(validator.chainOf[0], nodePrefix) + return Array.isArray(ret) && ret.length === 1 && ret[0] === 'any' ? + stringifyValidator(validator.chainOf[0], nodePrefix) : ret; } if (validator.oneOf) { - return validator.oneOf.map(JSON.stringify).join(" | "); + return validator.oneOf.map(JSON.stringify).join(' | '); } if (validator.oneOfNodeTypes) { - return validator.oneOfNodeTypes.map(_ => nodePrefix + _).join(" | "); + return validator.oneOfNodeTypes.map((_) => nodePrefix + _).join(' | '); } if (validator.oneOfNodeOrValueTypes) { return validator.oneOfNodeOrValueTypes - .map(_ => { + .map((_) => { return isValueType(_) ? _ : nodePrefix + _; }) - .join(" | "); + .join(' | '); } if (validator.type) { @@ -36,28 +36,28 @@ export default function stringifyValidator(validator, nodePrefix) { if (validator.shapeOf) { return ( - "{ " + + '{ ' + Object.keys(validator.shapeOf) - .map(shapeKey => { + .map((shapeKey) => { const propertyDefinition = validator.shapeOf[shapeKey]; if (propertyDefinition.validate) { const isOptional = propertyDefinition.optional || propertyDefinition.default != null; return ( shapeKey + - (isOptional ? "?: " : ": ") + + (isOptional ? '?: ' : ': ') + stringifyValidator(propertyDefinition.validate) ); } return null; }) .filter(Boolean) - .join(", ") + - " }" + .join(', ') + + ' }' ); } - return ["any"]; + return ['any']; } /** diff --git a/node_modules/@babel/types/scripts/utils/toFunctionName.js b/node_modules/@babel/types/scripts/utils/toFunctionName.js index 2b64578..2a2b4dd 100644 --- a/node_modules/@babel/types/scripts/utils/toFunctionName.js +++ b/node_modules/@babel/types/scripts/utils/toFunctionName.js @@ -1,4 +1,4 @@ export default function toFunctionName(typeName) { - const _ = typeName.replace(/^TS/, "ts").replace(/^JSX/, "jsx"); + const _ = typeName.replace(/^TS/, 'ts').replace(/^JSX/, 'jsx'); return _.slice(0, 1).toLowerCase() + _.slice(1); } diff --git a/node_modules/@isaacs/cliui/build/index.cjs b/node_modules/@isaacs/cliui/build/index.cjs index aca2b85..6d027ea 100644 --- a/node_modules/@isaacs/cliui/build/index.cjs +++ b/node_modules/@isaacs/cliui/build/index.cjs @@ -1,305 +1,330 @@ 'use strict'; const align = { - right: alignRight, - center: alignCenter + right: alignRight, + center: alignCenter, }; const top = 0; const right = 1; const bottom = 2; const left = 3; class UI { - constructor(opts) { - var _a; - this.width = opts.width; - /* c8 ignore start */ - this.wrap = (_a = opts.wrap) !== null && _a !== void 0 ? _a : true; - /* c8 ignore stop */ - this.rows = []; + constructor(opts) { + var _a; + this.width = opts.width; + /* c8 ignore start */ + this.wrap = (_a = opts.wrap) !== null && _a !== void 0 ? _a : true; + /* c8 ignore stop */ + this.rows = []; + } + span(...args) { + const cols = this.div(...args); + cols.span = true; + } + resetOutput() { + this.rows = []; + } + div(...args) { + if (args.length === 0) { + this.div(''); } - span(...args) { - const cols = this.div(...args); - cols.span = true; + if ( + this.wrap && + this.shouldApplyLayoutDSL(...args) && + typeof args[0] === 'string' + ) { + return this.applyLayoutDSL(args[0]); } - resetOutput() { - this.rows = []; - } - div(...args) { - if (args.length === 0) { - this.div(''); + const cols = args.map((arg) => { + if (typeof arg === 'string') { + return this.colFromString(arg); + } + return arg; + }); + this.rows.push(cols); + return cols; + } + shouldApplyLayoutDSL(...args) { + return ( + args.length === 1 && typeof args[0] === 'string' && /[\t\n]/.test(args[0]) + ); + } + applyLayoutDSL(str) { + const rows = str.split('\n').map((row) => row.split('\t')); + let leftColumnWidth = 0; + // simple heuristic for layout, make sure the + // second column lines up along the left-hand. + // don't allow the first column to take up more + // than 50% of the screen. + rows.forEach((columns) => { + if ( + columns.length > 1 && + mixin.stringWidth(columns[0]) > leftColumnWidth + ) { + leftColumnWidth = Math.min( + Math.floor(this.width * 0.5), + mixin.stringWidth(columns[0]) + ); + } + }); + // generate a table: + // replacing ' ' with padding calculations. + // using the algorithmically generated width. + rows.forEach((columns) => { + this.div( + ...columns.map((r, i) => { + return { + text: r.trim(), + padding: this.measurePadding(r), + width: i === 0 && columns.length > 1 ? leftColumnWidth : undefined, + }; + }) + ); + }); + return this.rows[this.rows.length - 1]; + } + colFromString(text) { + return { + text, + padding: this.measurePadding(text), + }; + } + measurePadding(str) { + // measure padding without ansi escape codes + const noAnsi = mixin.stripAnsi(str); + return [ + 0, + noAnsi.match(/\s*$/)[0].length, + 0, + noAnsi.match(/^\s*/)[0].length, + ]; + } + toString() { + const lines = []; + this.rows.forEach((row) => { + this.rowToString(row, lines); + }); + // don't display any lines with the + // hidden flag set. + return lines + .filter((line) => !line.hidden) + .map((line) => line.text) + .join('\n'); + } + rowToString(row, lines) { + this.rasterize(row).forEach((rrow, r) => { + let str = ''; + rrow.forEach((col, c) => { + const { width } = row[c]; // the width with padding. + const wrapWidth = this.negatePadding(row[c]); // the width without padding. + let ts = col; // temporary string used during alignment/padding. + if (wrapWidth > mixin.stringWidth(col)) { + ts += ' '.repeat(wrapWidth - mixin.stringWidth(col)); } - if (this.wrap && this.shouldApplyLayoutDSL(...args) && typeof args[0] === 'string') { - return this.applyLayoutDSL(args[0]); + // align the string within its column. + if (row[c].align && row[c].align !== 'left' && this.wrap) { + const fn = align[row[c].align]; + ts = fn(ts, wrapWidth); + if (mixin.stringWidth(ts) < wrapWidth) { + /* c8 ignore start */ + const w = width || 0; + /* c8 ignore stop */ + ts += ' '.repeat(w - mixin.stringWidth(ts) - 1); + } } - const cols = args.map(arg => { - if (typeof arg === 'string') { - return this.colFromString(arg); - } - return arg; - }); - this.rows.push(cols); - return cols; - } - shouldApplyLayoutDSL(...args) { - return args.length === 1 && typeof args[0] === 'string' && - /[\t\n]/.test(args[0]); - } - applyLayoutDSL(str) { - const rows = str.split('\n').map(row => row.split('\t')); - let leftColumnWidth = 0; - // simple heuristic for layout, make sure the - // second column lines up along the left-hand. - // don't allow the first column to take up more - // than 50% of the screen. - rows.forEach(columns => { - if (columns.length > 1 && mixin.stringWidth(columns[0]) > leftColumnWidth) { - leftColumnWidth = Math.min(Math.floor(this.width * 0.5), mixin.stringWidth(columns[0])); - } - }); - // generate a table: - // replacing ' ' with padding calculations. - // using the algorithmically generated width. - rows.forEach(columns => { - this.div(...columns.map((r, i) => { - return { - text: r.trim(), - padding: this.measurePadding(r), - width: (i === 0 && columns.length > 1) ? leftColumnWidth : undefined - }; - })); - }); - return this.rows[this.rows.length - 1]; - } - colFromString(text) { - return { - text, - padding: this.measurePadding(text) - }; - } - measurePadding(str) { - // measure padding without ansi escape codes - const noAnsi = mixin.stripAnsi(str); - return [0, noAnsi.match(/\s*$/)[0].length, 0, noAnsi.match(/^\s*/)[0].length]; - } - toString() { - const lines = []; - this.rows.forEach(row => { - this.rowToString(row, lines); - }); - // don't display any lines with the - // hidden flag set. - return lines - .filter(line => !line.hidden) - .map(line => line.text) - .join('\n'); - } - rowToString(row, lines) { - this.rasterize(row).forEach((rrow, r) => { - let str = ''; - rrow.forEach((col, c) => { - const { width } = row[c]; // the width with padding. - const wrapWidth = this.negatePadding(row[c]); // the width without padding. - let ts = col; // temporary string used during alignment/padding. - if (wrapWidth > mixin.stringWidth(col)) { - ts += ' '.repeat(wrapWidth - mixin.stringWidth(col)); - } - // align the string within its column. - if (row[c].align && row[c].align !== 'left' && this.wrap) { - const fn = align[row[c].align]; - ts = fn(ts, wrapWidth); - if (mixin.stringWidth(ts) < wrapWidth) { - /* c8 ignore start */ - const w = width || 0; - /* c8 ignore stop */ - ts += ' '.repeat(w - mixin.stringWidth(ts) - 1); - } - } - // apply border and padding to string. - const padding = row[c].padding || [0, 0, 0, 0]; - if (padding[left]) { - str += ' '.repeat(padding[left]); - } - str += addBorder(row[c], ts, '| '); - str += ts; - str += addBorder(row[c], ts, ' |'); - if (padding[right]) { - str += ' '.repeat(padding[right]); - } - // if prior row is span, try to render the - // current row on the prior line. - if (r === 0 && lines.length > 0) { - str = this.renderInline(str, lines[lines.length - 1]); - } - }); - // remove trailing whitespace. - lines.push({ - text: str.replace(/ +$/, ''), - span: row.span - }); - }); - return lines; - } - // if the full 'source' can render in - // the target line, do so. - renderInline(source, previousLine) { - const match = source.match(/^ */); - /* c8 ignore start */ - const leadingWhitespace = match ? match[0].length : 0; - /* c8 ignore stop */ - const target = previousLine.text; - const targetTextWidth = mixin.stringWidth(target.trimEnd()); - if (!previousLine.span) { - return source; + // apply border and padding to string. + const padding = row[c].padding || [0, 0, 0, 0]; + if (padding[left]) { + str += ' '.repeat(padding[left]); } - // if we're not applying wrapping logic, - // just always append to the span. - if (!this.wrap) { - previousLine.hidden = true; - return target + source; + str += addBorder(row[c], ts, '| '); + str += ts; + str += addBorder(row[c], ts, ' |'); + if (padding[right]) { + str += ' '.repeat(padding[right]); } - if (leadingWhitespace < targetTextWidth) { - return source; + // if prior row is span, try to render the + // current row on the prior line. + if (r === 0 && lines.length > 0) { + str = this.renderInline(str, lines[lines.length - 1]); } - previousLine.hidden = true; - return target.trimEnd() + ' '.repeat(leadingWhitespace - targetTextWidth) + source.trimStart(); + }); + // remove trailing whitespace. + lines.push({ + text: str.replace(/ +$/, ''), + span: row.span, + }); + }); + return lines; + } + // if the full 'source' can render in + // the target line, do so. + renderInline(source, previousLine) { + const match = source.match(/^ */); + /* c8 ignore start */ + const leadingWhitespace = match ? match[0].length : 0; + /* c8 ignore stop */ + const target = previousLine.text; + const targetTextWidth = mixin.stringWidth(target.trimEnd()); + if (!previousLine.span) { + return source; } - rasterize(row) { - const rrows = []; - const widths = this.columnWidths(row); - let wrapped; - // word wrap all columns, and create - // a data-structure that is easy to rasterize. - row.forEach((col, c) => { - // leave room for left and right padding. - col.width = widths[c]; - if (this.wrap) { - wrapped = mixin.wrap(col.text, this.negatePadding(col), { hard: true }).split('\n'); - } - else { - wrapped = col.text.split('\n'); - } - if (col.border) { - wrapped.unshift('.' + '-'.repeat(this.negatePadding(col) + 2) + '.'); - wrapped.push("'" + '-'.repeat(this.negatePadding(col) + 2) + "'"); - } - // add top and bottom padding. - if (col.padding) { - wrapped.unshift(...new Array(col.padding[top] || 0).fill('')); - wrapped.push(...new Array(col.padding[bottom] || 0).fill('')); - } - wrapped.forEach((str, r) => { - if (!rrows[r]) { - rrows.push([]); - } - const rrow = rrows[r]; - for (let i = 0; i < c; i++) { - if (rrow[i] === undefined) { - rrow.push(''); - } - } - rrow.push(str); - }); - }); - return rrows; + // if we're not applying wrapping logic, + // just always append to the span. + if (!this.wrap) { + previousLine.hidden = true; + return target + source; } - negatePadding(col) { - /* c8 ignore start */ - let wrapWidth = col.width || 0; - /* c8 ignore stop */ - if (col.padding) { - wrapWidth -= (col.padding[left] || 0) + (col.padding[right] || 0); - } - if (col.border) { - wrapWidth -= 4; - } - return wrapWidth; + if (leadingWhitespace < targetTextWidth) { + return source; } - columnWidths(row) { - if (!this.wrap) { - return row.map(col => { - return col.width || mixin.stringWidth(col.text); - }); + previousLine.hidden = true; + return ( + target.trimEnd() + + ' '.repeat(leadingWhitespace - targetTextWidth) + + source.trimStart() + ); + } + rasterize(row) { + const rrows = []; + const widths = this.columnWidths(row); + let wrapped; + // word wrap all columns, and create + // a data-structure that is easy to rasterize. + row.forEach((col, c) => { + // leave room for left and right padding. + col.width = widths[c]; + if (this.wrap) { + wrapped = mixin + .wrap(col.text, this.negatePadding(col), { hard: true }) + .split('\n'); + } else { + wrapped = col.text.split('\n'); + } + if (col.border) { + wrapped.unshift('.' + '-'.repeat(this.negatePadding(col) + 2) + '.'); + wrapped.push("'" + '-'.repeat(this.negatePadding(col) + 2) + "'"); + } + // add top and bottom padding. + if (col.padding) { + wrapped.unshift(...new Array(col.padding[top] || 0).fill('')); + wrapped.push(...new Array(col.padding[bottom] || 0).fill('')); + } + wrapped.forEach((str, r) => { + if (!rrows[r]) { + rrows.push([]); } - let unset = row.length; - let remainingWidth = this.width; - // column widths can be set in config. - const widths = row.map(col => { - if (col.width) { - unset--; - remainingWidth -= col.width; - return col.width; - } - return undefined; - }); - // any unset widths should be calculated. - /* c8 ignore start */ - const unsetWidth = unset ? Math.floor(remainingWidth / unset) : 0; - /* c8 ignore stop */ - return widths.map((w, i) => { - if (w === undefined) { - return Math.max(unsetWidth, _minWidth(row[i])); - } - return w; - }); + const rrow = rrows[r]; + for (let i = 0; i < c; i++) { + if (rrow[i] === undefined) { + rrow.push(''); + } + } + rrow.push(str); + }); + }); + return rrows; + } + negatePadding(col) { + /* c8 ignore start */ + let wrapWidth = col.width || 0; + /* c8 ignore stop */ + if (col.padding) { + wrapWidth -= (col.padding[left] || 0) + (col.padding[right] || 0); } + if (col.border) { + wrapWidth -= 4; + } + return wrapWidth; + } + columnWidths(row) { + if (!this.wrap) { + return row.map((col) => { + return col.width || mixin.stringWidth(col.text); + }); + } + let unset = row.length; + let remainingWidth = this.width; + // column widths can be set in config. + const widths = row.map((col) => { + if (col.width) { + unset--; + remainingWidth -= col.width; + return col.width; + } + return undefined; + }); + // any unset widths should be calculated. + /* c8 ignore start */ + const unsetWidth = unset ? Math.floor(remainingWidth / unset) : 0; + /* c8 ignore stop */ + return widths.map((w, i) => { + if (w === undefined) { + return Math.max(unsetWidth, _minWidth(row[i])); + } + return w; + }); + } } function addBorder(col, ts, style) { - if (col.border) { - if (/[.']-+[.']/.test(ts)) { - return ''; - } - if (ts.trim().length !== 0) { - return style; - } - return ' '; + if (col.border) { + if (/[.']-+[.']/.test(ts)) { + return ''; } - return ''; + if (ts.trim().length !== 0) { + return style; + } + return ' '; + } + return ''; } // calculates the minimum width of // a column, based on padding preferences. function _minWidth(col) { - const padding = col.padding || []; - const minWidth = 1 + (padding[left] || 0) + (padding[right] || 0); - if (col.border) { - return minWidth + 4; - } - return minWidth; + const padding = col.padding || []; + const minWidth = 1 + (padding[left] || 0) + (padding[right] || 0); + if (col.border) { + return minWidth + 4; + } + return minWidth; } function getWindowWidth() { - /* c8 ignore start */ - if (typeof process === 'object' && process.stdout && process.stdout.columns) { - return process.stdout.columns; - } - return 80; + /* c8 ignore start */ + if (typeof process === 'object' && process.stdout && process.stdout.columns) { + return process.stdout.columns; + } + return 80; } /* c8 ignore stop */ function alignRight(str, width) { - str = str.trim(); - const strWidth = mixin.stringWidth(str); - if (strWidth < width) { - return ' '.repeat(width - strWidth) + str; - } - return str; + str = str.trim(); + const strWidth = mixin.stringWidth(str); + if (strWidth < width) { + return ' '.repeat(width - strWidth) + str; + } + return str; } function alignCenter(str, width) { - str = str.trim(); - const strWidth = mixin.stringWidth(str); - /* c8 ignore start */ - if (strWidth >= width) { - return str; - } - /* c8 ignore stop */ - return ' '.repeat((width - strWidth) >> 1) + str; + str = str.trim(); + const strWidth = mixin.stringWidth(str); + /* c8 ignore start */ + if (strWidth >= width) { + return str; + } + /* c8 ignore stop */ + return ' '.repeat((width - strWidth) >> 1) + str; } let mixin; function cliui(opts, _mixin) { - mixin = _mixin; - return new UI({ - /* c8 ignore start */ - width: (opts === null || opts === void 0 ? void 0 : opts.width) || getWindowWidth(), - wrap: opts === null || opts === void 0 ? void 0 : opts.wrap - /* c8 ignore stop */ - }); + mixin = _mixin; + return new UI({ + /* c8 ignore start */ + width: + (opts === null || opts === void 0 ? void 0 : opts.width) || + getWindowWidth(), + wrap: opts === null || opts === void 0 ? void 0 : opts.wrap, + /* c8 ignore stop */ + }); } // Bootstrap cliui with CommonJS dependencies: @@ -307,11 +332,11 @@ const stringWidth = require('string-width-cjs'); const stripAnsi = require('strip-ansi-cjs'); const wrap = require('wrap-ansi-cjs'); function ui(opts) { - return cliui(opts, { - stringWidth, - stripAnsi, - wrap - }); + return cliui(opts, { + stringWidth, + stripAnsi, + wrap, + }); } module.exports = ui; diff --git a/node_modules/@isaacs/cliui/build/index.d.cts b/node_modules/@isaacs/cliui/build/index.d.cts index 4567f94..22c54fb 100644 --- a/node_modules/@isaacs/cliui/build/index.d.cts +++ b/node_modules/@isaacs/cliui/build/index.d.cts @@ -1,43 +1,43 @@ interface UIOptions { - width: number; - wrap?: boolean; - rows?: string[]; + width: number; + wrap?: boolean; + rows?: string[]; } interface Column { - text: string; - width?: number; - align?: "right" | "left" | "center"; - padding: number[]; - border?: boolean; + text: string; + width?: number; + align?: 'right' | 'left' | 'center'; + padding: number[]; + border?: boolean; } interface ColumnArray extends Array { - span: boolean; + span: boolean; } interface Line { - hidden?: boolean; - text: string; - span?: boolean; + hidden?: boolean; + text: string; + span?: boolean; } declare class UI { - width: number; - wrap: boolean; - rows: ColumnArray[]; - constructor(opts: UIOptions); - span(...args: ColumnArray): void; - resetOutput(): void; - div(...args: (Column | string)[]): ColumnArray; - private shouldApplyLayoutDSL; - private applyLayoutDSL; - private colFromString; - private measurePadding; - toString(): string; - rowToString(row: ColumnArray, lines: Line[]): Line[]; - // if the full 'source' can render in - // the target line, do so. - private renderInline; - private rasterize; - private negatePadding; - private columnWidths; + width: number; + wrap: boolean; + rows: ColumnArray[]; + constructor(opts: UIOptions); + span(...args: ColumnArray): void; + resetOutput(): void; + div(...args: (Column | string)[]): ColumnArray; + private shouldApplyLayoutDSL; + private applyLayoutDSL; + private colFromString; + private measurePadding; + toString(): string; + rowToString(row: ColumnArray, lines: Line[]): Line[]; + // if the full 'source' can render in + // the target line, do so. + private renderInline; + private rasterize; + private negatePadding; + private columnWidths; } declare function ui(opts: UIOptions): UI; export { ui as default }; diff --git a/node_modules/@isaacs/cliui/build/lib/index.js b/node_modules/@isaacs/cliui/build/lib/index.js index 587b5ec..eb29161 100644 --- a/node_modules/@isaacs/cliui/build/lib/index.js +++ b/node_modules/@isaacs/cliui/build/lib/index.js @@ -1,302 +1,327 @@ 'use strict'; const align = { - right: alignRight, - center: alignCenter + right: alignRight, + center: alignCenter, }; const top = 0; const right = 1; const bottom = 2; const left = 3; export class UI { - constructor(opts) { - var _a; - this.width = opts.width; - /* c8 ignore start */ - this.wrap = (_a = opts.wrap) !== null && _a !== void 0 ? _a : true; - /* c8 ignore stop */ - this.rows = []; + constructor(opts) { + var _a; + this.width = opts.width; + /* c8 ignore start */ + this.wrap = (_a = opts.wrap) !== null && _a !== void 0 ? _a : true; + /* c8 ignore stop */ + this.rows = []; + } + span(...args) { + const cols = this.div(...args); + cols.span = true; + } + resetOutput() { + this.rows = []; + } + div(...args) { + if (args.length === 0) { + this.div(''); } - span(...args) { - const cols = this.div(...args); - cols.span = true; + if ( + this.wrap && + this.shouldApplyLayoutDSL(...args) && + typeof args[0] === 'string' + ) { + return this.applyLayoutDSL(args[0]); } - resetOutput() { - this.rows = []; - } - div(...args) { - if (args.length === 0) { - this.div(''); + const cols = args.map((arg) => { + if (typeof arg === 'string') { + return this.colFromString(arg); + } + return arg; + }); + this.rows.push(cols); + return cols; + } + shouldApplyLayoutDSL(...args) { + return ( + args.length === 1 && typeof args[0] === 'string' && /[\t\n]/.test(args[0]) + ); + } + applyLayoutDSL(str) { + const rows = str.split('\n').map((row) => row.split('\t')); + let leftColumnWidth = 0; + // simple heuristic for layout, make sure the + // second column lines up along the left-hand. + // don't allow the first column to take up more + // than 50% of the screen. + rows.forEach((columns) => { + if ( + columns.length > 1 && + mixin.stringWidth(columns[0]) > leftColumnWidth + ) { + leftColumnWidth = Math.min( + Math.floor(this.width * 0.5), + mixin.stringWidth(columns[0]) + ); + } + }); + // generate a table: + // replacing ' ' with padding calculations. + // using the algorithmically generated width. + rows.forEach((columns) => { + this.div( + ...columns.map((r, i) => { + return { + text: r.trim(), + padding: this.measurePadding(r), + width: i === 0 && columns.length > 1 ? leftColumnWidth : undefined, + }; + }) + ); + }); + return this.rows[this.rows.length - 1]; + } + colFromString(text) { + return { + text, + padding: this.measurePadding(text), + }; + } + measurePadding(str) { + // measure padding without ansi escape codes + const noAnsi = mixin.stripAnsi(str); + return [ + 0, + noAnsi.match(/\s*$/)[0].length, + 0, + noAnsi.match(/^\s*/)[0].length, + ]; + } + toString() { + const lines = []; + this.rows.forEach((row) => { + this.rowToString(row, lines); + }); + // don't display any lines with the + // hidden flag set. + return lines + .filter((line) => !line.hidden) + .map((line) => line.text) + .join('\n'); + } + rowToString(row, lines) { + this.rasterize(row).forEach((rrow, r) => { + let str = ''; + rrow.forEach((col, c) => { + const { width } = row[c]; // the width with padding. + const wrapWidth = this.negatePadding(row[c]); // the width without padding. + let ts = col; // temporary string used during alignment/padding. + if (wrapWidth > mixin.stringWidth(col)) { + ts += ' '.repeat(wrapWidth - mixin.stringWidth(col)); } - if (this.wrap && this.shouldApplyLayoutDSL(...args) && typeof args[0] === 'string') { - return this.applyLayoutDSL(args[0]); + // align the string within its column. + if (row[c].align && row[c].align !== 'left' && this.wrap) { + const fn = align[row[c].align]; + ts = fn(ts, wrapWidth); + if (mixin.stringWidth(ts) < wrapWidth) { + /* c8 ignore start */ + const w = width || 0; + /* c8 ignore stop */ + ts += ' '.repeat(w - mixin.stringWidth(ts) - 1); + } } - const cols = args.map(arg => { - if (typeof arg === 'string') { - return this.colFromString(arg); - } - return arg; - }); - this.rows.push(cols); - return cols; - } - shouldApplyLayoutDSL(...args) { - return args.length === 1 && typeof args[0] === 'string' && - /[\t\n]/.test(args[0]); - } - applyLayoutDSL(str) { - const rows = str.split('\n').map(row => row.split('\t')); - let leftColumnWidth = 0; - // simple heuristic for layout, make sure the - // second column lines up along the left-hand. - // don't allow the first column to take up more - // than 50% of the screen. - rows.forEach(columns => { - if (columns.length > 1 && mixin.stringWidth(columns[0]) > leftColumnWidth) { - leftColumnWidth = Math.min(Math.floor(this.width * 0.5), mixin.stringWidth(columns[0])); - } - }); - // generate a table: - // replacing ' ' with padding calculations. - // using the algorithmically generated width. - rows.forEach(columns => { - this.div(...columns.map((r, i) => { - return { - text: r.trim(), - padding: this.measurePadding(r), - width: (i === 0 && columns.length > 1) ? leftColumnWidth : undefined - }; - })); - }); - return this.rows[this.rows.length - 1]; - } - colFromString(text) { - return { - text, - padding: this.measurePadding(text) - }; - } - measurePadding(str) { - // measure padding without ansi escape codes - const noAnsi = mixin.stripAnsi(str); - return [0, noAnsi.match(/\s*$/)[0].length, 0, noAnsi.match(/^\s*/)[0].length]; - } - toString() { - const lines = []; - this.rows.forEach(row => { - this.rowToString(row, lines); - }); - // don't display any lines with the - // hidden flag set. - return lines - .filter(line => !line.hidden) - .map(line => line.text) - .join('\n'); - } - rowToString(row, lines) { - this.rasterize(row).forEach((rrow, r) => { - let str = ''; - rrow.forEach((col, c) => { - const { width } = row[c]; // the width with padding. - const wrapWidth = this.negatePadding(row[c]); // the width without padding. - let ts = col; // temporary string used during alignment/padding. - if (wrapWidth > mixin.stringWidth(col)) { - ts += ' '.repeat(wrapWidth - mixin.stringWidth(col)); - } - // align the string within its column. - if (row[c].align && row[c].align !== 'left' && this.wrap) { - const fn = align[row[c].align]; - ts = fn(ts, wrapWidth); - if (mixin.stringWidth(ts) < wrapWidth) { - /* c8 ignore start */ - const w = width || 0; - /* c8 ignore stop */ - ts += ' '.repeat(w - mixin.stringWidth(ts) - 1); - } - } - // apply border and padding to string. - const padding = row[c].padding || [0, 0, 0, 0]; - if (padding[left]) { - str += ' '.repeat(padding[left]); - } - str += addBorder(row[c], ts, '| '); - str += ts; - str += addBorder(row[c], ts, ' |'); - if (padding[right]) { - str += ' '.repeat(padding[right]); - } - // if prior row is span, try to render the - // current row on the prior line. - if (r === 0 && lines.length > 0) { - str = this.renderInline(str, lines[lines.length - 1]); - } - }); - // remove trailing whitespace. - lines.push({ - text: str.replace(/ +$/, ''), - span: row.span - }); - }); - return lines; - } - // if the full 'source' can render in - // the target line, do so. - renderInline(source, previousLine) { - const match = source.match(/^ */); - /* c8 ignore start */ - const leadingWhitespace = match ? match[0].length : 0; - /* c8 ignore stop */ - const target = previousLine.text; - const targetTextWidth = mixin.stringWidth(target.trimEnd()); - if (!previousLine.span) { - return source; + // apply border and padding to string. + const padding = row[c].padding || [0, 0, 0, 0]; + if (padding[left]) { + str += ' '.repeat(padding[left]); } - // if we're not applying wrapping logic, - // just always append to the span. - if (!this.wrap) { - previousLine.hidden = true; - return target + source; + str += addBorder(row[c], ts, '| '); + str += ts; + str += addBorder(row[c], ts, ' |'); + if (padding[right]) { + str += ' '.repeat(padding[right]); } - if (leadingWhitespace < targetTextWidth) { - return source; + // if prior row is span, try to render the + // current row on the prior line. + if (r === 0 && lines.length > 0) { + str = this.renderInline(str, lines[lines.length - 1]); } - previousLine.hidden = true; - return target.trimEnd() + ' '.repeat(leadingWhitespace - targetTextWidth) + source.trimStart(); + }); + // remove trailing whitespace. + lines.push({ + text: str.replace(/ +$/, ''), + span: row.span, + }); + }); + return lines; + } + // if the full 'source' can render in + // the target line, do so. + renderInline(source, previousLine) { + const match = source.match(/^ */); + /* c8 ignore start */ + const leadingWhitespace = match ? match[0].length : 0; + /* c8 ignore stop */ + const target = previousLine.text; + const targetTextWidth = mixin.stringWidth(target.trimEnd()); + if (!previousLine.span) { + return source; } - rasterize(row) { - const rrows = []; - const widths = this.columnWidths(row); - let wrapped; - // word wrap all columns, and create - // a data-structure that is easy to rasterize. - row.forEach((col, c) => { - // leave room for left and right padding. - col.width = widths[c]; - if (this.wrap) { - wrapped = mixin.wrap(col.text, this.negatePadding(col), { hard: true }).split('\n'); - } - else { - wrapped = col.text.split('\n'); - } - if (col.border) { - wrapped.unshift('.' + '-'.repeat(this.negatePadding(col) + 2) + '.'); - wrapped.push("'" + '-'.repeat(this.negatePadding(col) + 2) + "'"); - } - // add top and bottom padding. - if (col.padding) { - wrapped.unshift(...new Array(col.padding[top] || 0).fill('')); - wrapped.push(...new Array(col.padding[bottom] || 0).fill('')); - } - wrapped.forEach((str, r) => { - if (!rrows[r]) { - rrows.push([]); - } - const rrow = rrows[r]; - for (let i = 0; i < c; i++) { - if (rrow[i] === undefined) { - rrow.push(''); - } - } - rrow.push(str); - }); - }); - return rrows; + // if we're not applying wrapping logic, + // just always append to the span. + if (!this.wrap) { + previousLine.hidden = true; + return target + source; } - negatePadding(col) { - /* c8 ignore start */ - let wrapWidth = col.width || 0; - /* c8 ignore stop */ - if (col.padding) { - wrapWidth -= (col.padding[left] || 0) + (col.padding[right] || 0); - } - if (col.border) { - wrapWidth -= 4; - } - return wrapWidth; + if (leadingWhitespace < targetTextWidth) { + return source; } - columnWidths(row) { - if (!this.wrap) { - return row.map(col => { - return col.width || mixin.stringWidth(col.text); - }); + previousLine.hidden = true; + return ( + target.trimEnd() + + ' '.repeat(leadingWhitespace - targetTextWidth) + + source.trimStart() + ); + } + rasterize(row) { + const rrows = []; + const widths = this.columnWidths(row); + let wrapped; + // word wrap all columns, and create + // a data-structure that is easy to rasterize. + row.forEach((col, c) => { + // leave room for left and right padding. + col.width = widths[c]; + if (this.wrap) { + wrapped = mixin + .wrap(col.text, this.negatePadding(col), { hard: true }) + .split('\n'); + } else { + wrapped = col.text.split('\n'); + } + if (col.border) { + wrapped.unshift('.' + '-'.repeat(this.negatePadding(col) + 2) + '.'); + wrapped.push("'" + '-'.repeat(this.negatePadding(col) + 2) + "'"); + } + // add top and bottom padding. + if (col.padding) { + wrapped.unshift(...new Array(col.padding[top] || 0).fill('')); + wrapped.push(...new Array(col.padding[bottom] || 0).fill('')); + } + wrapped.forEach((str, r) => { + if (!rrows[r]) { + rrows.push([]); } - let unset = row.length; - let remainingWidth = this.width; - // column widths can be set in config. - const widths = row.map(col => { - if (col.width) { - unset--; - remainingWidth -= col.width; - return col.width; - } - return undefined; - }); - // any unset widths should be calculated. - /* c8 ignore start */ - const unsetWidth = unset ? Math.floor(remainingWidth / unset) : 0; - /* c8 ignore stop */ - return widths.map((w, i) => { - if (w === undefined) { - return Math.max(unsetWidth, _minWidth(row[i])); - } - return w; - }); + const rrow = rrows[r]; + for (let i = 0; i < c; i++) { + if (rrow[i] === undefined) { + rrow.push(''); + } + } + rrow.push(str); + }); + }); + return rrows; + } + negatePadding(col) { + /* c8 ignore start */ + let wrapWidth = col.width || 0; + /* c8 ignore stop */ + if (col.padding) { + wrapWidth -= (col.padding[left] || 0) + (col.padding[right] || 0); } + if (col.border) { + wrapWidth -= 4; + } + return wrapWidth; + } + columnWidths(row) { + if (!this.wrap) { + return row.map((col) => { + return col.width || mixin.stringWidth(col.text); + }); + } + let unset = row.length; + let remainingWidth = this.width; + // column widths can be set in config. + const widths = row.map((col) => { + if (col.width) { + unset--; + remainingWidth -= col.width; + return col.width; + } + return undefined; + }); + // any unset widths should be calculated. + /* c8 ignore start */ + const unsetWidth = unset ? Math.floor(remainingWidth / unset) : 0; + /* c8 ignore stop */ + return widths.map((w, i) => { + if (w === undefined) { + return Math.max(unsetWidth, _minWidth(row[i])); + } + return w; + }); + } } function addBorder(col, ts, style) { - if (col.border) { - if (/[.']-+[.']/.test(ts)) { - return ''; - } - if (ts.trim().length !== 0) { - return style; - } - return ' '; + if (col.border) { + if (/[.']-+[.']/.test(ts)) { + return ''; } - return ''; + if (ts.trim().length !== 0) { + return style; + } + return ' '; + } + return ''; } // calculates the minimum width of // a column, based on padding preferences. function _minWidth(col) { - const padding = col.padding || []; - const minWidth = 1 + (padding[left] || 0) + (padding[right] || 0); - if (col.border) { - return minWidth + 4; - } - return minWidth; + const padding = col.padding || []; + const minWidth = 1 + (padding[left] || 0) + (padding[right] || 0); + if (col.border) { + return minWidth + 4; + } + return minWidth; } function getWindowWidth() { - /* c8 ignore start */ - if (typeof process === 'object' && process.stdout && process.stdout.columns) { - return process.stdout.columns; - } - return 80; + /* c8 ignore start */ + if (typeof process === 'object' && process.stdout && process.stdout.columns) { + return process.stdout.columns; + } + return 80; } /* c8 ignore stop */ function alignRight(str, width) { - str = str.trim(); - const strWidth = mixin.stringWidth(str); - if (strWidth < width) { - return ' '.repeat(width - strWidth) + str; - } - return str; + str = str.trim(); + const strWidth = mixin.stringWidth(str); + if (strWidth < width) { + return ' '.repeat(width - strWidth) + str; + } + return str; } function alignCenter(str, width) { - str = str.trim(); - const strWidth = mixin.stringWidth(str); - /* c8 ignore start */ - if (strWidth >= width) { - return str; - } - /* c8 ignore stop */ - return ' '.repeat((width - strWidth) >> 1) + str; + str = str.trim(); + const strWidth = mixin.stringWidth(str); + /* c8 ignore start */ + if (strWidth >= width) { + return str; + } + /* c8 ignore stop */ + return ' '.repeat((width - strWidth) >> 1) + str; } let mixin; export function cliui(opts, _mixin) { - mixin = _mixin; - return new UI({ - /* c8 ignore start */ - width: (opts === null || opts === void 0 ? void 0 : opts.width) || getWindowWidth(), - wrap: opts === null || opts === void 0 ? void 0 : opts.wrap - /* c8 ignore stop */ - }); + mixin = _mixin; + return new UI({ + /* c8 ignore start */ + width: + (opts === null || opts === void 0 ? void 0 : opts.width) || + getWindowWidth(), + wrap: opts === null || opts === void 0 ? void 0 : opts.wrap, + /* c8 ignore stop */ + }); } diff --git a/node_modules/@isaacs/cliui/index.mjs b/node_modules/@isaacs/cliui/index.mjs index 5177519..b25f621 100644 --- a/node_modules/@isaacs/cliui/index.mjs +++ b/node_modules/@isaacs/cliui/index.mjs @@ -1,14 +1,14 @@ // Bootstrap cliui with ESM dependencies: -import { cliui } from './build/lib/index.js' +import { cliui } from './build/lib/index.js'; -import stringWidth from 'string-width' -import stripAnsi from 'strip-ansi' -import wrap from 'wrap-ansi' +import stringWidth from 'string-width'; +import stripAnsi from 'strip-ansi'; +import wrap from 'wrap-ansi'; -export default function ui (opts) { +export default function ui(opts) { return cliui(opts, { stringWidth, stripAnsi, - wrap - }) + wrap, + }); } diff --git a/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs b/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs index 5d38e38..fe5edf5 100644 --- a/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +++ b/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs @@ -13,36 +13,74 @@ const NO_NAME = -1; * Provides the state to generate a sourcemap. */ class GenMapping { - constructor({ file, sourceRoot } = {}) { - this._names = new SetArray(); - this._sources = new SetArray(); - this._sourcesContent = []; - this._mappings = []; - this.file = file; - this.sourceRoot = sourceRoot; - this._ignoreList = new SetArray(); - } + constructor({ file, sourceRoot } = {}) { + this._names = new SetArray(); + this._sources = new SetArray(); + this._sourcesContent = []; + this._mappings = []; + this.file = file; + this.sourceRoot = sourceRoot; + this._ignoreList = new SetArray(); + } } /** * Typescript doesn't allow friend access to private fields, so this just casts the map into a type * with public access modifiers. */ function cast(map) { - return map; + return map; } -function addSegment(map, genLine, genColumn, source, sourceLine, sourceColumn, name, content) { - return addSegmentInternal(false, map, genLine, genColumn, source, sourceLine, sourceColumn, name, content); +function addSegment( + map, + genLine, + genColumn, + source, + sourceLine, + sourceColumn, + name, + content +) { + return addSegmentInternal( + false, + map, + genLine, + genColumn, + source, + sourceLine, + sourceColumn, + name, + content + ); } function addMapping(map, mapping) { - return addMappingInternal(false, map, mapping); + return addMappingInternal(false, map, mapping); } /** * Same as `addSegment`, but will only add the segment if it generates useful information in the * resulting map. This only works correctly if segments are added **in order**, meaning you should * not add a segment with a lower generated line/column than one that came before. */ -const maybeAddSegment = (map, genLine, genColumn, source, sourceLine, sourceColumn, name, content) => { - return addSegmentInternal(true, map, genLine, genColumn, source, sourceLine, sourceColumn, name, content); +const maybeAddSegment = ( + map, + genLine, + genColumn, + source, + sourceLine, + sourceColumn, + name, + content +) => { + return addSegmentInternal( + true, + map, + genLine, + genColumn, + source, + sourceLine, + sourceColumn, + name, + content + ); }; /** * Same as `addMapping`, but will only add the mapping if it generates useful information in the @@ -50,181 +88,244 @@ const maybeAddSegment = (map, genLine, genColumn, source, sourceLine, sourceColu * not add a mapping with a lower generated line/column than one that came before. */ const maybeAddMapping = (map, mapping) => { - return addMappingInternal(true, map, mapping); + return addMappingInternal(true, map, mapping); }; /** * Adds/removes the content of the source file to the source map. */ function setSourceContent(map, source, content) { - const { _sources: sources, _sourcesContent: sourcesContent } = cast(map); - const index = put(sources, source); - sourcesContent[index] = content; + const { _sources: sources, _sourcesContent: sourcesContent } = cast(map); + const index = put(sources, source); + sourcesContent[index] = content; } function setIgnore(map, source, ignore = true) { - const { _sources: sources, _sourcesContent: sourcesContent, _ignoreList: ignoreList } = cast(map); - const index = put(sources, source); - if (index === sourcesContent.length) - sourcesContent[index] = null; - if (ignore) - put(ignoreList, index); - else - remove(ignoreList, index); + const { + _sources: sources, + _sourcesContent: sourcesContent, + _ignoreList: ignoreList, + } = cast(map); + const index = put(sources, source); + if (index === sourcesContent.length) sourcesContent[index] = null; + if (ignore) put(ignoreList, index); + else remove(ignoreList, index); } /** * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects * a sourcemap, or to JSON.stringify. */ function toDecodedMap(map) { - const { _mappings: mappings, _sources: sources, _sourcesContent: sourcesContent, _names: names, _ignoreList: ignoreList, } = cast(map); - removeEmptyFinalLines(mappings); - return { - version: 3, - file: map.file || undefined, - names: names.array, - sourceRoot: map.sourceRoot || undefined, - sources: sources.array, - sourcesContent, - mappings, - ignoreList: ignoreList.array, - }; + const { + _mappings: mappings, + _sources: sources, + _sourcesContent: sourcesContent, + _names: names, + _ignoreList: ignoreList, + } = cast(map); + removeEmptyFinalLines(mappings); + return { + version: 3, + file: map.file || undefined, + names: names.array, + sourceRoot: map.sourceRoot || undefined, + sources: sources.array, + sourcesContent, + mappings, + ignoreList: ignoreList.array, + }; } /** * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects * a sourcemap, or to JSON.stringify. */ function toEncodedMap(map) { - const decoded = toDecodedMap(map); - return Object.assign(Object.assign({}, decoded), { mappings: encode(decoded.mappings) }); + const decoded = toDecodedMap(map); + return Object.assign(Object.assign({}, decoded), { + mappings: encode(decoded.mappings), + }); } /** * Constructs a new GenMapping, using the already present mappings of the input. */ function fromMap(input) { - const map = new TraceMap(input); - const gen = new GenMapping({ file: map.file, sourceRoot: map.sourceRoot }); - putAll(cast(gen)._names, map.names); - putAll(cast(gen)._sources, map.sources); - cast(gen)._sourcesContent = map.sourcesContent || map.sources.map(() => null); - cast(gen)._mappings = decodedMappings(map); - if (map.ignoreList) - putAll(cast(gen)._ignoreList, map.ignoreList); - return gen; + const map = new TraceMap(input); + const gen = new GenMapping({ file: map.file, sourceRoot: map.sourceRoot }); + putAll(cast(gen)._names, map.names); + putAll(cast(gen)._sources, map.sources); + cast(gen)._sourcesContent = map.sourcesContent || map.sources.map(() => null); + cast(gen)._mappings = decodedMappings(map); + if (map.ignoreList) putAll(cast(gen)._ignoreList, map.ignoreList); + return gen; } /** * Returns an array of high-level mapping objects for every recorded segment, which could then be * passed to the `source-map` library. */ function allMappings(map) { - const out = []; - const { _mappings: mappings, _sources: sources, _names: names } = cast(map); - for (let i = 0; i < mappings.length; i++) { - const line = mappings[i]; - for (let j = 0; j < line.length; j++) { - const seg = line[j]; - const generated = { line: i + 1, column: seg[COLUMN] }; - let source = undefined; - let original = undefined; - let name = undefined; - if (seg.length !== 1) { - source = sources.array[seg[SOURCES_INDEX]]; - original = { line: seg[SOURCE_LINE] + 1, column: seg[SOURCE_COLUMN] }; - if (seg.length === 5) - name = names.array[seg[NAMES_INDEX]]; - } - out.push({ generated, source, original, name }); - } + const out = []; + const { _mappings: mappings, _sources: sources, _names: names } = cast(map); + for (let i = 0; i < mappings.length; i++) { + const line = mappings[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const generated = { line: i + 1, column: seg[COLUMN] }; + let source = undefined; + let original = undefined; + let name = undefined; + if (seg.length !== 1) { + source = sources.array[seg[SOURCES_INDEX]]; + original = { line: seg[SOURCE_LINE] + 1, column: seg[SOURCE_COLUMN] }; + if (seg.length === 5) name = names.array[seg[NAMES_INDEX]]; + } + out.push({ generated, source, original, name }); } - return out; + } + return out; } // This split declaration is only so that terser can elminiate the static initialization block. -function addSegmentInternal(skipable, map, genLine, genColumn, source, sourceLine, sourceColumn, name, content) { - const { _mappings: mappings, _sources: sources, _sourcesContent: sourcesContent, _names: names, } = cast(map); - const line = getLine(mappings, genLine); - const index = getColumnIndex(line, genColumn); - if (!source) { - if (skipable && skipSourceless(line, index)) - return; - return insert(line, index, [genColumn]); - } - const sourcesIndex = put(sources, source); - const namesIndex = name ? put(names, name) : NO_NAME; - if (sourcesIndex === sourcesContent.length) - sourcesContent[sourcesIndex] = content !== null && content !== void 0 ? content : null; - if (skipable && skipSource(line, index, sourcesIndex, sourceLine, sourceColumn, namesIndex)) { - return; - } - return insert(line, index, name - ? [genColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex] - : [genColumn, sourcesIndex, sourceLine, sourceColumn]); +function addSegmentInternal( + skipable, + map, + genLine, + genColumn, + source, + sourceLine, + sourceColumn, + name, + content +) { + const { + _mappings: mappings, + _sources: sources, + _sourcesContent: sourcesContent, + _names: names, + } = cast(map); + const line = getLine(mappings, genLine); + const index = getColumnIndex(line, genColumn); + if (!source) { + if (skipable && skipSourceless(line, index)) return; + return insert(line, index, [genColumn]); + } + const sourcesIndex = put(sources, source); + const namesIndex = name ? put(names, name) : NO_NAME; + if (sourcesIndex === sourcesContent.length) + sourcesContent[sourcesIndex] = + content !== null && content !== void 0 ? content : null; + if ( + skipable && + skipSource(line, index, sourcesIndex, sourceLine, sourceColumn, namesIndex) + ) { + return; + } + return insert( + line, + index, + name ? + [genColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex] + : [genColumn, sourcesIndex, sourceLine, sourceColumn] + ); } function getLine(mappings, index) { - for (let i = mappings.length; i <= index; i++) { - mappings[i] = []; - } - return mappings[index]; + for (let i = mappings.length; i <= index; i++) { + mappings[i] = []; + } + return mappings[index]; } function getColumnIndex(line, genColumn) { - let index = line.length; - for (let i = index - 1; i >= 0; index = i--) { - const current = line[i]; - if (genColumn >= current[COLUMN]) - break; - } - return index; + let index = line.length; + for (let i = index - 1; i >= 0; index = i--) { + const current = line[i]; + if (genColumn >= current[COLUMN]) break; + } + return index; } function insert(array, index, value) { - for (let i = array.length; i > index; i--) { - array[i] = array[i - 1]; - } - array[index] = value; + for (let i = array.length; i > index; i--) { + array[i] = array[i - 1]; + } + array[index] = value; } function removeEmptyFinalLines(mappings) { - const { length } = mappings; - let len = length; - for (let i = len - 1; i >= 0; len = i, i--) { - if (mappings[i].length > 0) - break; - } - if (len < length) - mappings.length = len; + const { length } = mappings; + let len = length; + for (let i = len - 1; i >= 0; len = i, i--) { + if (mappings[i].length > 0) break; + } + if (len < length) mappings.length = len; } function putAll(setarr, array) { - for (let i = 0; i < array.length; i++) - put(setarr, array[i]); + for (let i = 0; i < array.length; i++) put(setarr, array[i]); } function skipSourceless(line, index) { - // The start of a line is already sourceless, so adding a sourceless segment to the beginning - // doesn't generate any useful information. - if (index === 0) - return true; - const prev = line[index - 1]; - // If the previous segment is also sourceless, then adding another sourceless segment doesn't - // genrate any new information. Else, this segment will end the source/named segment and point to - // a sourceless position, which is useful. - return prev.length === 1; + // The start of a line is already sourceless, so adding a sourceless segment to the beginning + // doesn't generate any useful information. + if (index === 0) return true; + const prev = line[index - 1]; + // If the previous segment is also sourceless, then adding another sourceless segment doesn't + // genrate any new information. Else, this segment will end the source/named segment and point to + // a sourceless position, which is useful. + return prev.length === 1; } -function skipSource(line, index, sourcesIndex, sourceLine, sourceColumn, namesIndex) { - // A source/named segment at the start of a line gives position at that genColumn - if (index === 0) - return false; - const prev = line[index - 1]; - // If the previous segment is sourceless, then we're transitioning to a source. - if (prev.length === 1) - return false; - // If the previous segment maps to the exact same source position, then this segment doesn't - // provide any new position information. - return (sourcesIndex === prev[SOURCES_INDEX] && - sourceLine === prev[SOURCE_LINE] && - sourceColumn === prev[SOURCE_COLUMN] && - namesIndex === (prev.length === 5 ? prev[NAMES_INDEX] : NO_NAME)); +function skipSource( + line, + index, + sourcesIndex, + sourceLine, + sourceColumn, + namesIndex +) { + // A source/named segment at the start of a line gives position at that genColumn + if (index === 0) return false; + const prev = line[index - 1]; + // If the previous segment is sourceless, then we're transitioning to a source. + if (prev.length === 1) return false; + // If the previous segment maps to the exact same source position, then this segment doesn't + // provide any new position information. + return ( + sourcesIndex === prev[SOURCES_INDEX] && + sourceLine === prev[SOURCE_LINE] && + sourceColumn === prev[SOURCE_COLUMN] && + namesIndex === (prev.length === 5 ? prev[NAMES_INDEX] : NO_NAME) + ); } function addMappingInternal(skipable, map, mapping) { - const { generated, source, original, name, content } = mapping; - if (!source) { - return addSegmentInternal(skipable, map, generated.line - 1, generated.column, null, null, null, null, null); - } - return addSegmentInternal(skipable, map, generated.line - 1, generated.column, source, original.line - 1, original.column, name, content); + const { generated, source, original, name, content } = mapping; + if (!source) { + return addSegmentInternal( + skipable, + map, + generated.line - 1, + generated.column, + null, + null, + null, + null, + null + ); + } + return addSegmentInternal( + skipable, + map, + generated.line - 1, + generated.column, + source, + original.line - 1, + original.column, + name, + content + ); } -export { GenMapping, addMapping, addSegment, allMappings, fromMap, maybeAddMapping, maybeAddSegment, setIgnore, setSourceContent, toDecodedMap, toEncodedMap }; +export { + GenMapping, + addMapping, + addSegment, + allMappings, + fromMap, + maybeAddMapping, + maybeAddSegment, + setIgnore, + setSourceContent, + toDecodedMap, + toEncodedMap, +}; //# sourceMappingURL=gen-mapping.mjs.map diff --git a/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js b/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js index 3bf18f3..d129560 100644 --- a/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +++ b/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js @@ -1,246 +1,364 @@ (function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@jridgewell/set-array'), require('@jridgewell/sourcemap-codec'), require('@jridgewell/trace-mapping')) : - typeof define === 'function' && define.amd ? define(['exports', '@jridgewell/set-array', '@jridgewell/sourcemap-codec', '@jridgewell/trace-mapping'], factory) : - (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.genMapping = {}, global.setArray, global.sourcemapCodec, global.traceMapping)); -})(this, (function (exports, setArray, sourcemapCodec, traceMapping) { 'use strict'; + typeof exports === 'object' && typeof module !== 'undefined' ? + factory( + exports, + require('@jridgewell/set-array'), + require('@jridgewell/sourcemap-codec'), + require('@jridgewell/trace-mapping') + ) + : typeof define === 'function' && define.amd ? + define( + [ + 'exports', + '@jridgewell/set-array', + '@jridgewell/sourcemap-codec', + '@jridgewell/trace-mapping', + ], + factory + ) + : ((global = typeof globalThis !== 'undefined' ? globalThis : global || self), + factory( + (global.genMapping = {}), + global.setArray, + global.sourcemapCodec, + global.traceMapping + )); +})(this, function (exports, setArray, sourcemapCodec, traceMapping) { + 'use strict'; - const COLUMN = 0; - const SOURCES_INDEX = 1; - const SOURCE_LINE = 2; - const SOURCE_COLUMN = 3; - const NAMES_INDEX = 4; + const COLUMN = 0; + const SOURCES_INDEX = 1; + const SOURCE_LINE = 2; + const SOURCE_COLUMN = 3; + const NAMES_INDEX = 4; - const NO_NAME = -1; - /** - * Provides the state to generate a sourcemap. - */ - class GenMapping { - constructor({ file, sourceRoot } = {}) { - this._names = new setArray.SetArray(); - this._sources = new setArray.SetArray(); - this._sourcesContent = []; - this._mappings = []; - this.file = file; - this.sourceRoot = sourceRoot; - this._ignoreList = new setArray.SetArray(); - } + const NO_NAME = -1; + /** + * Provides the state to generate a sourcemap. + */ + class GenMapping { + constructor({ file, sourceRoot } = {}) { + this._names = new setArray.SetArray(); + this._sources = new setArray.SetArray(); + this._sourcesContent = []; + this._mappings = []; + this.file = file; + this.sourceRoot = sourceRoot; + this._ignoreList = new setArray.SetArray(); } - /** - * Typescript doesn't allow friend access to private fields, so this just casts the map into a type - * with public access modifiers. - */ - function cast(map) { - return map; - } - function addSegment(map, genLine, genColumn, source, sourceLine, sourceColumn, name, content) { - return addSegmentInternal(false, map, genLine, genColumn, source, sourceLine, sourceColumn, name, content); - } - function addMapping(map, mapping) { - return addMappingInternal(false, map, mapping); - } - /** - * Same as `addSegment`, but will only add the segment if it generates useful information in the - * resulting map. This only works correctly if segments are added **in order**, meaning you should - * not add a segment with a lower generated line/column than one that came before. - */ - const maybeAddSegment = (map, genLine, genColumn, source, sourceLine, sourceColumn, name, content) => { - return addSegmentInternal(true, map, genLine, genColumn, source, sourceLine, sourceColumn, name, content); + } + /** + * Typescript doesn't allow friend access to private fields, so this just casts the map into a type + * with public access modifiers. + */ + function cast(map) { + return map; + } + function addSegment( + map, + genLine, + genColumn, + source, + sourceLine, + sourceColumn, + name, + content + ) { + return addSegmentInternal( + false, + map, + genLine, + genColumn, + source, + sourceLine, + sourceColumn, + name, + content + ); + } + function addMapping(map, mapping) { + return addMappingInternal(false, map, mapping); + } + /** + * Same as `addSegment`, but will only add the segment if it generates useful information in the + * resulting map. This only works correctly if segments are added **in order**, meaning you should + * not add a segment with a lower generated line/column than one that came before. + */ + const maybeAddSegment = ( + map, + genLine, + genColumn, + source, + sourceLine, + sourceColumn, + name, + content + ) => { + return addSegmentInternal( + true, + map, + genLine, + genColumn, + source, + sourceLine, + sourceColumn, + name, + content + ); + }; + /** + * Same as `addMapping`, but will only add the mapping if it generates useful information in the + * resulting map. This only works correctly if mappings are added **in order**, meaning you should + * not add a mapping with a lower generated line/column than one that came before. + */ + const maybeAddMapping = (map, mapping) => { + return addMappingInternal(true, map, mapping); + }; + /** + * Adds/removes the content of the source file to the source map. + */ + function setSourceContent(map, source, content) { + const { _sources: sources, _sourcesContent: sourcesContent } = cast(map); + const index = setArray.put(sources, source); + sourcesContent[index] = content; + } + function setIgnore(map, source, ignore = true) { + const { + _sources: sources, + _sourcesContent: sourcesContent, + _ignoreList: ignoreList, + } = cast(map); + const index = setArray.put(sources, source); + if (index === sourcesContent.length) sourcesContent[index] = null; + if (ignore) setArray.put(ignoreList, index); + else setArray.remove(ignoreList, index); + } + /** + * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ + function toDecodedMap(map) { + const { + _mappings: mappings, + _sources: sources, + _sourcesContent: sourcesContent, + _names: names, + _ignoreList: ignoreList, + } = cast(map); + removeEmptyFinalLines(mappings); + return { + version: 3, + file: map.file || undefined, + names: names.array, + sourceRoot: map.sourceRoot || undefined, + sources: sources.array, + sourcesContent, + mappings, + ignoreList: ignoreList.array, }; - /** - * Same as `addMapping`, but will only add the mapping if it generates useful information in the - * resulting map. This only works correctly if mappings are added **in order**, meaning you should - * not add a mapping with a lower generated line/column than one that came before. - */ - const maybeAddMapping = (map, mapping) => { - return addMappingInternal(true, map, mapping); - }; - /** - * Adds/removes the content of the source file to the source map. - */ - function setSourceContent(map, source, content) { - const { _sources: sources, _sourcesContent: sourcesContent } = cast(map); - const index = setArray.put(sources, source); - sourcesContent[index] = content; - } - function setIgnore(map, source, ignore = true) { - const { _sources: sources, _sourcesContent: sourcesContent, _ignoreList: ignoreList } = cast(map); - const index = setArray.put(sources, source); - if (index === sourcesContent.length) - sourcesContent[index] = null; - if (ignore) - setArray.put(ignoreList, index); - else - setArray.remove(ignoreList, index); - } - /** - * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects - * a sourcemap, or to JSON.stringify. - */ - function toDecodedMap(map) { - const { _mappings: mappings, _sources: sources, _sourcesContent: sourcesContent, _names: names, _ignoreList: ignoreList, } = cast(map); - removeEmptyFinalLines(mappings); - return { - version: 3, - file: map.file || undefined, - names: names.array, - sourceRoot: map.sourceRoot || undefined, - sources: sources.array, - sourcesContent, - mappings, - ignoreList: ignoreList.array, - }; - } - /** - * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects - * a sourcemap, or to JSON.stringify. - */ - function toEncodedMap(map) { - const decoded = toDecodedMap(map); - return Object.assign(Object.assign({}, decoded), { mappings: sourcemapCodec.encode(decoded.mappings) }); - } - /** - * Constructs a new GenMapping, using the already present mappings of the input. - */ - function fromMap(input) { - const map = new traceMapping.TraceMap(input); - const gen = new GenMapping({ file: map.file, sourceRoot: map.sourceRoot }); - putAll(cast(gen)._names, map.names); - putAll(cast(gen)._sources, map.sources); - cast(gen)._sourcesContent = map.sourcesContent || map.sources.map(() => null); - cast(gen)._mappings = traceMapping.decodedMappings(map); - if (map.ignoreList) - putAll(cast(gen)._ignoreList, map.ignoreList); - return gen; - } - /** - * Returns an array of high-level mapping objects for every recorded segment, which could then be - * passed to the `source-map` library. - */ - function allMappings(map) { - const out = []; - const { _mappings: mappings, _sources: sources, _names: names } = cast(map); - for (let i = 0; i < mappings.length; i++) { - const line = mappings[i]; - for (let j = 0; j < line.length; j++) { - const seg = line[j]; - const generated = { line: i + 1, column: seg[COLUMN] }; - let source = undefined; - let original = undefined; - let name = undefined; - if (seg.length !== 1) { - source = sources.array[seg[SOURCES_INDEX]]; - original = { line: seg[SOURCE_LINE] + 1, column: seg[SOURCE_COLUMN] }; - if (seg.length === 5) - name = names.array[seg[NAMES_INDEX]]; - } - out.push({ generated, source, original, name }); - } + } + /** + * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ + function toEncodedMap(map) { + const decoded = toDecodedMap(map); + return Object.assign(Object.assign({}, decoded), { + mappings: sourcemapCodec.encode(decoded.mappings), + }); + } + /** + * Constructs a new GenMapping, using the already present mappings of the input. + */ + function fromMap(input) { + const map = new traceMapping.TraceMap(input); + const gen = new GenMapping({ file: map.file, sourceRoot: map.sourceRoot }); + putAll(cast(gen)._names, map.names); + putAll(cast(gen)._sources, map.sources); + cast(gen)._sourcesContent = + map.sourcesContent || map.sources.map(() => null); + cast(gen)._mappings = traceMapping.decodedMappings(map); + if (map.ignoreList) putAll(cast(gen)._ignoreList, map.ignoreList); + return gen; + } + /** + * Returns an array of high-level mapping objects for every recorded segment, which could then be + * passed to the `source-map` library. + */ + function allMappings(map) { + const out = []; + const { _mappings: mappings, _sources: sources, _names: names } = cast(map); + for (let i = 0; i < mappings.length; i++) { + const line = mappings[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const generated = { line: i + 1, column: seg[COLUMN] }; + let source = undefined; + let original = undefined; + let name = undefined; + if (seg.length !== 1) { + source = sources.array[seg[SOURCES_INDEX]]; + original = { line: seg[SOURCE_LINE] + 1, column: seg[SOURCE_COLUMN] }; + if (seg.length === 5) name = names.array[seg[NAMES_INDEX]]; } - return out; + out.push({ generated, source, original, name }); + } } - // This split declaration is only so that terser can elminiate the static initialization block. - function addSegmentInternal(skipable, map, genLine, genColumn, source, sourceLine, sourceColumn, name, content) { - const { _mappings: mappings, _sources: sources, _sourcesContent: sourcesContent, _names: names, } = cast(map); - const line = getLine(mappings, genLine); - const index = getColumnIndex(line, genColumn); - if (!source) { - if (skipable && skipSourceless(line, index)) - return; - return insert(line, index, [genColumn]); - } - const sourcesIndex = setArray.put(sources, source); - const namesIndex = name ? setArray.put(names, name) : NO_NAME; - if (sourcesIndex === sourcesContent.length) - sourcesContent[sourcesIndex] = content !== null && content !== void 0 ? content : null; - if (skipable && skipSource(line, index, sourcesIndex, sourceLine, sourceColumn, namesIndex)) { - return; - } - return insert(line, index, name - ? [genColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex] - : [genColumn, sourcesIndex, sourceLine, sourceColumn]); + return out; + } + // This split declaration is only so that terser can elminiate the static initialization block. + function addSegmentInternal( + skipable, + map, + genLine, + genColumn, + source, + sourceLine, + sourceColumn, + name, + content + ) { + const { + _mappings: mappings, + _sources: sources, + _sourcesContent: sourcesContent, + _names: names, + } = cast(map); + const line = getLine(mappings, genLine); + const index = getColumnIndex(line, genColumn); + if (!source) { + if (skipable && skipSourceless(line, index)) return; + return insert(line, index, [genColumn]); } - function getLine(mappings, index) { - for (let i = mappings.length; i <= index; i++) { - mappings[i] = []; - } - return mappings[index]; + const sourcesIndex = setArray.put(sources, source); + const namesIndex = name ? setArray.put(names, name) : NO_NAME; + if (sourcesIndex === sourcesContent.length) + sourcesContent[sourcesIndex] = + content !== null && content !== void 0 ? content : null; + if ( + skipable && + skipSource( + line, + index, + sourcesIndex, + sourceLine, + sourceColumn, + namesIndex + ) + ) { + return; } - function getColumnIndex(line, genColumn) { - let index = line.length; - for (let i = index - 1; i >= 0; index = i--) { - const current = line[i]; - if (genColumn >= current[COLUMN]) - break; - } - return index; + return insert( + line, + index, + name ? + [genColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex] + : [genColumn, sourcesIndex, sourceLine, sourceColumn] + ); + } + function getLine(mappings, index) { + for (let i = mappings.length; i <= index; i++) { + mappings[i] = []; } - function insert(array, index, value) { - for (let i = array.length; i > index; i--) { - array[i] = array[i - 1]; - } - array[index] = value; + return mappings[index]; + } + function getColumnIndex(line, genColumn) { + let index = line.length; + for (let i = index - 1; i >= 0; index = i--) { + const current = line[i]; + if (genColumn >= current[COLUMN]) break; } - function removeEmptyFinalLines(mappings) { - const { length } = mappings; - let len = length; - for (let i = len - 1; i >= 0; len = i, i--) { - if (mappings[i].length > 0) - break; - } - if (len < length) - mappings.length = len; + return index; + } + function insert(array, index, value) { + for (let i = array.length; i > index; i--) { + array[i] = array[i - 1]; } - function putAll(setarr, array) { - for (let i = 0; i < array.length; i++) - setArray.put(setarr, array[i]); + array[index] = value; + } + function removeEmptyFinalLines(mappings) { + const { length } = mappings; + let len = length; + for (let i = len - 1; i >= 0; len = i, i--) { + if (mappings[i].length > 0) break; } - function skipSourceless(line, index) { - // The start of a line is already sourceless, so adding a sourceless segment to the beginning - // doesn't generate any useful information. - if (index === 0) - return true; - const prev = line[index - 1]; - // If the previous segment is also sourceless, then adding another sourceless segment doesn't - // genrate any new information. Else, this segment will end the source/named segment and point to - // a sourceless position, which is useful. - return prev.length === 1; - } - function skipSource(line, index, sourcesIndex, sourceLine, sourceColumn, namesIndex) { - // A source/named segment at the start of a line gives position at that genColumn - if (index === 0) - return false; - const prev = line[index - 1]; - // If the previous segment is sourceless, then we're transitioning to a source. - if (prev.length === 1) - return false; - // If the previous segment maps to the exact same source position, then this segment doesn't - // provide any new position information. - return (sourcesIndex === prev[SOURCES_INDEX] && - sourceLine === prev[SOURCE_LINE] && - sourceColumn === prev[SOURCE_COLUMN] && - namesIndex === (prev.length === 5 ? prev[NAMES_INDEX] : NO_NAME)); - } - function addMappingInternal(skipable, map, mapping) { - const { generated, source, original, name, content } = mapping; - if (!source) { - return addSegmentInternal(skipable, map, generated.line - 1, generated.column, null, null, null, null, null); - } - return addSegmentInternal(skipable, map, generated.line - 1, generated.column, source, original.line - 1, original.column, name, content); + if (len < length) mappings.length = len; + } + function putAll(setarr, array) { + for (let i = 0; i < array.length; i++) setArray.put(setarr, array[i]); + } + function skipSourceless(line, index) { + // The start of a line is already sourceless, so adding a sourceless segment to the beginning + // doesn't generate any useful information. + if (index === 0) return true; + const prev = line[index - 1]; + // If the previous segment is also sourceless, then adding another sourceless segment doesn't + // genrate any new information. Else, this segment will end the source/named segment and point to + // a sourceless position, which is useful. + return prev.length === 1; + } + function skipSource( + line, + index, + sourcesIndex, + sourceLine, + sourceColumn, + namesIndex + ) { + // A source/named segment at the start of a line gives position at that genColumn + if (index === 0) return false; + const prev = line[index - 1]; + // If the previous segment is sourceless, then we're transitioning to a source. + if (prev.length === 1) return false; + // If the previous segment maps to the exact same source position, then this segment doesn't + // provide any new position information. + return ( + sourcesIndex === prev[SOURCES_INDEX] && + sourceLine === prev[SOURCE_LINE] && + sourceColumn === prev[SOURCE_COLUMN] && + namesIndex === (prev.length === 5 ? prev[NAMES_INDEX] : NO_NAME) + ); + } + function addMappingInternal(skipable, map, mapping) { + const { generated, source, original, name, content } = mapping; + if (!source) { + return addSegmentInternal( + skipable, + map, + generated.line - 1, + generated.column, + null, + null, + null, + null, + null + ); } + return addSegmentInternal( + skipable, + map, + generated.line - 1, + generated.column, + source, + original.line - 1, + original.column, + name, + content + ); + } - exports.GenMapping = GenMapping; - exports.addMapping = addMapping; - exports.addSegment = addSegment; - exports.allMappings = allMappings; - exports.fromMap = fromMap; - exports.maybeAddMapping = maybeAddMapping; - exports.maybeAddSegment = maybeAddSegment; - exports.setIgnore = setIgnore; - exports.setSourceContent = setSourceContent; - exports.toDecodedMap = toDecodedMap; - exports.toEncodedMap = toEncodedMap; + exports.GenMapping = GenMapping; + exports.addMapping = addMapping; + exports.addSegment = addSegment; + exports.allMappings = allMappings; + exports.fromMap = fromMap; + exports.maybeAddMapping = maybeAddMapping; + exports.maybeAddSegment = maybeAddSegment; + exports.setIgnore = setIgnore; + exports.setSourceContent = setSourceContent; + exports.toDecodedMap = toDecodedMap; + exports.toEncodedMap = toEncodedMap; - Object.defineProperty(exports, '__esModule', { value: true }); - -})); + Object.defineProperty(exports, '__esModule', { value: true }); +}); //# sourceMappingURL=gen-mapping.umd.js.map diff --git a/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts b/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts index 398a695..7fcfed2 100644 --- a/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +++ b/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts @@ -2,54 +2,90 @@ import type { SourceMapInput } from '@jridgewell/trace-mapping'; import type { DecodedSourceMap, EncodedSourceMap, Pos, Mapping } from './types'; export type { DecodedSourceMap, EncodedSourceMap, Mapping }; export declare type Options = { - file?: string | null; - sourceRoot?: string | null; + file?: string | null; + sourceRoot?: string | null; }; /** * Provides the state to generate a sourcemap. */ export declare class GenMapping { - private _names; - private _sources; - private _sourcesContent; - private _mappings; - private _ignoreList; - file: string | null | undefined; - sourceRoot: string | null | undefined; - constructor({ file, sourceRoot }?: Options); + private _names; + private _sources; + private _sourcesContent; + private _mappings; + private _ignoreList; + file: string | null | undefined; + sourceRoot: string | null | undefined; + constructor({ file, sourceRoot }?: Options); } /** * A low-level API to associate a generated position with an original source position. Line and * column here are 0-based, unlike `addMapping`. */ -export declare function addSegment(map: GenMapping, genLine: number, genColumn: number, source?: null, sourceLine?: null, sourceColumn?: null, name?: null, content?: null): void; -export declare function addSegment(map: GenMapping, genLine: number, genColumn: number, source: string, sourceLine: number, sourceColumn: number, name?: null, content?: string | null): void; -export declare function addSegment(map: GenMapping, genLine: number, genColumn: number, source: string, sourceLine: number, sourceColumn: number, name: string, content?: string | null): void; +export declare function addSegment( + map: GenMapping, + genLine: number, + genColumn: number, + source?: null, + sourceLine?: null, + sourceColumn?: null, + name?: null, + content?: null +): void; +export declare function addSegment( + map: GenMapping, + genLine: number, + genColumn: number, + source: string, + sourceLine: number, + sourceColumn: number, + name?: null, + content?: string | null +): void; +export declare function addSegment( + map: GenMapping, + genLine: number, + genColumn: number, + source: string, + sourceLine: number, + sourceColumn: number, + name: string, + content?: string | null +): void; /** * A high-level API to associate a generated position with an original source position. Line is * 1-based, but column is 0-based, due to legacy behavior in `source-map` library. */ -export declare function addMapping(map: GenMapping, mapping: { +export declare function addMapping( + map: GenMapping, + mapping: { generated: Pos; source?: null; original?: null; name?: null; content?: null; -}): void; -export declare function addMapping(map: GenMapping, mapping: { + } +): void; +export declare function addMapping( + map: GenMapping, + mapping: { generated: Pos; source: string; original: Pos; name?: null; content?: string | null; -}): void; -export declare function addMapping(map: GenMapping, mapping: { + } +): void; +export declare function addMapping( + map: GenMapping, + mapping: { generated: Pos; source: string; original: Pos; name: string; content?: string | null; -}): void; + } +): void; /** * Same as `addSegment`, but will only add the segment if it generates useful information in the * resulting map. This only works correctly if segments are added **in order**, meaning you should @@ -65,8 +101,16 @@ export declare const maybeAddMapping: typeof addMapping; /** * Adds/removes the content of the source file to the source map. */ -export declare function setSourceContent(map: GenMapping, source: string, content: string | null): void; -export declare function setIgnore(map: GenMapping, source: string, ignore?: boolean): void; +export declare function setSourceContent( + map: GenMapping, + source: string, + content: string | null +): void; +export declare function setIgnore( + map: GenMapping, + source: string, + ignore?: boolean +): void; /** * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects * a sourcemap, or to JSON.stringify. diff --git a/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts b/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts index e187ba9..ac60df3 100644 --- a/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +++ b/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts @@ -3,7 +3,10 @@ declare type SourcesIndex = number; declare type SourceLine = number; declare type SourceColumn = number; declare type NamesIndex = number; -export declare type SourceMapSegment = [GeneratedColumn] | [GeneratedColumn, SourcesIndex, SourceLine, SourceColumn] | [GeneratedColumn, SourcesIndex, SourceLine, SourceColumn, NamesIndex]; +export declare type SourceMapSegment = + | [GeneratedColumn] + | [GeneratedColumn, SourcesIndex, SourceLine, SourceColumn] + | [GeneratedColumn, SourcesIndex, SourceLine, SourceColumn, NamesIndex]; export declare const COLUMN = 0; export declare const SOURCES_INDEX = 1; export declare const SOURCE_LINE = 2; diff --git a/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts b/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts index 7f0ab15..07bc8d4 100644 --- a/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +++ b/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts @@ -1,36 +1,39 @@ import type { SourceMapSegment } from './sourcemap-segment'; export interface SourceMapV3 { - file?: string | null; - names: readonly string[]; - sourceRoot?: string; - sources: readonly (string | null)[]; - sourcesContent?: readonly (string | null)[]; - version: 3; - ignoreList?: readonly number[]; + file?: string | null; + names: readonly string[]; + sourceRoot?: string; + sources: readonly (string | null)[]; + sourcesContent?: readonly (string | null)[]; + version: 3; + ignoreList?: readonly number[]; } export interface EncodedSourceMap extends SourceMapV3 { - mappings: string; + mappings: string; } export interface DecodedSourceMap extends SourceMapV3 { - mappings: readonly SourceMapSegment[][]; + mappings: readonly SourceMapSegment[][]; } export interface Pos { - line: number; - column: number; + line: number; + column: number; } -export declare type Mapping = { - generated: Pos; - source: undefined; - original: undefined; - name: undefined; -} | { - generated: Pos; - source: string; - original: Pos; - name: string; -} | { - generated: Pos; - source: string; - original: Pos; - name: undefined; -}; +export declare type Mapping = + | { + generated: Pos; + source: undefined; + original: undefined; + name: undefined; + } + | { + generated: Pos; + source: string; + original: Pos; + name: string; + } + | { + generated: Pos; + source: string; + original: Pos; + name: undefined; + }; diff --git a/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs b/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs index e958e88..6901122 100644 --- a/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +++ b/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs @@ -10,7 +10,8 @@ const schemeRegex = /^[\w+.-]+:\/\//; * 6. Query, including "?", optional. * 7. Hash, including "#", optional. */ -const urlRegex = /^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#]*)?(#.*)?/; +const urlRegex = + /^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#]*)?(#.*)?/; /** * File URLs are weird. They dont' need the regular `//` in the scheme, they may or may not start * with a leading `/`, they can have a domain (but only if they don't start with a Windows drive). @@ -20,212 +21,227 @@ const urlRegex = /^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^# * 3. Query, including "?", optional. * 4. Hash, including "#", optional. */ -const fileRegex = /^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i; +const fileRegex = + /^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i; function isAbsoluteUrl(input) { - return schemeRegex.test(input); + return schemeRegex.test(input); } function isSchemeRelativeUrl(input) { - return input.startsWith('//'); + return input.startsWith('//'); } function isAbsolutePath(input) { - return input.startsWith('/'); + return input.startsWith('/'); } function isFileUrl(input) { - return input.startsWith('file:'); + return input.startsWith('file:'); } function isRelative(input) { - return /^[.?#]/.test(input); + return /^[.?#]/.test(input); } function parseAbsoluteUrl(input) { - const match = urlRegex.exec(input); - return makeUrl(match[1], match[2] || '', match[3], match[4] || '', match[5] || '/', match[6] || '', match[7] || ''); + const match = urlRegex.exec(input); + return makeUrl( + match[1], + match[2] || '', + match[3], + match[4] || '', + match[5] || '/', + match[6] || '', + match[7] || '' + ); } function parseFileUrl(input) { - const match = fileRegex.exec(input); - const path = match[2]; - return makeUrl('file:', '', match[1] || '', '', isAbsolutePath(path) ? path : '/' + path, match[3] || '', match[4] || ''); + const match = fileRegex.exec(input); + const path = match[2]; + return makeUrl( + 'file:', + '', + match[1] || '', + '', + isAbsolutePath(path) ? path : '/' + path, + match[3] || '', + match[4] || '' + ); } function makeUrl(scheme, user, host, port, path, query, hash) { - return { - scheme, - user, - host, - port, - path, - query, - hash, - type: 7 /* Absolute */, - }; + return { + scheme, + user, + host, + port, + path, + query, + hash, + type: 7 /* Absolute */, + }; } function parseUrl(input) { - if (isSchemeRelativeUrl(input)) { - const url = parseAbsoluteUrl('http:' + input); - url.scheme = ''; - url.type = 6 /* SchemeRelative */; - return url; - } - if (isAbsolutePath(input)) { - const url = parseAbsoluteUrl('http://foo.com' + input); - url.scheme = ''; - url.host = ''; - url.type = 5 /* AbsolutePath */; - return url; - } - if (isFileUrl(input)) - return parseFileUrl(input); - if (isAbsoluteUrl(input)) - return parseAbsoluteUrl(input); - const url = parseAbsoluteUrl('http://foo.com/' + input); + if (isSchemeRelativeUrl(input)) { + const url = parseAbsoluteUrl('http:' + input); + url.scheme = ''; + url.type = 6 /* SchemeRelative */; + return url; + } + if (isAbsolutePath(input)) { + const url = parseAbsoluteUrl('http://foo.com' + input); url.scheme = ''; url.host = ''; - url.type = input - ? input.startsWith('?') - ? 3 /* Query */ - : input.startsWith('#') - ? 2 /* Hash */ - : 4 /* RelativePath */ - : 1 /* Empty */; + url.type = 5 /* AbsolutePath */; return url; + } + if (isFileUrl(input)) return parseFileUrl(input); + if (isAbsoluteUrl(input)) return parseAbsoluteUrl(input); + const url = parseAbsoluteUrl('http://foo.com/' + input); + url.scheme = ''; + url.host = ''; + url.type = + input ? + input.startsWith('?') ? 3 /* Query */ + : input.startsWith('#') ? 2 /* Hash */ + : 4 /* RelativePath */ + : 1 /* Empty */; + return url; } function stripPathFilename(path) { - // If a path ends with a parent directory "..", then it's a relative path with excess parent - // paths. It's not a file, so we can't strip it. - if (path.endsWith('/..')) - return path; - const index = path.lastIndexOf('/'); - return path.slice(0, index + 1); + // If a path ends with a parent directory "..", then it's a relative path with excess parent + // paths. It's not a file, so we can't strip it. + if (path.endsWith('/..')) return path; + const index = path.lastIndexOf('/'); + return path.slice(0, index + 1); } function mergePaths(url, base) { - normalizePath(base, base.type); - // If the path is just a "/", then it was an empty path to begin with (remember, we're a relative - // path). - if (url.path === '/') { - url.path = base.path; - } - else { - // Resolution happens relative to the base path's directory, not the file. - url.path = stripPathFilename(base.path) + url.path; - } + normalizePath(base, base.type); + // If the path is just a "/", then it was an empty path to begin with (remember, we're a relative + // path). + if (url.path === '/') { + url.path = base.path; + } else { + // Resolution happens relative to the base path's directory, not the file. + url.path = stripPathFilename(base.path) + url.path; + } } /** * The path can have empty directories "//", unneeded parents "foo/..", or current directory * "foo/.". We need to normalize to a standard representation. */ function normalizePath(url, type) { - const rel = type <= 4 /* RelativePath */; - const pieces = url.path.split('/'); - // We need to preserve the first piece always, so that we output a leading slash. The item at - // pieces[0] is an empty string. - let pointer = 1; - // Positive is the number of real directories we've output, used for popping a parent directory. - // Eg, "foo/bar/.." will have a positive 2, and we can decrement to be left with just "foo". - let positive = 0; - // We need to keep a trailing slash if we encounter an empty directory (eg, splitting "foo/" will - // generate `["foo", ""]` pieces). And, if we pop a parent directory. But once we encounter a - // real directory, we won't need to append, unless the other conditions happen again. - let addTrailingSlash = false; - for (let i = 1; i < pieces.length; i++) { - const piece = pieces[i]; - // An empty directory, could be a trailing slash, or just a double "//" in the path. - if (!piece) { - addTrailingSlash = true; - continue; - } - // If we encounter a real directory, then we don't need to append anymore. - addTrailingSlash = false; - // A current directory, which we can always drop. - if (piece === '.') - continue; - // A parent directory, we need to see if there are any real directories we can pop. Else, we - // have an excess of parents, and we'll need to keep the "..". - if (piece === '..') { - if (positive) { - addTrailingSlash = true; - positive--; - pointer--; - } - else if (rel) { - // If we're in a relativePath, then we need to keep the excess parents. Else, in an absolute - // URL, protocol relative URL, or an absolute path, we don't need to keep excess. - pieces[pointer++] = piece; - } - continue; - } - // We've encountered a real directory. Move it to the next insertion pointer, which accounts for - // any popped or dropped directories. + const rel = type <= 4; /* RelativePath */ + const pieces = url.path.split('/'); + // We need to preserve the first piece always, so that we output a leading slash. The item at + // pieces[0] is an empty string. + let pointer = 1; + // Positive is the number of real directories we've output, used for popping a parent directory. + // Eg, "foo/bar/.." will have a positive 2, and we can decrement to be left with just "foo". + let positive = 0; + // We need to keep a trailing slash if we encounter an empty directory (eg, splitting "foo/" will + // generate `["foo", ""]` pieces). And, if we pop a parent directory. But once we encounter a + // real directory, we won't need to append, unless the other conditions happen again. + let addTrailingSlash = false; + for (let i = 1; i < pieces.length; i++) { + const piece = pieces[i]; + // An empty directory, could be a trailing slash, or just a double "//" in the path. + if (!piece) { + addTrailingSlash = true; + continue; + } + // If we encounter a real directory, then we don't need to append anymore. + addTrailingSlash = false; + // A current directory, which we can always drop. + if (piece === '.') continue; + // A parent directory, we need to see if there are any real directories we can pop. Else, we + // have an excess of parents, and we'll need to keep the "..". + if (piece === '..') { + if (positive) { + addTrailingSlash = true; + positive--; + pointer--; + } else if (rel) { + // If we're in a relativePath, then we need to keep the excess parents. Else, in an absolute + // URL, protocol relative URL, or an absolute path, we don't need to keep excess. pieces[pointer++] = piece; - positive++; + } + continue; } - let path = ''; - for (let i = 1; i < pointer; i++) { - path += '/' + pieces[i]; - } - if (!path || (addTrailingSlash && !path.endsWith('/..'))) { - path += '/'; - } - url.path = path; + // We've encountered a real directory. Move it to the next insertion pointer, which accounts for + // any popped or dropped directories. + pieces[pointer++] = piece; + positive++; + } + let path = ''; + for (let i = 1; i < pointer; i++) { + path += '/' + pieces[i]; + } + if (!path || (addTrailingSlash && !path.endsWith('/..'))) { + path += '/'; + } + url.path = path; } /** * Attempts to resolve `input` URL/path relative to `base`. */ function resolve(input, base) { - if (!input && !base) - return ''; - const url = parseUrl(input); - let inputType = url.type; - if (base && inputType !== 7 /* Absolute */) { - const baseUrl = parseUrl(base); - const baseType = baseUrl.type; - switch (inputType) { - case 1 /* Empty */: - url.hash = baseUrl.hash; - // fall through - case 2 /* Hash */: - url.query = baseUrl.query; - // fall through - case 3 /* Query */: - case 4 /* RelativePath */: - mergePaths(url, baseUrl); - // fall through - case 5 /* AbsolutePath */: - // The host, user, and port are joined, you can't copy one without the others. - url.user = baseUrl.user; - url.host = baseUrl.host; - url.port = baseUrl.port; - // fall through - case 6 /* SchemeRelative */: - // The input doesn't have a schema at least, so we need to copy at least that over. - url.scheme = baseUrl.scheme; - } - if (baseType > inputType) - inputType = baseType; - } - normalizePath(url, inputType); - const queryHash = url.query + url.hash; + if (!input && !base) return ''; + const url = parseUrl(input); + let inputType = url.type; + if (base && inputType !== 7 /* Absolute */) { + const baseUrl = parseUrl(base); + const baseType = baseUrl.type; switch (inputType) { - // This is impossible, because of the empty checks at the start of the function. - // case UrlType.Empty: - case 2 /* Hash */: - case 3 /* Query */: - return queryHash; - case 4 /* RelativePath */: { - // The first char is always a "/", and we need it to be relative. - const path = url.path.slice(1); - if (!path) - return queryHash || '.'; - if (isRelative(base || input) && !isRelative(path)) { - // If base started with a leading ".", or there is no base and input started with a ".", - // then we need to ensure that the relative path starts with a ".". We don't know if - // relative starts with a "..", though, so check before prepending. - return './' + path + queryHash; - } - return path + queryHash; - } - case 5 /* AbsolutePath */: - return url.path + queryHash; - default: - return url.scheme + '//' + url.user + url.host + url.port + url.path + queryHash; + case 1 /* Empty */: + url.hash = baseUrl.hash; + // fall through + case 2 /* Hash */: + url.query = baseUrl.query; + // fall through + case 3 /* Query */: + case 4 /* RelativePath */: + mergePaths(url, baseUrl); + // fall through + case 5 /* AbsolutePath */: + // The host, user, and port are joined, you can't copy one without the others. + url.user = baseUrl.user; + url.host = baseUrl.host; + url.port = baseUrl.port; + // fall through + case 6 /* SchemeRelative */: + // The input doesn't have a schema at least, so we need to copy at least that over. + url.scheme = baseUrl.scheme; } + if (baseType > inputType) inputType = baseType; + } + normalizePath(url, inputType); + const queryHash = url.query + url.hash; + switch (inputType) { + // This is impossible, because of the empty checks at the start of the function. + // case UrlType.Empty: + case 2 /* Hash */: + case 3 /* Query */: + return queryHash; + case 4 /* RelativePath */: { + // The first char is always a "/", and we need it to be relative. + const path = url.path.slice(1); + if (!path) return queryHash || '.'; + if (isRelative(base || input) && !isRelative(path)) { + // If base started with a leading ".", or there is no base and input started with a ".", + // then we need to ensure that the relative path starts with a ".". We don't know if + // relative starts with a "..", though, so check before prepending. + return './' + path + queryHash; + } + return path + queryHash; + } + case 5 /* AbsolutePath */: + return url.path + queryHash; + default: + return ( + url.scheme + + '//' + + url.user + + url.host + + url.port + + url.path + + queryHash + ); + } } export { resolve as default }; diff --git a/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js b/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js index a783049..0bf45fe 100644 --- a/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +++ b/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js @@ -1,240 +1,258 @@ (function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : - typeof define === 'function' && define.amd ? define(factory) : - (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.resolveURI = factory()); -})(this, (function () { 'use strict'; + typeof exports === 'object' && typeof module !== 'undefined' ? + (module.exports = factory()) + : typeof define === 'function' && define.amd ? define(factory) + : ((global = typeof globalThis !== 'undefined' ? globalThis : global || self), + (global.resolveURI = factory())); +})(this, function () { + 'use strict'; - // Matches the scheme of a URL, eg "http://" - const schemeRegex = /^[\w+.-]+:\/\//; - /** - * Matches the parts of a URL: - * 1. Scheme, including ":", guaranteed. - * 2. User/password, including "@", optional. - * 3. Host, guaranteed. - * 4. Port, including ":", optional. - * 5. Path, including "/", optional. - * 6. Query, including "?", optional. - * 7. Hash, including "#", optional. - */ - const urlRegex = /^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#]*)?(#.*)?/; - /** - * File URLs are weird. They dont' need the regular `//` in the scheme, they may or may not start - * with a leading `/`, they can have a domain (but only if they don't start with a Windows drive). - * - * 1. Host, optional. - * 2. Path, which may include "/", guaranteed. - * 3. Query, including "?", optional. - * 4. Hash, including "#", optional. - */ - const fileRegex = /^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i; - function isAbsoluteUrl(input) { - return schemeRegex.test(input); + // Matches the scheme of a URL, eg "http://" + const schemeRegex = /^[\w+.-]+:\/\//; + /** + * Matches the parts of a URL: + * 1. Scheme, including ":", guaranteed. + * 2. User/password, including "@", optional. + * 3. Host, guaranteed. + * 4. Port, including ":", optional. + * 5. Path, including "/", optional. + * 6. Query, including "?", optional. + * 7. Hash, including "#", optional. + */ + const urlRegex = + /^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#]*)?(#.*)?/; + /** + * File URLs are weird. They dont' need the regular `//` in the scheme, they may or may not start + * with a leading `/`, they can have a domain (but only if they don't start with a Windows drive). + * + * 1. Host, optional. + * 2. Path, which may include "/", guaranteed. + * 3. Query, including "?", optional. + * 4. Hash, including "#", optional. + */ + const fileRegex = + /^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i; + function isAbsoluteUrl(input) { + return schemeRegex.test(input); + } + function isSchemeRelativeUrl(input) { + return input.startsWith('//'); + } + function isAbsolutePath(input) { + return input.startsWith('/'); + } + function isFileUrl(input) { + return input.startsWith('file:'); + } + function isRelative(input) { + return /^[.?#]/.test(input); + } + function parseAbsoluteUrl(input) { + const match = urlRegex.exec(input); + return makeUrl( + match[1], + match[2] || '', + match[3], + match[4] || '', + match[5] || '/', + match[6] || '', + match[7] || '' + ); + } + function parseFileUrl(input) { + const match = fileRegex.exec(input); + const path = match[2]; + return makeUrl( + 'file:', + '', + match[1] || '', + '', + isAbsolutePath(path) ? path : '/' + path, + match[3] || '', + match[4] || '' + ); + } + function makeUrl(scheme, user, host, port, path, query, hash) { + return { + scheme, + user, + host, + port, + path, + query, + hash, + type: 7 /* Absolute */, + }; + } + function parseUrl(input) { + if (isSchemeRelativeUrl(input)) { + const url = parseAbsoluteUrl('http:' + input); + url.scheme = ''; + url.type = 6 /* SchemeRelative */; + return url; } - function isSchemeRelativeUrl(input) { - return input.startsWith('//'); + if (isAbsolutePath(input)) { + const url = parseAbsoluteUrl('http://foo.com' + input); + url.scheme = ''; + url.host = ''; + url.type = 5 /* AbsolutePath */; + return url; } - function isAbsolutePath(input) { - return input.startsWith('/'); + if (isFileUrl(input)) return parseFileUrl(input); + if (isAbsoluteUrl(input)) return parseAbsoluteUrl(input); + const url = parseAbsoluteUrl('http://foo.com/' + input); + url.scheme = ''; + url.host = ''; + url.type = + input ? + input.startsWith('?') ? 3 /* Query */ + : input.startsWith('#') ? 2 /* Hash */ + : 4 /* RelativePath */ + : 1 /* Empty */; + return url; + } + function stripPathFilename(path) { + // If a path ends with a parent directory "..", then it's a relative path with excess parent + // paths. It's not a file, so we can't strip it. + if (path.endsWith('/..')) return path; + const index = path.lastIndexOf('/'); + return path.slice(0, index + 1); + } + function mergePaths(url, base) { + normalizePath(base, base.type); + // If the path is just a "/", then it was an empty path to begin with (remember, we're a relative + // path). + if (url.path === '/') { + url.path = base.path; + } else { + // Resolution happens relative to the base path's directory, not the file. + url.path = stripPathFilename(base.path) + url.path; } - function isFileUrl(input) { - return input.startsWith('file:'); - } - function isRelative(input) { - return /^[.?#]/.test(input); - } - function parseAbsoluteUrl(input) { - const match = urlRegex.exec(input); - return makeUrl(match[1], match[2] || '', match[3], match[4] || '', match[5] || '/', match[6] || '', match[7] || ''); - } - function parseFileUrl(input) { - const match = fileRegex.exec(input); - const path = match[2]; - return makeUrl('file:', '', match[1] || '', '', isAbsolutePath(path) ? path : '/' + path, match[3] || '', match[4] || ''); - } - function makeUrl(scheme, user, host, port, path, query, hash) { - return { - scheme, - user, - host, - port, - path, - query, - hash, - type: 7 /* Absolute */, - }; - } - function parseUrl(input) { - if (isSchemeRelativeUrl(input)) { - const url = parseAbsoluteUrl('http:' + input); - url.scheme = ''; - url.type = 6 /* SchemeRelative */; - return url; + } + /** + * The path can have empty directories "//", unneeded parents "foo/..", or current directory + * "foo/.". We need to normalize to a standard representation. + */ + function normalizePath(url, type) { + const rel = type <= 4; /* RelativePath */ + const pieces = url.path.split('/'); + // We need to preserve the first piece always, so that we output a leading slash. The item at + // pieces[0] is an empty string. + let pointer = 1; + // Positive is the number of real directories we've output, used for popping a parent directory. + // Eg, "foo/bar/.." will have a positive 2, and we can decrement to be left with just "foo". + let positive = 0; + // We need to keep a trailing slash if we encounter an empty directory (eg, splitting "foo/" will + // generate `["foo", ""]` pieces). And, if we pop a parent directory. But once we encounter a + // real directory, we won't need to append, unless the other conditions happen again. + let addTrailingSlash = false; + for (let i = 1; i < pieces.length; i++) { + const piece = pieces[i]; + // An empty directory, could be a trailing slash, or just a double "//" in the path. + if (!piece) { + addTrailingSlash = true; + continue; + } + // If we encounter a real directory, then we don't need to append anymore. + addTrailingSlash = false; + // A current directory, which we can always drop. + if (piece === '.') continue; + // A parent directory, we need to see if there are any real directories we can pop. Else, we + // have an excess of parents, and we'll need to keep the "..". + if (piece === '..') { + if (positive) { + addTrailingSlash = true; + positive--; + pointer--; + } else if (rel) { + // If we're in a relativePath, then we need to keep the excess parents. Else, in an absolute + // URL, protocol relative URL, or an absolute path, we don't need to keep excess. + pieces[pointer++] = piece; } - if (isAbsolutePath(input)) { - const url = parseAbsoluteUrl('http://foo.com' + input); - url.scheme = ''; - url.host = ''; - url.type = 5 /* AbsolutePath */; - return url; - } - if (isFileUrl(input)) - return parseFileUrl(input); - if (isAbsoluteUrl(input)) - return parseAbsoluteUrl(input); - const url = parseAbsoluteUrl('http://foo.com/' + input); - url.scheme = ''; - url.host = ''; - url.type = input - ? input.startsWith('?') - ? 3 /* Query */ - : input.startsWith('#') - ? 2 /* Hash */ - : 4 /* RelativePath */ - : 1 /* Empty */; - return url; + continue; + } + // We've encountered a real directory. Move it to the next insertion pointer, which accounts for + // any popped or dropped directories. + pieces[pointer++] = piece; + positive++; } - function stripPathFilename(path) { - // If a path ends with a parent directory "..", then it's a relative path with excess parent - // paths. It's not a file, so we can't strip it. - if (path.endsWith('/..')) - return path; - const index = path.lastIndexOf('/'); - return path.slice(0, index + 1); + let path = ''; + for (let i = 1; i < pointer; i++) { + path += '/' + pieces[i]; } - function mergePaths(url, base) { - normalizePath(base, base.type); - // If the path is just a "/", then it was an empty path to begin with (remember, we're a relative - // path). - if (url.path === '/') { - url.path = base.path; - } - else { - // Resolution happens relative to the base path's directory, not the file. - url.path = stripPathFilename(base.path) + url.path; - } + if (!path || (addTrailingSlash && !path.endsWith('/..'))) { + path += '/'; } - /** - * The path can have empty directories "//", unneeded parents "foo/..", or current directory - * "foo/.". We need to normalize to a standard representation. - */ - function normalizePath(url, type) { - const rel = type <= 4 /* RelativePath */; - const pieces = url.path.split('/'); - // We need to preserve the first piece always, so that we output a leading slash. The item at - // pieces[0] is an empty string. - let pointer = 1; - // Positive is the number of real directories we've output, used for popping a parent directory. - // Eg, "foo/bar/.." will have a positive 2, and we can decrement to be left with just "foo". - let positive = 0; - // We need to keep a trailing slash if we encounter an empty directory (eg, splitting "foo/" will - // generate `["foo", ""]` pieces). And, if we pop a parent directory. But once we encounter a - // real directory, we won't need to append, unless the other conditions happen again. - let addTrailingSlash = false; - for (let i = 1; i < pieces.length; i++) { - const piece = pieces[i]; - // An empty directory, could be a trailing slash, or just a double "//" in the path. - if (!piece) { - addTrailingSlash = true; - continue; - } - // If we encounter a real directory, then we don't need to append anymore. - addTrailingSlash = false; - // A current directory, which we can always drop. - if (piece === '.') - continue; - // A parent directory, we need to see if there are any real directories we can pop. Else, we - // have an excess of parents, and we'll need to keep the "..". - if (piece === '..') { - if (positive) { - addTrailingSlash = true; - positive--; - pointer--; - } - else if (rel) { - // If we're in a relativePath, then we need to keep the excess parents. Else, in an absolute - // URL, protocol relative URL, or an absolute path, we don't need to keep excess. - pieces[pointer++] = piece; - } - continue; - } - // We've encountered a real directory. Move it to the next insertion pointer, which accounts for - // any popped or dropped directories. - pieces[pointer++] = piece; - positive++; - } - let path = ''; - for (let i = 1; i < pointer; i++) { - path += '/' + pieces[i]; - } - if (!path || (addTrailingSlash && !path.endsWith('/..'))) { - path += '/'; - } - url.path = path; + url.path = path; + } + /** + * Attempts to resolve `input` URL/path relative to `base`. + */ + function resolve(input, base) { + if (!input && !base) return ''; + const url = parseUrl(input); + let inputType = url.type; + if (base && inputType !== 7 /* Absolute */) { + const baseUrl = parseUrl(base); + const baseType = baseUrl.type; + switch (inputType) { + case 1 /* Empty */: + url.hash = baseUrl.hash; + // fall through + case 2 /* Hash */: + url.query = baseUrl.query; + // fall through + case 3 /* Query */: + case 4 /* RelativePath */: + mergePaths(url, baseUrl); + // fall through + case 5 /* AbsolutePath */: + // The host, user, and port are joined, you can't copy one without the others. + url.user = baseUrl.user; + url.host = baseUrl.host; + url.port = baseUrl.port; + // fall through + case 6 /* SchemeRelative */: + // The input doesn't have a schema at least, so we need to copy at least that over. + url.scheme = baseUrl.scheme; + } + if (baseType > inputType) inputType = baseType; } - /** - * Attempts to resolve `input` URL/path relative to `base`. - */ - function resolve(input, base) { - if (!input && !base) - return ''; - const url = parseUrl(input); - let inputType = url.type; - if (base && inputType !== 7 /* Absolute */) { - const baseUrl = parseUrl(base); - const baseType = baseUrl.type; - switch (inputType) { - case 1 /* Empty */: - url.hash = baseUrl.hash; - // fall through - case 2 /* Hash */: - url.query = baseUrl.query; - // fall through - case 3 /* Query */: - case 4 /* RelativePath */: - mergePaths(url, baseUrl); - // fall through - case 5 /* AbsolutePath */: - // The host, user, and port are joined, you can't copy one without the others. - url.user = baseUrl.user; - url.host = baseUrl.host; - url.port = baseUrl.port; - // fall through - case 6 /* SchemeRelative */: - // The input doesn't have a schema at least, so we need to copy at least that over. - url.scheme = baseUrl.scheme; - } - if (baseType > inputType) - inputType = baseType; - } - normalizePath(url, inputType); - const queryHash = url.query + url.hash; - switch (inputType) { - // This is impossible, because of the empty checks at the start of the function. - // case UrlType.Empty: - case 2 /* Hash */: - case 3 /* Query */: - return queryHash; - case 4 /* RelativePath */: { - // The first char is always a "/", and we need it to be relative. - const path = url.path.slice(1); - if (!path) - return queryHash || '.'; - if (isRelative(base || input) && !isRelative(path)) { - // If base started with a leading ".", or there is no base and input started with a ".", - // then we need to ensure that the relative path starts with a ".". We don't know if - // relative starts with a "..", though, so check before prepending. - return './' + path + queryHash; - } - return path + queryHash; - } - case 5 /* AbsolutePath */: - return url.path + queryHash; - default: - return url.scheme + '//' + url.user + url.host + url.port + url.path + queryHash; + normalizePath(url, inputType); + const queryHash = url.query + url.hash; + switch (inputType) { + // This is impossible, because of the empty checks at the start of the function. + // case UrlType.Empty: + case 2 /* Hash */: + case 3 /* Query */: + return queryHash; + case 4 /* RelativePath */: { + // The first char is always a "/", and we need it to be relative. + const path = url.path.slice(1); + if (!path) return queryHash || '.'; + if (isRelative(base || input) && !isRelative(path)) { + // If base started with a leading ".", or there is no base and input started with a ".", + // then we need to ensure that the relative path starts with a ".". We don't know if + // relative starts with a "..", though, so check before prepending. + return './' + path + queryHash; } + return path + queryHash; + } + case 5 /* AbsolutePath */: + return url.path + queryHash; + default: + return ( + url.scheme + + '//' + + url.user + + url.host + + url.port + + url.path + + queryHash + ); } + } - return resolve; - -})); + return resolve; +}); //# sourceMappingURL=resolve-uri.umd.js.map diff --git a/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts b/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts index b7f0b3b..a0d8399 100644 --- a/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +++ b/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts @@ -1,4 +1,7 @@ /** * Attempts to resolve `input` URL/path relative to `base`. */ -export default function resolve(input: string, base: string | undefined): string; +export default function resolve( + input: string, + base: string | undefined +): string; diff --git a/node_modules/@jridgewell/set-array/dist/set-array.mjs b/node_modules/@jridgewell/set-array/dist/set-array.mjs index 8a2d60b..9551653 100644 --- a/node_modules/@jridgewell/set-array/dist/set-array.mjs +++ b/node_modules/@jridgewell/set-array/dist/set-array.mjs @@ -7,62 +7,59 @@ * and there are never duplicates. */ class SetArray { - constructor() { - this._indexes = { __proto__: null }; - this.array = []; - } + constructor() { + this._indexes = { __proto__: null }; + this.array = []; + } } /** * Typescript doesn't allow friend access to private fields, so this just casts the set into a type * with public access modifiers. */ function cast(set) { - return set; + return set; } /** * Gets the index associated with `key` in the backing array, if it is already present. */ function get(setarr, key) { - return cast(setarr)._indexes[key]; + return cast(setarr)._indexes[key]; } /** * Puts `key` into the backing array, if it is not already present. Returns * the index of the `key` in the backing array. */ function put(setarr, key) { - // The key may or may not be present. If it is present, it's a number. - const index = get(setarr, key); - if (index !== undefined) - return index; - const { array, _indexes: indexes } = cast(setarr); - const length = array.push(key); - return (indexes[key] = length - 1); + // The key may or may not be present. If it is present, it's a number. + const index = get(setarr, key); + if (index !== undefined) return index; + const { array, _indexes: indexes } = cast(setarr); + const length = array.push(key); + return (indexes[key] = length - 1); } /** * Pops the last added item out of the SetArray. */ function pop(setarr) { - const { array, _indexes: indexes } = cast(setarr); - if (array.length === 0) - return; - const last = array.pop(); - indexes[last] = undefined; + const { array, _indexes: indexes } = cast(setarr); + if (array.length === 0) return; + const last = array.pop(); + indexes[last] = undefined; } /** * Removes the key, if it exists in the set. */ function remove(setarr, key) { - const index = get(setarr, key); - if (index === undefined) - return; - const { array, _indexes: indexes } = cast(setarr); - for (let i = index + 1; i < array.length; i++) { - const k = array[i]; - array[i - 1] = k; - indexes[k]--; - } - indexes[key] = undefined; - array.pop(); + const index = get(setarr, key); + if (index === undefined) return; + const { array, _indexes: indexes } = cast(setarr); + for (let i = index + 1; i < array.length; i++) { + const k = array[i]; + array[i - 1] = k; + indexes[k]--; + } + indexes[key] = undefined; + array.pop(); } export { SetArray, get, pop, put, remove }; diff --git a/node_modules/@jridgewell/set-array/dist/set-array.umd.js b/node_modules/@jridgewell/set-array/dist/set-array.umd.js index ab498cc..3c06301 100644 --- a/node_modules/@jridgewell/set-array/dist/set-array.umd.js +++ b/node_modules/@jridgewell/set-array/dist/set-array.umd.js @@ -1,83 +1,82 @@ (function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : - typeof define === 'function' && define.amd ? define(['exports'], factory) : - (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.setArray = {})); -})(this, (function (exports) { 'use strict'; + typeof exports === 'object' && typeof module !== 'undefined' ? + factory(exports) + : typeof define === 'function' && define.amd ? define(['exports'], factory) + : ((global = typeof globalThis !== 'undefined' ? globalThis : global || self), + factory((global.setArray = {}))); +})(this, function (exports) { + 'use strict'; - /** - * SetArray acts like a `Set` (allowing only one occurrence of a string `key`), but provides the - * index of the `key` in the backing array. - * - * This is designed to allow synchronizing a second array with the contents of the backing array, - * like how in a sourcemap `sourcesContent[i]` is the source content associated with `source[i]`, - * and there are never duplicates. - */ - class SetArray { - constructor() { - this._indexes = { __proto__: null }; - this.array = []; - } + /** + * SetArray acts like a `Set` (allowing only one occurrence of a string `key`), but provides the + * index of the `key` in the backing array. + * + * This is designed to allow synchronizing a second array with the contents of the backing array, + * like how in a sourcemap `sourcesContent[i]` is the source content associated with `source[i]`, + * and there are never duplicates. + */ + class SetArray { + constructor() { + this._indexes = { __proto__: null }; + this.array = []; } - /** - * Typescript doesn't allow friend access to private fields, so this just casts the set into a type - * with public access modifiers. - */ - function cast(set) { - return set; - } - /** - * Gets the index associated with `key` in the backing array, if it is already present. - */ - function get(setarr, key) { - return cast(setarr)._indexes[key]; - } - /** - * Puts `key` into the backing array, if it is not already present. Returns - * the index of the `key` in the backing array. - */ - function put(setarr, key) { - // The key may or may not be present. If it is present, it's a number. - const index = get(setarr, key); - if (index !== undefined) - return index; - const { array, _indexes: indexes } = cast(setarr); - const length = array.push(key); - return (indexes[key] = length - 1); - } - /** - * Pops the last added item out of the SetArray. - */ - function pop(setarr) { - const { array, _indexes: indexes } = cast(setarr); - if (array.length === 0) - return; - const last = array.pop(); - indexes[last] = undefined; - } - /** - * Removes the key, if it exists in the set. - */ - function remove(setarr, key) { - const index = get(setarr, key); - if (index === undefined) - return; - const { array, _indexes: indexes } = cast(setarr); - for (let i = index + 1; i < array.length; i++) { - const k = array[i]; - array[i - 1] = k; - indexes[k]--; - } - indexes[key] = undefined; - array.pop(); + } + /** + * Typescript doesn't allow friend access to private fields, so this just casts the set into a type + * with public access modifiers. + */ + function cast(set) { + return set; + } + /** + * Gets the index associated with `key` in the backing array, if it is already present. + */ + function get(setarr, key) { + return cast(setarr)._indexes[key]; + } + /** + * Puts `key` into the backing array, if it is not already present. Returns + * the index of the `key` in the backing array. + */ + function put(setarr, key) { + // The key may or may not be present. If it is present, it's a number. + const index = get(setarr, key); + if (index !== undefined) return index; + const { array, _indexes: indexes } = cast(setarr); + const length = array.push(key); + return (indexes[key] = length - 1); + } + /** + * Pops the last added item out of the SetArray. + */ + function pop(setarr) { + const { array, _indexes: indexes } = cast(setarr); + if (array.length === 0) return; + const last = array.pop(); + indexes[last] = undefined; + } + /** + * Removes the key, if it exists in the set. + */ + function remove(setarr, key) { + const index = get(setarr, key); + if (index === undefined) return; + const { array, _indexes: indexes } = cast(setarr); + for (let i = index + 1; i < array.length; i++) { + const k = array[i]; + array[i - 1] = k; + indexes[k]--; } + indexes[key] = undefined; + array.pop(); + } - exports.SetArray = SetArray; - exports.get = get; - exports.pop = pop; - exports.put = put; - exports.remove = remove; + exports.SetArray = SetArray; + exports.get = get; + exports.pop = pop; + exports.put = put; + exports.remove = remove; - Object.defineProperty(exports, '__esModule', { value: true }); - -})); + Object.defineProperty(exports, '__esModule', { value: true }); +}); //# sourceMappingURL=set-array.umd.js.map diff --git a/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts b/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts index 5f68e5d..76cf987 100644 --- a/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +++ b/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts @@ -8,14 +8,17 @@ declare type Key = string | number | symbol; * and there are never duplicates. */ export declare class SetArray { - private _indexes; - array: readonly T[]; - constructor(); + private _indexes; + array: readonly T[]; + constructor(); } /** * Gets the index associated with `key` in the backing array, if it is already present. */ -export declare function get(setarr: SetArray, key: T): number | undefined; +export declare function get( + setarr: SetArray, + key: T +): number | undefined; /** * Puts `key` into the backing array, if it is not already present. Returns * the index of the `key` in the backing array. @@ -28,5 +31,8 @@ export declare function pop(setarr: SetArray): void; /** * Removes the key, if it exists in the set. */ -export declare function remove(setarr: SetArray, key: T): void; +export declare function remove( + setarr: SetArray, + key: T +): void; export {}; diff --git a/node_modules/@jridgewell/source-map/dist/source-map.cjs b/node_modules/@jridgewell/source-map/dist/source-map.cjs index 82d1e2b..06070ea 100644 --- a/node_modules/@jridgewell/source-map/dist/source-map.cjs +++ b/node_modules/@jridgewell/source-map/dist/source-map.cjs @@ -6,88 +6,97 @@ var traceMapping = require('@jridgewell/trace-mapping'); var genMapping = require('@jridgewell/gen-mapping'); class SourceMapConsumer { - constructor(map, mapUrl) { - const trace = (this._map = new traceMapping.AnyMap(map, mapUrl)); - this.file = trace.file; - this.names = trace.names; - this.sourceRoot = trace.sourceRoot; - this.sources = trace.resolvedSources; - this.sourcesContent = trace.sourcesContent; - this.version = trace.version; + constructor(map, mapUrl) { + const trace = (this._map = new traceMapping.AnyMap(map, mapUrl)); + this.file = trace.file; + this.names = trace.names; + this.sourceRoot = trace.sourceRoot; + this.sources = trace.resolvedSources; + this.sourcesContent = trace.sourcesContent; + this.version = trace.version; + } + static fromSourceMap(map, mapUrl) { + // This is more performant if we receive + // a @jridgewell/source-map SourceMapGenerator + if (map.toDecodedMap) { + return new SourceMapConsumer(map.toDecodedMap(), mapUrl); } - static fromSourceMap(map, mapUrl) { - // This is more performant if we receive - // a @jridgewell/source-map SourceMapGenerator - if (map.toDecodedMap) { - return new SourceMapConsumer(map.toDecodedMap(), mapUrl); - } - // This is a fallback for `source-map` and `source-map-js` - return new SourceMapConsumer(map.toJSON(), mapUrl); + // This is a fallback for `source-map` and `source-map-js` + return new SourceMapConsumer(map.toJSON(), mapUrl); + } + get mappings() { + return traceMapping.encodedMappings(this._map); + } + originalPositionFor(needle) { + return traceMapping.originalPositionFor(this._map, needle); + } + generatedPositionFor(originalPosition) { + return traceMapping.generatedPositionFor(this._map, originalPosition); + } + allGeneratedPositionsFor(originalPosition) { + return traceMapping.allGeneratedPositionsFor(this._map, originalPosition); + } + hasContentsOfAllSources() { + if ( + !this.sourcesContent || + this.sourcesContent.length !== this.sources.length + ) { + return false; } - get mappings() { - return traceMapping.encodedMappings(this._map); + for (const content of this.sourcesContent) { + if (content == null) { + return false; + } } - originalPositionFor(needle) { - return traceMapping.originalPositionFor(this._map, needle); + return true; + } + sourceContentFor(source, nullOnMissing) { + const sourceContent = traceMapping.sourceContentFor(this._map, source); + if (sourceContent != null) { + return sourceContent; } - generatedPositionFor(originalPosition) { - return traceMapping.generatedPositionFor(this._map, originalPosition); - } - allGeneratedPositionsFor(originalPosition) { - return traceMapping.allGeneratedPositionsFor(this._map, originalPosition); - } - hasContentsOfAllSources() { - if (!this.sourcesContent || this.sourcesContent.length !== this.sources.length) { - return false; - } - for (const content of this.sourcesContent) { - if (content == null) { - return false; - } - } - return true; - } - sourceContentFor(source, nullOnMissing) { - const sourceContent = traceMapping.sourceContentFor(this._map, source); - if (sourceContent != null) { - return sourceContent; - } - if (nullOnMissing) { - return null; - } - throw new Error(`"${source}" is not in the SourceMap.`); - } - eachMapping(callback, context /*, order?: number*/) { - // order is ignored as @jridgewell/trace-map doesn't implement it - traceMapping.eachMapping(this._map, context ? callback.bind(context) : callback); - } - destroy() { - // noop. + if (nullOnMissing) { + return null; } + throw new Error(`"${source}" is not in the SourceMap.`); + } + eachMapping(callback, context /*, order?: number*/) { + // order is ignored as @jridgewell/trace-map doesn't implement it + traceMapping.eachMapping( + this._map, + context ? callback.bind(context) : callback + ); + } + destroy() { + // noop. + } } class SourceMapGenerator { - constructor(opts) { - // TODO :: should this be duck-typed ? - this._map = opts instanceof genMapping.GenMapping ? opts : new genMapping.GenMapping(opts); - } - static fromSourceMap(consumer) { - return new SourceMapGenerator(genMapping.fromMap(consumer)); - } - addMapping(mapping) { - genMapping.maybeAddMapping(this._map, mapping); - } - setSourceContent(source, content) { - genMapping.setSourceContent(this._map, source, content); - } - toJSON() { - return genMapping.toEncodedMap(this._map); - } - toString() { - return JSON.stringify(this.toJSON()); - } - toDecodedMap() { - return genMapping.toDecodedMap(this._map); - } + constructor(opts) { + // TODO :: should this be duck-typed ? + this._map = + opts instanceof genMapping.GenMapping ? + opts + : new genMapping.GenMapping(opts); + } + static fromSourceMap(consumer) { + return new SourceMapGenerator(genMapping.fromMap(consumer)); + } + addMapping(mapping) { + genMapping.maybeAddMapping(this._map, mapping); + } + setSourceContent(source, content) { + genMapping.setSourceContent(this._map, source, content); + } + toJSON() { + return genMapping.toEncodedMap(this._map); + } + toString() { + return JSON.stringify(this.toJSON()); + } + toDecodedMap() { + return genMapping.toDecodedMap(this._map); + } } exports.SourceMapConsumer = SourceMapConsumer; diff --git a/node_modules/@jridgewell/source-map/dist/source-map.mjs b/node_modules/@jridgewell/source-map/dist/source-map.mjs index 0d7b29c..8b311a7 100644 --- a/node_modules/@jridgewell/source-map/dist/source-map.mjs +++ b/node_modules/@jridgewell/source-map/dist/source-map.mjs @@ -1,89 +1,107 @@ -import { AnyMap, encodedMappings, originalPositionFor, generatedPositionFor, allGeneratedPositionsFor, sourceContentFor, eachMapping } from '@jridgewell/trace-mapping'; -import { GenMapping, fromMap, maybeAddMapping, setSourceContent, toEncodedMap, toDecodedMap } from '@jridgewell/gen-mapping'; +import { + AnyMap, + encodedMappings, + originalPositionFor, + generatedPositionFor, + allGeneratedPositionsFor, + sourceContentFor, + eachMapping, +} from '@jridgewell/trace-mapping'; +import { + GenMapping, + fromMap, + maybeAddMapping, + setSourceContent, + toEncodedMap, + toDecodedMap, +} from '@jridgewell/gen-mapping'; class SourceMapConsumer { - constructor(map, mapUrl) { - const trace = (this._map = new AnyMap(map, mapUrl)); - this.file = trace.file; - this.names = trace.names; - this.sourceRoot = trace.sourceRoot; - this.sources = trace.resolvedSources; - this.sourcesContent = trace.sourcesContent; - this.version = trace.version; + constructor(map, mapUrl) { + const trace = (this._map = new AnyMap(map, mapUrl)); + this.file = trace.file; + this.names = trace.names; + this.sourceRoot = trace.sourceRoot; + this.sources = trace.resolvedSources; + this.sourcesContent = trace.sourcesContent; + this.version = trace.version; + } + static fromSourceMap(map, mapUrl) { + // This is more performant if we receive + // a @jridgewell/source-map SourceMapGenerator + if (map.toDecodedMap) { + return new SourceMapConsumer(map.toDecodedMap(), mapUrl); } - static fromSourceMap(map, mapUrl) { - // This is more performant if we receive - // a @jridgewell/source-map SourceMapGenerator - if (map.toDecodedMap) { - return new SourceMapConsumer(map.toDecodedMap(), mapUrl); - } - // This is a fallback for `source-map` and `source-map-js` - return new SourceMapConsumer(map.toJSON(), mapUrl); + // This is a fallback for `source-map` and `source-map-js` + return new SourceMapConsumer(map.toJSON(), mapUrl); + } + get mappings() { + return encodedMappings(this._map); + } + originalPositionFor(needle) { + return originalPositionFor(this._map, needle); + } + generatedPositionFor(originalPosition) { + return generatedPositionFor(this._map, originalPosition); + } + allGeneratedPositionsFor(originalPosition) { + return allGeneratedPositionsFor(this._map, originalPosition); + } + hasContentsOfAllSources() { + if ( + !this.sourcesContent || + this.sourcesContent.length !== this.sources.length + ) { + return false; } - get mappings() { - return encodedMappings(this._map); + for (const content of this.sourcesContent) { + if (content == null) { + return false; + } } - originalPositionFor(needle) { - return originalPositionFor(this._map, needle); + return true; + } + sourceContentFor(source, nullOnMissing) { + const sourceContent = sourceContentFor(this._map, source); + if (sourceContent != null) { + return sourceContent; } - generatedPositionFor(originalPosition) { - return generatedPositionFor(this._map, originalPosition); - } - allGeneratedPositionsFor(originalPosition) { - return allGeneratedPositionsFor(this._map, originalPosition); - } - hasContentsOfAllSources() { - if (!this.sourcesContent || this.sourcesContent.length !== this.sources.length) { - return false; - } - for (const content of this.sourcesContent) { - if (content == null) { - return false; - } - } - return true; - } - sourceContentFor(source, nullOnMissing) { - const sourceContent = sourceContentFor(this._map, source); - if (sourceContent != null) { - return sourceContent; - } - if (nullOnMissing) { - return null; - } - throw new Error(`"${source}" is not in the SourceMap.`); - } - eachMapping(callback, context /*, order?: number*/) { - // order is ignored as @jridgewell/trace-map doesn't implement it - eachMapping(this._map, context ? callback.bind(context) : callback); - } - destroy() { - // noop. + if (nullOnMissing) { + return null; } + throw new Error(`"${source}" is not in the SourceMap.`); + } + eachMapping(callback, context /*, order?: number*/) { + // order is ignored as @jridgewell/trace-map doesn't implement it + eachMapping(this._map, context ? callback.bind(context) : callback); + } + destroy() { + // noop. + } } class SourceMapGenerator { - constructor(opts) { - // TODO :: should this be duck-typed ? - this._map = opts instanceof GenMapping ? opts : new GenMapping(opts); - } - static fromSourceMap(consumer) { - return new SourceMapGenerator(fromMap(consumer)); - } - addMapping(mapping) { - maybeAddMapping(this._map, mapping); - } - setSourceContent(source, content) { - setSourceContent(this._map, source, content); - } - toJSON() { - return toEncodedMap(this._map); - } - toString() { - return JSON.stringify(this.toJSON()); - } - toDecodedMap() { - return toDecodedMap(this._map); - } + constructor(opts) { + // TODO :: should this be duck-typed ? + this._map = opts instanceof GenMapping ? opts : new GenMapping(opts); + } + static fromSourceMap(consumer) { + return new SourceMapGenerator(fromMap(consumer)); + } + addMapping(mapping) { + maybeAddMapping(this._map, mapping); + } + setSourceContent(source, content) { + setSourceContent(this._map, source, content); + } + toJSON() { + return toEncodedMap(this._map); + } + toString() { + return JSON.stringify(this.toJSON()); + } + toDecodedMap() { + return toDecodedMap(this._map); + } } export { SourceMapConsumer, SourceMapGenerator }; diff --git a/node_modules/@jridgewell/source-map/dist/source-map.umd.js b/node_modules/@jridgewell/source-map/dist/source-map.umd.js index 70594c2..23ac992 100644 --- a/node_modules/@jridgewell/source-map/dist/source-map.umd.js +++ b/node_modules/@jridgewell/source-map/dist/source-map.umd.js @@ -1,1242 +1,1393 @@ (function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : - typeof define === 'function' && define.amd ? define(['exports'], factory) : - (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.sourceMap = {})); -})(this, (function (exports) { 'use strict'; + typeof exports === 'object' && typeof module !== 'undefined' ? + factory(exports) + : typeof define === 'function' && define.amd ? define(['exports'], factory) + : ((global = typeof globalThis !== 'undefined' ? globalThis : global || self), + factory((global.sourceMap = {}))); +})(this, function (exports) { + 'use strict'; - const comma = ','.charCodeAt(0); - const semicolon = ';'.charCodeAt(0); - const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; - const intToChar = new Uint8Array(64); // 64 possible chars. - const charToInt = new Uint8Array(128); // z is 122 in ASCII - for (let i = 0; i < chars.length; i++) { - const c = chars.charCodeAt(i); - intToChar[i] = c; - charToInt[c] = i; - } - // Provide a fallback for older environments. - const td = typeof TextDecoder !== 'undefined' - ? /* #__PURE__ */ new TextDecoder() - : typeof Buffer !== 'undefined' - ? { - decode(buf) { - const out = Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength); - return out.toString(); - }, - } - : { - decode(buf) { - let out = ''; - for (let i = 0; i < buf.length; i++) { - out += String.fromCharCode(buf[i]); - } - return out; - }, - }; - function decode(mappings) { - const state = new Int32Array(5); - const decoded = []; - let index = 0; - do { - const semi = indexOf(mappings, index); - const line = []; - let sorted = true; - let lastCol = 0; - state[0] = 0; - for (let i = index; i < semi; i++) { - let seg; - i = decodeInteger(mappings, i, state, 0); // genColumn - const col = state[0]; - if (col < lastCol) - sorted = false; - lastCol = col; - if (hasMoreVlq(mappings, i, semi)) { - i = decodeInteger(mappings, i, state, 1); // sourcesIndex - i = decodeInteger(mappings, i, state, 2); // sourceLine - i = decodeInteger(mappings, i, state, 3); // sourceColumn - if (hasMoreVlq(mappings, i, semi)) { - i = decodeInteger(mappings, i, state, 4); // namesIndex - seg = [col, state[1], state[2], state[3], state[4]]; - } - else { - seg = [col, state[1], state[2], state[3]]; - } - } - else { - seg = [col]; - } - line.push(seg); - } - if (!sorted) - sort(line); - decoded.push(line); - index = semi + 1; - } while (index <= mappings.length); - return decoded; - } - function indexOf(mappings, index) { - const idx = mappings.indexOf(';', index); - return idx === -1 ? mappings.length : idx; - } - function decodeInteger(mappings, pos, state, j) { - let value = 0; - let shift = 0; - let integer = 0; - do { - const c = mappings.charCodeAt(pos++); - integer = charToInt[c]; - value |= (integer & 31) << shift; - shift += 5; - } while (integer & 32); - const shouldNegate = value & 1; - value >>>= 1; - if (shouldNegate) { - value = -0x80000000 | -value; + const comma = ','.charCodeAt(0); + const semicolon = ';'.charCodeAt(0); + const chars = + 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; + const intToChar = new Uint8Array(64); // 64 possible chars. + const charToInt = new Uint8Array(128); // z is 122 in ASCII + for (let i = 0; i < chars.length; i++) { + const c = chars.charCodeAt(i); + intToChar[i] = c; + charToInt[c] = i; + } + // Provide a fallback for older environments. + const td = + typeof TextDecoder !== 'undefined' ? /* #__PURE__ */ new TextDecoder() + : typeof Buffer !== 'undefined' ? + { + decode(buf) { + const out = Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength); + return out.toString(); + }, + } + : { + decode(buf) { + let out = ''; + for (let i = 0; i < buf.length; i++) { + out += String.fromCharCode(buf[i]); + } + return out; + }, + }; + function decode(mappings) { + const state = new Int32Array(5); + const decoded = []; + let index = 0; + do { + const semi = indexOf(mappings, index); + const line = []; + let sorted = true; + let lastCol = 0; + state[0] = 0; + for (let i = index; i < semi; i++) { + let seg; + i = decodeInteger(mappings, i, state, 0); // genColumn + const col = state[0]; + if (col < lastCol) sorted = false; + lastCol = col; + if (hasMoreVlq(mappings, i, semi)) { + i = decodeInteger(mappings, i, state, 1); // sourcesIndex + i = decodeInteger(mappings, i, state, 2); // sourceLine + i = decodeInteger(mappings, i, state, 3); // sourceColumn + if (hasMoreVlq(mappings, i, semi)) { + i = decodeInteger(mappings, i, state, 4); // namesIndex + seg = [col, state[1], state[2], state[3], state[4]]; + } else { + seg = [col, state[1], state[2], state[3]]; + } + } else { + seg = [col]; } - state[j] += value; - return pos; + line.push(seg); + } + if (!sorted) sort(line); + decoded.push(line); + index = semi + 1; + } while (index <= mappings.length); + return decoded; + } + function indexOf(mappings, index) { + const idx = mappings.indexOf(';', index); + return idx === -1 ? mappings.length : idx; + } + function decodeInteger(mappings, pos, state, j) { + let value = 0; + let shift = 0; + let integer = 0; + do { + const c = mappings.charCodeAt(pos++); + integer = charToInt[c]; + value |= (integer & 31) << shift; + shift += 5; + } while (integer & 32); + const shouldNegate = value & 1; + value >>>= 1; + if (shouldNegate) { + value = -0x80000000 | -value; } - function hasMoreVlq(mappings, i, length) { - if (i >= length) - return false; - return mappings.charCodeAt(i) !== comma; - } - function sort(line) { - line.sort(sortComparator$1); - } - function sortComparator$1(a, b) { - return a[0] - b[0]; - } - function encode(decoded) { - const state = new Int32Array(5); - const bufLength = 1024 * 16; - const subLength = bufLength - 36; - const buf = new Uint8Array(bufLength); - const sub = buf.subarray(0, subLength); - let pos = 0; - let out = ''; - for (let i = 0; i < decoded.length; i++) { - const line = decoded[i]; - if (i > 0) { - if (pos === bufLength) { - out += td.decode(buf); - pos = 0; - } - buf[pos++] = semicolon; - } - if (line.length === 0) - continue; - state[0] = 0; - for (let j = 0; j < line.length; j++) { - const segment = line[j]; - // We can push up to 5 ints, each int can take at most 7 chars, and we - // may push a comma. - if (pos > subLength) { - out += td.decode(sub); - buf.copyWithin(0, subLength, pos); - pos -= subLength; - } - if (j > 0) - buf[pos++] = comma; - pos = encodeInteger(buf, pos, state, segment, 0); // genColumn - if (segment.length === 1) - continue; - pos = encodeInteger(buf, pos, state, segment, 1); // sourcesIndex - pos = encodeInteger(buf, pos, state, segment, 2); // sourceLine - pos = encodeInteger(buf, pos, state, segment, 3); // sourceColumn - if (segment.length === 4) - continue; - pos = encodeInteger(buf, pos, state, segment, 4); // namesIndex - } + state[j] += value; + return pos; + } + function hasMoreVlq(mappings, i, length) { + if (i >= length) return false; + return mappings.charCodeAt(i) !== comma; + } + function sort(line) { + line.sort(sortComparator$1); + } + function sortComparator$1(a, b) { + return a[0] - b[0]; + } + function encode(decoded) { + const state = new Int32Array(5); + const bufLength = 1024 * 16; + const subLength = bufLength - 36; + const buf = new Uint8Array(bufLength); + const sub = buf.subarray(0, subLength); + let pos = 0; + let out = ''; + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + if (i > 0) { + if (pos === bufLength) { + out += td.decode(buf); + pos = 0; } - return out + td.decode(buf.subarray(0, pos)); - } - function encodeInteger(buf, pos, state, segment, j) { - const next = segment[j]; - let num = next - state[j]; - state[j] = next; - num = num < 0 ? (-num << 1) | 1 : num << 1; - do { - let clamped = num & 0b011111; - num >>>= 5; - if (num > 0) - clamped |= 0b100000; - buf[pos++] = intToChar[clamped]; - } while (num > 0); - return pos; + buf[pos++] = semicolon; + } + if (line.length === 0) continue; + state[0] = 0; + for (let j = 0; j < line.length; j++) { + const segment = line[j]; + // We can push up to 5 ints, each int can take at most 7 chars, and we + // may push a comma. + if (pos > subLength) { + out += td.decode(sub); + buf.copyWithin(0, subLength, pos); + pos -= subLength; + } + if (j > 0) buf[pos++] = comma; + pos = encodeInteger(buf, pos, state, segment, 0); // genColumn + if (segment.length === 1) continue; + pos = encodeInteger(buf, pos, state, segment, 1); // sourcesIndex + pos = encodeInteger(buf, pos, state, segment, 2); // sourceLine + pos = encodeInteger(buf, pos, state, segment, 3); // sourceColumn + if (segment.length === 4) continue; + pos = encodeInteger(buf, pos, state, segment, 4); // namesIndex + } } + return out + td.decode(buf.subarray(0, pos)); + } + function encodeInteger(buf, pos, state, segment, j) { + const next = segment[j]; + let num = next - state[j]; + state[j] = next; + num = num < 0 ? (-num << 1) | 1 : num << 1; + do { + let clamped = num & 0b011111; + num >>>= 5; + if (num > 0) clamped |= 0b100000; + buf[pos++] = intToChar[clamped]; + } while (num > 0); + return pos; + } - // Matches the scheme of a URL, eg "http://" - const schemeRegex = /^[\w+.-]+:\/\//; - /** - * Matches the parts of a URL: - * 1. Scheme, including ":", guaranteed. - * 2. User/password, including "@", optional. - * 3. Host, guaranteed. - * 4. Port, including ":", optional. - * 5. Path, including "/", optional. - * 6. Query, including "?", optional. - * 7. Hash, including "#", optional. - */ - const urlRegex = /^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#]*)?(#.*)?/; - /** - * File URLs are weird. They dont' need the regular `//` in the scheme, they may or may not start - * with a leading `/`, they can have a domain (but only if they don't start with a Windows drive). - * - * 1. Host, optional. - * 2. Path, which may include "/", guaranteed. - * 3. Query, including "?", optional. - * 4. Hash, including "#", optional. - */ - const fileRegex = /^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i; - function isAbsoluteUrl(input) { - return schemeRegex.test(input); - } - function isSchemeRelativeUrl(input) { - return input.startsWith('//'); - } - function isAbsolutePath(input) { - return input.startsWith('/'); - } - function isFileUrl(input) { - return input.startsWith('file:'); - } - function isRelative(input) { - return /^[.?#]/.test(input); - } - function parseAbsoluteUrl(input) { - const match = urlRegex.exec(input); - return makeUrl(match[1], match[2] || '', match[3], match[4] || '', match[5] || '/', match[6] || '', match[7] || ''); - } - function parseFileUrl(input) { - const match = fileRegex.exec(input); - const path = match[2]; - return makeUrl('file:', '', match[1] || '', '', isAbsolutePath(path) ? path : '/' + path, match[3] || '', match[4] || ''); - } - function makeUrl(scheme, user, host, port, path, query, hash) { - return { - scheme, - user, - host, - port, - path, - query, - hash, - type: 7 /* Absolute */, - }; - } - function parseUrl(input) { - if (isSchemeRelativeUrl(input)) { - const url = parseAbsoluteUrl('http:' + input); - url.scheme = ''; - url.type = 6 /* SchemeRelative */; - return url; - } - if (isAbsolutePath(input)) { - const url = parseAbsoluteUrl('http://foo.com' + input); - url.scheme = ''; - url.host = ''; - url.type = 5 /* AbsolutePath */; - return url; - } - if (isFileUrl(input)) - return parseFileUrl(input); - if (isAbsoluteUrl(input)) - return parseAbsoluteUrl(input); - const url = parseAbsoluteUrl('http://foo.com/' + input); - url.scheme = ''; - url.host = ''; - url.type = input - ? input.startsWith('?') - ? 3 /* Query */ - : input.startsWith('#') - ? 2 /* Hash */ - : 4 /* RelativePath */ - : 1 /* Empty */; - return url; - } - function stripPathFilename(path) { - // If a path ends with a parent directory "..", then it's a relative path with excess parent - // paths. It's not a file, so we can't strip it. - if (path.endsWith('/..')) - return path; - const index = path.lastIndexOf('/'); - return path.slice(0, index + 1); - } - function mergePaths(url, base) { - normalizePath(base, base.type); - // If the path is just a "/", then it was an empty path to begin with (remember, we're a relative - // path). - if (url.path === '/') { - url.path = base.path; - } - else { - // Resolution happens relative to the base path's directory, not the file. - url.path = stripPathFilename(base.path) + url.path; - } - } - /** - * The path can have empty directories "//", unneeded parents "foo/..", or current directory - * "foo/.". We need to normalize to a standard representation. - */ - function normalizePath(url, type) { - const rel = type <= 4 /* RelativePath */; - const pieces = url.path.split('/'); - // We need to preserve the first piece always, so that we output a leading slash. The item at - // pieces[0] is an empty string. - let pointer = 1; - // Positive is the number of real directories we've output, used for popping a parent directory. - // Eg, "foo/bar/.." will have a positive 2, and we can decrement to be left with just "foo". - let positive = 0; - // We need to keep a trailing slash if we encounter an empty directory (eg, splitting "foo/" will - // generate `["foo", ""]` pieces). And, if we pop a parent directory. But once we encounter a - // real directory, we won't need to append, unless the other conditions happen again. - let addTrailingSlash = false; - for (let i = 1; i < pieces.length; i++) { - const piece = pieces[i]; - // An empty directory, could be a trailing slash, or just a double "//" in the path. - if (!piece) { - addTrailingSlash = true; - continue; - } - // If we encounter a real directory, then we don't need to append anymore. - addTrailingSlash = false; - // A current directory, which we can always drop. - if (piece === '.') - continue; - // A parent directory, we need to see if there are any real directories we can pop. Else, we - // have an excess of parents, and we'll need to keep the "..". - if (piece === '..') { - if (positive) { - addTrailingSlash = true; - positive--; - pointer--; - } - else if (rel) { - // If we're in a relativePath, then we need to keep the excess parents. Else, in an absolute - // URL, protocol relative URL, or an absolute path, we don't need to keep excess. - pieces[pointer++] = piece; - } - continue; - } - // We've encountered a real directory. Move it to the next insertion pointer, which accounts for - // any popped or dropped directories. - pieces[pointer++] = piece; - positive++; - } - let path = ''; - for (let i = 1; i < pointer; i++) { - path += '/' + pieces[i]; - } - if (!path || (addTrailingSlash && !path.endsWith('/..'))) { - path += '/'; - } - url.path = path; - } - /** - * Attempts to resolve `input` URL/path relative to `base`. - */ - function resolve$1(input, base) { - if (!input && !base) - return ''; - const url = parseUrl(input); - let inputType = url.type; - if (base && inputType !== 7 /* Absolute */) { - const baseUrl = parseUrl(base); - const baseType = baseUrl.type; - switch (inputType) { - case 1 /* Empty */: - url.hash = baseUrl.hash; - // fall through - case 2 /* Hash */: - url.query = baseUrl.query; - // fall through - case 3 /* Query */: - case 4 /* RelativePath */: - mergePaths(url, baseUrl); - // fall through - case 5 /* AbsolutePath */: - // The host, user, and port are joined, you can't copy one without the others. - url.user = baseUrl.user; - url.host = baseUrl.host; - url.port = baseUrl.port; - // fall through - case 6 /* SchemeRelative */: - // The input doesn't have a schema at least, so we need to copy at least that over. - url.scheme = baseUrl.scheme; - } - if (baseType > inputType) - inputType = baseType; - } - normalizePath(url, inputType); - const queryHash = url.query + url.hash; - switch (inputType) { - // This is impossible, because of the empty checks at the start of the function. - // case UrlType.Empty: - case 2 /* Hash */: - case 3 /* Query */: - return queryHash; - case 4 /* RelativePath */: { - // The first char is always a "/", and we need it to be relative. - const path = url.path.slice(1); - if (!path) - return queryHash || '.'; - if (isRelative(base || input) && !isRelative(path)) { - // If base started with a leading ".", or there is no base and input started with a ".", - // then we need to ensure that the relative path starts with a ".". We don't know if - // relative starts with a "..", though, so check before prepending. - return './' + path + queryHash; - } - return path + queryHash; - } - case 5 /* AbsolutePath */: - return url.path + queryHash; - default: - return url.scheme + '//' + url.user + url.host + url.port + url.path + queryHash; - } - } - - function resolve(input, base) { - // The base is always treated as a directory, if it's not empty. - // https://github.com/mozilla/source-map/blob/8cb3ee57/lib/util.js#L327 - // https://github.com/chromium/chromium/blob/da4adbb3/third_party/blink/renderer/devtools/front_end/sdk/SourceMap.js#L400-L401 - if (base && !base.endsWith('/')) - base += '/'; - return resolve$1(input, base); - } - - /** - * Removes everything after the last "/", but leaves the slash. - */ - function stripFilename(path) { - if (!path) - return ''; - const index = path.lastIndexOf('/'); - return path.slice(0, index + 1); - } - - const COLUMN$1 = 0; - const SOURCES_INDEX$1 = 1; - const SOURCE_LINE$1 = 2; - const SOURCE_COLUMN$1 = 3; - const NAMES_INDEX$1 = 4; - const REV_GENERATED_LINE = 1; - const REV_GENERATED_COLUMN = 2; - - function maybeSort(mappings, owned) { - const unsortedIndex = nextUnsortedSegmentLine(mappings, 0); - if (unsortedIndex === mappings.length) - return mappings; - // If we own the array (meaning we parsed it from JSON), then we're free to directly mutate it. If - // not, we do not want to modify the consumer's input array. - if (!owned) - mappings = mappings.slice(); - for (let i = unsortedIndex; i < mappings.length; i = nextUnsortedSegmentLine(mappings, i + 1)) { - mappings[i] = sortSegments(mappings[i], owned); - } - return mappings; - } - function nextUnsortedSegmentLine(mappings, start) { - for (let i = start; i < mappings.length; i++) { - if (!isSorted(mappings[i])) - return i; - } - return mappings.length; - } - function isSorted(line) { - for (let j = 1; j < line.length; j++) { - if (line[j][COLUMN$1] < line[j - 1][COLUMN$1]) { - return false; - } - } - return true; - } - function sortSegments(line, owned) { - if (!owned) - line = line.slice(); - return line.sort(sortComparator); - } - function sortComparator(a, b) { - return a[COLUMN$1] - b[COLUMN$1]; - } - - let found = false; - /** - * A binary search implementation that returns the index if a match is found. - * If no match is found, then the left-index (the index associated with the item that comes just - * before the desired index) is returned. To maintain proper sort order, a splice would happen at - * the next index: - * - * ```js - * const array = [1, 3]; - * const needle = 2; - * const index = binarySearch(array, needle, (item, needle) => item - needle); - * - * assert.equal(index, 0); - * array.splice(index + 1, 0, needle); - * assert.deepEqual(array, [1, 2, 3]); - * ``` - */ - function binarySearch(haystack, needle, low, high) { - while (low <= high) { - const mid = low + ((high - low) >> 1); - const cmp = haystack[mid][COLUMN$1] - needle; - if (cmp === 0) { - found = true; - return mid; - } - if (cmp < 0) { - low = mid + 1; - } - else { - high = mid - 1; - } - } - found = false; - return low - 1; - } - function upperBound(haystack, needle, index) { - for (let i = index + 1; i < haystack.length; index = i++) { - if (haystack[i][COLUMN$1] !== needle) - break; - } - return index; - } - function lowerBound(haystack, needle, index) { - for (let i = index - 1; i >= 0; index = i--) { - if (haystack[i][COLUMN$1] !== needle) - break; - } - return index; - } - function memoizedState() { - return { - lastKey: -1, - lastNeedle: -1, - lastIndex: -1, - }; - } - /** - * This overly complicated beast is just to record the last tested line/column and the resulting - * index, allowing us to skip a few tests if mappings are monotonically increasing. - */ - function memoizedBinarySearch(haystack, needle, state, key) { - const { lastKey, lastNeedle, lastIndex } = state; - let low = 0; - let high = haystack.length - 1; - if (key === lastKey) { - if (needle === lastNeedle) { - found = lastIndex !== -1 && haystack[lastIndex][COLUMN$1] === needle; - return lastIndex; - } - if (needle >= lastNeedle) { - // lastIndex may be -1 if the previous needle was not found. - low = lastIndex === -1 ? 0 : lastIndex; - } - else { - high = lastIndex; - } - } - state.lastKey = key; - state.lastNeedle = needle; - return (state.lastIndex = binarySearch(haystack, needle, low, high)); - } - - // Rebuilds the original source files, with mappings that are ordered by source line/column instead - // of generated line/column. - function buildBySources(decoded, memos) { - const sources = memos.map(buildNullArray); - for (let i = 0; i < decoded.length; i++) { - const line = decoded[i]; - for (let j = 0; j < line.length; j++) { - const seg = line[j]; - if (seg.length === 1) - continue; - const sourceIndex = seg[SOURCES_INDEX$1]; - const sourceLine = seg[SOURCE_LINE$1]; - const sourceColumn = seg[SOURCE_COLUMN$1]; - const originalSource = sources[sourceIndex]; - const originalLine = (originalSource[sourceLine] || (originalSource[sourceLine] = [])); - const memo = memos[sourceIndex]; - // The binary search either found a match, or it found the left-index just before where the - // segment should go. Either way, we want to insert after that. And there may be multiple - // generated segments associated with an original location, so there may need to move several - // indexes before we find where we need to insert. - let index = upperBound(originalLine, sourceColumn, memoizedBinarySearch(originalLine, sourceColumn, memo, sourceLine)); - memo.lastIndex = ++index; - insert$1(originalLine, index, [sourceColumn, i, seg[COLUMN$1]]); - } - } - return sources; - } - function insert$1(array, index, value) { - for (let i = array.length; i > index; i--) { - array[i] = array[i - 1]; - } - array[index] = value; - } - // Null arrays allow us to use ordered index keys without actually allocating contiguous memory like - // a real array. We use a null-prototype object to avoid prototype pollution and deoptimizations. - // Numeric properties on objects are magically sorted in ascending order by the engine regardless of - // the insertion order. So, by setting any numeric keys, even out of order, we'll get ascending - // order when iterating with for-in. - function buildNullArray() { - return { __proto__: null }; - } - - const AnyMap = function (map, mapUrl) { - const parsed = parse(map); - if (!('sections' in parsed)) { - return new TraceMap(parsed, mapUrl); - } - const mappings = []; - const sources = []; - const sourcesContent = []; - const names = []; - const ignoreList = []; - recurse(parsed, mapUrl, mappings, sources, sourcesContent, names, ignoreList, 0, 0, Infinity, Infinity); - const joined = { - version: 3, - file: parsed.file, - names, - sources, - sourcesContent, - mappings, - ignoreList, - }; - return presortedDecodedMap(joined); + // Matches the scheme of a URL, eg "http://" + const schemeRegex = /^[\w+.-]+:\/\//; + /** + * Matches the parts of a URL: + * 1. Scheme, including ":", guaranteed. + * 2. User/password, including "@", optional. + * 3. Host, guaranteed. + * 4. Port, including ":", optional. + * 5. Path, including "/", optional. + * 6. Query, including "?", optional. + * 7. Hash, including "#", optional. + */ + const urlRegex = + /^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#]*)?(#.*)?/; + /** + * File URLs are weird. They dont' need the regular `//` in the scheme, they may or may not start + * with a leading `/`, they can have a domain (but only if they don't start with a Windows drive). + * + * 1. Host, optional. + * 2. Path, which may include "/", guaranteed. + * 3. Query, including "?", optional. + * 4. Hash, including "#", optional. + */ + const fileRegex = + /^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i; + function isAbsoluteUrl(input) { + return schemeRegex.test(input); + } + function isSchemeRelativeUrl(input) { + return input.startsWith('//'); + } + function isAbsolutePath(input) { + return input.startsWith('/'); + } + function isFileUrl(input) { + return input.startsWith('file:'); + } + function isRelative(input) { + return /^[.?#]/.test(input); + } + function parseAbsoluteUrl(input) { + const match = urlRegex.exec(input); + return makeUrl( + match[1], + match[2] || '', + match[3], + match[4] || '', + match[5] || '/', + match[6] || '', + match[7] || '' + ); + } + function parseFileUrl(input) { + const match = fileRegex.exec(input); + const path = match[2]; + return makeUrl( + 'file:', + '', + match[1] || '', + '', + isAbsolutePath(path) ? path : '/' + path, + match[3] || '', + match[4] || '' + ); + } + function makeUrl(scheme, user, host, port, path, query, hash) { + return { + scheme, + user, + host, + port, + path, + query, + hash, + type: 7 /* Absolute */, }; - function parse(map) { - return typeof map === 'string' ? JSON.parse(map) : map; + } + function parseUrl(input) { + if (isSchemeRelativeUrl(input)) { + const url = parseAbsoluteUrl('http:' + input); + url.scheme = ''; + url.type = 6 /* SchemeRelative */; + return url; } - function recurse(input, mapUrl, mappings, sources, sourcesContent, names, ignoreList, lineOffset, columnOffset, stopLine, stopColumn) { - const { sections } = input; - for (let i = 0; i < sections.length; i++) { - const { map, offset } = sections[i]; - let sl = stopLine; - let sc = stopColumn; - if (i + 1 < sections.length) { - const nextOffset = sections[i + 1].offset; - sl = Math.min(stopLine, lineOffset + nextOffset.line); - if (sl === stopLine) { - sc = Math.min(stopColumn, columnOffset + nextOffset.column); - } - else if (sl < stopLine) { - sc = columnOffset + nextOffset.column; - } - } - addSection(map, mapUrl, mappings, sources, sourcesContent, names, ignoreList, lineOffset + offset.line, columnOffset + offset.column, sl, sc); + if (isAbsolutePath(input)) { + const url = parseAbsoluteUrl('http://foo.com' + input); + url.scheme = ''; + url.host = ''; + url.type = 5 /* AbsolutePath */; + return url; + } + if (isFileUrl(input)) return parseFileUrl(input); + if (isAbsoluteUrl(input)) return parseAbsoluteUrl(input); + const url = parseAbsoluteUrl('http://foo.com/' + input); + url.scheme = ''; + url.host = ''; + url.type = + input ? + input.startsWith('?') ? 3 /* Query */ + : input.startsWith('#') ? 2 /* Hash */ + : 4 /* RelativePath */ + : 1 /* Empty */; + return url; + } + function stripPathFilename(path) { + // If a path ends with a parent directory "..", then it's a relative path with excess parent + // paths. It's not a file, so we can't strip it. + if (path.endsWith('/..')) return path; + const index = path.lastIndexOf('/'); + return path.slice(0, index + 1); + } + function mergePaths(url, base) { + normalizePath(base, base.type); + // If the path is just a "/", then it was an empty path to begin with (remember, we're a relative + // path). + if (url.path === '/') { + url.path = base.path; + } else { + // Resolution happens relative to the base path's directory, not the file. + url.path = stripPathFilename(base.path) + url.path; + } + } + /** + * The path can have empty directories "//", unneeded parents "foo/..", or current directory + * "foo/.". We need to normalize to a standard representation. + */ + function normalizePath(url, type) { + const rel = type <= 4; /* RelativePath */ + const pieces = url.path.split('/'); + // We need to preserve the first piece always, so that we output a leading slash. The item at + // pieces[0] is an empty string. + let pointer = 1; + // Positive is the number of real directories we've output, used for popping a parent directory. + // Eg, "foo/bar/.." will have a positive 2, and we can decrement to be left with just "foo". + let positive = 0; + // We need to keep a trailing slash if we encounter an empty directory (eg, splitting "foo/" will + // generate `["foo", ""]` pieces). And, if we pop a parent directory. But once we encounter a + // real directory, we won't need to append, unless the other conditions happen again. + let addTrailingSlash = false; + for (let i = 1; i < pieces.length; i++) { + const piece = pieces[i]; + // An empty directory, could be a trailing slash, or just a double "//" in the path. + if (!piece) { + addTrailingSlash = true; + continue; + } + // If we encounter a real directory, then we don't need to append anymore. + addTrailingSlash = false; + // A current directory, which we can always drop. + if (piece === '.') continue; + // A parent directory, we need to see if there are any real directories we can pop. Else, we + // have an excess of parents, and we'll need to keep the "..". + if (piece === '..') { + if (positive) { + addTrailingSlash = true; + positive--; + pointer--; + } else if (rel) { + // If we're in a relativePath, then we need to keep the excess parents. Else, in an absolute + // URL, protocol relative URL, or an absolute path, we don't need to keep excess. + pieces[pointer++] = piece; } + continue; + } + // We've encountered a real directory. Move it to the next insertion pointer, which accounts for + // any popped or dropped directories. + pieces[pointer++] = piece; + positive++; } - function addSection(input, mapUrl, mappings, sources, sourcesContent, names, ignoreList, lineOffset, columnOffset, stopLine, stopColumn) { - const parsed = parse(input); - if ('sections' in parsed) - return recurse(...arguments); - const map = new TraceMap(parsed, mapUrl); - const sourcesOffset = sources.length; - const namesOffset = names.length; - const decoded = decodedMappings(map); - const { resolvedSources, sourcesContent: contents, ignoreList: ignores } = map; - append(sources, resolvedSources); - append(names, map.names); - if (contents) - append(sourcesContent, contents); - else - for (let i = 0; i < resolvedSources.length; i++) - sourcesContent.push(null); - if (ignores) - for (let i = 0; i < ignores.length; i++) - ignoreList.push(ignores[i] + sourcesOffset); - for (let i = 0; i < decoded.length; i++) { - const lineI = lineOffset + i; - // We can only add so many lines before we step into the range that the next section's map - // controls. When we get to the last line, then we'll start checking the segments to see if - // they've crossed into the column range. But it may not have any columns that overstep, so we - // still need to check that we don't overstep lines, too. - if (lineI > stopLine) - return; - // The out line may already exist in mappings (if we're continuing the line started by a - // previous section). Or, we may have jumped ahead several lines to start this section. - const out = getLine$1(mappings, lineI); - // On the 0th loop, the section's column offset shifts us forward. On all other lines (since the - // map can be multiple lines), it doesn't. - const cOffset = i === 0 ? columnOffset : 0; - const line = decoded[i]; - for (let j = 0; j < line.length; j++) { - const seg = line[j]; - const column = cOffset + seg[COLUMN$1]; - // If this segment steps into the column range that the next section's map controls, we need - // to stop early. - if (lineI === stopLine && column >= stopColumn) - return; - if (seg.length === 1) { - out.push([column]); - continue; - } - const sourcesIndex = sourcesOffset + seg[SOURCES_INDEX$1]; - const sourceLine = seg[SOURCE_LINE$1]; - const sourceColumn = seg[SOURCE_COLUMN$1]; - out.push(seg.length === 4 - ? [column, sourcesIndex, sourceLine, sourceColumn] - : [column, sourcesIndex, sourceLine, sourceColumn, namesOffset + seg[NAMES_INDEX$1]]); - } + let path = ''; + for (let i = 1; i < pointer; i++) { + path += '/' + pieces[i]; + } + if (!path || (addTrailingSlash && !path.endsWith('/..'))) { + path += '/'; + } + url.path = path; + } + /** + * Attempts to resolve `input` URL/path relative to `base`. + */ + function resolve$1(input, base) { + if (!input && !base) return ''; + const url = parseUrl(input); + let inputType = url.type; + if (base && inputType !== 7 /* Absolute */) { + const baseUrl = parseUrl(base); + const baseType = baseUrl.type; + switch (inputType) { + case 1 /* Empty */: + url.hash = baseUrl.hash; + // fall through + case 2 /* Hash */: + url.query = baseUrl.query; + // fall through + case 3 /* Query */: + case 4 /* RelativePath */: + mergePaths(url, baseUrl); + // fall through + case 5 /* AbsolutePath */: + // The host, user, and port are joined, you can't copy one without the others. + url.user = baseUrl.user; + url.host = baseUrl.host; + url.port = baseUrl.port; + // fall through + case 6 /* SchemeRelative */: + // The input doesn't have a schema at least, so we need to copy at least that over. + url.scheme = baseUrl.scheme; + } + if (baseType > inputType) inputType = baseType; + } + normalizePath(url, inputType); + const queryHash = url.query + url.hash; + switch (inputType) { + // This is impossible, because of the empty checks at the start of the function. + // case UrlType.Empty: + case 2 /* Hash */: + case 3 /* Query */: + return queryHash; + case 4 /* RelativePath */: { + // The first char is always a "/", and we need it to be relative. + const path = url.path.slice(1); + if (!path) return queryHash || '.'; + if (isRelative(base || input) && !isRelative(path)) { + // If base started with a leading ".", or there is no base and input started with a ".", + // then we need to ensure that the relative path starts with a ".". We don't know if + // relative starts with a "..", though, so check before prepending. + return './' + path + queryHash; } + return path + queryHash; + } + case 5 /* AbsolutePath */: + return url.path + queryHash; + default: + return ( + url.scheme + + '//' + + url.user + + url.host + + url.port + + url.path + + queryHash + ); } - function append(arr, other) { - for (let i = 0; i < other.length; i++) - arr.push(other[i]); - } - function getLine$1(arr, index) { - for (let i = arr.length; i <= index; i++) - arr[i] = []; - return arr[index]; - } + } - const LINE_GTR_ZERO = '`line` must be greater than 0 (lines start at line 1)'; - const COL_GTR_EQ_ZERO = '`column` must be greater than or equal to 0 (columns start at column 0)'; - const LEAST_UPPER_BOUND = -1; - const GREATEST_LOWER_BOUND = 1; - class TraceMap { - constructor(map, mapUrl) { - const isString = typeof map === 'string'; - if (!isString && map._decodedMemo) - return map; - const parsed = (isString ? JSON.parse(map) : map); - const { version, file, names, sourceRoot, sources, sourcesContent } = parsed; - this.version = version; - this.file = file; - this.names = names || []; - this.sourceRoot = sourceRoot; - this.sources = sources; - this.sourcesContent = sourcesContent; - this.ignoreList = parsed.ignoreList || parsed.x_google_ignoreList || undefined; - const from = resolve(sourceRoot || '', stripFilename(mapUrl)); - this.resolvedSources = sources.map((s) => resolve(s || '', from)); - const { mappings } = parsed; - if (typeof mappings === 'string') { - this._encoded = mappings; - this._decoded = undefined; - } - else { - this._encoded = undefined; - this._decoded = maybeSort(mappings, isString); - } - this._decodedMemo = memoizedState(); - this._bySources = undefined; - this._bySourceMemos = undefined; - } - } - /** - * Typescript doesn't allow friend access to private fields, so this just casts the map into a type - * with public access modifiers. - */ - function cast$2(map) { - return map; - } - /** - * Returns the encoded (VLQ string) form of the SourceMap's mappings field. - */ - function encodedMappings(map) { - var _a; - var _b; - return ((_a = (_b = cast$2(map))._encoded) !== null && _a !== void 0 ? _a : (_b._encoded = encode(cast$2(map)._decoded))); - } - /** - * Returns the decoded (array of lines of segments) form of the SourceMap's mappings field. - */ - function decodedMappings(map) { - var _a; - return ((_a = cast$2(map))._decoded || (_a._decoded = decode(cast$2(map)._encoded))); - } - /** - * A higher-level API to find the source/line/column associated with a generated line/column - * (think, from a stack trace). Line is 1-based, but column is 0-based, due to legacy behavior in - * `source-map` library. - */ - function originalPositionFor(map, needle) { - let { line, column, bias } = needle; - line--; - if (line < 0) - throw new Error(LINE_GTR_ZERO); - if (column < 0) - throw new Error(COL_GTR_EQ_ZERO); - const decoded = decodedMappings(map); - // It's common for parent source maps to have pointers to lines that have no - // mapping (like a "//# sourceMappingURL=") at the end of the child file. - if (line >= decoded.length) - return OMapping(null, null, null, null); - const segments = decoded[line]; - const index = traceSegmentInternal(segments, cast$2(map)._decodedMemo, line, column, bias || GREATEST_LOWER_BOUND); - if (index === -1) - return OMapping(null, null, null, null); - const segment = segments[index]; - if (segment.length === 1) - return OMapping(null, null, null, null); - const { names, resolvedSources } = map; - return OMapping(resolvedSources[segment[SOURCES_INDEX$1]], segment[SOURCE_LINE$1] + 1, segment[SOURCE_COLUMN$1], segment.length === 5 ? names[segment[NAMES_INDEX$1]] : null); - } - /** - * Finds the generated line/column position of the provided source/line/column source position. - */ - function generatedPositionFor(map, needle) { - const { source, line, column, bias } = needle; - return generatedPosition(map, source, line, column, bias || GREATEST_LOWER_BOUND, false); - } - /** - * Finds all generated line/column positions of the provided source/line/column source position. - */ - function allGeneratedPositionsFor(map, needle) { - const { source, line, column, bias } = needle; - // SourceMapConsumer uses LEAST_UPPER_BOUND for some reason, so we follow suit. - return generatedPosition(map, source, line, column, bias || LEAST_UPPER_BOUND, true); - } - /** - * Iterates each mapping in generated position order. - */ - function eachMapping(map, cb) { - const decoded = decodedMappings(map); - const { names, resolvedSources } = map; - for (let i = 0; i < decoded.length; i++) { - const line = decoded[i]; - for (let j = 0; j < line.length; j++) { - const seg = line[j]; - const generatedLine = i + 1; - const generatedColumn = seg[0]; - let source = null; - let originalLine = null; - let originalColumn = null; - let name = null; - if (seg.length !== 1) { - source = resolvedSources[seg[1]]; - originalLine = seg[2] + 1; - originalColumn = seg[3]; - } - if (seg.length === 5) - name = names[seg[4]]; - cb({ - generatedLine, - generatedColumn, - source, - originalLine, - originalColumn, - name, - }); - } - } - } - function sourceIndex(map, source) { - const { sources, resolvedSources } = map; - let index = sources.indexOf(source); - if (index === -1) - index = resolvedSources.indexOf(source); - return index; - } - /** - * Retrieves the source content for a particular source, if its found. Returns null if not. - */ - function sourceContentFor(map, source) { - const { sourcesContent } = map; - if (sourcesContent == null) - return null; - const index = sourceIndex(map, source); - return index === -1 ? null : sourcesContent[index]; - } - /** - * A helper that skips sorting of the input map's mappings array, which can be expensive for larger - * maps. - */ - function presortedDecodedMap(map, mapUrl) { - const tracer = new TraceMap(clone(map, []), mapUrl); - cast$2(tracer)._decoded = map.mappings; - return tracer; - } - function clone(map, mappings) { - return { - version: map.version, - file: map.file, - names: map.names, - sourceRoot: map.sourceRoot, - sources: map.sources, - sourcesContent: map.sourcesContent, - mappings, - ignoreList: map.ignoreList || map.x_google_ignoreList, - }; - } - function OMapping(source, line, column, name) { - return { source, line, column, name }; - } - function GMapping(line, column) { - return { line, column }; - } - function traceSegmentInternal(segments, memo, line, column, bias) { - let index = memoizedBinarySearch(segments, column, memo, line); - if (found) { - index = (bias === LEAST_UPPER_BOUND ? upperBound : lowerBound)(segments, column, index); - } - else if (bias === LEAST_UPPER_BOUND) - index++; - if (index === -1 || index === segments.length) - return -1; - return index; - } - function sliceGeneratedPositions(segments, memo, line, column, bias) { - let min = traceSegmentInternal(segments, memo, line, column, GREATEST_LOWER_BOUND); - // We ignored the bias when tracing the segment so that we're guarnateed to find the first (in - // insertion order) segment that matched. Even if we did respect the bias when tracing, we would - // still need to call `lowerBound()` to find the first segment, which is slower than just looking - // for the GREATEST_LOWER_BOUND to begin with. The only difference that matters for us is when the - // binary search didn't match, in which case GREATEST_LOWER_BOUND just needs to increment to - // match LEAST_UPPER_BOUND. - if (!found && bias === LEAST_UPPER_BOUND) - min++; - if (min === -1 || min === segments.length) - return []; - // We may have found the segment that started at an earlier column. If this is the case, then we - // need to slice all generated segments that match _that_ column, because all such segments span - // to our desired column. - const matchedColumn = found ? column : segments[min][COLUMN$1]; - // The binary search is not guaranteed to find the lower bound when a match wasn't found. - if (!found) - min = lowerBound(segments, matchedColumn, min); - const max = upperBound(segments, matchedColumn, min); - const result = []; - for (; min <= max; min++) { - const segment = segments[min]; - result.push(GMapping(segment[REV_GENERATED_LINE] + 1, segment[REV_GENERATED_COLUMN])); - } - return result; - } - function generatedPosition(map, source, line, column, bias, all) { - var _a; - line--; - if (line < 0) - throw new Error(LINE_GTR_ZERO); - if (column < 0) - throw new Error(COL_GTR_EQ_ZERO); - const { sources, resolvedSources } = map; - let sourceIndex = sources.indexOf(source); - if (sourceIndex === -1) - sourceIndex = resolvedSources.indexOf(source); - if (sourceIndex === -1) - return all ? [] : GMapping(null, null); - const generated = ((_a = cast$2(map))._bySources || (_a._bySources = buildBySources(decodedMappings(map), (cast$2(map)._bySourceMemos = sources.map(memoizedState))))); - const segments = generated[sourceIndex][line]; - if (segments == null) - return all ? [] : GMapping(null, null); - const memo = cast$2(map)._bySourceMemos[sourceIndex]; - if (all) - return sliceGeneratedPositions(segments, memo, line, column, bias); - const index = traceSegmentInternal(segments, memo, line, column, bias); - if (index === -1) - return GMapping(null, null); - const segment = segments[index]; - return GMapping(segment[REV_GENERATED_LINE] + 1, segment[REV_GENERATED_COLUMN]); - } + function resolve(input, base) { + // The base is always treated as a directory, if it's not empty. + // https://github.com/mozilla/source-map/blob/8cb3ee57/lib/util.js#L327 + // https://github.com/chromium/chromium/blob/da4adbb3/third_party/blink/renderer/devtools/front_end/sdk/SourceMap.js#L400-L401 + if (base && !base.endsWith('/')) base += '/'; + return resolve$1(input, base); + } - /** - * SetArray acts like a `Set` (allowing only one occurrence of a string `key`), but provides the - * index of the `key` in the backing array. - * - * This is designed to allow synchronizing a second array with the contents of the backing array, - * like how in a sourcemap `sourcesContent[i]` is the source content associated with `source[i]`, - * and there are never duplicates. - */ - class SetArray { - constructor() { - this._indexes = { __proto__: null }; - this.array = []; - } - } - /** - * Typescript doesn't allow friend access to private fields, so this just casts the set into a type - * with public access modifiers. - */ - function cast$1(set) { - return set; - } - /** - * Gets the index associated with `key` in the backing array, if it is already present. - */ - function get(setarr, key) { - return cast$1(setarr)._indexes[key]; - } - /** - * Puts `key` into the backing array, if it is not already present. Returns - * the index of the `key` in the backing array. - */ - function put(setarr, key) { - // The key may or may not be present. If it is present, it's a number. - const index = get(setarr, key); - if (index !== undefined) - return index; - const { array, _indexes: indexes } = cast$1(setarr); - const length = array.push(key); - return (indexes[key] = length - 1); - } + /** + * Removes everything after the last "/", but leaves the slash. + */ + function stripFilename(path) { + if (!path) return ''; + const index = path.lastIndexOf('/'); + return path.slice(0, index + 1); + } - const COLUMN = 0; - const SOURCES_INDEX = 1; - const SOURCE_LINE = 2; - const SOURCE_COLUMN = 3; - const NAMES_INDEX = 4; + const COLUMN$1 = 0; + const SOURCES_INDEX$1 = 1; + const SOURCE_LINE$1 = 2; + const SOURCE_COLUMN$1 = 3; + const NAMES_INDEX$1 = 4; + const REV_GENERATED_LINE = 1; + const REV_GENERATED_COLUMN = 2; - const NO_NAME = -1; - /** - * Provides the state to generate a sourcemap. - */ - class GenMapping { - constructor({ file, sourceRoot } = {}) { - this._names = new SetArray(); - this._sources = new SetArray(); - this._sourcesContent = []; - this._mappings = []; - this.file = file; - this.sourceRoot = sourceRoot; - this._ignoreList = new SetArray(); - } + function maybeSort(mappings, owned) { + const unsortedIndex = nextUnsortedSegmentLine(mappings, 0); + if (unsortedIndex === mappings.length) return mappings; + // If we own the array (meaning we parsed it from JSON), then we're free to directly mutate it. If + // not, we do not want to modify the consumer's input array. + if (!owned) mappings = mappings.slice(); + for ( + let i = unsortedIndex; + i < mappings.length; + i = nextUnsortedSegmentLine(mappings, i + 1) + ) { + mappings[i] = sortSegments(mappings[i], owned); } - /** - * Typescript doesn't allow friend access to private fields, so this just casts the map into a type - * with public access modifiers. - */ - function cast(map) { - return map; + return mappings; + } + function nextUnsortedSegmentLine(mappings, start) { + for (let i = start; i < mappings.length; i++) { + if (!isSorted(mappings[i])) return i; } - /** - * Same as `addMapping`, but will only add the mapping if it generates useful information in the - * resulting map. This only works correctly if mappings are added **in order**, meaning you should - * not add a mapping with a lower generated line/column than one that came before. - */ - const maybeAddMapping = (map, mapping) => { - return addMappingInternal(true, map, mapping); + return mappings.length; + } + function isSorted(line) { + for (let j = 1; j < line.length; j++) { + if (line[j][COLUMN$1] < line[j - 1][COLUMN$1]) { + return false; + } + } + return true; + } + function sortSegments(line, owned) { + if (!owned) line = line.slice(); + return line.sort(sortComparator); + } + function sortComparator(a, b) { + return a[COLUMN$1] - b[COLUMN$1]; + } + + let found = false; + /** + * A binary search implementation that returns the index if a match is found. + * If no match is found, then the left-index (the index associated with the item that comes just + * before the desired index) is returned. To maintain proper sort order, a splice would happen at + * the next index: + * + * ```js + * const array = [1, 3]; + * const needle = 2; + * const index = binarySearch(array, needle, (item, needle) => item - needle); + * + * assert.equal(index, 0); + * array.splice(index + 1, 0, needle); + * assert.deepEqual(array, [1, 2, 3]); + * ``` + */ + function binarySearch(haystack, needle, low, high) { + while (low <= high) { + const mid = low + ((high - low) >> 1); + const cmp = haystack[mid][COLUMN$1] - needle; + if (cmp === 0) { + found = true; + return mid; + } + if (cmp < 0) { + low = mid + 1; + } else { + high = mid - 1; + } + } + found = false; + return low - 1; + } + function upperBound(haystack, needle, index) { + for (let i = index + 1; i < haystack.length; index = i++) { + if (haystack[i][COLUMN$1] !== needle) break; + } + return index; + } + function lowerBound(haystack, needle, index) { + for (let i = index - 1; i >= 0; index = i--) { + if (haystack[i][COLUMN$1] !== needle) break; + } + return index; + } + function memoizedState() { + return { + lastKey: -1, + lastNeedle: -1, + lastIndex: -1, }; - /** - * Adds/removes the content of the source file to the source map. - */ - function setSourceContent(map, source, content) { - const { _sources: sources, _sourcesContent: sourcesContent } = cast(map); - const index = put(sources, source); - sourcesContent[index] = content; - } - /** - * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects - * a sourcemap, or to JSON.stringify. - */ - function toDecodedMap(map) { - const { _mappings: mappings, _sources: sources, _sourcesContent: sourcesContent, _names: names, _ignoreList: ignoreList, } = cast(map); - removeEmptyFinalLines(mappings); - return { - version: 3, - file: map.file || undefined, - names: names.array, - sourceRoot: map.sourceRoot || undefined, - sources: sources.array, - sourcesContent, - mappings, - ignoreList: ignoreList.array, - }; - } - /** - * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects - * a sourcemap, or to JSON.stringify. - */ - function toEncodedMap(map) { - const decoded = toDecodedMap(map); - return Object.assign(Object.assign({}, decoded), { mappings: encode(decoded.mappings) }); - } - /** - * Constructs a new GenMapping, using the already present mappings of the input. - */ - function fromMap(input) { - const map = new TraceMap(input); - const gen = new GenMapping({ file: map.file, sourceRoot: map.sourceRoot }); - putAll(cast(gen)._names, map.names); - putAll(cast(gen)._sources, map.sources); - cast(gen)._sourcesContent = map.sourcesContent || map.sources.map(() => null); - cast(gen)._mappings = decodedMappings(map); - if (map.ignoreList) - putAll(cast(gen)._ignoreList, map.ignoreList); - return gen; - } - // This split declaration is only so that terser can elminiate the static initialization block. - function addSegmentInternal(skipable, map, genLine, genColumn, source, sourceLine, sourceColumn, name, content) { - const { _mappings: mappings, _sources: sources, _sourcesContent: sourcesContent, _names: names, } = cast(map); - const line = getLine(mappings, genLine); - const index = getColumnIndex(line, genColumn); - if (!source) { - if (skipable && skipSourceless(line, index)) - return; - return insert(line, index, [genColumn]); - } - const sourcesIndex = put(sources, source); - const namesIndex = name ? put(names, name) : NO_NAME; - if (sourcesIndex === sourcesContent.length) - sourcesContent[sourcesIndex] = content !== null && content !== void 0 ? content : null; - if (skipable && skipSource(line, index, sourcesIndex, sourceLine, sourceColumn, namesIndex)) { - return; - } - return insert(line, index, name - ? [genColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex] - : [genColumn, sourcesIndex, sourceLine, sourceColumn]); - } - function getLine(mappings, index) { - for (let i = mappings.length; i <= index; i++) { - mappings[i] = []; - } - return mappings[index]; - } - function getColumnIndex(line, genColumn) { - let index = line.length; - for (let i = index - 1; i >= 0; index = i--) { - const current = line[i]; - if (genColumn >= current[COLUMN]) - break; - } - return index; - } - function insert(array, index, value) { - for (let i = array.length; i > index; i--) { - array[i] = array[i - 1]; - } - array[index] = value; - } - function removeEmptyFinalLines(mappings) { - const { length } = mappings; - let len = length; - for (let i = len - 1; i >= 0; len = i, i--) { - if (mappings[i].length > 0) - break; - } - if (len < length) - mappings.length = len; - } - function putAll(setarr, array) { - for (let i = 0; i < array.length; i++) - put(setarr, array[i]); - } - function skipSourceless(line, index) { - // The start of a line is already sourceless, so adding a sourceless segment to the beginning - // doesn't generate any useful information. - if (index === 0) - return true; - const prev = line[index - 1]; - // If the previous segment is also sourceless, then adding another sourceless segment doesn't - // genrate any new information. Else, this segment will end the source/named segment and point to - // a sourceless position, which is useful. - return prev.length === 1; - } - function skipSource(line, index, sourcesIndex, sourceLine, sourceColumn, namesIndex) { - // A source/named segment at the start of a line gives position at that genColumn - if (index === 0) - return false; - const prev = line[index - 1]; - // If the previous segment is sourceless, then we're transitioning to a source. - if (prev.length === 1) - return false; - // If the previous segment maps to the exact same source position, then this segment doesn't - // provide any new position information. - return (sourcesIndex === prev[SOURCES_INDEX] && - sourceLine === prev[SOURCE_LINE] && - sourceColumn === prev[SOURCE_COLUMN] && - namesIndex === (prev.length === 5 ? prev[NAMES_INDEX] : NO_NAME)); - } - function addMappingInternal(skipable, map, mapping) { - const { generated, source, original, name, content } = mapping; - if (!source) { - return addSegmentInternal(skipable, map, generated.line - 1, generated.column, null, null, null, null, null); - } - return addSegmentInternal(skipable, map, generated.line - 1, generated.column, source, original.line - 1, original.column, name, content); + } + /** + * This overly complicated beast is just to record the last tested line/column and the resulting + * index, allowing us to skip a few tests if mappings are monotonically increasing. + */ + function memoizedBinarySearch(haystack, needle, state, key) { + const { lastKey, lastNeedle, lastIndex } = state; + let low = 0; + let high = haystack.length - 1; + if (key === lastKey) { + if (needle === lastNeedle) { + found = lastIndex !== -1 && haystack[lastIndex][COLUMN$1] === needle; + return lastIndex; + } + if (needle >= lastNeedle) { + // lastIndex may be -1 if the previous needle was not found. + low = lastIndex === -1 ? 0 : lastIndex; + } else { + high = lastIndex; + } } + state.lastKey = key; + state.lastNeedle = needle; + return (state.lastIndex = binarySearch(haystack, needle, low, high)); + } - class SourceMapConsumer { - constructor(map, mapUrl) { - const trace = (this._map = new AnyMap(map, mapUrl)); - this.file = trace.file; - this.names = trace.names; - this.sourceRoot = trace.sourceRoot; - this.sources = trace.resolvedSources; - this.sourcesContent = trace.sourcesContent; - this.version = trace.version; - } - static fromSourceMap(map, mapUrl) { - // This is more performant if we receive - // a @jridgewell/source-map SourceMapGenerator - if (map.toDecodedMap) { - return new SourceMapConsumer(map.toDecodedMap(), mapUrl); - } - // This is a fallback for `source-map` and `source-map-js` - return new SourceMapConsumer(map.toJSON(), mapUrl); - } - get mappings() { - return encodedMappings(this._map); - } - originalPositionFor(needle) { - return originalPositionFor(this._map, needle); - } - generatedPositionFor(originalPosition) { - return generatedPositionFor(this._map, originalPosition); - } - allGeneratedPositionsFor(originalPosition) { - return allGeneratedPositionsFor(this._map, originalPosition); - } - hasContentsOfAllSources() { - if (!this.sourcesContent || this.sourcesContent.length !== this.sources.length) { - return false; - } - for (const content of this.sourcesContent) { - if (content == null) { - return false; - } - } - return true; - } - sourceContentFor(source, nullOnMissing) { - const sourceContent = sourceContentFor(this._map, source); - if (sourceContent != null) { - return sourceContent; - } - if (nullOnMissing) { - return null; - } - throw new Error(`"${source}" is not in the SourceMap.`); - } - eachMapping(callback, context /*, order?: number*/) { - // order is ignored as @jridgewell/trace-map doesn't implement it - eachMapping(this._map, context ? callback.bind(context) : callback); - } - destroy() { - // noop. - } + // Rebuilds the original source files, with mappings that are ordered by source line/column instead + // of generated line/column. + function buildBySources(decoded, memos) { + const sources = memos.map(buildNullArray); + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + if (seg.length === 1) continue; + const sourceIndex = seg[SOURCES_INDEX$1]; + const sourceLine = seg[SOURCE_LINE$1]; + const sourceColumn = seg[SOURCE_COLUMN$1]; + const originalSource = sources[sourceIndex]; + const originalLine = + originalSource[sourceLine] || (originalSource[sourceLine] = []); + const memo = memos[sourceIndex]; + // The binary search either found a match, or it found the left-index just before where the + // segment should go. Either way, we want to insert after that. And there may be multiple + // generated segments associated with an original location, so there may need to move several + // indexes before we find where we need to insert. + let index = upperBound( + originalLine, + sourceColumn, + memoizedBinarySearch(originalLine, sourceColumn, memo, sourceLine) + ); + memo.lastIndex = ++index; + insert$1(originalLine, index, [sourceColumn, i, seg[COLUMN$1]]); + } } - class SourceMapGenerator { - constructor(opts) { - // TODO :: should this be duck-typed ? - this._map = opts instanceof GenMapping ? opts : new GenMapping(opts); - } - static fromSourceMap(consumer) { - return new SourceMapGenerator(fromMap(consumer)); - } - addMapping(mapping) { - maybeAddMapping(this._map, mapping); - } - setSourceContent(source, content) { - setSourceContent(this._map, source, content); - } - toJSON() { - return toEncodedMap(this._map); - } - toString() { - return JSON.stringify(this.toJSON()); - } - toDecodedMap() { - return toDecodedMap(this._map); - } + return sources; + } + function insert$1(array, index, value) { + for (let i = array.length; i > index; i--) { + array[i] = array[i - 1]; } + array[index] = value; + } + // Null arrays allow us to use ordered index keys without actually allocating contiguous memory like + // a real array. We use a null-prototype object to avoid prototype pollution and deoptimizations. + // Numeric properties on objects are magically sorted in ascending order by the engine regardless of + // the insertion order. So, by setting any numeric keys, even out of order, we'll get ascending + // order when iterating with for-in. + function buildNullArray() { + return { __proto__: null }; + } - exports.SourceMapConsumer = SourceMapConsumer; - exports.SourceMapGenerator = SourceMapGenerator; + const AnyMap = function (map, mapUrl) { + const parsed = parse(map); + if (!('sections' in parsed)) { + return new TraceMap(parsed, mapUrl); + } + const mappings = []; + const sources = []; + const sourcesContent = []; + const names = []; + const ignoreList = []; + recurse( + parsed, + mapUrl, + mappings, + sources, + sourcesContent, + names, + ignoreList, + 0, + 0, + Infinity, + Infinity + ); + const joined = { + version: 3, + file: parsed.file, + names, + sources, + sourcesContent, + mappings, + ignoreList, + }; + return presortedDecodedMap(joined); + }; + function parse(map) { + return typeof map === 'string' ? JSON.parse(map) : map; + } + function recurse( + input, + mapUrl, + mappings, + sources, + sourcesContent, + names, + ignoreList, + lineOffset, + columnOffset, + stopLine, + stopColumn + ) { + const { sections } = input; + for (let i = 0; i < sections.length; i++) { + const { map, offset } = sections[i]; + let sl = stopLine; + let sc = stopColumn; + if (i + 1 < sections.length) { + const nextOffset = sections[i + 1].offset; + sl = Math.min(stopLine, lineOffset + nextOffset.line); + if (sl === stopLine) { + sc = Math.min(stopColumn, columnOffset + nextOffset.column); + } else if (sl < stopLine) { + sc = columnOffset + nextOffset.column; + } + } + addSection( + map, + mapUrl, + mappings, + sources, + sourcesContent, + names, + ignoreList, + lineOffset + offset.line, + columnOffset + offset.column, + sl, + sc + ); + } + } + function addSection( + input, + mapUrl, + mappings, + sources, + sourcesContent, + names, + ignoreList, + lineOffset, + columnOffset, + stopLine, + stopColumn + ) { + const parsed = parse(input); + if ('sections' in parsed) return recurse(...arguments); + const map = new TraceMap(parsed, mapUrl); + const sourcesOffset = sources.length; + const namesOffset = names.length; + const decoded = decodedMappings(map); + const { + resolvedSources, + sourcesContent: contents, + ignoreList: ignores, + } = map; + append(sources, resolvedSources); + append(names, map.names); + if (contents) append(sourcesContent, contents); + else + for (let i = 0; i < resolvedSources.length; i++) + sourcesContent.push(null); + if (ignores) + for (let i = 0; i < ignores.length; i++) + ignoreList.push(ignores[i] + sourcesOffset); + for (let i = 0; i < decoded.length; i++) { + const lineI = lineOffset + i; + // We can only add so many lines before we step into the range that the next section's map + // controls. When we get to the last line, then we'll start checking the segments to see if + // they've crossed into the column range. But it may not have any columns that overstep, so we + // still need to check that we don't overstep lines, too. + if (lineI > stopLine) return; + // The out line may already exist in mappings (if we're continuing the line started by a + // previous section). Or, we may have jumped ahead several lines to start this section. + const out = getLine$1(mappings, lineI); + // On the 0th loop, the section's column offset shifts us forward. On all other lines (since the + // map can be multiple lines), it doesn't. + const cOffset = i === 0 ? columnOffset : 0; + const line = decoded[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const column = cOffset + seg[COLUMN$1]; + // If this segment steps into the column range that the next section's map controls, we need + // to stop early. + if (lineI === stopLine && column >= stopColumn) return; + if (seg.length === 1) { + out.push([column]); + continue; + } + const sourcesIndex = sourcesOffset + seg[SOURCES_INDEX$1]; + const sourceLine = seg[SOURCE_LINE$1]; + const sourceColumn = seg[SOURCE_COLUMN$1]; + out.push( + seg.length === 4 ? + [column, sourcesIndex, sourceLine, sourceColumn] + : [ + column, + sourcesIndex, + sourceLine, + sourceColumn, + namesOffset + seg[NAMES_INDEX$1], + ] + ); + } + } + } + function append(arr, other) { + for (let i = 0; i < other.length; i++) arr.push(other[i]); + } + function getLine$1(arr, index) { + for (let i = arr.length; i <= index; i++) arr[i] = []; + return arr[index]; + } - Object.defineProperty(exports, '__esModule', { value: true }); + const LINE_GTR_ZERO = '`line` must be greater than 0 (lines start at line 1)'; + const COL_GTR_EQ_ZERO = + '`column` must be greater than or equal to 0 (columns start at column 0)'; + const LEAST_UPPER_BOUND = -1; + const GREATEST_LOWER_BOUND = 1; + class TraceMap { + constructor(map, mapUrl) { + const isString = typeof map === 'string'; + if (!isString && map._decodedMemo) return map; + const parsed = isString ? JSON.parse(map) : map; + const { version, file, names, sourceRoot, sources, sourcesContent } = + parsed; + this.version = version; + this.file = file; + this.names = names || []; + this.sourceRoot = sourceRoot; + this.sources = sources; + this.sourcesContent = sourcesContent; + this.ignoreList = + parsed.ignoreList || parsed.x_google_ignoreList || undefined; + const from = resolve(sourceRoot || '', stripFilename(mapUrl)); + this.resolvedSources = sources.map((s) => resolve(s || '', from)); + const { mappings } = parsed; + if (typeof mappings === 'string') { + this._encoded = mappings; + this._decoded = undefined; + } else { + this._encoded = undefined; + this._decoded = maybeSort(mappings, isString); + } + this._decodedMemo = memoizedState(); + this._bySources = undefined; + this._bySourceMemos = undefined; + } + } + /** + * Typescript doesn't allow friend access to private fields, so this just casts the map into a type + * with public access modifiers. + */ + function cast$2(map) { + return map; + } + /** + * Returns the encoded (VLQ string) form of the SourceMap's mappings field. + */ + function encodedMappings(map) { + var _a; + var _b; + return (_a = (_b = cast$2(map))._encoded) !== null && _a !== void 0 ? + _a + : (_b._encoded = encode(cast$2(map)._decoded)); + } + /** + * Returns the decoded (array of lines of segments) form of the SourceMap's mappings field. + */ + function decodedMappings(map) { + var _a; + return ( + (_a = cast$2(map))._decoded || + (_a._decoded = decode(cast$2(map)._encoded)) + ); + } + /** + * A higher-level API to find the source/line/column associated with a generated line/column + * (think, from a stack trace). Line is 1-based, but column is 0-based, due to legacy behavior in + * `source-map` library. + */ + function originalPositionFor(map, needle) { + let { line, column, bias } = needle; + line--; + if (line < 0) throw new Error(LINE_GTR_ZERO); + if (column < 0) throw new Error(COL_GTR_EQ_ZERO); + const decoded = decodedMappings(map); + // It's common for parent source maps to have pointers to lines that have no + // mapping (like a "//# sourceMappingURL=") at the end of the child file. + if (line >= decoded.length) return OMapping(null, null, null, null); + const segments = decoded[line]; + const index = traceSegmentInternal( + segments, + cast$2(map)._decodedMemo, + line, + column, + bias || GREATEST_LOWER_BOUND + ); + if (index === -1) return OMapping(null, null, null, null); + const segment = segments[index]; + if (segment.length === 1) return OMapping(null, null, null, null); + const { names, resolvedSources } = map; + return OMapping( + resolvedSources[segment[SOURCES_INDEX$1]], + segment[SOURCE_LINE$1] + 1, + segment[SOURCE_COLUMN$1], + segment.length === 5 ? names[segment[NAMES_INDEX$1]] : null + ); + } + /** + * Finds the generated line/column position of the provided source/line/column source position. + */ + function generatedPositionFor(map, needle) { + const { source, line, column, bias } = needle; + return generatedPosition( + map, + source, + line, + column, + bias || GREATEST_LOWER_BOUND, + false + ); + } + /** + * Finds all generated line/column positions of the provided source/line/column source position. + */ + function allGeneratedPositionsFor(map, needle) { + const { source, line, column, bias } = needle; + // SourceMapConsumer uses LEAST_UPPER_BOUND for some reason, so we follow suit. + return generatedPosition( + map, + source, + line, + column, + bias || LEAST_UPPER_BOUND, + true + ); + } + /** + * Iterates each mapping in generated position order. + */ + function eachMapping(map, cb) { + const decoded = decodedMappings(map); + const { names, resolvedSources } = map; + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const generatedLine = i + 1; + const generatedColumn = seg[0]; + let source = null; + let originalLine = null; + let originalColumn = null; + let name = null; + if (seg.length !== 1) { + source = resolvedSources[seg[1]]; + originalLine = seg[2] + 1; + originalColumn = seg[3]; + } + if (seg.length === 5) name = names[seg[4]]; + cb({ + generatedLine, + generatedColumn, + source, + originalLine, + originalColumn, + name, + }); + } + } + } + function sourceIndex(map, source) { + const { sources, resolvedSources } = map; + let index = sources.indexOf(source); + if (index === -1) index = resolvedSources.indexOf(source); + return index; + } + /** + * Retrieves the source content for a particular source, if its found. Returns null if not. + */ + function sourceContentFor(map, source) { + const { sourcesContent } = map; + if (sourcesContent == null) return null; + const index = sourceIndex(map, source); + return index === -1 ? null : sourcesContent[index]; + } + /** + * A helper that skips sorting of the input map's mappings array, which can be expensive for larger + * maps. + */ + function presortedDecodedMap(map, mapUrl) { + const tracer = new TraceMap(clone(map, []), mapUrl); + cast$2(tracer)._decoded = map.mappings; + return tracer; + } + function clone(map, mappings) { + return { + version: map.version, + file: map.file, + names: map.names, + sourceRoot: map.sourceRoot, + sources: map.sources, + sourcesContent: map.sourcesContent, + mappings, + ignoreList: map.ignoreList || map.x_google_ignoreList, + }; + } + function OMapping(source, line, column, name) { + return { source, line, column, name }; + } + function GMapping(line, column) { + return { line, column }; + } + function traceSegmentInternal(segments, memo, line, column, bias) { + let index = memoizedBinarySearch(segments, column, memo, line); + if (found) { + index = (bias === LEAST_UPPER_BOUND ? upperBound : lowerBound)( + segments, + column, + index + ); + } else if (bias === LEAST_UPPER_BOUND) index++; + if (index === -1 || index === segments.length) return -1; + return index; + } + function sliceGeneratedPositions(segments, memo, line, column, bias) { + let min = traceSegmentInternal( + segments, + memo, + line, + column, + GREATEST_LOWER_BOUND + ); + // We ignored the bias when tracing the segment so that we're guarnateed to find the first (in + // insertion order) segment that matched. Even if we did respect the bias when tracing, we would + // still need to call `lowerBound()` to find the first segment, which is slower than just looking + // for the GREATEST_LOWER_BOUND to begin with. The only difference that matters for us is when the + // binary search didn't match, in which case GREATEST_LOWER_BOUND just needs to increment to + // match LEAST_UPPER_BOUND. + if (!found && bias === LEAST_UPPER_BOUND) min++; + if (min === -1 || min === segments.length) return []; + // We may have found the segment that started at an earlier column. If this is the case, then we + // need to slice all generated segments that match _that_ column, because all such segments span + // to our desired column. + const matchedColumn = found ? column : segments[min][COLUMN$1]; + // The binary search is not guaranteed to find the lower bound when a match wasn't found. + if (!found) min = lowerBound(segments, matchedColumn, min); + const max = upperBound(segments, matchedColumn, min); + const result = []; + for (; min <= max; min++) { + const segment = segments[min]; + result.push( + GMapping(segment[REV_GENERATED_LINE] + 1, segment[REV_GENERATED_COLUMN]) + ); + } + return result; + } + function generatedPosition(map, source, line, column, bias, all) { + var _a; + line--; + if (line < 0) throw new Error(LINE_GTR_ZERO); + if (column < 0) throw new Error(COL_GTR_EQ_ZERO); + const { sources, resolvedSources } = map; + let sourceIndex = sources.indexOf(source); + if (sourceIndex === -1) sourceIndex = resolvedSources.indexOf(source); + if (sourceIndex === -1) return all ? [] : GMapping(null, null); + const generated = + (_a = cast$2(map))._bySources || + (_a._bySources = buildBySources( + decodedMappings(map), + (cast$2(map)._bySourceMemos = sources.map(memoizedState)) + )); + const segments = generated[sourceIndex][line]; + if (segments == null) return all ? [] : GMapping(null, null); + const memo = cast$2(map)._bySourceMemos[sourceIndex]; + if (all) return sliceGeneratedPositions(segments, memo, line, column, bias); + const index = traceSegmentInternal(segments, memo, line, column, bias); + if (index === -1) return GMapping(null, null); + const segment = segments[index]; + return GMapping( + segment[REV_GENERATED_LINE] + 1, + segment[REV_GENERATED_COLUMN] + ); + } -})); + /** + * SetArray acts like a `Set` (allowing only one occurrence of a string `key`), but provides the + * index of the `key` in the backing array. + * + * This is designed to allow synchronizing a second array with the contents of the backing array, + * like how in a sourcemap `sourcesContent[i]` is the source content associated with `source[i]`, + * and there are never duplicates. + */ + class SetArray { + constructor() { + this._indexes = { __proto__: null }; + this.array = []; + } + } + /** + * Typescript doesn't allow friend access to private fields, so this just casts the set into a type + * with public access modifiers. + */ + function cast$1(set) { + return set; + } + /** + * Gets the index associated with `key` in the backing array, if it is already present. + */ + function get(setarr, key) { + return cast$1(setarr)._indexes[key]; + } + /** + * Puts `key` into the backing array, if it is not already present. Returns + * the index of the `key` in the backing array. + */ + function put(setarr, key) { + // The key may or may not be present. If it is present, it's a number. + const index = get(setarr, key); + if (index !== undefined) return index; + const { array, _indexes: indexes } = cast$1(setarr); + const length = array.push(key); + return (indexes[key] = length - 1); + } + + const COLUMN = 0; + const SOURCES_INDEX = 1; + const SOURCE_LINE = 2; + const SOURCE_COLUMN = 3; + const NAMES_INDEX = 4; + + const NO_NAME = -1; + /** + * Provides the state to generate a sourcemap. + */ + class GenMapping { + constructor({ file, sourceRoot } = {}) { + this._names = new SetArray(); + this._sources = new SetArray(); + this._sourcesContent = []; + this._mappings = []; + this.file = file; + this.sourceRoot = sourceRoot; + this._ignoreList = new SetArray(); + } + } + /** + * Typescript doesn't allow friend access to private fields, so this just casts the map into a type + * with public access modifiers. + */ + function cast(map) { + return map; + } + /** + * Same as `addMapping`, but will only add the mapping if it generates useful information in the + * resulting map. This only works correctly if mappings are added **in order**, meaning you should + * not add a mapping with a lower generated line/column than one that came before. + */ + const maybeAddMapping = (map, mapping) => { + return addMappingInternal(true, map, mapping); + }; + /** + * Adds/removes the content of the source file to the source map. + */ + function setSourceContent(map, source, content) { + const { _sources: sources, _sourcesContent: sourcesContent } = cast(map); + const index = put(sources, source); + sourcesContent[index] = content; + } + /** + * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ + function toDecodedMap(map) { + const { + _mappings: mappings, + _sources: sources, + _sourcesContent: sourcesContent, + _names: names, + _ignoreList: ignoreList, + } = cast(map); + removeEmptyFinalLines(mappings); + return { + version: 3, + file: map.file || undefined, + names: names.array, + sourceRoot: map.sourceRoot || undefined, + sources: sources.array, + sourcesContent, + mappings, + ignoreList: ignoreList.array, + }; + } + /** + * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ + function toEncodedMap(map) { + const decoded = toDecodedMap(map); + return Object.assign(Object.assign({}, decoded), { + mappings: encode(decoded.mappings), + }); + } + /** + * Constructs a new GenMapping, using the already present mappings of the input. + */ + function fromMap(input) { + const map = new TraceMap(input); + const gen = new GenMapping({ file: map.file, sourceRoot: map.sourceRoot }); + putAll(cast(gen)._names, map.names); + putAll(cast(gen)._sources, map.sources); + cast(gen)._sourcesContent = + map.sourcesContent || map.sources.map(() => null); + cast(gen)._mappings = decodedMappings(map); + if (map.ignoreList) putAll(cast(gen)._ignoreList, map.ignoreList); + return gen; + } + // This split declaration is only so that terser can elminiate the static initialization block. + function addSegmentInternal( + skipable, + map, + genLine, + genColumn, + source, + sourceLine, + sourceColumn, + name, + content + ) { + const { + _mappings: mappings, + _sources: sources, + _sourcesContent: sourcesContent, + _names: names, + } = cast(map); + const line = getLine(mappings, genLine); + const index = getColumnIndex(line, genColumn); + if (!source) { + if (skipable && skipSourceless(line, index)) return; + return insert(line, index, [genColumn]); + } + const sourcesIndex = put(sources, source); + const namesIndex = name ? put(names, name) : NO_NAME; + if (sourcesIndex === sourcesContent.length) + sourcesContent[sourcesIndex] = + content !== null && content !== void 0 ? content : null; + if ( + skipable && + skipSource( + line, + index, + sourcesIndex, + sourceLine, + sourceColumn, + namesIndex + ) + ) { + return; + } + return insert( + line, + index, + name ? + [genColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex] + : [genColumn, sourcesIndex, sourceLine, sourceColumn] + ); + } + function getLine(mappings, index) { + for (let i = mappings.length; i <= index; i++) { + mappings[i] = []; + } + return mappings[index]; + } + function getColumnIndex(line, genColumn) { + let index = line.length; + for (let i = index - 1; i >= 0; index = i--) { + const current = line[i]; + if (genColumn >= current[COLUMN]) break; + } + return index; + } + function insert(array, index, value) { + for (let i = array.length; i > index; i--) { + array[i] = array[i - 1]; + } + array[index] = value; + } + function removeEmptyFinalLines(mappings) { + const { length } = mappings; + let len = length; + for (let i = len - 1; i >= 0; len = i, i--) { + if (mappings[i].length > 0) break; + } + if (len < length) mappings.length = len; + } + function putAll(setarr, array) { + for (let i = 0; i < array.length; i++) put(setarr, array[i]); + } + function skipSourceless(line, index) { + // The start of a line is already sourceless, so adding a sourceless segment to the beginning + // doesn't generate any useful information. + if (index === 0) return true; + const prev = line[index - 1]; + // If the previous segment is also sourceless, then adding another sourceless segment doesn't + // genrate any new information. Else, this segment will end the source/named segment and point to + // a sourceless position, which is useful. + return prev.length === 1; + } + function skipSource( + line, + index, + sourcesIndex, + sourceLine, + sourceColumn, + namesIndex + ) { + // A source/named segment at the start of a line gives position at that genColumn + if (index === 0) return false; + const prev = line[index - 1]; + // If the previous segment is sourceless, then we're transitioning to a source. + if (prev.length === 1) return false; + // If the previous segment maps to the exact same source position, then this segment doesn't + // provide any new position information. + return ( + sourcesIndex === prev[SOURCES_INDEX] && + sourceLine === prev[SOURCE_LINE] && + sourceColumn === prev[SOURCE_COLUMN] && + namesIndex === (prev.length === 5 ? prev[NAMES_INDEX] : NO_NAME) + ); + } + function addMappingInternal(skipable, map, mapping) { + const { generated, source, original, name, content } = mapping; + if (!source) { + return addSegmentInternal( + skipable, + map, + generated.line - 1, + generated.column, + null, + null, + null, + null, + null + ); + } + return addSegmentInternal( + skipable, + map, + generated.line - 1, + generated.column, + source, + original.line - 1, + original.column, + name, + content + ); + } + + class SourceMapConsumer { + constructor(map, mapUrl) { + const trace = (this._map = new AnyMap(map, mapUrl)); + this.file = trace.file; + this.names = trace.names; + this.sourceRoot = trace.sourceRoot; + this.sources = trace.resolvedSources; + this.sourcesContent = trace.sourcesContent; + this.version = trace.version; + } + static fromSourceMap(map, mapUrl) { + // This is more performant if we receive + // a @jridgewell/source-map SourceMapGenerator + if (map.toDecodedMap) { + return new SourceMapConsumer(map.toDecodedMap(), mapUrl); + } + // This is a fallback for `source-map` and `source-map-js` + return new SourceMapConsumer(map.toJSON(), mapUrl); + } + get mappings() { + return encodedMappings(this._map); + } + originalPositionFor(needle) { + return originalPositionFor(this._map, needle); + } + generatedPositionFor(originalPosition) { + return generatedPositionFor(this._map, originalPosition); + } + allGeneratedPositionsFor(originalPosition) { + return allGeneratedPositionsFor(this._map, originalPosition); + } + hasContentsOfAllSources() { + if ( + !this.sourcesContent || + this.sourcesContent.length !== this.sources.length + ) { + return false; + } + for (const content of this.sourcesContent) { + if (content == null) { + return false; + } + } + return true; + } + sourceContentFor(source, nullOnMissing) { + const sourceContent = sourceContentFor(this._map, source); + if (sourceContent != null) { + return sourceContent; + } + if (nullOnMissing) { + return null; + } + throw new Error(`"${source}" is not in the SourceMap.`); + } + eachMapping(callback, context /*, order?: number*/) { + // order is ignored as @jridgewell/trace-map doesn't implement it + eachMapping(this._map, context ? callback.bind(context) : callback); + } + destroy() { + // noop. + } + } + class SourceMapGenerator { + constructor(opts) { + // TODO :: should this be duck-typed ? + this._map = opts instanceof GenMapping ? opts : new GenMapping(opts); + } + static fromSourceMap(consumer) { + return new SourceMapGenerator(fromMap(consumer)); + } + addMapping(mapping) { + maybeAddMapping(this._map, mapping); + } + setSourceContent(source, content) { + setSourceContent(this._map, source, content); + } + toJSON() { + return toEncodedMap(this._map); + } + toString() { + return JSON.stringify(this.toJSON()); + } + toDecodedMap() { + return toDecodedMap(this._map); + } + } + + exports.SourceMapConsumer = SourceMapConsumer; + exports.SourceMapGenerator = SourceMapGenerator; + + Object.defineProperty(exports, '__esModule', { value: true }); +}); //# sourceMappingURL=source-map.umd.js.map diff --git a/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts b/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts index 97b8b93..d47e9ff 100644 --- a/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts +++ b/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts @@ -1,35 +1,73 @@ -import { AnyMap, originalPositionFor, generatedPositionFor, eachMapping } from '@jridgewell/trace-mapping'; -import { GenMapping, maybeAddMapping, toDecodedMap, toEncodedMap, setSourceContent } from '@jridgewell/gen-mapping'; -import type { TraceMap, SourceMapInput, SectionedSourceMapInput, DecodedSourceMap } from '@jridgewell/trace-mapping'; -export type { TraceMap, SourceMapInput, SectionedSourceMapInput, DecodedSourceMap }; +import { + AnyMap, + originalPositionFor, + generatedPositionFor, + eachMapping, +} from '@jridgewell/trace-mapping'; +import { + GenMapping, + maybeAddMapping, + toDecodedMap, + toEncodedMap, + setSourceContent, +} from '@jridgewell/gen-mapping'; +import type { + TraceMap, + SourceMapInput, + SectionedSourceMapInput, + DecodedSourceMap, +} from '@jridgewell/trace-mapping'; +export type { + TraceMap, + SourceMapInput, + SectionedSourceMapInput, + DecodedSourceMap, +}; import type { Mapping, EncodedSourceMap } from '@jridgewell/gen-mapping'; export type { Mapping, EncodedSourceMap }; export declare class SourceMapConsumer { - private _map; - file: TraceMap['file']; - names: TraceMap['names']; - sourceRoot: TraceMap['sourceRoot']; - sources: TraceMap['sources']; - sourcesContent: TraceMap['sourcesContent']; - version: TraceMap['version']; - constructor(map: ConstructorParameters[0], mapUrl: Parameters[1]); - static fromSourceMap(map: SourceMapGenerator, mapUrl: Parameters[1]): SourceMapConsumer; - get mappings(): string; - originalPositionFor(needle: Parameters[1]): ReturnType; - generatedPositionFor(originalPosition: Parameters[1]): ReturnType; - allGeneratedPositionsFor(originalPosition: Parameters[1]): ReturnType[]; - hasContentsOfAllSources(): boolean; - sourceContentFor(source: string, nullOnMissing?: boolean): string | null; - eachMapping(callback: Parameters[1], context?: any): void; - destroy(): void; + private _map; + file: TraceMap['file']; + names: TraceMap['names']; + sourceRoot: TraceMap['sourceRoot']; + sources: TraceMap['sources']; + sourcesContent: TraceMap['sourcesContent']; + version: TraceMap['version']; + constructor( + map: ConstructorParameters[0], + mapUrl: Parameters[1] + ); + static fromSourceMap( + map: SourceMapGenerator, + mapUrl: Parameters[1] + ): SourceMapConsumer; + get mappings(): string; + originalPositionFor( + needle: Parameters[1] + ): ReturnType; + generatedPositionFor( + originalPosition: Parameters[1] + ): ReturnType; + allGeneratedPositionsFor( + originalPosition: Parameters[1] + ): ReturnType[]; + hasContentsOfAllSources(): boolean; + sourceContentFor(source: string, nullOnMissing?: boolean): string | null; + eachMapping(callback: Parameters[1], context?: any): void; + destroy(): void; } export declare class SourceMapGenerator { - private _map; - constructor(opts: ConstructorParameters[0] | GenMapping); - static fromSourceMap(consumer: SourceMapConsumer): SourceMapGenerator; - addMapping(mapping: Parameters[1]): ReturnType; - setSourceContent(source: Parameters[1], content: Parameters[2]): ReturnType; - toJSON(): ReturnType; - toString(): string; - toDecodedMap(): ReturnType; + private _map; + constructor(opts: ConstructorParameters[0] | GenMapping); + static fromSourceMap(consumer: SourceMapConsumer): SourceMapGenerator; + addMapping( + mapping: Parameters[1] + ): ReturnType; + setSourceContent( + source: Parameters[1], + content: Parameters[2] + ): ReturnType; + toJSON(): ReturnType; + toString(): string; + toDecodedMap(): ReturnType; } diff --git a/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs b/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs index 60e17b3..aff46a2 100644 --- a/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +++ b/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs @@ -1,424 +1,453 @@ const comma = ','.charCodeAt(0); const semicolon = ';'.charCodeAt(0); -const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; +const chars = + 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; const intToChar = new Uint8Array(64); // 64 possible chars. const charToInt = new Uint8Array(128); // z is 122 in ASCII for (let i = 0; i < chars.length; i++) { - const c = chars.charCodeAt(i); - intToChar[i] = c; - charToInt[c] = i; + const c = chars.charCodeAt(i); + intToChar[i] = c; + charToInt[c] = i; } function decodeInteger(reader, relative) { - let value = 0; - let shift = 0; - let integer = 0; - do { - const c = reader.next(); - integer = charToInt[c]; - value |= (integer & 31) << shift; - shift += 5; - } while (integer & 32); - const shouldNegate = value & 1; - value >>>= 1; - if (shouldNegate) { - value = -0x80000000 | -value; - } - return relative + value; + let value = 0; + let shift = 0; + let integer = 0; + do { + const c = reader.next(); + integer = charToInt[c]; + value |= (integer & 31) << shift; + shift += 5; + } while (integer & 32); + const shouldNegate = value & 1; + value >>>= 1; + if (shouldNegate) { + value = -0x80000000 | -value; + } + return relative + value; } function encodeInteger(builder, num, relative) { - let delta = num - relative; - delta = delta < 0 ? (-delta << 1) | 1 : delta << 1; - do { - let clamped = delta & 0b011111; - delta >>>= 5; - if (delta > 0) - clamped |= 0b100000; - builder.write(intToChar[clamped]); - } while (delta > 0); - return num; + let delta = num - relative; + delta = delta < 0 ? (-delta << 1) | 1 : delta << 1; + do { + let clamped = delta & 0b011111; + delta >>>= 5; + if (delta > 0) clamped |= 0b100000; + builder.write(intToChar[clamped]); + } while (delta > 0); + return num; } function hasMoreVlq(reader, max) { - if (reader.pos >= max) - return false; - return reader.peek() !== comma; + if (reader.pos >= max) return false; + return reader.peek() !== comma; } const bufLength = 1024 * 16; // Provide a fallback for older environments. -const td = typeof TextDecoder !== 'undefined' - ? /* #__PURE__ */ new TextDecoder() - : typeof Buffer !== 'undefined' - ? { - decode(buf) { - const out = Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength); - return out.toString(); - }, +const td = + typeof TextDecoder !== 'undefined' ? /* #__PURE__ */ new TextDecoder() + : typeof Buffer !== 'undefined' ? + { + decode(buf) { + const out = Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength); + return out.toString(); + }, + } + : { + decode(buf) { + let out = ''; + for (let i = 0; i < buf.length; i++) { + out += String.fromCharCode(buf[i]); } - : { - decode(buf) { - let out = ''; - for (let i = 0; i < buf.length; i++) { - out += String.fromCharCode(buf[i]); - } - return out; - }, - }; + return out; + }, + }; class StringWriter { - constructor() { - this.pos = 0; - this.out = ''; - this.buffer = new Uint8Array(bufLength); - } - write(v) { - const { buffer } = this; - buffer[this.pos++] = v; - if (this.pos === bufLength) { - this.out += td.decode(buffer); - this.pos = 0; - } - } - flush() { - const { buffer, out, pos } = this; - return pos > 0 ? out + td.decode(buffer.subarray(0, pos)) : out; + constructor() { + this.pos = 0; + this.out = ''; + this.buffer = new Uint8Array(bufLength); + } + write(v) { + const { buffer } = this; + buffer[this.pos++] = v; + if (this.pos === bufLength) { + this.out += td.decode(buffer); + this.pos = 0; } + } + flush() { + const { buffer, out, pos } = this; + return pos > 0 ? out + td.decode(buffer.subarray(0, pos)) : out; + } } class StringReader { - constructor(buffer) { - this.pos = 0; - this.buffer = buffer; - } - next() { - return this.buffer.charCodeAt(this.pos++); - } - peek() { - return this.buffer.charCodeAt(this.pos); - } - indexOf(char) { - const { buffer, pos } = this; - const idx = buffer.indexOf(char, pos); - return idx === -1 ? buffer.length : idx; - } + constructor(buffer) { + this.pos = 0; + this.buffer = buffer; + } + next() { + return this.buffer.charCodeAt(this.pos++); + } + peek() { + return this.buffer.charCodeAt(this.pos); + } + indexOf(char) { + const { buffer, pos } = this; + const idx = buffer.indexOf(char, pos); + return idx === -1 ? buffer.length : idx; + } } const EMPTY = []; function decodeOriginalScopes(input) { - const { length } = input; - const reader = new StringReader(input); - const scopes = []; - const stack = []; - let line = 0; - for (; reader.pos < length; reader.pos++) { - line = decodeInteger(reader, line); - const column = decodeInteger(reader, 0); - if (!hasMoreVlq(reader, length)) { - const last = stack.pop(); - last[2] = line; - last[3] = column; - continue; - } - const kind = decodeInteger(reader, 0); - const fields = decodeInteger(reader, 0); - const hasName = fields & 0b0001; - const scope = (hasName ? [line, column, 0, 0, kind, decodeInteger(reader, 0)] : [line, column, 0, 0, kind]); - let vars = EMPTY; - if (hasMoreVlq(reader, length)) { - vars = []; - do { - const varsIndex = decodeInteger(reader, 0); - vars.push(varsIndex); - } while (hasMoreVlq(reader, length)); - } - scope.vars = vars; - scopes.push(scope); - stack.push(scope); + const { length } = input; + const reader = new StringReader(input); + const scopes = []; + const stack = []; + let line = 0; + for (; reader.pos < length; reader.pos++) { + line = decodeInteger(reader, line); + const column = decodeInteger(reader, 0); + if (!hasMoreVlq(reader, length)) { + const last = stack.pop(); + last[2] = line; + last[3] = column; + continue; } - return scopes; + const kind = decodeInteger(reader, 0); + const fields = decodeInteger(reader, 0); + const hasName = fields & 0b0001; + const scope = + hasName ? + [line, column, 0, 0, kind, decodeInteger(reader, 0)] + : [line, column, 0, 0, kind]; + let vars = EMPTY; + if (hasMoreVlq(reader, length)) { + vars = []; + do { + const varsIndex = decodeInteger(reader, 0); + vars.push(varsIndex); + } while (hasMoreVlq(reader, length)); + } + scope.vars = vars; + scopes.push(scope); + stack.push(scope); + } + return scopes; } function encodeOriginalScopes(scopes) { - const writer = new StringWriter(); - for (let i = 0; i < scopes.length;) { - i = _encodeOriginalScopes(scopes, i, writer, [0]); - } - return writer.flush(); + const writer = new StringWriter(); + for (let i = 0; i < scopes.length; ) { + i = _encodeOriginalScopes(scopes, i, writer, [0]); + } + return writer.flush(); } function _encodeOriginalScopes(scopes, index, writer, state) { - const scope = scopes[index]; - const { 0: startLine, 1: startColumn, 2: endLine, 3: endColumn, 4: kind, vars } = scope; - if (index > 0) - writer.write(comma); - state[0] = encodeInteger(writer, startLine, state[0]); - encodeInteger(writer, startColumn, 0); - encodeInteger(writer, kind, 0); - const fields = scope.length === 6 ? 0b0001 : 0; - encodeInteger(writer, fields, 0); - if (scope.length === 6) - encodeInteger(writer, scope[5], 0); - for (const v of vars) { - encodeInteger(writer, v, 0); + const scope = scopes[index]; + const { + 0: startLine, + 1: startColumn, + 2: endLine, + 3: endColumn, + 4: kind, + vars, + } = scope; + if (index > 0) writer.write(comma); + state[0] = encodeInteger(writer, startLine, state[0]); + encodeInteger(writer, startColumn, 0); + encodeInteger(writer, kind, 0); + const fields = scope.length === 6 ? 0b0001 : 0; + encodeInteger(writer, fields, 0); + if (scope.length === 6) encodeInteger(writer, scope[5], 0); + for (const v of vars) { + encodeInteger(writer, v, 0); + } + for (index++; index < scopes.length; ) { + const next = scopes[index]; + const { 0: l, 1: c } = next; + if (l > endLine || (l === endLine && c >= endColumn)) { + break; } - for (index++; index < scopes.length;) { - const next = scopes[index]; - const { 0: l, 1: c } = next; - if (l > endLine || (l === endLine && c >= endColumn)) { - break; - } - index = _encodeOriginalScopes(scopes, index, writer, state); - } - writer.write(comma); - state[0] = encodeInteger(writer, endLine, state[0]); - encodeInteger(writer, endColumn, 0); - return index; + index = _encodeOriginalScopes(scopes, index, writer, state); + } + writer.write(comma); + state[0] = encodeInteger(writer, endLine, state[0]); + encodeInteger(writer, endColumn, 0); + return index; } function decodeGeneratedRanges(input) { - const { length } = input; - const reader = new StringReader(input); - const ranges = []; - const stack = []; - let genLine = 0; - let definitionSourcesIndex = 0; - let definitionScopeIndex = 0; - let callsiteSourcesIndex = 0; - let callsiteLine = 0; - let callsiteColumn = 0; - let bindingLine = 0; - let bindingColumn = 0; - do { - const semi = reader.indexOf(';'); - let genColumn = 0; - for (; reader.pos < semi; reader.pos++) { - genColumn = decodeInteger(reader, genColumn); - if (!hasMoreVlq(reader, semi)) { - const last = stack.pop(); - last[2] = genLine; - last[3] = genColumn; - continue; + const { length } = input; + const reader = new StringReader(input); + const ranges = []; + const stack = []; + let genLine = 0; + let definitionSourcesIndex = 0; + let definitionScopeIndex = 0; + let callsiteSourcesIndex = 0; + let callsiteLine = 0; + let callsiteColumn = 0; + let bindingLine = 0; + let bindingColumn = 0; + do { + const semi = reader.indexOf(';'); + let genColumn = 0; + for (; reader.pos < semi; reader.pos++) { + genColumn = decodeInteger(reader, genColumn); + if (!hasMoreVlq(reader, semi)) { + const last = stack.pop(); + last[2] = genLine; + last[3] = genColumn; + continue; + } + const fields = decodeInteger(reader, 0); + const hasDefinition = fields & 0b0001; + const hasCallsite = fields & 0b0010; + const hasScope = fields & 0b0100; + let callsite = null; + let bindings = EMPTY; + let range; + if (hasDefinition) { + const defSourcesIndex = decodeInteger(reader, definitionSourcesIndex); + definitionScopeIndex = decodeInteger( + reader, + definitionSourcesIndex === defSourcesIndex ? definitionScopeIndex : 0 + ); + definitionSourcesIndex = defSourcesIndex; + range = [ + genLine, + genColumn, + 0, + 0, + defSourcesIndex, + definitionScopeIndex, + ]; + } else { + range = [genLine, genColumn, 0, 0]; + } + range.isScope = !!hasScope; + if (hasCallsite) { + const prevCsi = callsiteSourcesIndex; + const prevLine = callsiteLine; + callsiteSourcesIndex = decodeInteger(reader, callsiteSourcesIndex); + const sameSource = prevCsi === callsiteSourcesIndex; + callsiteLine = decodeInteger(reader, sameSource ? callsiteLine : 0); + callsiteColumn = decodeInteger( + reader, + sameSource && prevLine === callsiteLine ? callsiteColumn : 0 + ); + callsite = [callsiteSourcesIndex, callsiteLine, callsiteColumn]; + } + range.callsite = callsite; + if (hasMoreVlq(reader, semi)) { + bindings = []; + do { + bindingLine = genLine; + bindingColumn = genColumn; + const expressionsCount = decodeInteger(reader, 0); + let expressionRanges; + if (expressionsCount < -1) { + expressionRanges = [[decodeInteger(reader, 0)]]; + for (let i = -1; i > expressionsCount; i--) { + const prevBl = bindingLine; + bindingLine = decodeInteger(reader, bindingLine); + bindingColumn = decodeInteger( + reader, + bindingLine === prevBl ? bindingColumn : 0 + ); + const expression = decodeInteger(reader, 0); + expressionRanges.push([expression, bindingLine, bindingColumn]); } - const fields = decodeInteger(reader, 0); - const hasDefinition = fields & 0b0001; - const hasCallsite = fields & 0b0010; - const hasScope = fields & 0b0100; - let callsite = null; - let bindings = EMPTY; - let range; - if (hasDefinition) { - const defSourcesIndex = decodeInteger(reader, definitionSourcesIndex); - definitionScopeIndex = decodeInteger(reader, definitionSourcesIndex === defSourcesIndex ? definitionScopeIndex : 0); - definitionSourcesIndex = defSourcesIndex; - range = [genLine, genColumn, 0, 0, defSourcesIndex, definitionScopeIndex]; - } - else { - range = [genLine, genColumn, 0, 0]; - } - range.isScope = !!hasScope; - if (hasCallsite) { - const prevCsi = callsiteSourcesIndex; - const prevLine = callsiteLine; - callsiteSourcesIndex = decodeInteger(reader, callsiteSourcesIndex); - const sameSource = prevCsi === callsiteSourcesIndex; - callsiteLine = decodeInteger(reader, sameSource ? callsiteLine : 0); - callsiteColumn = decodeInteger(reader, sameSource && prevLine === callsiteLine ? callsiteColumn : 0); - callsite = [callsiteSourcesIndex, callsiteLine, callsiteColumn]; - } - range.callsite = callsite; - if (hasMoreVlq(reader, semi)) { - bindings = []; - do { - bindingLine = genLine; - bindingColumn = genColumn; - const expressionsCount = decodeInteger(reader, 0); - let expressionRanges; - if (expressionsCount < -1) { - expressionRanges = [[decodeInteger(reader, 0)]]; - for (let i = -1; i > expressionsCount; i--) { - const prevBl = bindingLine; - bindingLine = decodeInteger(reader, bindingLine); - bindingColumn = decodeInteger(reader, bindingLine === prevBl ? bindingColumn : 0); - const expression = decodeInteger(reader, 0); - expressionRanges.push([expression, bindingLine, bindingColumn]); - } - } - else { - expressionRanges = [[expressionsCount]]; - } - bindings.push(expressionRanges); - } while (hasMoreVlq(reader, semi)); - } - range.bindings = bindings; - ranges.push(range); - stack.push(range); - } - genLine++; - reader.pos = semi + 1; - } while (reader.pos < length); - return ranges; + } else { + expressionRanges = [[expressionsCount]]; + } + bindings.push(expressionRanges); + } while (hasMoreVlq(reader, semi)); + } + range.bindings = bindings; + ranges.push(range); + stack.push(range); + } + genLine++; + reader.pos = semi + 1; + } while (reader.pos < length); + return ranges; } function encodeGeneratedRanges(ranges) { - if (ranges.length === 0) - return ''; - const writer = new StringWriter(); - for (let i = 0; i < ranges.length;) { - i = _encodeGeneratedRanges(ranges, i, writer, [0, 0, 0, 0, 0, 0, 0]); - } - return writer.flush(); + if (ranges.length === 0) return ''; + const writer = new StringWriter(); + for (let i = 0; i < ranges.length; ) { + i = _encodeGeneratedRanges(ranges, i, writer, [0, 0, 0, 0, 0, 0, 0]); + } + return writer.flush(); } function _encodeGeneratedRanges(ranges, index, writer, state) { - const range = ranges[index]; - const { 0: startLine, 1: startColumn, 2: endLine, 3: endColumn, isScope, callsite, bindings, } = range; - if (state[0] < startLine) { - catchupLine(writer, state[0], startLine); - state[0] = startLine; - state[1] = 0; + const range = ranges[index]; + const { + 0: startLine, + 1: startColumn, + 2: endLine, + 3: endColumn, + isScope, + callsite, + bindings, + } = range; + if (state[0] < startLine) { + catchupLine(writer, state[0], startLine); + state[0] = startLine; + state[1] = 0; + } else if (index > 0) { + writer.write(comma); + } + state[1] = encodeInteger(writer, range[1], state[1]); + const fields = + (range.length === 6 ? 0b0001 : 0) | + (callsite ? 0b0010 : 0) | + (isScope ? 0b0100 : 0); + encodeInteger(writer, fields, 0); + if (range.length === 6) { + const { 4: sourcesIndex, 5: scopesIndex } = range; + if (sourcesIndex !== state[2]) { + state[3] = 0; } - else if (index > 0) { - writer.write(comma); + state[2] = encodeInteger(writer, sourcesIndex, state[2]); + state[3] = encodeInteger(writer, scopesIndex, state[3]); + } + if (callsite) { + const { 0: sourcesIndex, 1: callLine, 2: callColumn } = range.callsite; + if (sourcesIndex !== state[4]) { + state[5] = 0; + state[6] = 0; + } else if (callLine !== state[5]) { + state[6] = 0; } - state[1] = encodeInteger(writer, range[1], state[1]); - const fields = (range.length === 6 ? 0b0001 : 0) | (callsite ? 0b0010 : 0) | (isScope ? 0b0100 : 0); - encodeInteger(writer, fields, 0); - if (range.length === 6) { - const { 4: sourcesIndex, 5: scopesIndex } = range; - if (sourcesIndex !== state[2]) { - state[3] = 0; - } - state[2] = encodeInteger(writer, sourcesIndex, state[2]); - state[3] = encodeInteger(writer, scopesIndex, state[3]); + state[4] = encodeInteger(writer, sourcesIndex, state[4]); + state[5] = encodeInteger(writer, callLine, state[5]); + state[6] = encodeInteger(writer, callColumn, state[6]); + } + if (bindings) { + for (const binding of bindings) { + if (binding.length > 1) encodeInteger(writer, -binding.length, 0); + const expression = binding[0][0]; + encodeInteger(writer, expression, 0); + let bindingStartLine = startLine; + let bindingStartColumn = startColumn; + for (let i = 1; i < binding.length; i++) { + const expRange = binding[i]; + bindingStartLine = encodeInteger(writer, expRange[1], bindingStartLine); + bindingStartColumn = encodeInteger( + writer, + expRange[2], + bindingStartColumn + ); + encodeInteger(writer, expRange[0], 0); + } } - if (callsite) { - const { 0: sourcesIndex, 1: callLine, 2: callColumn } = range.callsite; - if (sourcesIndex !== state[4]) { - state[5] = 0; - state[6] = 0; - } - else if (callLine !== state[5]) { - state[6] = 0; - } - state[4] = encodeInteger(writer, sourcesIndex, state[4]); - state[5] = encodeInteger(writer, callLine, state[5]); - state[6] = encodeInteger(writer, callColumn, state[6]); + } + for (index++; index < ranges.length; ) { + const next = ranges[index]; + const { 0: l, 1: c } = next; + if (l > endLine || (l === endLine && c >= endColumn)) { + break; } - if (bindings) { - for (const binding of bindings) { - if (binding.length > 1) - encodeInteger(writer, -binding.length, 0); - const expression = binding[0][0]; - encodeInteger(writer, expression, 0); - let bindingStartLine = startLine; - let bindingStartColumn = startColumn; - for (let i = 1; i < binding.length; i++) { - const expRange = binding[i]; - bindingStartLine = encodeInteger(writer, expRange[1], bindingStartLine); - bindingStartColumn = encodeInteger(writer, expRange[2], bindingStartColumn); - encodeInteger(writer, expRange[0], 0); - } - } - } - for (index++; index < ranges.length;) { - const next = ranges[index]; - const { 0: l, 1: c } = next; - if (l > endLine || (l === endLine && c >= endColumn)) { - break; - } - index = _encodeGeneratedRanges(ranges, index, writer, state); - } - if (state[0] < endLine) { - catchupLine(writer, state[0], endLine); - state[0] = endLine; - state[1] = 0; - } - else { - writer.write(comma); - } - state[1] = encodeInteger(writer, endColumn, state[1]); - return index; + index = _encodeGeneratedRanges(ranges, index, writer, state); + } + if (state[0] < endLine) { + catchupLine(writer, state[0], endLine); + state[0] = endLine; + state[1] = 0; + } else { + writer.write(comma); + } + state[1] = encodeInteger(writer, endColumn, state[1]); + return index; } function catchupLine(writer, lastLine, line) { - do { - writer.write(semicolon); - } while (++lastLine < line); + do { + writer.write(semicolon); + } while (++lastLine < line); } function decode(mappings) { - const { length } = mappings; - const reader = new StringReader(mappings); - const decoded = []; - let genColumn = 0; - let sourcesIndex = 0; - let sourceLine = 0; - let sourceColumn = 0; - let namesIndex = 0; - do { - const semi = reader.indexOf(';'); - const line = []; - let sorted = true; - let lastCol = 0; - genColumn = 0; - while (reader.pos < semi) { - let seg; - genColumn = decodeInteger(reader, genColumn); - if (genColumn < lastCol) - sorted = false; - lastCol = genColumn; - if (hasMoreVlq(reader, semi)) { - sourcesIndex = decodeInteger(reader, sourcesIndex); - sourceLine = decodeInteger(reader, sourceLine); - sourceColumn = decodeInteger(reader, sourceColumn); - if (hasMoreVlq(reader, semi)) { - namesIndex = decodeInteger(reader, namesIndex); - seg = [genColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex]; - } - else { - seg = [genColumn, sourcesIndex, sourceLine, sourceColumn]; - } - } - else { - seg = [genColumn]; - } - line.push(seg); - reader.pos++; + const { length } = mappings; + const reader = new StringReader(mappings); + const decoded = []; + let genColumn = 0; + let sourcesIndex = 0; + let sourceLine = 0; + let sourceColumn = 0; + let namesIndex = 0; + do { + const semi = reader.indexOf(';'); + const line = []; + let sorted = true; + let lastCol = 0; + genColumn = 0; + while (reader.pos < semi) { + let seg; + genColumn = decodeInteger(reader, genColumn); + if (genColumn < lastCol) sorted = false; + lastCol = genColumn; + if (hasMoreVlq(reader, semi)) { + sourcesIndex = decodeInteger(reader, sourcesIndex); + sourceLine = decodeInteger(reader, sourceLine); + sourceColumn = decodeInteger(reader, sourceColumn); + if (hasMoreVlq(reader, semi)) { + namesIndex = decodeInteger(reader, namesIndex); + seg = [genColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex]; + } else { + seg = [genColumn, sourcesIndex, sourceLine, sourceColumn]; } - if (!sorted) - sort(line); - decoded.push(line); - reader.pos = semi + 1; - } while (reader.pos <= length); - return decoded; + } else { + seg = [genColumn]; + } + line.push(seg); + reader.pos++; + } + if (!sorted) sort(line); + decoded.push(line); + reader.pos = semi + 1; + } while (reader.pos <= length); + return decoded; } function sort(line) { - line.sort(sortComparator); + line.sort(sortComparator); } function sortComparator(a, b) { - return a[0] - b[0]; + return a[0] - b[0]; } function encode(decoded) { - const writer = new StringWriter(); - let sourcesIndex = 0; - let sourceLine = 0; - let sourceColumn = 0; - let namesIndex = 0; - for (let i = 0; i < decoded.length; i++) { - const line = decoded[i]; - if (i > 0) - writer.write(semicolon); - if (line.length === 0) - continue; - let genColumn = 0; - for (let j = 0; j < line.length; j++) { - const segment = line[j]; - if (j > 0) - writer.write(comma); - genColumn = encodeInteger(writer, segment[0], genColumn); - if (segment.length === 1) - continue; - sourcesIndex = encodeInteger(writer, segment[1], sourcesIndex); - sourceLine = encodeInteger(writer, segment[2], sourceLine); - sourceColumn = encodeInteger(writer, segment[3], sourceColumn); - if (segment.length === 4) - continue; - namesIndex = encodeInteger(writer, segment[4], namesIndex); - } + const writer = new StringWriter(); + let sourcesIndex = 0; + let sourceLine = 0; + let sourceColumn = 0; + let namesIndex = 0; + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + if (i > 0) writer.write(semicolon); + if (line.length === 0) continue; + let genColumn = 0; + for (let j = 0; j < line.length; j++) { + const segment = line[j]; + if (j > 0) writer.write(comma); + genColumn = encodeInteger(writer, segment[0], genColumn); + if (segment.length === 1) continue; + sourcesIndex = encodeInteger(writer, segment[1], sourcesIndex); + sourceLine = encodeInteger(writer, segment[2], sourceLine); + sourceColumn = encodeInteger(writer, segment[3], sourceColumn); + if (segment.length === 4) continue; + namesIndex = encodeInteger(writer, segment[4], namesIndex); } - return writer.flush(); + } + return writer.flush(); } -export { decode, decodeGeneratedRanges, decodeOriginalScopes, encode, encodeGeneratedRanges, encodeOriginalScopes }; +export { + decode, + decodeGeneratedRanges, + decodeOriginalScopes, + encode, + encodeGeneratedRanges, + encodeOriginalScopes, +}; //# sourceMappingURL=sourcemap-codec.mjs.map diff --git a/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js b/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js index 93caf17..021ada8 100644 --- a/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +++ b/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js @@ -1,439 +1,474 @@ (function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : - typeof define === 'function' && define.amd ? define(['exports'], factory) : - (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.sourcemapCodec = {})); -})(this, (function (exports) { 'use strict'; + typeof exports === 'object' && typeof module !== 'undefined' ? + factory(exports) + : typeof define === 'function' && define.amd ? define(['exports'], factory) + : ((global = typeof globalThis !== 'undefined' ? globalThis : global || self), + factory((global.sourcemapCodec = {}))); +})(this, function (exports) { + 'use strict'; - const comma = ','.charCodeAt(0); - const semicolon = ';'.charCodeAt(0); - const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; - const intToChar = new Uint8Array(64); // 64 possible chars. - const charToInt = new Uint8Array(128); // z is 122 in ASCII - for (let i = 0; i < chars.length; i++) { - const c = chars.charCodeAt(i); - intToChar[i] = c; - charToInt[c] = i; + const comma = ','.charCodeAt(0); + const semicolon = ';'.charCodeAt(0); + const chars = + 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; + const intToChar = new Uint8Array(64); // 64 possible chars. + const charToInt = new Uint8Array(128); // z is 122 in ASCII + for (let i = 0; i < chars.length; i++) { + const c = chars.charCodeAt(i); + intToChar[i] = c; + charToInt[c] = i; + } + function decodeInteger(reader, relative) { + let value = 0; + let shift = 0; + let integer = 0; + do { + const c = reader.next(); + integer = charToInt[c]; + value |= (integer & 31) << shift; + shift += 5; + } while (integer & 32); + const shouldNegate = value & 1; + value >>>= 1; + if (shouldNegate) { + value = -0x80000000 | -value; } - function decodeInteger(reader, relative) { - let value = 0; - let shift = 0; - let integer = 0; + return relative + value; + } + function encodeInteger(builder, num, relative) { + let delta = num - relative; + delta = delta < 0 ? (-delta << 1) | 1 : delta << 1; + do { + let clamped = delta & 0b011111; + delta >>>= 5; + if (delta > 0) clamped |= 0b100000; + builder.write(intToChar[clamped]); + } while (delta > 0); + return num; + } + function hasMoreVlq(reader, max) { + if (reader.pos >= max) return false; + return reader.peek() !== comma; + } + + const bufLength = 1024 * 16; + // Provide a fallback for older environments. + const td = + typeof TextDecoder !== 'undefined' ? /* #__PURE__ */ new TextDecoder() + : typeof Buffer !== 'undefined' ? + { + decode(buf) { + const out = Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength); + return out.toString(); + }, + } + : { + decode(buf) { + let out = ''; + for (let i = 0; i < buf.length; i++) { + out += String.fromCharCode(buf[i]); + } + return out; + }, + }; + class StringWriter { + constructor() { + this.pos = 0; + this.out = ''; + this.buffer = new Uint8Array(bufLength); + } + write(v) { + const { buffer } = this; + buffer[this.pos++] = v; + if (this.pos === bufLength) { + this.out += td.decode(buffer); + this.pos = 0; + } + } + flush() { + const { buffer, out, pos } = this; + return pos > 0 ? out + td.decode(buffer.subarray(0, pos)) : out; + } + } + class StringReader { + constructor(buffer) { + this.pos = 0; + this.buffer = buffer; + } + next() { + return this.buffer.charCodeAt(this.pos++); + } + peek() { + return this.buffer.charCodeAt(this.pos); + } + indexOf(char) { + const { buffer, pos } = this; + const idx = buffer.indexOf(char, pos); + return idx === -1 ? buffer.length : idx; + } + } + + const EMPTY = []; + function decodeOriginalScopes(input) { + const { length } = input; + const reader = new StringReader(input); + const scopes = []; + const stack = []; + let line = 0; + for (; reader.pos < length; reader.pos++) { + line = decodeInteger(reader, line); + const column = decodeInteger(reader, 0); + if (!hasMoreVlq(reader, length)) { + const last = stack.pop(); + last[2] = line; + last[3] = column; + continue; + } + const kind = decodeInteger(reader, 0); + const fields = decodeInteger(reader, 0); + const hasName = fields & 0b0001; + const scope = + hasName ? + [line, column, 0, 0, kind, decodeInteger(reader, 0)] + : [line, column, 0, 0, kind]; + let vars = EMPTY; + if (hasMoreVlq(reader, length)) { + vars = []; do { - const c = reader.next(); - integer = charToInt[c]; - value |= (integer & 31) << shift; - shift += 5; - } while (integer & 32); - const shouldNegate = value & 1; - value >>>= 1; - if (shouldNegate) { - value = -0x80000000 | -value; + const varsIndex = decodeInteger(reader, 0); + vars.push(varsIndex); + } while (hasMoreVlq(reader, length)); + } + scope.vars = vars; + scopes.push(scope); + stack.push(scope); + } + return scopes; + } + function encodeOriginalScopes(scopes) { + const writer = new StringWriter(); + for (let i = 0; i < scopes.length; ) { + i = _encodeOriginalScopes(scopes, i, writer, [0]); + } + return writer.flush(); + } + function _encodeOriginalScopes(scopes, index, writer, state) { + const scope = scopes[index]; + const { + 0: startLine, + 1: startColumn, + 2: endLine, + 3: endColumn, + 4: kind, + vars, + } = scope; + if (index > 0) writer.write(comma); + state[0] = encodeInteger(writer, startLine, state[0]); + encodeInteger(writer, startColumn, 0); + encodeInteger(writer, kind, 0); + const fields = scope.length === 6 ? 0b0001 : 0; + encodeInteger(writer, fields, 0); + if (scope.length === 6) encodeInteger(writer, scope[5], 0); + for (const v of vars) { + encodeInteger(writer, v, 0); + } + for (index++; index < scopes.length; ) { + const next = scopes[index]; + const { 0: l, 1: c } = next; + if (l > endLine || (l === endLine && c >= endColumn)) { + break; + } + index = _encodeOriginalScopes(scopes, index, writer, state); + } + writer.write(comma); + state[0] = encodeInteger(writer, endLine, state[0]); + encodeInteger(writer, endColumn, 0); + return index; + } + function decodeGeneratedRanges(input) { + const { length } = input; + const reader = new StringReader(input); + const ranges = []; + const stack = []; + let genLine = 0; + let definitionSourcesIndex = 0; + let definitionScopeIndex = 0; + let callsiteSourcesIndex = 0; + let callsiteLine = 0; + let callsiteColumn = 0; + let bindingLine = 0; + let bindingColumn = 0; + do { + const semi = reader.indexOf(';'); + let genColumn = 0; + for (; reader.pos < semi; reader.pos++) { + genColumn = decodeInteger(reader, genColumn); + if (!hasMoreVlq(reader, semi)) { + const last = stack.pop(); + last[2] = genLine; + last[3] = genColumn; + continue; } - return relative + value; + const fields = decodeInteger(reader, 0); + const hasDefinition = fields & 0b0001; + const hasCallsite = fields & 0b0010; + const hasScope = fields & 0b0100; + let callsite = null; + let bindings = EMPTY; + let range; + if (hasDefinition) { + const defSourcesIndex = decodeInteger(reader, definitionSourcesIndex); + definitionScopeIndex = decodeInteger( + reader, + definitionSourcesIndex === defSourcesIndex ? definitionScopeIndex + : 0 + ); + definitionSourcesIndex = defSourcesIndex; + range = [ + genLine, + genColumn, + 0, + 0, + defSourcesIndex, + definitionScopeIndex, + ]; + } else { + range = [genLine, genColumn, 0, 0]; + } + range.isScope = !!hasScope; + if (hasCallsite) { + const prevCsi = callsiteSourcesIndex; + const prevLine = callsiteLine; + callsiteSourcesIndex = decodeInteger(reader, callsiteSourcesIndex); + const sameSource = prevCsi === callsiteSourcesIndex; + callsiteLine = decodeInteger(reader, sameSource ? callsiteLine : 0); + callsiteColumn = decodeInteger( + reader, + sameSource && prevLine === callsiteLine ? callsiteColumn : 0 + ); + callsite = [callsiteSourcesIndex, callsiteLine, callsiteColumn]; + } + range.callsite = callsite; + if (hasMoreVlq(reader, semi)) { + bindings = []; + do { + bindingLine = genLine; + bindingColumn = genColumn; + const expressionsCount = decodeInteger(reader, 0); + let expressionRanges; + if (expressionsCount < -1) { + expressionRanges = [[decodeInteger(reader, 0)]]; + for (let i = -1; i > expressionsCount; i--) { + const prevBl = bindingLine; + bindingLine = decodeInteger(reader, bindingLine); + bindingColumn = decodeInteger( + reader, + bindingLine === prevBl ? bindingColumn : 0 + ); + const expression = decodeInteger(reader, 0); + expressionRanges.push([expression, bindingLine, bindingColumn]); + } + } else { + expressionRanges = [[expressionsCount]]; + } + bindings.push(expressionRanges); + } while (hasMoreVlq(reader, semi)); + } + range.bindings = bindings; + ranges.push(range); + stack.push(range); + } + genLine++; + reader.pos = semi + 1; + } while (reader.pos < length); + return ranges; + } + function encodeGeneratedRanges(ranges) { + if (ranges.length === 0) return ''; + const writer = new StringWriter(); + for (let i = 0; i < ranges.length; ) { + i = _encodeGeneratedRanges(ranges, i, writer, [0, 0, 0, 0, 0, 0, 0]); } - function encodeInteger(builder, num, relative) { - let delta = num - relative; - delta = delta < 0 ? (-delta << 1) | 1 : delta << 1; - do { - let clamped = delta & 0b011111; - delta >>>= 5; - if (delta > 0) - clamped |= 0b100000; - builder.write(intToChar[clamped]); - } while (delta > 0); - return num; + return writer.flush(); + } + function _encodeGeneratedRanges(ranges, index, writer, state) { + const range = ranges[index]; + const { + 0: startLine, + 1: startColumn, + 2: endLine, + 3: endColumn, + isScope, + callsite, + bindings, + } = range; + if (state[0] < startLine) { + catchupLine(writer, state[0], startLine); + state[0] = startLine; + state[1] = 0; + } else if (index > 0) { + writer.write(comma); } - function hasMoreVlq(reader, max) { - if (reader.pos >= max) - return false; - return reader.peek() !== comma; + state[1] = encodeInteger(writer, range[1], state[1]); + const fields = + (range.length === 6 ? 0b0001 : 0) | + (callsite ? 0b0010 : 0) | + (isScope ? 0b0100 : 0); + encodeInteger(writer, fields, 0); + if (range.length === 6) { + const { 4: sourcesIndex, 5: scopesIndex } = range; + if (sourcesIndex !== state[2]) { + state[3] = 0; + } + state[2] = encodeInteger(writer, sourcesIndex, state[2]); + state[3] = encodeInteger(writer, scopesIndex, state[3]); } + if (callsite) { + const { 0: sourcesIndex, 1: callLine, 2: callColumn } = range.callsite; + if (sourcesIndex !== state[4]) { + state[5] = 0; + state[6] = 0; + } else if (callLine !== state[5]) { + state[6] = 0; + } + state[4] = encodeInteger(writer, sourcesIndex, state[4]); + state[5] = encodeInteger(writer, callLine, state[5]); + state[6] = encodeInteger(writer, callColumn, state[6]); + } + if (bindings) { + for (const binding of bindings) { + if (binding.length > 1) encodeInteger(writer, -binding.length, 0); + const expression = binding[0][0]; + encodeInteger(writer, expression, 0); + let bindingStartLine = startLine; + let bindingStartColumn = startColumn; + for (let i = 1; i < binding.length; i++) { + const expRange = binding[i]; + bindingStartLine = encodeInteger( + writer, + expRange[1], + bindingStartLine + ); + bindingStartColumn = encodeInteger( + writer, + expRange[2], + bindingStartColumn + ); + encodeInteger(writer, expRange[0], 0); + } + } + } + for (index++; index < ranges.length; ) { + const next = ranges[index]; + const { 0: l, 1: c } = next; + if (l > endLine || (l === endLine && c >= endColumn)) { + break; + } + index = _encodeGeneratedRanges(ranges, index, writer, state); + } + if (state[0] < endLine) { + catchupLine(writer, state[0], endLine); + state[0] = endLine; + state[1] = 0; + } else { + writer.write(comma); + } + state[1] = encodeInteger(writer, endColumn, state[1]); + return index; + } + function catchupLine(writer, lastLine, line) { + do { + writer.write(semicolon); + } while (++lastLine < line); + } - const bufLength = 1024 * 16; - // Provide a fallback for older environments. - const td = typeof TextDecoder !== 'undefined' - ? /* #__PURE__ */ new TextDecoder() - : typeof Buffer !== 'undefined' - ? { - decode(buf) { - const out = Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength); - return out.toString(); - }, - } - : { - decode(buf) { - let out = ''; - for (let i = 0; i < buf.length; i++) { - out += String.fromCharCode(buf[i]); - } - return out; - }, - }; - class StringWriter { - constructor() { - this.pos = 0; - this.out = ''; - this.buffer = new Uint8Array(bufLength); - } - write(v) { - const { buffer } = this; - buffer[this.pos++] = v; - if (this.pos === bufLength) { - this.out += td.decode(buffer); - this.pos = 0; - } - } - flush() { - const { buffer, out, pos } = this; - return pos > 0 ? out + td.decode(buffer.subarray(0, pos)) : out; - } - } - class StringReader { - constructor(buffer) { - this.pos = 0; - this.buffer = buffer; - } - next() { - return this.buffer.charCodeAt(this.pos++); - } - peek() { - return this.buffer.charCodeAt(this.pos); - } - indexOf(char) { - const { buffer, pos } = this; - const idx = buffer.indexOf(char, pos); - return idx === -1 ? buffer.length : idx; + function decode(mappings) { + const { length } = mappings; + const reader = new StringReader(mappings); + const decoded = []; + let genColumn = 0; + let sourcesIndex = 0; + let sourceLine = 0; + let sourceColumn = 0; + let namesIndex = 0; + do { + const semi = reader.indexOf(';'); + const line = []; + let sorted = true; + let lastCol = 0; + genColumn = 0; + while (reader.pos < semi) { + let seg; + genColumn = decodeInteger(reader, genColumn); + if (genColumn < lastCol) sorted = false; + lastCol = genColumn; + if (hasMoreVlq(reader, semi)) { + sourcesIndex = decodeInteger(reader, sourcesIndex); + sourceLine = decodeInteger(reader, sourceLine); + sourceColumn = decodeInteger(reader, sourceColumn); + if (hasMoreVlq(reader, semi)) { + namesIndex = decodeInteger(reader, namesIndex); + seg = [ + genColumn, + sourcesIndex, + sourceLine, + sourceColumn, + namesIndex, + ]; + } else { + seg = [genColumn, sourcesIndex, sourceLine, sourceColumn]; + } + } else { + seg = [genColumn]; } + line.push(seg); + reader.pos++; + } + if (!sorted) sort(line); + decoded.push(line); + reader.pos = semi + 1; + } while (reader.pos <= length); + return decoded; + } + function sort(line) { + line.sort(sortComparator); + } + function sortComparator(a, b) { + return a[0] - b[0]; + } + function encode(decoded) { + const writer = new StringWriter(); + let sourcesIndex = 0; + let sourceLine = 0; + let sourceColumn = 0; + let namesIndex = 0; + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + if (i > 0) writer.write(semicolon); + if (line.length === 0) continue; + let genColumn = 0; + for (let j = 0; j < line.length; j++) { + const segment = line[j]; + if (j > 0) writer.write(comma); + genColumn = encodeInteger(writer, segment[0], genColumn); + if (segment.length === 1) continue; + sourcesIndex = encodeInteger(writer, segment[1], sourcesIndex); + sourceLine = encodeInteger(writer, segment[2], sourceLine); + sourceColumn = encodeInteger(writer, segment[3], sourceColumn); + if (segment.length === 4) continue; + namesIndex = encodeInteger(writer, segment[4], namesIndex); + } } + return writer.flush(); + } - const EMPTY = []; - function decodeOriginalScopes(input) { - const { length } = input; - const reader = new StringReader(input); - const scopes = []; - const stack = []; - let line = 0; - for (; reader.pos < length; reader.pos++) { - line = decodeInteger(reader, line); - const column = decodeInteger(reader, 0); - if (!hasMoreVlq(reader, length)) { - const last = stack.pop(); - last[2] = line; - last[3] = column; - continue; - } - const kind = decodeInteger(reader, 0); - const fields = decodeInteger(reader, 0); - const hasName = fields & 0b0001; - const scope = (hasName ? [line, column, 0, 0, kind, decodeInteger(reader, 0)] : [line, column, 0, 0, kind]); - let vars = EMPTY; - if (hasMoreVlq(reader, length)) { - vars = []; - do { - const varsIndex = decodeInteger(reader, 0); - vars.push(varsIndex); - } while (hasMoreVlq(reader, length)); - } - scope.vars = vars; - scopes.push(scope); - stack.push(scope); - } - return scopes; - } - function encodeOriginalScopes(scopes) { - const writer = new StringWriter(); - for (let i = 0; i < scopes.length;) { - i = _encodeOriginalScopes(scopes, i, writer, [0]); - } - return writer.flush(); - } - function _encodeOriginalScopes(scopes, index, writer, state) { - const scope = scopes[index]; - const { 0: startLine, 1: startColumn, 2: endLine, 3: endColumn, 4: kind, vars } = scope; - if (index > 0) - writer.write(comma); - state[0] = encodeInteger(writer, startLine, state[0]); - encodeInteger(writer, startColumn, 0); - encodeInteger(writer, kind, 0); - const fields = scope.length === 6 ? 0b0001 : 0; - encodeInteger(writer, fields, 0); - if (scope.length === 6) - encodeInteger(writer, scope[5], 0); - for (const v of vars) { - encodeInteger(writer, v, 0); - } - for (index++; index < scopes.length;) { - const next = scopes[index]; - const { 0: l, 1: c } = next; - if (l > endLine || (l === endLine && c >= endColumn)) { - break; - } - index = _encodeOriginalScopes(scopes, index, writer, state); - } - writer.write(comma); - state[0] = encodeInteger(writer, endLine, state[0]); - encodeInteger(writer, endColumn, 0); - return index; - } - function decodeGeneratedRanges(input) { - const { length } = input; - const reader = new StringReader(input); - const ranges = []; - const stack = []; - let genLine = 0; - let definitionSourcesIndex = 0; - let definitionScopeIndex = 0; - let callsiteSourcesIndex = 0; - let callsiteLine = 0; - let callsiteColumn = 0; - let bindingLine = 0; - let bindingColumn = 0; - do { - const semi = reader.indexOf(';'); - let genColumn = 0; - for (; reader.pos < semi; reader.pos++) { - genColumn = decodeInteger(reader, genColumn); - if (!hasMoreVlq(reader, semi)) { - const last = stack.pop(); - last[2] = genLine; - last[3] = genColumn; - continue; - } - const fields = decodeInteger(reader, 0); - const hasDefinition = fields & 0b0001; - const hasCallsite = fields & 0b0010; - const hasScope = fields & 0b0100; - let callsite = null; - let bindings = EMPTY; - let range; - if (hasDefinition) { - const defSourcesIndex = decodeInteger(reader, definitionSourcesIndex); - definitionScopeIndex = decodeInteger(reader, definitionSourcesIndex === defSourcesIndex ? definitionScopeIndex : 0); - definitionSourcesIndex = defSourcesIndex; - range = [genLine, genColumn, 0, 0, defSourcesIndex, definitionScopeIndex]; - } - else { - range = [genLine, genColumn, 0, 0]; - } - range.isScope = !!hasScope; - if (hasCallsite) { - const prevCsi = callsiteSourcesIndex; - const prevLine = callsiteLine; - callsiteSourcesIndex = decodeInteger(reader, callsiteSourcesIndex); - const sameSource = prevCsi === callsiteSourcesIndex; - callsiteLine = decodeInteger(reader, sameSource ? callsiteLine : 0); - callsiteColumn = decodeInteger(reader, sameSource && prevLine === callsiteLine ? callsiteColumn : 0); - callsite = [callsiteSourcesIndex, callsiteLine, callsiteColumn]; - } - range.callsite = callsite; - if (hasMoreVlq(reader, semi)) { - bindings = []; - do { - bindingLine = genLine; - bindingColumn = genColumn; - const expressionsCount = decodeInteger(reader, 0); - let expressionRanges; - if (expressionsCount < -1) { - expressionRanges = [[decodeInteger(reader, 0)]]; - for (let i = -1; i > expressionsCount; i--) { - const prevBl = bindingLine; - bindingLine = decodeInteger(reader, bindingLine); - bindingColumn = decodeInteger(reader, bindingLine === prevBl ? bindingColumn : 0); - const expression = decodeInteger(reader, 0); - expressionRanges.push([expression, bindingLine, bindingColumn]); - } - } - else { - expressionRanges = [[expressionsCount]]; - } - bindings.push(expressionRanges); - } while (hasMoreVlq(reader, semi)); - } - range.bindings = bindings; - ranges.push(range); - stack.push(range); - } - genLine++; - reader.pos = semi + 1; - } while (reader.pos < length); - return ranges; - } - function encodeGeneratedRanges(ranges) { - if (ranges.length === 0) - return ''; - const writer = new StringWriter(); - for (let i = 0; i < ranges.length;) { - i = _encodeGeneratedRanges(ranges, i, writer, [0, 0, 0, 0, 0, 0, 0]); - } - return writer.flush(); - } - function _encodeGeneratedRanges(ranges, index, writer, state) { - const range = ranges[index]; - const { 0: startLine, 1: startColumn, 2: endLine, 3: endColumn, isScope, callsite, bindings, } = range; - if (state[0] < startLine) { - catchupLine(writer, state[0], startLine); - state[0] = startLine; - state[1] = 0; - } - else if (index > 0) { - writer.write(comma); - } - state[1] = encodeInteger(writer, range[1], state[1]); - const fields = (range.length === 6 ? 0b0001 : 0) | (callsite ? 0b0010 : 0) | (isScope ? 0b0100 : 0); - encodeInteger(writer, fields, 0); - if (range.length === 6) { - const { 4: sourcesIndex, 5: scopesIndex } = range; - if (sourcesIndex !== state[2]) { - state[3] = 0; - } - state[2] = encodeInteger(writer, sourcesIndex, state[2]); - state[3] = encodeInteger(writer, scopesIndex, state[3]); - } - if (callsite) { - const { 0: sourcesIndex, 1: callLine, 2: callColumn } = range.callsite; - if (sourcesIndex !== state[4]) { - state[5] = 0; - state[6] = 0; - } - else if (callLine !== state[5]) { - state[6] = 0; - } - state[4] = encodeInteger(writer, sourcesIndex, state[4]); - state[5] = encodeInteger(writer, callLine, state[5]); - state[6] = encodeInteger(writer, callColumn, state[6]); - } - if (bindings) { - for (const binding of bindings) { - if (binding.length > 1) - encodeInteger(writer, -binding.length, 0); - const expression = binding[0][0]; - encodeInteger(writer, expression, 0); - let bindingStartLine = startLine; - let bindingStartColumn = startColumn; - for (let i = 1; i < binding.length; i++) { - const expRange = binding[i]; - bindingStartLine = encodeInteger(writer, expRange[1], bindingStartLine); - bindingStartColumn = encodeInteger(writer, expRange[2], bindingStartColumn); - encodeInteger(writer, expRange[0], 0); - } - } - } - for (index++; index < ranges.length;) { - const next = ranges[index]; - const { 0: l, 1: c } = next; - if (l > endLine || (l === endLine && c >= endColumn)) { - break; - } - index = _encodeGeneratedRanges(ranges, index, writer, state); - } - if (state[0] < endLine) { - catchupLine(writer, state[0], endLine); - state[0] = endLine; - state[1] = 0; - } - else { - writer.write(comma); - } - state[1] = encodeInteger(writer, endColumn, state[1]); - return index; - } - function catchupLine(writer, lastLine, line) { - do { - writer.write(semicolon); - } while (++lastLine < line); - } + exports.decode = decode; + exports.decodeGeneratedRanges = decodeGeneratedRanges; + exports.decodeOriginalScopes = decodeOriginalScopes; + exports.encode = encode; + exports.encodeGeneratedRanges = encodeGeneratedRanges; + exports.encodeOriginalScopes = encodeOriginalScopes; - function decode(mappings) { - const { length } = mappings; - const reader = new StringReader(mappings); - const decoded = []; - let genColumn = 0; - let sourcesIndex = 0; - let sourceLine = 0; - let sourceColumn = 0; - let namesIndex = 0; - do { - const semi = reader.indexOf(';'); - const line = []; - let sorted = true; - let lastCol = 0; - genColumn = 0; - while (reader.pos < semi) { - let seg; - genColumn = decodeInteger(reader, genColumn); - if (genColumn < lastCol) - sorted = false; - lastCol = genColumn; - if (hasMoreVlq(reader, semi)) { - sourcesIndex = decodeInteger(reader, sourcesIndex); - sourceLine = decodeInteger(reader, sourceLine); - sourceColumn = decodeInteger(reader, sourceColumn); - if (hasMoreVlq(reader, semi)) { - namesIndex = decodeInteger(reader, namesIndex); - seg = [genColumn, sourcesIndex, sourceLine, sourceColumn, namesIndex]; - } - else { - seg = [genColumn, sourcesIndex, sourceLine, sourceColumn]; - } - } - else { - seg = [genColumn]; - } - line.push(seg); - reader.pos++; - } - if (!sorted) - sort(line); - decoded.push(line); - reader.pos = semi + 1; - } while (reader.pos <= length); - return decoded; - } - function sort(line) { - line.sort(sortComparator); - } - function sortComparator(a, b) { - return a[0] - b[0]; - } - function encode(decoded) { - const writer = new StringWriter(); - let sourcesIndex = 0; - let sourceLine = 0; - let sourceColumn = 0; - let namesIndex = 0; - for (let i = 0; i < decoded.length; i++) { - const line = decoded[i]; - if (i > 0) - writer.write(semicolon); - if (line.length === 0) - continue; - let genColumn = 0; - for (let j = 0; j < line.length; j++) { - const segment = line[j]; - if (j > 0) - writer.write(comma); - genColumn = encodeInteger(writer, segment[0], genColumn); - if (segment.length === 1) - continue; - sourcesIndex = encodeInteger(writer, segment[1], sourcesIndex); - sourceLine = encodeInteger(writer, segment[2], sourceLine); - sourceColumn = encodeInteger(writer, segment[3], sourceColumn); - if (segment.length === 4) - continue; - namesIndex = encodeInteger(writer, segment[4], namesIndex); - } - } - return writer.flush(); - } - - exports.decode = decode; - exports.decodeGeneratedRanges = decodeGeneratedRanges; - exports.decodeOriginalScopes = decodeOriginalScopes; - exports.encode = encode; - exports.encodeGeneratedRanges = encodeGeneratedRanges; - exports.encodeOriginalScopes = encodeOriginalScopes; - - Object.defineProperty(exports, '__esModule', { value: true }); - -})); + Object.defineProperty(exports, '__esModule', { value: true }); +}); //# sourceMappingURL=sourcemap-codec.umd.js.map diff --git a/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts b/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts index d156fab..dafea4a 100644 --- a/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +++ b/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts @@ -6,39 +6,22 @@ declare type Var = number; declare type SourcesIndex = number; declare type ScopesIndex = number; declare type Mix = (A & O) | (B & O); -export declare type OriginalScope = Mix<[ - Line, - Column, - Line, - Column, - Kind -], [ - Line, - Column, - Line, - Column, - Kind, - Name -], { +export declare type OriginalScope = Mix< + [Line, Column, Line, Column, Kind], + [Line, Column, Line, Column, Kind, Name], + { vars: Var[]; -}>; -export declare type GeneratedRange = Mix<[ - Line, - Column, - Line, - Column -], [ - Line, - Column, - Line, - Column, - SourcesIndex, - ScopesIndex -], { + } +>; +export declare type GeneratedRange = Mix< + [Line, Column, Line, Column], + [Line, Column, Line, Column, SourcesIndex, ScopesIndex], + { callsite: CallSite | null; bindings: Binding[]; isScope: boolean; -}>; + } +>; export declare type CallSite = [SourcesIndex, Line, Column]; declare type Binding = BindingExpressionRange[]; export declare type BindingExpressionRange = [Name] | [Name, Line, Column]; diff --git a/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts b/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts index 336e658..06c7ba8 100644 --- a/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +++ b/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts @@ -1,6 +1,19 @@ -export { decodeOriginalScopes, encodeOriginalScopes, decodeGeneratedRanges, encodeGeneratedRanges, } from './scopes'; -export type { OriginalScope, GeneratedRange, CallSite, BindingExpressionRange } from './scopes'; -export declare type SourceMapSegment = [number] | [number, number, number, number] | [number, number, number, number, number]; +export { + decodeOriginalScopes, + encodeOriginalScopes, + decodeGeneratedRanges, + encodeGeneratedRanges, +} from './scopes'; +export type { + OriginalScope, + GeneratedRange, + CallSite, + BindingExpressionRange, +} from './scopes'; +export declare type SourceMapSegment = + | [number] + | [number, number, number, number] + | [number, number, number, number, number]; export declare type SourceMapLine = SourceMapSegment[]; export declare type SourceMapMappings = SourceMapLine[]; export declare function decode(mappings: string): SourceMapMappings; diff --git a/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts b/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts index 78bd88e..ba2d496 100644 --- a/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +++ b/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts @@ -1,15 +1,15 @@ export declare class StringWriter { - pos: number; - private out; - private buffer; - write(v: number): void; - flush(): string; + pos: number; + private out; + private buffer; + write(v: number): void; + flush(): string; } export declare class StringReader { - pos: number; - private buffer; - constructor(buffer: string); - next(): number; - peek(): number; - indexOf(char: string): number; + pos: number; + private buffer; + constructor(buffer: string); + next(): number; + peek(): number; + indexOf(char: string): number; } diff --git a/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts b/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts index 450ee57..ac779c5 100644 --- a/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +++ b/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts @@ -1,6 +1,13 @@ import type { StringReader, StringWriter } from './strings'; export declare const comma: number; export declare const semicolon: number; -export declare function decodeInteger(reader: StringReader, relative: number): number; -export declare function encodeInteger(builder: StringWriter, num: number, relative: number): number; +export declare function decodeInteger( + reader: StringReader, + relative: number +): number; +export declare function encodeInteger( + builder: StringWriter, + num: number, + relative: number +): number; export declare function hasMoreVlq(reader: StringReader, max: number): boolean; diff --git a/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs b/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs index 8238e0a..67b83fa 100644 --- a/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +++ b/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs @@ -2,22 +2,20 @@ import { encode, decode } from '@jridgewell/sourcemap-codec'; import resolveUri from '@jridgewell/resolve-uri'; function resolve(input, base) { - // The base is always treated as a directory, if it's not empty. - // https://github.com/mozilla/source-map/blob/8cb3ee57/lib/util.js#L327 - // https://github.com/chromium/chromium/blob/da4adbb3/third_party/blink/renderer/devtools/front_end/sdk/SourceMap.js#L400-L401 - if (base && !base.endsWith('/')) - base += '/'; - return resolveUri(input, base); + // The base is always treated as a directory, if it's not empty. + // https://github.com/mozilla/source-map/blob/8cb3ee57/lib/util.js#L327 + // https://github.com/chromium/chromium/blob/da4adbb3/third_party/blink/renderer/devtools/front_end/sdk/SourceMap.js#L400-L401 + if (base && !base.endsWith('/')) base += '/'; + return resolveUri(input, base); } /** * Removes everything after the last "/", but leaves the slash. */ function stripFilename(path) { - if (!path) - return ''; - const index = path.lastIndexOf('/'); - return path.slice(0, index + 1); + if (!path) return ''; + const index = path.lastIndexOf('/'); + return path.slice(0, index + 1); } const COLUMN = 0; @@ -29,40 +27,40 @@ const REV_GENERATED_LINE = 1; const REV_GENERATED_COLUMN = 2; function maybeSort(mappings, owned) { - const unsortedIndex = nextUnsortedSegmentLine(mappings, 0); - if (unsortedIndex === mappings.length) - return mappings; - // If we own the array (meaning we parsed it from JSON), then we're free to directly mutate it. If - // not, we do not want to modify the consumer's input array. - if (!owned) - mappings = mappings.slice(); - for (let i = unsortedIndex; i < mappings.length; i = nextUnsortedSegmentLine(mappings, i + 1)) { - mappings[i] = sortSegments(mappings[i], owned); - } - return mappings; + const unsortedIndex = nextUnsortedSegmentLine(mappings, 0); + if (unsortedIndex === mappings.length) return mappings; + // If we own the array (meaning we parsed it from JSON), then we're free to directly mutate it. If + // not, we do not want to modify the consumer's input array. + if (!owned) mappings = mappings.slice(); + for ( + let i = unsortedIndex; + i < mappings.length; + i = nextUnsortedSegmentLine(mappings, i + 1) + ) { + mappings[i] = sortSegments(mappings[i], owned); + } + return mappings; } function nextUnsortedSegmentLine(mappings, start) { - for (let i = start; i < mappings.length; i++) { - if (!isSorted(mappings[i])) - return i; - } - return mappings.length; + for (let i = start; i < mappings.length; i++) { + if (!isSorted(mappings[i])) return i; + } + return mappings.length; } function isSorted(line) { - for (let j = 1; j < line.length; j++) { - if (line[j][COLUMN] < line[j - 1][COLUMN]) { - return false; - } + for (let j = 1; j < line.length; j++) { + if (line[j][COLUMN] < line[j - 1][COLUMN]) { + return false; } - return true; + } + return true; } function sortSegments(line, owned) { - if (!owned) - line = line.slice(); - return line.sort(sortComparator); + if (!owned) line = line.slice(); + return line.sort(sortComparator); } function sortComparator(a, b) { - return a[COLUMN] - b[COLUMN]; + return a[COLUMN] - b[COLUMN]; } let found = false; @@ -83,102 +81,102 @@ let found = false; * ``` */ function binarySearch(haystack, needle, low, high) { - while (low <= high) { - const mid = low + ((high - low) >> 1); - const cmp = haystack[mid][COLUMN] - needle; - if (cmp === 0) { - found = true; - return mid; - } - if (cmp < 0) { - low = mid + 1; - } - else { - high = mid - 1; - } + while (low <= high) { + const mid = low + ((high - low) >> 1); + const cmp = haystack[mid][COLUMN] - needle; + if (cmp === 0) { + found = true; + return mid; } - found = false; - return low - 1; + if (cmp < 0) { + low = mid + 1; + } else { + high = mid - 1; + } + } + found = false; + return low - 1; } function upperBound(haystack, needle, index) { - for (let i = index + 1; i < haystack.length; index = i++) { - if (haystack[i][COLUMN] !== needle) - break; - } - return index; + for (let i = index + 1; i < haystack.length; index = i++) { + if (haystack[i][COLUMN] !== needle) break; + } + return index; } function lowerBound(haystack, needle, index) { - for (let i = index - 1; i >= 0; index = i--) { - if (haystack[i][COLUMN] !== needle) - break; - } - return index; + for (let i = index - 1; i >= 0; index = i--) { + if (haystack[i][COLUMN] !== needle) break; + } + return index; } function memoizedState() { - return { - lastKey: -1, - lastNeedle: -1, - lastIndex: -1, - }; + return { + lastKey: -1, + lastNeedle: -1, + lastIndex: -1, + }; } /** * This overly complicated beast is just to record the last tested line/column and the resulting * index, allowing us to skip a few tests if mappings are monotonically increasing. */ function memoizedBinarySearch(haystack, needle, state, key) { - const { lastKey, lastNeedle, lastIndex } = state; - let low = 0; - let high = haystack.length - 1; - if (key === lastKey) { - if (needle === lastNeedle) { - found = lastIndex !== -1 && haystack[lastIndex][COLUMN] === needle; - return lastIndex; - } - if (needle >= lastNeedle) { - // lastIndex may be -1 if the previous needle was not found. - low = lastIndex === -1 ? 0 : lastIndex; - } - else { - high = lastIndex; - } + const { lastKey, lastNeedle, lastIndex } = state; + let low = 0; + let high = haystack.length - 1; + if (key === lastKey) { + if (needle === lastNeedle) { + found = lastIndex !== -1 && haystack[lastIndex][COLUMN] === needle; + return lastIndex; } - state.lastKey = key; - state.lastNeedle = needle; - return (state.lastIndex = binarySearch(haystack, needle, low, high)); + if (needle >= lastNeedle) { + // lastIndex may be -1 if the previous needle was not found. + low = lastIndex === -1 ? 0 : lastIndex; + } else { + high = lastIndex; + } + } + state.lastKey = key; + state.lastNeedle = needle; + return (state.lastIndex = binarySearch(haystack, needle, low, high)); } // Rebuilds the original source files, with mappings that are ordered by source line/column instead // of generated line/column. function buildBySources(decoded, memos) { - const sources = memos.map(buildNullArray); - for (let i = 0; i < decoded.length; i++) { - const line = decoded[i]; - for (let j = 0; j < line.length; j++) { - const seg = line[j]; - if (seg.length === 1) - continue; - const sourceIndex = seg[SOURCES_INDEX]; - const sourceLine = seg[SOURCE_LINE]; - const sourceColumn = seg[SOURCE_COLUMN]; - const originalSource = sources[sourceIndex]; - const originalLine = (originalSource[sourceLine] || (originalSource[sourceLine] = [])); - const memo = memos[sourceIndex]; - // The binary search either found a match, or it found the left-index just before where the - // segment should go. Either way, we want to insert after that. And there may be multiple - // generated segments associated with an original location, so there may need to move several - // indexes before we find where we need to insert. - let index = upperBound(originalLine, sourceColumn, memoizedBinarySearch(originalLine, sourceColumn, memo, sourceLine)); - memo.lastIndex = ++index; - insert(originalLine, index, [sourceColumn, i, seg[COLUMN]]); - } + const sources = memos.map(buildNullArray); + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + if (seg.length === 1) continue; + const sourceIndex = seg[SOURCES_INDEX]; + const sourceLine = seg[SOURCE_LINE]; + const sourceColumn = seg[SOURCE_COLUMN]; + const originalSource = sources[sourceIndex]; + const originalLine = + originalSource[sourceLine] || (originalSource[sourceLine] = []); + const memo = memos[sourceIndex]; + // The binary search either found a match, or it found the left-index just before where the + // segment should go. Either way, we want to insert after that. And there may be multiple + // generated segments associated with an original location, so there may need to move several + // indexes before we find where we need to insert. + let index = upperBound( + originalLine, + sourceColumn, + memoizedBinarySearch(originalLine, sourceColumn, memo, sourceLine) + ); + memo.lastIndex = ++index; + insert(originalLine, index, [sourceColumn, i, seg[COLUMN]]); } - return sources; + } + return sources; } function insert(array, index, value) { - for (let i = array.length; i > index; i--) { - array[i] = array[i - 1]; - } - array[index] = value; + for (let i = array.length; i > index; i--) { + array[i] = array[i - 1]; + } + array[index] = value; } // Null arrays allow us to use ordered index keys without actually allocating contiguous memory like // a real array. We use a null-prototype object to avoid prototype pollution and deoptimizations. @@ -186,186 +184,248 @@ function insert(array, index, value) { // the insertion order. So, by setting any numeric keys, even out of order, we'll get ascending // order when iterating with for-in. function buildNullArray() { - return { __proto__: null }; + return { __proto__: null }; } const AnyMap = function (map, mapUrl) { - const parsed = parse(map); - if (!('sections' in parsed)) { - return new TraceMap(parsed, mapUrl); - } - const mappings = []; - const sources = []; - const sourcesContent = []; - const names = []; - const ignoreList = []; - recurse(parsed, mapUrl, mappings, sources, sourcesContent, names, ignoreList, 0, 0, Infinity, Infinity); - const joined = { - version: 3, - file: parsed.file, - names, - sources, - sourcesContent, - mappings, - ignoreList, - }; - return presortedDecodedMap(joined); + const parsed = parse(map); + if (!('sections' in parsed)) { + return new TraceMap(parsed, mapUrl); + } + const mappings = []; + const sources = []; + const sourcesContent = []; + const names = []; + const ignoreList = []; + recurse( + parsed, + mapUrl, + mappings, + sources, + sourcesContent, + names, + ignoreList, + 0, + 0, + Infinity, + Infinity + ); + const joined = { + version: 3, + file: parsed.file, + names, + sources, + sourcesContent, + mappings, + ignoreList, + }; + return presortedDecodedMap(joined); }; function parse(map) { - return typeof map === 'string' ? JSON.parse(map) : map; + return typeof map === 'string' ? JSON.parse(map) : map; } -function recurse(input, mapUrl, mappings, sources, sourcesContent, names, ignoreList, lineOffset, columnOffset, stopLine, stopColumn) { - const { sections } = input; - for (let i = 0; i < sections.length; i++) { - const { map, offset } = sections[i]; - let sl = stopLine; - let sc = stopColumn; - if (i + 1 < sections.length) { - const nextOffset = sections[i + 1].offset; - sl = Math.min(stopLine, lineOffset + nextOffset.line); - if (sl === stopLine) { - sc = Math.min(stopColumn, columnOffset + nextOffset.column); - } - else if (sl < stopLine) { - sc = columnOffset + nextOffset.column; - } - } - addSection(map, mapUrl, mappings, sources, sourcesContent, names, ignoreList, lineOffset + offset.line, columnOffset + offset.column, sl, sc); +function recurse( + input, + mapUrl, + mappings, + sources, + sourcesContent, + names, + ignoreList, + lineOffset, + columnOffset, + stopLine, + stopColumn +) { + const { sections } = input; + for (let i = 0; i < sections.length; i++) { + const { map, offset } = sections[i]; + let sl = stopLine; + let sc = stopColumn; + if (i + 1 < sections.length) { + const nextOffset = sections[i + 1].offset; + sl = Math.min(stopLine, lineOffset + nextOffset.line); + if (sl === stopLine) { + sc = Math.min(stopColumn, columnOffset + nextOffset.column); + } else if (sl < stopLine) { + sc = columnOffset + nextOffset.column; + } } + addSection( + map, + mapUrl, + mappings, + sources, + sourcesContent, + names, + ignoreList, + lineOffset + offset.line, + columnOffset + offset.column, + sl, + sc + ); + } } -function addSection(input, mapUrl, mappings, sources, sourcesContent, names, ignoreList, lineOffset, columnOffset, stopLine, stopColumn) { - const parsed = parse(input); - if ('sections' in parsed) - return recurse(...arguments); - const map = new TraceMap(parsed, mapUrl); - const sourcesOffset = sources.length; - const namesOffset = names.length; - const decoded = decodedMappings(map); - const { resolvedSources, sourcesContent: contents, ignoreList: ignores } = map; - append(sources, resolvedSources); - append(names, map.names); - if (contents) - append(sourcesContent, contents); - else - for (let i = 0; i < resolvedSources.length; i++) - sourcesContent.push(null); - if (ignores) - for (let i = 0; i < ignores.length; i++) - ignoreList.push(ignores[i] + sourcesOffset); - for (let i = 0; i < decoded.length; i++) { - const lineI = lineOffset + i; - // We can only add so many lines before we step into the range that the next section's map - // controls. When we get to the last line, then we'll start checking the segments to see if - // they've crossed into the column range. But it may not have any columns that overstep, so we - // still need to check that we don't overstep lines, too. - if (lineI > stopLine) - return; - // The out line may already exist in mappings (if we're continuing the line started by a - // previous section). Or, we may have jumped ahead several lines to start this section. - const out = getLine(mappings, lineI); - // On the 0th loop, the section's column offset shifts us forward. On all other lines (since the - // map can be multiple lines), it doesn't. - const cOffset = i === 0 ? columnOffset : 0; - const line = decoded[i]; - for (let j = 0; j < line.length; j++) { - const seg = line[j]; - const column = cOffset + seg[COLUMN]; - // If this segment steps into the column range that the next section's map controls, we need - // to stop early. - if (lineI === stopLine && column >= stopColumn) - return; - if (seg.length === 1) { - out.push([column]); - continue; - } - const sourcesIndex = sourcesOffset + seg[SOURCES_INDEX]; - const sourceLine = seg[SOURCE_LINE]; - const sourceColumn = seg[SOURCE_COLUMN]; - out.push(seg.length === 4 - ? [column, sourcesIndex, sourceLine, sourceColumn] - : [column, sourcesIndex, sourceLine, sourceColumn, namesOffset + seg[NAMES_INDEX]]); - } +function addSection( + input, + mapUrl, + mappings, + sources, + sourcesContent, + names, + ignoreList, + lineOffset, + columnOffset, + stopLine, + stopColumn +) { + const parsed = parse(input); + if ('sections' in parsed) return recurse(...arguments); + const map = new TraceMap(parsed, mapUrl); + const sourcesOffset = sources.length; + const namesOffset = names.length; + const decoded = decodedMappings(map); + const { + resolvedSources, + sourcesContent: contents, + ignoreList: ignores, + } = map; + append(sources, resolvedSources); + append(names, map.names); + if (contents) append(sourcesContent, contents); + else + for (let i = 0; i < resolvedSources.length; i++) sourcesContent.push(null); + if (ignores) + for (let i = 0; i < ignores.length; i++) + ignoreList.push(ignores[i] + sourcesOffset); + for (let i = 0; i < decoded.length; i++) { + const lineI = lineOffset + i; + // We can only add so many lines before we step into the range that the next section's map + // controls. When we get to the last line, then we'll start checking the segments to see if + // they've crossed into the column range. But it may not have any columns that overstep, so we + // still need to check that we don't overstep lines, too. + if (lineI > stopLine) return; + // The out line may already exist in mappings (if we're continuing the line started by a + // previous section). Or, we may have jumped ahead several lines to start this section. + const out = getLine(mappings, lineI); + // On the 0th loop, the section's column offset shifts us forward. On all other lines (since the + // map can be multiple lines), it doesn't. + const cOffset = i === 0 ? columnOffset : 0; + const line = decoded[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const column = cOffset + seg[COLUMN]; + // If this segment steps into the column range that the next section's map controls, we need + // to stop early. + if (lineI === stopLine && column >= stopColumn) return; + if (seg.length === 1) { + out.push([column]); + continue; + } + const sourcesIndex = sourcesOffset + seg[SOURCES_INDEX]; + const sourceLine = seg[SOURCE_LINE]; + const sourceColumn = seg[SOURCE_COLUMN]; + out.push( + seg.length === 4 ? + [column, sourcesIndex, sourceLine, sourceColumn] + : [ + column, + sourcesIndex, + sourceLine, + sourceColumn, + namesOffset + seg[NAMES_INDEX], + ] + ); } + } } function append(arr, other) { - for (let i = 0; i < other.length; i++) - arr.push(other[i]); + for (let i = 0; i < other.length; i++) arr.push(other[i]); } function getLine(arr, index) { - for (let i = arr.length; i <= index; i++) - arr[i] = []; - return arr[index]; + for (let i = arr.length; i <= index; i++) arr[i] = []; + return arr[index]; } const LINE_GTR_ZERO = '`line` must be greater than 0 (lines start at line 1)'; -const COL_GTR_EQ_ZERO = '`column` must be greater than or equal to 0 (columns start at column 0)'; +const COL_GTR_EQ_ZERO = + '`column` must be greater than or equal to 0 (columns start at column 0)'; const LEAST_UPPER_BOUND = -1; const GREATEST_LOWER_BOUND = 1; class TraceMap { - constructor(map, mapUrl) { - const isString = typeof map === 'string'; - if (!isString && map._decodedMemo) - return map; - const parsed = (isString ? JSON.parse(map) : map); - const { version, file, names, sourceRoot, sources, sourcesContent } = parsed; - this.version = version; - this.file = file; - this.names = names || []; - this.sourceRoot = sourceRoot; - this.sources = sources; - this.sourcesContent = sourcesContent; - this.ignoreList = parsed.ignoreList || parsed.x_google_ignoreList || undefined; - const from = resolve(sourceRoot || '', stripFilename(mapUrl)); - this.resolvedSources = sources.map((s) => resolve(s || '', from)); - const { mappings } = parsed; - if (typeof mappings === 'string') { - this._encoded = mappings; - this._decoded = undefined; - } - else { - this._encoded = undefined; - this._decoded = maybeSort(mappings, isString); - } - this._decodedMemo = memoizedState(); - this._bySources = undefined; - this._bySourceMemos = undefined; + constructor(map, mapUrl) { + const isString = typeof map === 'string'; + if (!isString && map._decodedMemo) return map; + const parsed = isString ? JSON.parse(map) : map; + const { version, file, names, sourceRoot, sources, sourcesContent } = + parsed; + this.version = version; + this.file = file; + this.names = names || []; + this.sourceRoot = sourceRoot; + this.sources = sources; + this.sourcesContent = sourcesContent; + this.ignoreList = + parsed.ignoreList || parsed.x_google_ignoreList || undefined; + const from = resolve(sourceRoot || '', stripFilename(mapUrl)); + this.resolvedSources = sources.map((s) => resolve(s || '', from)); + const { mappings } = parsed; + if (typeof mappings === 'string') { + this._encoded = mappings; + this._decoded = undefined; + } else { + this._encoded = undefined; + this._decoded = maybeSort(mappings, isString); } + this._decodedMemo = memoizedState(); + this._bySources = undefined; + this._bySourceMemos = undefined; + } } /** * Typescript doesn't allow friend access to private fields, so this just casts the map into a type * with public access modifiers. */ function cast(map) { - return map; + return map; } /** * Returns the encoded (VLQ string) form of the SourceMap's mappings field. */ function encodedMappings(map) { - var _a; - var _b; - return ((_a = (_b = cast(map))._encoded) !== null && _a !== void 0 ? _a : (_b._encoded = encode(cast(map)._decoded))); + var _a; + var _b; + return (_a = (_b = cast(map))._encoded) !== null && _a !== void 0 ? + _a + : (_b._encoded = encode(cast(map)._decoded)); } /** * Returns the decoded (array of lines of segments) form of the SourceMap's mappings field. */ function decodedMappings(map) { - var _a; - return ((_a = cast(map))._decoded || (_a._decoded = decode(cast(map)._encoded))); + var _a; + return ( + (_a = cast(map))._decoded || (_a._decoded = decode(cast(map)._encoded)) + ); } /** * A low-level API to find the segment associated with a generated line/column (think, from a * stack trace). Line and column here are 0-based, unlike `originalPositionFor`. */ function traceSegment(map, line, column) { - const decoded = decodedMappings(map); - // It's common for parent source maps to have pointers to lines that have no - // mapping (like a "//# sourceMappingURL=") at the end of the child file. - if (line >= decoded.length) - return null; - const segments = decoded[line]; - const index = traceSegmentInternal(segments, cast(map)._decodedMemo, line, column, GREATEST_LOWER_BOUND); - return index === -1 ? null : segments[index]; + const decoded = decodedMappings(map); + // It's common for parent source maps to have pointers to lines that have no + // mapping (like a "//# sourceMappingURL=") at the end of the child file. + if (line >= decoded.length) return null; + const segments = decoded[line]; + const index = traceSegmentInternal( + segments, + cast(map)._decodedMemo, + line, + column, + GREATEST_LOWER_BOUND + ); + return index === -1 ? null : segments[index]; } /** * A higher-level API to find the source/line/column associated with a generated line/column @@ -373,208 +433,248 @@ function traceSegment(map, line, column) { * `source-map` library. */ function originalPositionFor(map, needle) { - let { line, column, bias } = needle; - line--; - if (line < 0) - throw new Error(LINE_GTR_ZERO); - if (column < 0) - throw new Error(COL_GTR_EQ_ZERO); - const decoded = decodedMappings(map); - // It's common for parent source maps to have pointers to lines that have no - // mapping (like a "//# sourceMappingURL=") at the end of the child file. - if (line >= decoded.length) - return OMapping(null, null, null, null); - const segments = decoded[line]; - const index = traceSegmentInternal(segments, cast(map)._decodedMemo, line, column, bias || GREATEST_LOWER_BOUND); - if (index === -1) - return OMapping(null, null, null, null); - const segment = segments[index]; - if (segment.length === 1) - return OMapping(null, null, null, null); - const { names, resolvedSources } = map; - return OMapping(resolvedSources[segment[SOURCES_INDEX]], segment[SOURCE_LINE] + 1, segment[SOURCE_COLUMN], segment.length === 5 ? names[segment[NAMES_INDEX]] : null); + let { line, column, bias } = needle; + line--; + if (line < 0) throw new Error(LINE_GTR_ZERO); + if (column < 0) throw new Error(COL_GTR_EQ_ZERO); + const decoded = decodedMappings(map); + // It's common for parent source maps to have pointers to lines that have no + // mapping (like a "//# sourceMappingURL=") at the end of the child file. + if (line >= decoded.length) return OMapping(null, null, null, null); + const segments = decoded[line]; + const index = traceSegmentInternal( + segments, + cast(map)._decodedMemo, + line, + column, + bias || GREATEST_LOWER_BOUND + ); + if (index === -1) return OMapping(null, null, null, null); + const segment = segments[index]; + if (segment.length === 1) return OMapping(null, null, null, null); + const { names, resolvedSources } = map; + return OMapping( + resolvedSources[segment[SOURCES_INDEX]], + segment[SOURCE_LINE] + 1, + segment[SOURCE_COLUMN], + segment.length === 5 ? names[segment[NAMES_INDEX]] : null + ); } /** * Finds the generated line/column position of the provided source/line/column source position. */ function generatedPositionFor(map, needle) { - const { source, line, column, bias } = needle; - return generatedPosition(map, source, line, column, bias || GREATEST_LOWER_BOUND, false); + const { source, line, column, bias } = needle; + return generatedPosition( + map, + source, + line, + column, + bias || GREATEST_LOWER_BOUND, + false + ); } /** * Finds all generated line/column positions of the provided source/line/column source position. */ function allGeneratedPositionsFor(map, needle) { - const { source, line, column, bias } = needle; - // SourceMapConsumer uses LEAST_UPPER_BOUND for some reason, so we follow suit. - return generatedPosition(map, source, line, column, bias || LEAST_UPPER_BOUND, true); + const { source, line, column, bias } = needle; + // SourceMapConsumer uses LEAST_UPPER_BOUND for some reason, so we follow suit. + return generatedPosition( + map, + source, + line, + column, + bias || LEAST_UPPER_BOUND, + true + ); } /** * Iterates each mapping in generated position order. */ function eachMapping(map, cb) { - const decoded = decodedMappings(map); - const { names, resolvedSources } = map; - for (let i = 0; i < decoded.length; i++) { - const line = decoded[i]; - for (let j = 0; j < line.length; j++) { - const seg = line[j]; - const generatedLine = i + 1; - const generatedColumn = seg[0]; - let source = null; - let originalLine = null; - let originalColumn = null; - let name = null; - if (seg.length !== 1) { - source = resolvedSources[seg[1]]; - originalLine = seg[2] + 1; - originalColumn = seg[3]; - } - if (seg.length === 5) - name = names[seg[4]]; - cb({ - generatedLine, - generatedColumn, - source, - originalLine, - originalColumn, - name, - }); - } + const decoded = decodedMappings(map); + const { names, resolvedSources } = map; + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const generatedLine = i + 1; + const generatedColumn = seg[0]; + let source = null; + let originalLine = null; + let originalColumn = null; + let name = null; + if (seg.length !== 1) { + source = resolvedSources[seg[1]]; + originalLine = seg[2] + 1; + originalColumn = seg[3]; + } + if (seg.length === 5) name = names[seg[4]]; + cb({ + generatedLine, + generatedColumn, + source, + originalLine, + originalColumn, + name, + }); } + } } function sourceIndex(map, source) { - const { sources, resolvedSources } = map; - let index = sources.indexOf(source); - if (index === -1) - index = resolvedSources.indexOf(source); - return index; + const { sources, resolvedSources } = map; + let index = sources.indexOf(source); + if (index === -1) index = resolvedSources.indexOf(source); + return index; } /** * Retrieves the source content for a particular source, if its found. Returns null if not. */ function sourceContentFor(map, source) { - const { sourcesContent } = map; - if (sourcesContent == null) - return null; - const index = sourceIndex(map, source); - return index === -1 ? null : sourcesContent[index]; + const { sourcesContent } = map; + if (sourcesContent == null) return null; + const index = sourceIndex(map, source); + return index === -1 ? null : sourcesContent[index]; } /** * Determines if the source is marked to ignore by the source map. */ function isIgnored(map, source) { - const { ignoreList } = map; - if (ignoreList == null) - return false; - const index = sourceIndex(map, source); - return index === -1 ? false : ignoreList.includes(index); + const { ignoreList } = map; + if (ignoreList == null) return false; + const index = sourceIndex(map, source); + return index === -1 ? false : ignoreList.includes(index); } /** * A helper that skips sorting of the input map's mappings array, which can be expensive for larger * maps. */ function presortedDecodedMap(map, mapUrl) { - const tracer = new TraceMap(clone(map, []), mapUrl); - cast(tracer)._decoded = map.mappings; - return tracer; + const tracer = new TraceMap(clone(map, []), mapUrl); + cast(tracer)._decoded = map.mappings; + return tracer; } /** * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects * a sourcemap, or to JSON.stringify. */ function decodedMap(map) { - return clone(map, decodedMappings(map)); + return clone(map, decodedMappings(map)); } /** * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects * a sourcemap, or to JSON.stringify. */ function encodedMap(map) { - return clone(map, encodedMappings(map)); + return clone(map, encodedMappings(map)); } function clone(map, mappings) { - return { - version: map.version, - file: map.file, - names: map.names, - sourceRoot: map.sourceRoot, - sources: map.sources, - sourcesContent: map.sourcesContent, - mappings, - ignoreList: map.ignoreList || map.x_google_ignoreList, - }; + return { + version: map.version, + file: map.file, + names: map.names, + sourceRoot: map.sourceRoot, + sources: map.sources, + sourcesContent: map.sourcesContent, + mappings, + ignoreList: map.ignoreList || map.x_google_ignoreList, + }; } function OMapping(source, line, column, name) { - return { source, line, column, name }; + return { source, line, column, name }; } function GMapping(line, column) { - return { line, column }; + return { line, column }; } function traceSegmentInternal(segments, memo, line, column, bias) { - let index = memoizedBinarySearch(segments, column, memo, line); - if (found) { - index = (bias === LEAST_UPPER_BOUND ? upperBound : lowerBound)(segments, column, index); - } - else if (bias === LEAST_UPPER_BOUND) - index++; - if (index === -1 || index === segments.length) - return -1; - return index; + let index = memoizedBinarySearch(segments, column, memo, line); + if (found) { + index = (bias === LEAST_UPPER_BOUND ? upperBound : lowerBound)( + segments, + column, + index + ); + } else if (bias === LEAST_UPPER_BOUND) index++; + if (index === -1 || index === segments.length) return -1; + return index; } function sliceGeneratedPositions(segments, memo, line, column, bias) { - let min = traceSegmentInternal(segments, memo, line, column, GREATEST_LOWER_BOUND); - // We ignored the bias when tracing the segment so that we're guarnateed to find the first (in - // insertion order) segment that matched. Even if we did respect the bias when tracing, we would - // still need to call `lowerBound()` to find the first segment, which is slower than just looking - // for the GREATEST_LOWER_BOUND to begin with. The only difference that matters for us is when the - // binary search didn't match, in which case GREATEST_LOWER_BOUND just needs to increment to - // match LEAST_UPPER_BOUND. - if (!found && bias === LEAST_UPPER_BOUND) - min++; - if (min === -1 || min === segments.length) - return []; - // We may have found the segment that started at an earlier column. If this is the case, then we - // need to slice all generated segments that match _that_ column, because all such segments span - // to our desired column. - const matchedColumn = found ? column : segments[min][COLUMN]; - // The binary search is not guaranteed to find the lower bound when a match wasn't found. - if (!found) - min = lowerBound(segments, matchedColumn, min); - const max = upperBound(segments, matchedColumn, min); - const result = []; - for (; min <= max; min++) { - const segment = segments[min]; - result.push(GMapping(segment[REV_GENERATED_LINE] + 1, segment[REV_GENERATED_COLUMN])); - } - return result; + let min = traceSegmentInternal( + segments, + memo, + line, + column, + GREATEST_LOWER_BOUND + ); + // We ignored the bias when tracing the segment so that we're guarnateed to find the first (in + // insertion order) segment that matched. Even if we did respect the bias when tracing, we would + // still need to call `lowerBound()` to find the first segment, which is slower than just looking + // for the GREATEST_LOWER_BOUND to begin with. The only difference that matters for us is when the + // binary search didn't match, in which case GREATEST_LOWER_BOUND just needs to increment to + // match LEAST_UPPER_BOUND. + if (!found && bias === LEAST_UPPER_BOUND) min++; + if (min === -1 || min === segments.length) return []; + // We may have found the segment that started at an earlier column. If this is the case, then we + // need to slice all generated segments that match _that_ column, because all such segments span + // to our desired column. + const matchedColumn = found ? column : segments[min][COLUMN]; + // The binary search is not guaranteed to find the lower bound when a match wasn't found. + if (!found) min = lowerBound(segments, matchedColumn, min); + const max = upperBound(segments, matchedColumn, min); + const result = []; + for (; min <= max; min++) { + const segment = segments[min]; + result.push( + GMapping(segment[REV_GENERATED_LINE] + 1, segment[REV_GENERATED_COLUMN]) + ); + } + return result; } function generatedPosition(map, source, line, column, bias, all) { - var _a; - line--; - if (line < 0) - throw new Error(LINE_GTR_ZERO); - if (column < 0) - throw new Error(COL_GTR_EQ_ZERO); - const { sources, resolvedSources } = map; - let sourceIndex = sources.indexOf(source); - if (sourceIndex === -1) - sourceIndex = resolvedSources.indexOf(source); - if (sourceIndex === -1) - return all ? [] : GMapping(null, null); - const generated = ((_a = cast(map))._bySources || (_a._bySources = buildBySources(decodedMappings(map), (cast(map)._bySourceMemos = sources.map(memoizedState))))); - const segments = generated[sourceIndex][line]; - if (segments == null) - return all ? [] : GMapping(null, null); - const memo = cast(map)._bySourceMemos[sourceIndex]; - if (all) - return sliceGeneratedPositions(segments, memo, line, column, bias); - const index = traceSegmentInternal(segments, memo, line, column, bias); - if (index === -1) - return GMapping(null, null); - const segment = segments[index]; - return GMapping(segment[REV_GENERATED_LINE] + 1, segment[REV_GENERATED_COLUMN]); + var _a; + line--; + if (line < 0) throw new Error(LINE_GTR_ZERO); + if (column < 0) throw new Error(COL_GTR_EQ_ZERO); + const { sources, resolvedSources } = map; + let sourceIndex = sources.indexOf(source); + if (sourceIndex === -1) sourceIndex = resolvedSources.indexOf(source); + if (sourceIndex === -1) return all ? [] : GMapping(null, null); + const generated = + (_a = cast(map))._bySources || + (_a._bySources = buildBySources( + decodedMappings(map), + (cast(map)._bySourceMemos = sources.map(memoizedState)) + )); + const segments = generated[sourceIndex][line]; + if (segments == null) return all ? [] : GMapping(null, null); + const memo = cast(map)._bySourceMemos[sourceIndex]; + if (all) return sliceGeneratedPositions(segments, memo, line, column, bias); + const index = traceSegmentInternal(segments, memo, line, column, bias); + if (index === -1) return GMapping(null, null); + const segment = segments[index]; + return GMapping( + segment[REV_GENERATED_LINE] + 1, + segment[REV_GENERATED_COLUMN] + ); } -export { AnyMap, GREATEST_LOWER_BOUND, LEAST_UPPER_BOUND, TraceMap, allGeneratedPositionsFor, decodedMap, decodedMappings, eachMapping, encodedMap, encodedMappings, generatedPositionFor, isIgnored, originalPositionFor, presortedDecodedMap, sourceContentFor, traceSegment }; +export { + AnyMap, + GREATEST_LOWER_BOUND, + LEAST_UPPER_BOUND, + TraceMap, + allGeneratedPositionsFor, + decodedMap, + decodedMappings, + eachMapping, + encodedMap, + encodedMappings, + generatedPositionFor, + isIgnored, + originalPositionFor, + presortedDecodedMap, + sourceContentFor, + traceSegment, +}; //# sourceMappingURL=trace-mapping.mjs.map diff --git a/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js b/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js index 3be0f36..4b83094 100644 --- a/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +++ b/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js @@ -1,600 +1,699 @@ (function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@jridgewell/sourcemap-codec'), require('@jridgewell/resolve-uri')) : - typeof define === 'function' && define.amd ? define(['exports', '@jridgewell/sourcemap-codec', '@jridgewell/resolve-uri'], factory) : - (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.traceMapping = {}, global.sourcemapCodec, global.resolveURI)); -})(this, (function (exports, sourcemapCodec, resolveUri) { 'use strict'; + typeof exports === 'object' && typeof module !== 'undefined' ? + factory( + exports, + require('@jridgewell/sourcemap-codec'), + require('@jridgewell/resolve-uri') + ) + : typeof define === 'function' && define.amd ? + define( + ['exports', '@jridgewell/sourcemap-codec', '@jridgewell/resolve-uri'], + factory + ) + : ((global = typeof globalThis !== 'undefined' ? globalThis : global || self), + factory( + (global.traceMapping = {}), + global.sourcemapCodec, + global.resolveURI + )); +})(this, function (exports, sourcemapCodec, resolveUri) { + 'use strict'; - function resolve(input, base) { - // The base is always treated as a directory, if it's not empty. - // https://github.com/mozilla/source-map/blob/8cb3ee57/lib/util.js#L327 - // https://github.com/chromium/chromium/blob/da4adbb3/third_party/blink/renderer/devtools/front_end/sdk/SourceMap.js#L400-L401 - if (base && !base.endsWith('/')) - base += '/'; - return resolveUri(input, base); - } + function resolve(input, base) { + // The base is always treated as a directory, if it's not empty. + // https://github.com/mozilla/source-map/blob/8cb3ee57/lib/util.js#L327 + // https://github.com/chromium/chromium/blob/da4adbb3/third_party/blink/renderer/devtools/front_end/sdk/SourceMap.js#L400-L401 + if (base && !base.endsWith('/')) base += '/'; + return resolveUri(input, base); + } - /** - * Removes everything after the last "/", but leaves the slash. - */ - function stripFilename(path) { - if (!path) - return ''; - const index = path.lastIndexOf('/'); - return path.slice(0, index + 1); - } + /** + * Removes everything after the last "/", but leaves the slash. + */ + function stripFilename(path) { + if (!path) return ''; + const index = path.lastIndexOf('/'); + return path.slice(0, index + 1); + } - const COLUMN = 0; - const SOURCES_INDEX = 1; - const SOURCE_LINE = 2; - const SOURCE_COLUMN = 3; - const NAMES_INDEX = 4; - const REV_GENERATED_LINE = 1; - const REV_GENERATED_COLUMN = 2; + const COLUMN = 0; + const SOURCES_INDEX = 1; + const SOURCE_LINE = 2; + const SOURCE_COLUMN = 3; + const NAMES_INDEX = 4; + const REV_GENERATED_LINE = 1; + const REV_GENERATED_COLUMN = 2; - function maybeSort(mappings, owned) { - const unsortedIndex = nextUnsortedSegmentLine(mappings, 0); - if (unsortedIndex === mappings.length) - return mappings; - // If we own the array (meaning we parsed it from JSON), then we're free to directly mutate it. If - // not, we do not want to modify the consumer's input array. - if (!owned) - mappings = mappings.slice(); - for (let i = unsortedIndex; i < mappings.length; i = nextUnsortedSegmentLine(mappings, i + 1)) { - mappings[i] = sortSegments(mappings[i], owned); - } - return mappings; + function maybeSort(mappings, owned) { + const unsortedIndex = nextUnsortedSegmentLine(mappings, 0); + if (unsortedIndex === mappings.length) return mappings; + // If we own the array (meaning we parsed it from JSON), then we're free to directly mutate it. If + // not, we do not want to modify the consumer's input array. + if (!owned) mappings = mappings.slice(); + for ( + let i = unsortedIndex; + i < mappings.length; + i = nextUnsortedSegmentLine(mappings, i + 1) + ) { + mappings[i] = sortSegments(mappings[i], owned); } - function nextUnsortedSegmentLine(mappings, start) { - for (let i = start; i < mappings.length; i++) { - if (!isSorted(mappings[i])) - return i; - } - return mappings.length; + return mappings; + } + function nextUnsortedSegmentLine(mappings, start) { + for (let i = start; i < mappings.length; i++) { + if (!isSorted(mappings[i])) return i; } - function isSorted(line) { - for (let j = 1; j < line.length; j++) { - if (line[j][COLUMN] < line[j - 1][COLUMN]) { - return false; - } - } - return true; - } - function sortSegments(line, owned) { - if (!owned) - line = line.slice(); - return line.sort(sortComparator); - } - function sortComparator(a, b) { - return a[COLUMN] - b[COLUMN]; + return mappings.length; + } + function isSorted(line) { + for (let j = 1; j < line.length; j++) { + if (line[j][COLUMN] < line[j - 1][COLUMN]) { + return false; + } } + return true; + } + function sortSegments(line, owned) { + if (!owned) line = line.slice(); + return line.sort(sortComparator); + } + function sortComparator(a, b) { + return a[COLUMN] - b[COLUMN]; + } - let found = false; - /** - * A binary search implementation that returns the index if a match is found. - * If no match is found, then the left-index (the index associated with the item that comes just - * before the desired index) is returned. To maintain proper sort order, a splice would happen at - * the next index: - * - * ```js - * const array = [1, 3]; - * const needle = 2; - * const index = binarySearch(array, needle, (item, needle) => item - needle); - * - * assert.equal(index, 0); - * array.splice(index + 1, 0, needle); - * assert.deepEqual(array, [1, 2, 3]); - * ``` - */ - function binarySearch(haystack, needle, low, high) { - while (low <= high) { - const mid = low + ((high - low) >> 1); - const cmp = haystack[mid][COLUMN] - needle; - if (cmp === 0) { - found = true; - return mid; - } - if (cmp < 0) { - low = mid + 1; - } - else { - high = mid - 1; - } - } - found = false; - return low - 1; + let found = false; + /** + * A binary search implementation that returns the index if a match is found. + * If no match is found, then the left-index (the index associated with the item that comes just + * before the desired index) is returned. To maintain proper sort order, a splice would happen at + * the next index: + * + * ```js + * const array = [1, 3]; + * const needle = 2; + * const index = binarySearch(array, needle, (item, needle) => item - needle); + * + * assert.equal(index, 0); + * array.splice(index + 1, 0, needle); + * assert.deepEqual(array, [1, 2, 3]); + * ``` + */ + function binarySearch(haystack, needle, low, high) { + while (low <= high) { + const mid = low + ((high - low) >> 1); + const cmp = haystack[mid][COLUMN] - needle; + if (cmp === 0) { + found = true; + return mid; + } + if (cmp < 0) { + low = mid + 1; + } else { + high = mid - 1; + } } - function upperBound(haystack, needle, index) { - for (let i = index + 1; i < haystack.length; index = i++) { - if (haystack[i][COLUMN] !== needle) - break; - } - return index; + found = false; + return low - 1; + } + function upperBound(haystack, needle, index) { + for (let i = index + 1; i < haystack.length; index = i++) { + if (haystack[i][COLUMN] !== needle) break; } - function lowerBound(haystack, needle, index) { - for (let i = index - 1; i >= 0; index = i--) { - if (haystack[i][COLUMN] !== needle) - break; - } - return index; + return index; + } + function lowerBound(haystack, needle, index) { + for (let i = index - 1; i >= 0; index = i--) { + if (haystack[i][COLUMN] !== needle) break; } - function memoizedState() { - return { - lastKey: -1, - lastNeedle: -1, - lastIndex: -1, - }; - } - /** - * This overly complicated beast is just to record the last tested line/column and the resulting - * index, allowing us to skip a few tests if mappings are monotonically increasing. - */ - function memoizedBinarySearch(haystack, needle, state, key) { - const { lastKey, lastNeedle, lastIndex } = state; - let low = 0; - let high = haystack.length - 1; - if (key === lastKey) { - if (needle === lastNeedle) { - found = lastIndex !== -1 && haystack[lastIndex][COLUMN] === needle; - return lastIndex; - } - if (needle >= lastNeedle) { - // lastIndex may be -1 if the previous needle was not found. - low = lastIndex === -1 ? 0 : lastIndex; - } - else { - high = lastIndex; - } - } - state.lastKey = key; - state.lastNeedle = needle; - return (state.lastIndex = binarySearch(haystack, needle, low, high)); - } - - // Rebuilds the original source files, with mappings that are ordered by source line/column instead - // of generated line/column. - function buildBySources(decoded, memos) { - const sources = memos.map(buildNullArray); - for (let i = 0; i < decoded.length; i++) { - const line = decoded[i]; - for (let j = 0; j < line.length; j++) { - const seg = line[j]; - if (seg.length === 1) - continue; - const sourceIndex = seg[SOURCES_INDEX]; - const sourceLine = seg[SOURCE_LINE]; - const sourceColumn = seg[SOURCE_COLUMN]; - const originalSource = sources[sourceIndex]; - const originalLine = (originalSource[sourceLine] || (originalSource[sourceLine] = [])); - const memo = memos[sourceIndex]; - // The binary search either found a match, or it found the left-index just before where the - // segment should go. Either way, we want to insert after that. And there may be multiple - // generated segments associated with an original location, so there may need to move several - // indexes before we find where we need to insert. - let index = upperBound(originalLine, sourceColumn, memoizedBinarySearch(originalLine, sourceColumn, memo, sourceLine)); - memo.lastIndex = ++index; - insert(originalLine, index, [sourceColumn, i, seg[COLUMN]]); - } - } - return sources; - } - function insert(array, index, value) { - for (let i = array.length; i > index; i--) { - array[i] = array[i - 1]; - } - array[index] = value; - } - // Null arrays allow us to use ordered index keys without actually allocating contiguous memory like - // a real array. We use a null-prototype object to avoid prototype pollution and deoptimizations. - // Numeric properties on objects are magically sorted in ascending order by the engine regardless of - // the insertion order. So, by setting any numeric keys, even out of order, we'll get ascending - // order when iterating with for-in. - function buildNullArray() { - return { __proto__: null }; - } - - const AnyMap = function (map, mapUrl) { - const parsed = parse(map); - if (!('sections' in parsed)) { - return new TraceMap(parsed, mapUrl); - } - const mappings = []; - const sources = []; - const sourcesContent = []; - const names = []; - const ignoreList = []; - recurse(parsed, mapUrl, mappings, sources, sourcesContent, names, ignoreList, 0, 0, Infinity, Infinity); - const joined = { - version: 3, - file: parsed.file, - names, - sources, - sourcesContent, - mappings, - ignoreList, - }; - return presortedDecodedMap(joined); + return index; + } + function memoizedState() { + return { + lastKey: -1, + lastNeedle: -1, + lastIndex: -1, }; - function parse(map) { - return typeof map === 'string' ? JSON.parse(map) : map; - } - function recurse(input, mapUrl, mappings, sources, sourcesContent, names, ignoreList, lineOffset, columnOffset, stopLine, stopColumn) { - const { sections } = input; - for (let i = 0; i < sections.length; i++) { - const { map, offset } = sections[i]; - let sl = stopLine; - let sc = stopColumn; - if (i + 1 < sections.length) { - const nextOffset = sections[i + 1].offset; - sl = Math.min(stopLine, lineOffset + nextOffset.line); - if (sl === stopLine) { - sc = Math.min(stopColumn, columnOffset + nextOffset.column); - } - else if (sl < stopLine) { - sc = columnOffset + nextOffset.column; - } - } - addSection(map, mapUrl, mappings, sources, sourcesContent, names, ignoreList, lineOffset + offset.line, columnOffset + offset.column, sl, sc); - } - } - function addSection(input, mapUrl, mappings, sources, sourcesContent, names, ignoreList, lineOffset, columnOffset, stopLine, stopColumn) { - const parsed = parse(input); - if ('sections' in parsed) - return recurse(...arguments); - const map = new TraceMap(parsed, mapUrl); - const sourcesOffset = sources.length; - const namesOffset = names.length; - const decoded = decodedMappings(map); - const { resolvedSources, sourcesContent: contents, ignoreList: ignores } = map; - append(sources, resolvedSources); - append(names, map.names); - if (contents) - append(sourcesContent, contents); - else - for (let i = 0; i < resolvedSources.length; i++) - sourcesContent.push(null); - if (ignores) - for (let i = 0; i < ignores.length; i++) - ignoreList.push(ignores[i] + sourcesOffset); - for (let i = 0; i < decoded.length; i++) { - const lineI = lineOffset + i; - // We can only add so many lines before we step into the range that the next section's map - // controls. When we get to the last line, then we'll start checking the segments to see if - // they've crossed into the column range. But it may not have any columns that overstep, so we - // still need to check that we don't overstep lines, too. - if (lineI > stopLine) - return; - // The out line may already exist in mappings (if we're continuing the line started by a - // previous section). Or, we may have jumped ahead several lines to start this section. - const out = getLine(mappings, lineI); - // On the 0th loop, the section's column offset shifts us forward. On all other lines (since the - // map can be multiple lines), it doesn't. - const cOffset = i === 0 ? columnOffset : 0; - const line = decoded[i]; - for (let j = 0; j < line.length; j++) { - const seg = line[j]; - const column = cOffset + seg[COLUMN]; - // If this segment steps into the column range that the next section's map controls, we need - // to stop early. - if (lineI === stopLine && column >= stopColumn) - return; - if (seg.length === 1) { - out.push([column]); - continue; - } - const sourcesIndex = sourcesOffset + seg[SOURCES_INDEX]; - const sourceLine = seg[SOURCE_LINE]; - const sourceColumn = seg[SOURCE_COLUMN]; - out.push(seg.length === 4 - ? [column, sourcesIndex, sourceLine, sourceColumn] - : [column, sourcesIndex, sourceLine, sourceColumn, namesOffset + seg[NAMES_INDEX]]); - } - } - } - function append(arr, other) { - for (let i = 0; i < other.length; i++) - arr.push(other[i]); - } - function getLine(arr, index) { - for (let i = arr.length; i <= index; i++) - arr[i] = []; - return arr[index]; + } + /** + * This overly complicated beast is just to record the last tested line/column and the resulting + * index, allowing us to skip a few tests if mappings are monotonically increasing. + */ + function memoizedBinarySearch(haystack, needle, state, key) { + const { lastKey, lastNeedle, lastIndex } = state; + let low = 0; + let high = haystack.length - 1; + if (key === lastKey) { + if (needle === lastNeedle) { + found = lastIndex !== -1 && haystack[lastIndex][COLUMN] === needle; + return lastIndex; + } + if (needle >= lastNeedle) { + // lastIndex may be -1 if the previous needle was not found. + low = lastIndex === -1 ? 0 : lastIndex; + } else { + high = lastIndex; + } } + state.lastKey = key; + state.lastNeedle = needle; + return (state.lastIndex = binarySearch(haystack, needle, low, high)); + } - const LINE_GTR_ZERO = '`line` must be greater than 0 (lines start at line 1)'; - const COL_GTR_EQ_ZERO = '`column` must be greater than or equal to 0 (columns start at column 0)'; - const LEAST_UPPER_BOUND = -1; - const GREATEST_LOWER_BOUND = 1; - class TraceMap { - constructor(map, mapUrl) { - const isString = typeof map === 'string'; - if (!isString && map._decodedMemo) - return map; - const parsed = (isString ? JSON.parse(map) : map); - const { version, file, names, sourceRoot, sources, sourcesContent } = parsed; - this.version = version; - this.file = file; - this.names = names || []; - this.sourceRoot = sourceRoot; - this.sources = sources; - this.sourcesContent = sourcesContent; - this.ignoreList = parsed.ignoreList || parsed.x_google_ignoreList || undefined; - const from = resolve(sourceRoot || '', stripFilename(mapUrl)); - this.resolvedSources = sources.map((s) => resolve(s || '', from)); - const { mappings } = parsed; - if (typeof mappings === 'string') { - this._encoded = mappings; - this._decoded = undefined; - } - else { - this._encoded = undefined; - this._decoded = maybeSort(mappings, isString); - } - this._decodedMemo = memoizedState(); - this._bySources = undefined; - this._bySourceMemos = undefined; - } + // Rebuilds the original source files, with mappings that are ordered by source line/column instead + // of generated line/column. + function buildBySources(decoded, memos) { + const sources = memos.map(buildNullArray); + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + if (seg.length === 1) continue; + const sourceIndex = seg[SOURCES_INDEX]; + const sourceLine = seg[SOURCE_LINE]; + const sourceColumn = seg[SOURCE_COLUMN]; + const originalSource = sources[sourceIndex]; + const originalLine = + originalSource[sourceLine] || (originalSource[sourceLine] = []); + const memo = memos[sourceIndex]; + // The binary search either found a match, or it found the left-index just before where the + // segment should go. Either way, we want to insert after that. And there may be multiple + // generated segments associated with an original location, so there may need to move several + // indexes before we find where we need to insert. + let index = upperBound( + originalLine, + sourceColumn, + memoizedBinarySearch(originalLine, sourceColumn, memo, sourceLine) + ); + memo.lastIndex = ++index; + insert(originalLine, index, [sourceColumn, i, seg[COLUMN]]); + } } - /** - * Typescript doesn't allow friend access to private fields, so this just casts the map into a type - * with public access modifiers. - */ - function cast(map) { - return map; - } - /** - * Returns the encoded (VLQ string) form of the SourceMap's mappings field. - */ - function encodedMappings(map) { - var _a; - var _b; - return ((_a = (_b = cast(map))._encoded) !== null && _a !== void 0 ? _a : (_b._encoded = sourcemapCodec.encode(cast(map)._decoded))); - } - /** - * Returns the decoded (array of lines of segments) form of the SourceMap's mappings field. - */ - function decodedMappings(map) { - var _a; - return ((_a = cast(map))._decoded || (_a._decoded = sourcemapCodec.decode(cast(map)._encoded))); - } - /** - * A low-level API to find the segment associated with a generated line/column (think, from a - * stack trace). Line and column here are 0-based, unlike `originalPositionFor`. - */ - function traceSegment(map, line, column) { - const decoded = decodedMappings(map); - // It's common for parent source maps to have pointers to lines that have no - // mapping (like a "//# sourceMappingURL=") at the end of the child file. - if (line >= decoded.length) - return null; - const segments = decoded[line]; - const index = traceSegmentInternal(segments, cast(map)._decodedMemo, line, column, GREATEST_LOWER_BOUND); - return index === -1 ? null : segments[index]; - } - /** - * A higher-level API to find the source/line/column associated with a generated line/column - * (think, from a stack trace). Line is 1-based, but column is 0-based, due to legacy behavior in - * `source-map` library. - */ - function originalPositionFor(map, needle) { - let { line, column, bias } = needle; - line--; - if (line < 0) - throw new Error(LINE_GTR_ZERO); - if (column < 0) - throw new Error(COL_GTR_EQ_ZERO); - const decoded = decodedMappings(map); - // It's common for parent source maps to have pointers to lines that have no - // mapping (like a "//# sourceMappingURL=") at the end of the child file. - if (line >= decoded.length) - return OMapping(null, null, null, null); - const segments = decoded[line]; - const index = traceSegmentInternal(segments, cast(map)._decodedMemo, line, column, bias || GREATEST_LOWER_BOUND); - if (index === -1) - return OMapping(null, null, null, null); - const segment = segments[index]; - if (segment.length === 1) - return OMapping(null, null, null, null); - const { names, resolvedSources } = map; - return OMapping(resolvedSources[segment[SOURCES_INDEX]], segment[SOURCE_LINE] + 1, segment[SOURCE_COLUMN], segment.length === 5 ? names[segment[NAMES_INDEX]] : null); - } - /** - * Finds the generated line/column position of the provided source/line/column source position. - */ - function generatedPositionFor(map, needle) { - const { source, line, column, bias } = needle; - return generatedPosition(map, source, line, column, bias || GREATEST_LOWER_BOUND, false); - } - /** - * Finds all generated line/column positions of the provided source/line/column source position. - */ - function allGeneratedPositionsFor(map, needle) { - const { source, line, column, bias } = needle; - // SourceMapConsumer uses LEAST_UPPER_BOUND for some reason, so we follow suit. - return generatedPosition(map, source, line, column, bias || LEAST_UPPER_BOUND, true); - } - /** - * Iterates each mapping in generated position order. - */ - function eachMapping(map, cb) { - const decoded = decodedMappings(map); - const { names, resolvedSources } = map; - for (let i = 0; i < decoded.length; i++) { - const line = decoded[i]; - for (let j = 0; j < line.length; j++) { - const seg = line[j]; - const generatedLine = i + 1; - const generatedColumn = seg[0]; - let source = null; - let originalLine = null; - let originalColumn = null; - let name = null; - if (seg.length !== 1) { - source = resolvedSources[seg[1]]; - originalLine = seg[2] + 1; - originalColumn = seg[3]; - } - if (seg.length === 5) - name = names[seg[4]]; - cb({ - generatedLine, - generatedColumn, - source, - originalLine, - originalColumn, - name, - }); - } - } - } - function sourceIndex(map, source) { - const { sources, resolvedSources } = map; - let index = sources.indexOf(source); - if (index === -1) - index = resolvedSources.indexOf(source); - return index; - } - /** - * Retrieves the source content for a particular source, if its found. Returns null if not. - */ - function sourceContentFor(map, source) { - const { sourcesContent } = map; - if (sourcesContent == null) - return null; - const index = sourceIndex(map, source); - return index === -1 ? null : sourcesContent[index]; - } - /** - * Determines if the source is marked to ignore by the source map. - */ - function isIgnored(map, source) { - const { ignoreList } = map; - if (ignoreList == null) - return false; - const index = sourceIndex(map, source); - return index === -1 ? false : ignoreList.includes(index); - } - /** - * A helper that skips sorting of the input map's mappings array, which can be expensive for larger - * maps. - */ - function presortedDecodedMap(map, mapUrl) { - const tracer = new TraceMap(clone(map, []), mapUrl); - cast(tracer)._decoded = map.mappings; - return tracer; - } - /** - * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects - * a sourcemap, or to JSON.stringify. - */ - function decodedMap(map) { - return clone(map, decodedMappings(map)); - } - /** - * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects - * a sourcemap, or to JSON.stringify. - */ - function encodedMap(map) { - return clone(map, encodedMappings(map)); - } - function clone(map, mappings) { - return { - version: map.version, - file: map.file, - names: map.names, - sourceRoot: map.sourceRoot, - sources: map.sources, - sourcesContent: map.sourcesContent, - mappings, - ignoreList: map.ignoreList || map.x_google_ignoreList, - }; - } - function OMapping(source, line, column, name) { - return { source, line, column, name }; - } - function GMapping(line, column) { - return { line, column }; - } - function traceSegmentInternal(segments, memo, line, column, bias) { - let index = memoizedBinarySearch(segments, column, memo, line); - if (found) { - index = (bias === LEAST_UPPER_BOUND ? upperBound : lowerBound)(segments, column, index); - } - else if (bias === LEAST_UPPER_BOUND) - index++; - if (index === -1 || index === segments.length) - return -1; - return index; - } - function sliceGeneratedPositions(segments, memo, line, column, bias) { - let min = traceSegmentInternal(segments, memo, line, column, GREATEST_LOWER_BOUND); - // We ignored the bias when tracing the segment so that we're guarnateed to find the first (in - // insertion order) segment that matched. Even if we did respect the bias when tracing, we would - // still need to call `lowerBound()` to find the first segment, which is slower than just looking - // for the GREATEST_LOWER_BOUND to begin with. The only difference that matters for us is when the - // binary search didn't match, in which case GREATEST_LOWER_BOUND just needs to increment to - // match LEAST_UPPER_BOUND. - if (!found && bias === LEAST_UPPER_BOUND) - min++; - if (min === -1 || min === segments.length) - return []; - // We may have found the segment that started at an earlier column. If this is the case, then we - // need to slice all generated segments that match _that_ column, because all such segments span - // to our desired column. - const matchedColumn = found ? column : segments[min][COLUMN]; - // The binary search is not guaranteed to find the lower bound when a match wasn't found. - if (!found) - min = lowerBound(segments, matchedColumn, min); - const max = upperBound(segments, matchedColumn, min); - const result = []; - for (; min <= max; min++) { - const segment = segments[min]; - result.push(GMapping(segment[REV_GENERATED_LINE] + 1, segment[REV_GENERATED_COLUMN])); - } - return result; - } - function generatedPosition(map, source, line, column, bias, all) { - var _a; - line--; - if (line < 0) - throw new Error(LINE_GTR_ZERO); - if (column < 0) - throw new Error(COL_GTR_EQ_ZERO); - const { sources, resolvedSources } = map; - let sourceIndex = sources.indexOf(source); - if (sourceIndex === -1) - sourceIndex = resolvedSources.indexOf(source); - if (sourceIndex === -1) - return all ? [] : GMapping(null, null); - const generated = ((_a = cast(map))._bySources || (_a._bySources = buildBySources(decodedMappings(map), (cast(map)._bySourceMemos = sources.map(memoizedState))))); - const segments = generated[sourceIndex][line]; - if (segments == null) - return all ? [] : GMapping(null, null); - const memo = cast(map)._bySourceMemos[sourceIndex]; - if (all) - return sliceGeneratedPositions(segments, memo, line, column, bias); - const index = traceSegmentInternal(segments, memo, line, column, bias); - if (index === -1) - return GMapping(null, null); - const segment = segments[index]; - return GMapping(segment[REV_GENERATED_LINE] + 1, segment[REV_GENERATED_COLUMN]); + return sources; + } + function insert(array, index, value) { + for (let i = array.length; i > index; i--) { + array[i] = array[i - 1]; } + array[index] = value; + } + // Null arrays allow us to use ordered index keys without actually allocating contiguous memory like + // a real array. We use a null-prototype object to avoid prototype pollution and deoptimizations. + // Numeric properties on objects are magically sorted in ascending order by the engine regardless of + // the insertion order. So, by setting any numeric keys, even out of order, we'll get ascending + // order when iterating with for-in. + function buildNullArray() { + return { __proto__: null }; + } - exports.AnyMap = AnyMap; - exports.GREATEST_LOWER_BOUND = GREATEST_LOWER_BOUND; - exports.LEAST_UPPER_BOUND = LEAST_UPPER_BOUND; - exports.TraceMap = TraceMap; - exports.allGeneratedPositionsFor = allGeneratedPositionsFor; - exports.decodedMap = decodedMap; - exports.decodedMappings = decodedMappings; - exports.eachMapping = eachMapping; - exports.encodedMap = encodedMap; - exports.encodedMappings = encodedMappings; - exports.generatedPositionFor = generatedPositionFor; - exports.isIgnored = isIgnored; - exports.originalPositionFor = originalPositionFor; - exports.presortedDecodedMap = presortedDecodedMap; - exports.sourceContentFor = sourceContentFor; - exports.traceSegment = traceSegment; + const AnyMap = function (map, mapUrl) { + const parsed = parse(map); + if (!('sections' in parsed)) { + return new TraceMap(parsed, mapUrl); + } + const mappings = []; + const sources = []; + const sourcesContent = []; + const names = []; + const ignoreList = []; + recurse( + parsed, + mapUrl, + mappings, + sources, + sourcesContent, + names, + ignoreList, + 0, + 0, + Infinity, + Infinity + ); + const joined = { + version: 3, + file: parsed.file, + names, + sources, + sourcesContent, + mappings, + ignoreList, + }; + return presortedDecodedMap(joined); + }; + function parse(map) { + return typeof map === 'string' ? JSON.parse(map) : map; + } + function recurse( + input, + mapUrl, + mappings, + sources, + sourcesContent, + names, + ignoreList, + lineOffset, + columnOffset, + stopLine, + stopColumn + ) { + const { sections } = input; + for (let i = 0; i < sections.length; i++) { + const { map, offset } = sections[i]; + let sl = stopLine; + let sc = stopColumn; + if (i + 1 < sections.length) { + const nextOffset = sections[i + 1].offset; + sl = Math.min(stopLine, lineOffset + nextOffset.line); + if (sl === stopLine) { + sc = Math.min(stopColumn, columnOffset + nextOffset.column); + } else if (sl < stopLine) { + sc = columnOffset + nextOffset.column; + } + } + addSection( + map, + mapUrl, + mappings, + sources, + sourcesContent, + names, + ignoreList, + lineOffset + offset.line, + columnOffset + offset.column, + sl, + sc + ); + } + } + function addSection( + input, + mapUrl, + mappings, + sources, + sourcesContent, + names, + ignoreList, + lineOffset, + columnOffset, + stopLine, + stopColumn + ) { + const parsed = parse(input); + if ('sections' in parsed) return recurse(...arguments); + const map = new TraceMap(parsed, mapUrl); + const sourcesOffset = sources.length; + const namesOffset = names.length; + const decoded = decodedMappings(map); + const { + resolvedSources, + sourcesContent: contents, + ignoreList: ignores, + } = map; + append(sources, resolvedSources); + append(names, map.names); + if (contents) append(sourcesContent, contents); + else + for (let i = 0; i < resolvedSources.length; i++) + sourcesContent.push(null); + if (ignores) + for (let i = 0; i < ignores.length; i++) + ignoreList.push(ignores[i] + sourcesOffset); + for (let i = 0; i < decoded.length; i++) { + const lineI = lineOffset + i; + // We can only add so many lines before we step into the range that the next section's map + // controls. When we get to the last line, then we'll start checking the segments to see if + // they've crossed into the column range. But it may not have any columns that overstep, so we + // still need to check that we don't overstep lines, too. + if (lineI > stopLine) return; + // The out line may already exist in mappings (if we're continuing the line started by a + // previous section). Or, we may have jumped ahead several lines to start this section. + const out = getLine(mappings, lineI); + // On the 0th loop, the section's column offset shifts us forward. On all other lines (since the + // map can be multiple lines), it doesn't. + const cOffset = i === 0 ? columnOffset : 0; + const line = decoded[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const column = cOffset + seg[COLUMN]; + // If this segment steps into the column range that the next section's map controls, we need + // to stop early. + if (lineI === stopLine && column >= stopColumn) return; + if (seg.length === 1) { + out.push([column]); + continue; + } + const sourcesIndex = sourcesOffset + seg[SOURCES_INDEX]; + const sourceLine = seg[SOURCE_LINE]; + const sourceColumn = seg[SOURCE_COLUMN]; + out.push( + seg.length === 4 ? + [column, sourcesIndex, sourceLine, sourceColumn] + : [ + column, + sourcesIndex, + sourceLine, + sourceColumn, + namesOffset + seg[NAMES_INDEX], + ] + ); + } + } + } + function append(arr, other) { + for (let i = 0; i < other.length; i++) arr.push(other[i]); + } + function getLine(arr, index) { + for (let i = arr.length; i <= index; i++) arr[i] = []; + return arr[index]; + } -})); + const LINE_GTR_ZERO = '`line` must be greater than 0 (lines start at line 1)'; + const COL_GTR_EQ_ZERO = + '`column` must be greater than or equal to 0 (columns start at column 0)'; + const LEAST_UPPER_BOUND = -1; + const GREATEST_LOWER_BOUND = 1; + class TraceMap { + constructor(map, mapUrl) { + const isString = typeof map === 'string'; + if (!isString && map._decodedMemo) return map; + const parsed = isString ? JSON.parse(map) : map; + const { version, file, names, sourceRoot, sources, sourcesContent } = + parsed; + this.version = version; + this.file = file; + this.names = names || []; + this.sourceRoot = sourceRoot; + this.sources = sources; + this.sourcesContent = sourcesContent; + this.ignoreList = + parsed.ignoreList || parsed.x_google_ignoreList || undefined; + const from = resolve(sourceRoot || '', stripFilename(mapUrl)); + this.resolvedSources = sources.map((s) => resolve(s || '', from)); + const { mappings } = parsed; + if (typeof mappings === 'string') { + this._encoded = mappings; + this._decoded = undefined; + } else { + this._encoded = undefined; + this._decoded = maybeSort(mappings, isString); + } + this._decodedMemo = memoizedState(); + this._bySources = undefined; + this._bySourceMemos = undefined; + } + } + /** + * Typescript doesn't allow friend access to private fields, so this just casts the map into a type + * with public access modifiers. + */ + function cast(map) { + return map; + } + /** + * Returns the encoded (VLQ string) form of the SourceMap's mappings field. + */ + function encodedMappings(map) { + var _a; + var _b; + return (_a = (_b = cast(map))._encoded) !== null && _a !== void 0 ? + _a + : (_b._encoded = sourcemapCodec.encode(cast(map)._decoded)); + } + /** + * Returns the decoded (array of lines of segments) form of the SourceMap's mappings field. + */ + function decodedMappings(map) { + var _a; + return ( + (_a = cast(map))._decoded || + (_a._decoded = sourcemapCodec.decode(cast(map)._encoded)) + ); + } + /** + * A low-level API to find the segment associated with a generated line/column (think, from a + * stack trace). Line and column here are 0-based, unlike `originalPositionFor`. + */ + function traceSegment(map, line, column) { + const decoded = decodedMappings(map); + // It's common for parent source maps to have pointers to lines that have no + // mapping (like a "//# sourceMappingURL=") at the end of the child file. + if (line >= decoded.length) return null; + const segments = decoded[line]; + const index = traceSegmentInternal( + segments, + cast(map)._decodedMemo, + line, + column, + GREATEST_LOWER_BOUND + ); + return index === -1 ? null : segments[index]; + } + /** + * A higher-level API to find the source/line/column associated with a generated line/column + * (think, from a stack trace). Line is 1-based, but column is 0-based, due to legacy behavior in + * `source-map` library. + */ + function originalPositionFor(map, needle) { + let { line, column, bias } = needle; + line--; + if (line < 0) throw new Error(LINE_GTR_ZERO); + if (column < 0) throw new Error(COL_GTR_EQ_ZERO); + const decoded = decodedMappings(map); + // It's common for parent source maps to have pointers to lines that have no + // mapping (like a "//# sourceMappingURL=") at the end of the child file. + if (line >= decoded.length) return OMapping(null, null, null, null); + const segments = decoded[line]; + const index = traceSegmentInternal( + segments, + cast(map)._decodedMemo, + line, + column, + bias || GREATEST_LOWER_BOUND + ); + if (index === -1) return OMapping(null, null, null, null); + const segment = segments[index]; + if (segment.length === 1) return OMapping(null, null, null, null); + const { names, resolvedSources } = map; + return OMapping( + resolvedSources[segment[SOURCES_INDEX]], + segment[SOURCE_LINE] + 1, + segment[SOURCE_COLUMN], + segment.length === 5 ? names[segment[NAMES_INDEX]] : null + ); + } + /** + * Finds the generated line/column position of the provided source/line/column source position. + */ + function generatedPositionFor(map, needle) { + const { source, line, column, bias } = needle; + return generatedPosition( + map, + source, + line, + column, + bias || GREATEST_LOWER_BOUND, + false + ); + } + /** + * Finds all generated line/column positions of the provided source/line/column source position. + */ + function allGeneratedPositionsFor(map, needle) { + const { source, line, column, bias } = needle; + // SourceMapConsumer uses LEAST_UPPER_BOUND for some reason, so we follow suit. + return generatedPosition( + map, + source, + line, + column, + bias || LEAST_UPPER_BOUND, + true + ); + } + /** + * Iterates each mapping in generated position order. + */ + function eachMapping(map, cb) { + const decoded = decodedMappings(map); + const { names, resolvedSources } = map; + for (let i = 0; i < decoded.length; i++) { + const line = decoded[i]; + for (let j = 0; j < line.length; j++) { + const seg = line[j]; + const generatedLine = i + 1; + const generatedColumn = seg[0]; + let source = null; + let originalLine = null; + let originalColumn = null; + let name = null; + if (seg.length !== 1) { + source = resolvedSources[seg[1]]; + originalLine = seg[2] + 1; + originalColumn = seg[3]; + } + if (seg.length === 5) name = names[seg[4]]; + cb({ + generatedLine, + generatedColumn, + source, + originalLine, + originalColumn, + name, + }); + } + } + } + function sourceIndex(map, source) { + const { sources, resolvedSources } = map; + let index = sources.indexOf(source); + if (index === -1) index = resolvedSources.indexOf(source); + return index; + } + /** + * Retrieves the source content for a particular source, if its found. Returns null if not. + */ + function sourceContentFor(map, source) { + const { sourcesContent } = map; + if (sourcesContent == null) return null; + const index = sourceIndex(map, source); + return index === -1 ? null : sourcesContent[index]; + } + /** + * Determines if the source is marked to ignore by the source map. + */ + function isIgnored(map, source) { + const { ignoreList } = map; + if (ignoreList == null) return false; + const index = sourceIndex(map, source); + return index === -1 ? false : ignoreList.includes(index); + } + /** + * A helper that skips sorting of the input map's mappings array, which can be expensive for larger + * maps. + */ + function presortedDecodedMap(map, mapUrl) { + const tracer = new TraceMap(clone(map, []), mapUrl); + cast(tracer)._decoded = map.mappings; + return tracer; + } + /** + * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ + function decodedMap(map) { + return clone(map, decodedMappings(map)); + } + /** + * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects + * a sourcemap, or to JSON.stringify. + */ + function encodedMap(map) { + return clone(map, encodedMappings(map)); + } + function clone(map, mappings) { + return { + version: map.version, + file: map.file, + names: map.names, + sourceRoot: map.sourceRoot, + sources: map.sources, + sourcesContent: map.sourcesContent, + mappings, + ignoreList: map.ignoreList || map.x_google_ignoreList, + }; + } + function OMapping(source, line, column, name) { + return { source, line, column, name }; + } + function GMapping(line, column) { + return { line, column }; + } + function traceSegmentInternal(segments, memo, line, column, bias) { + let index = memoizedBinarySearch(segments, column, memo, line); + if (found) { + index = (bias === LEAST_UPPER_BOUND ? upperBound : lowerBound)( + segments, + column, + index + ); + } else if (bias === LEAST_UPPER_BOUND) index++; + if (index === -1 || index === segments.length) return -1; + return index; + } + function sliceGeneratedPositions(segments, memo, line, column, bias) { + let min = traceSegmentInternal( + segments, + memo, + line, + column, + GREATEST_LOWER_BOUND + ); + // We ignored the bias when tracing the segment so that we're guarnateed to find the first (in + // insertion order) segment that matched. Even if we did respect the bias when tracing, we would + // still need to call `lowerBound()` to find the first segment, which is slower than just looking + // for the GREATEST_LOWER_BOUND to begin with. The only difference that matters for us is when the + // binary search didn't match, in which case GREATEST_LOWER_BOUND just needs to increment to + // match LEAST_UPPER_BOUND. + if (!found && bias === LEAST_UPPER_BOUND) min++; + if (min === -1 || min === segments.length) return []; + // We may have found the segment that started at an earlier column. If this is the case, then we + // need to slice all generated segments that match _that_ column, because all such segments span + // to our desired column. + const matchedColumn = found ? column : segments[min][COLUMN]; + // The binary search is not guaranteed to find the lower bound when a match wasn't found. + if (!found) min = lowerBound(segments, matchedColumn, min); + const max = upperBound(segments, matchedColumn, min); + const result = []; + for (; min <= max; min++) { + const segment = segments[min]; + result.push( + GMapping(segment[REV_GENERATED_LINE] + 1, segment[REV_GENERATED_COLUMN]) + ); + } + return result; + } + function generatedPosition(map, source, line, column, bias, all) { + var _a; + line--; + if (line < 0) throw new Error(LINE_GTR_ZERO); + if (column < 0) throw new Error(COL_GTR_EQ_ZERO); + const { sources, resolvedSources } = map; + let sourceIndex = sources.indexOf(source); + if (sourceIndex === -1) sourceIndex = resolvedSources.indexOf(source); + if (sourceIndex === -1) return all ? [] : GMapping(null, null); + const generated = + (_a = cast(map))._bySources || + (_a._bySources = buildBySources( + decodedMappings(map), + (cast(map)._bySourceMemos = sources.map(memoizedState)) + )); + const segments = generated[sourceIndex][line]; + if (segments == null) return all ? [] : GMapping(null, null); + const memo = cast(map)._bySourceMemos[sourceIndex]; + if (all) return sliceGeneratedPositions(segments, memo, line, column, bias); + const index = traceSegmentInternal(segments, memo, line, column, bias); + if (index === -1) return GMapping(null, null); + const segment = segments[index]; + return GMapping( + segment[REV_GENERATED_LINE] + 1, + segment[REV_GENERATED_COLUMN] + ); + } + + exports.AnyMap = AnyMap; + exports.GREATEST_LOWER_BOUND = GREATEST_LOWER_BOUND; + exports.LEAST_UPPER_BOUND = LEAST_UPPER_BOUND; + exports.TraceMap = TraceMap; + exports.allGeneratedPositionsFor = allGeneratedPositionsFor; + exports.decodedMap = decodedMap; + exports.decodedMappings = decodedMappings; + exports.eachMapping = eachMapping; + exports.encodedMap = encodedMap; + exports.encodedMappings = encodedMappings; + exports.generatedPositionFor = generatedPositionFor; + exports.isIgnored = isIgnored; + exports.originalPositionFor = originalPositionFor; + exports.presortedDecodedMap = presortedDecodedMap; + exports.sourceContentFor = sourceContentFor; + exports.traceSegment = traceSegment; +}); //# sourceMappingURL=trace-mapping.umd.js.map diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts index ec775fb..6f79f93 100644 --- a/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +++ b/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts @@ -1,8 +1,8 @@ import { TraceMap } from './trace-mapping'; import type { SectionedSourceMapInput } from './types'; type AnyMap = { - new (map: SectionedSourceMapInput, mapUrl?: string | null): TraceMap; - (map: SectionedSourceMapInput, mapUrl?: string | null): TraceMap; + new (map: SectionedSourceMapInput, mapUrl?: string | null): TraceMap; + (map: SectionedSourceMapInput, mapUrl?: string | null): TraceMap; }; export declare const AnyMap: AnyMap; export {}; diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts index ecb2873..ffa64e6 100644 --- a/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +++ b/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts @@ -1,8 +1,8 @@ import type { SourceMapSegment, ReverseSegment } from './sourcemap-segment'; export type MemoState = { - lastKey: number; - lastNeedle: number; - lastIndex: number; + lastKey: number; + lastNeedle: number; + lastIndex: number; }; export declare let found: boolean; /** @@ -21,12 +21,30 @@ export declare let found: boolean; * assert.deepEqual(array, [1, 2, 3]); * ``` */ -export declare function binarySearch(haystack: SourceMapSegment[] | ReverseSegment[], needle: number, low: number, high: number): number; -export declare function upperBound(haystack: SourceMapSegment[] | ReverseSegment[], needle: number, index: number): number; -export declare function lowerBound(haystack: SourceMapSegment[] | ReverseSegment[], needle: number, index: number): number; +export declare function binarySearch( + haystack: SourceMapSegment[] | ReverseSegment[], + needle: number, + low: number, + high: number +): number; +export declare function upperBound( + haystack: SourceMapSegment[] | ReverseSegment[], + needle: number, + index: number +): number; +export declare function lowerBound( + haystack: SourceMapSegment[] | ReverseSegment[], + needle: number, + index: number +): number; export declare function memoizedState(): MemoState; /** * This overly complicated beast is just to record the last tested line/column and the resulting * index, allowing us to skip a few tests if mappings are monotonically increasing. */ -export declare function memoizedBinarySearch(haystack: SourceMapSegment[] | ReverseSegment[], needle: number, state: MemoState, key: number): number; +export declare function memoizedBinarySearch( + haystack: SourceMapSegment[] | ReverseSegment[], + needle: number, + state: MemoState, + key: number +): number; diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts index a91751c..f048b1c 100644 --- a/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +++ b/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts @@ -1,7 +1,10 @@ import type { ReverseSegment, SourceMapSegment } from './sourcemap-segment'; import type { MemoState } from './binary-search'; export type Source = { - __proto__: null; - [line: number]: Exclude[]; + __proto__: null; + [line: number]: Exclude[]; }; -export default function buildBySources(decoded: readonly SourceMapSegment[][], memos: MemoState[]): Source[]; +export default function buildBySources( + decoded: readonly SourceMapSegment[][], + memos: MemoState[] +): Source[]; diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts index cf7d4f8..bc49c17 100644 --- a/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +++ b/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts @@ -1 +1,4 @@ -export default function resolve(input: string, base: string | undefined): string; +export default function resolve( + input: string, + base: string | undefined +): string; diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts index 2bfb5dc..c613cb0 100644 --- a/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +++ b/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts @@ -1,2 +1,5 @@ import type { SourceMapSegment } from './sourcemap-segment'; -export default function maybeSort(mappings: SourceMapSegment[][], owned: boolean): SourceMapSegment[][]; +export default function maybeSort( + mappings: SourceMapSegment[][], + owned: boolean +): SourceMapSegment[][]; diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts index 6d4d318..114ffd8 100644 --- a/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +++ b/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts @@ -4,7 +4,10 @@ type SourceLine = number; type SourceColumn = number; type NamesIndex = number; type GeneratedLine = number; -export type SourceMapSegment = [GeneratedColumn] | [GeneratedColumn, SourcesIndex, SourceLine, SourceColumn] | [GeneratedColumn, SourcesIndex, SourceLine, SourceColumn, NamesIndex]; +export type SourceMapSegment = + | [GeneratedColumn] + | [GeneratedColumn, SourcesIndex, SourceLine, SourceColumn] + | [GeneratedColumn, SourcesIndex, SourceLine, SourceColumn, NamesIndex]; export type ReverseSegment = [SourceColumn, GeneratedLine, GeneratedColumn]; export declare const COLUMN = 0; export declare const SOURCES_INDEX = 1; diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts index f618ec3..9148156 100644 --- a/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +++ b/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts @@ -1,61 +1,120 @@ import type { SourceMapSegment } from './sourcemap-segment'; -import type { SourceMapV3, DecodedSourceMap, EncodedSourceMap, InvalidOriginalMapping, OriginalMapping, InvalidGeneratedMapping, GeneratedMapping, SourceMapInput, Needle, SourceNeedle, SourceMap, EachMapping } from './types'; +import type { + SourceMapV3, + DecodedSourceMap, + EncodedSourceMap, + InvalidOriginalMapping, + OriginalMapping, + InvalidGeneratedMapping, + GeneratedMapping, + SourceMapInput, + Needle, + SourceNeedle, + SourceMap, + EachMapping, +} from './types'; export type { SourceMapSegment } from './sourcemap-segment'; -export type { SourceMap, DecodedSourceMap, EncodedSourceMap, Section, SectionedSourceMap, SourceMapV3, Bias, EachMapping, GeneratedMapping, InvalidGeneratedMapping, InvalidOriginalMapping, Needle, OriginalMapping, OriginalMapping as Mapping, SectionedSourceMapInput, SourceMapInput, SourceNeedle, XInput, EncodedSourceMapXInput, DecodedSourceMapXInput, SectionedSourceMapXInput, SectionXInput, } from './types'; +export type { + SourceMap, + DecodedSourceMap, + EncodedSourceMap, + Section, + SectionedSourceMap, + SourceMapV3, + Bias, + EachMapping, + GeneratedMapping, + InvalidGeneratedMapping, + InvalidOriginalMapping, + Needle, + OriginalMapping, + OriginalMapping as Mapping, + SectionedSourceMapInput, + SourceMapInput, + SourceNeedle, + XInput, + EncodedSourceMapXInput, + DecodedSourceMapXInput, + SectionedSourceMapXInput, + SectionXInput, +} from './types'; export declare const LEAST_UPPER_BOUND = -1; export declare const GREATEST_LOWER_BOUND = 1; export { AnyMap } from './any-map'; export declare class TraceMap implements SourceMap { - version: SourceMapV3['version']; - file: SourceMapV3['file']; - names: SourceMapV3['names']; - sourceRoot: SourceMapV3['sourceRoot']; - sources: SourceMapV3['sources']; - sourcesContent: SourceMapV3['sourcesContent']; - ignoreList: SourceMapV3['ignoreList']; - resolvedSources: string[]; - private _encoded; - private _decoded; - private _decodedMemo; - private _bySources; - private _bySourceMemos; - constructor(map: SourceMapInput, mapUrl?: string | null); + version: SourceMapV3['version']; + file: SourceMapV3['file']; + names: SourceMapV3['names']; + sourceRoot: SourceMapV3['sourceRoot']; + sources: SourceMapV3['sources']; + sourcesContent: SourceMapV3['sourcesContent']; + ignoreList: SourceMapV3['ignoreList']; + resolvedSources: string[]; + private _encoded; + private _decoded; + private _decodedMemo; + private _bySources; + private _bySourceMemos; + constructor(map: SourceMapInput, mapUrl?: string | null); } /** * Returns the encoded (VLQ string) form of the SourceMap's mappings field. */ -export declare function encodedMappings(map: TraceMap): EncodedSourceMap['mappings']; +export declare function encodedMappings( + map: TraceMap +): EncodedSourceMap['mappings']; /** * Returns the decoded (array of lines of segments) form of the SourceMap's mappings field. */ -export declare function decodedMappings(map: TraceMap): Readonly; +export declare function decodedMappings( + map: TraceMap +): Readonly; /** * A low-level API to find the segment associated with a generated line/column (think, from a * stack trace). Line and column here are 0-based, unlike `originalPositionFor`. */ -export declare function traceSegment(map: TraceMap, line: number, column: number): Readonly | null; +export declare function traceSegment( + map: TraceMap, + line: number, + column: number +): Readonly | null; /** * A higher-level API to find the source/line/column associated with a generated line/column * (think, from a stack trace). Line is 1-based, but column is 0-based, due to legacy behavior in * `source-map` library. */ -export declare function originalPositionFor(map: TraceMap, needle: Needle): OriginalMapping | InvalidOriginalMapping; +export declare function originalPositionFor( + map: TraceMap, + needle: Needle +): OriginalMapping | InvalidOriginalMapping; /** * Finds the generated line/column position of the provided source/line/column source position. */ -export declare function generatedPositionFor(map: TraceMap, needle: SourceNeedle): GeneratedMapping | InvalidGeneratedMapping; +export declare function generatedPositionFor( + map: TraceMap, + needle: SourceNeedle +): GeneratedMapping | InvalidGeneratedMapping; /** * Finds all generated line/column positions of the provided source/line/column source position. */ -export declare function allGeneratedPositionsFor(map: TraceMap, needle: SourceNeedle): GeneratedMapping[]; +export declare function allGeneratedPositionsFor( + map: TraceMap, + needle: SourceNeedle +): GeneratedMapping[]; /** * Iterates each mapping in generated position order. */ -export declare function eachMapping(map: TraceMap, cb: (mapping: EachMapping) => void): void; +export declare function eachMapping( + map: TraceMap, + cb: (mapping: EachMapping) => void +): void; /** * Retrieves the source content for a particular source, if its found. Returns null if not. */ -export declare function sourceContentFor(map: TraceMap, source: string): string | null; +export declare function sourceContentFor( + map: TraceMap, + source: string +): string | null; /** * Determines if the source is marked to ignore by the source map. */ @@ -64,13 +123,19 @@ export declare function isIgnored(map: TraceMap, source: string): boolean; * A helper that skips sorting of the input map's mappings array, which can be expensive for larger * maps. */ -export declare function presortedDecodedMap(map: DecodedSourceMap, mapUrl?: string): TraceMap; +export declare function presortedDecodedMap( + map: DecodedSourceMap, + mapUrl?: string +): TraceMap; /** * Returns a sourcemap object (with decoded mappings) suitable for passing to a library that expects * a sourcemap, or to JSON.stringify. */ -export declare function decodedMap(map: TraceMap): Omit & { - mappings: readonly SourceMapSegment[][]; +export declare function decodedMap(map: TraceMap): Omit< + DecodedSourceMap, + 'mappings' +> & { + mappings: readonly SourceMapSegment[][]; }; /** * Returns a sourcemap object (with encoded mappings) suitable for passing to a library that expects diff --git a/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts b/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts index a94e6b2..a884b67 100644 --- a/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +++ b/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts @@ -1,99 +1,109 @@ import type { SourceMapSegment } from './sourcemap-segment'; -import type { GREATEST_LOWER_BOUND, LEAST_UPPER_BOUND, TraceMap } from './trace-mapping'; +import type { + GREATEST_LOWER_BOUND, + LEAST_UPPER_BOUND, + TraceMap, +} from './trace-mapping'; export interface SourceMapV3 { - file?: string | null; - names: string[]; - sourceRoot?: string; - sources: (string | null)[]; - sourcesContent?: (string | null)[]; - version: 3; - ignoreList?: number[]; + file?: string | null; + names: string[]; + sourceRoot?: string; + sources: (string | null)[]; + sourcesContent?: (string | null)[]; + version: 3; + ignoreList?: number[]; } export interface EncodedSourceMap extends SourceMapV3 { - mappings: string; + mappings: string; } export interface DecodedSourceMap extends SourceMapV3 { - mappings: SourceMapSegment[][]; + mappings: SourceMapSegment[][]; } export interface Section { - offset: { - line: number; - column: number; - }; - map: EncodedSourceMap | DecodedSourceMap | SectionedSourceMap; + offset: { + line: number; + column: number; + }; + map: EncodedSourceMap | DecodedSourceMap | SectionedSourceMap; } export interface SectionedSourceMap { - file?: string | null; - sections: Section[]; - version: 3; + file?: string | null; + sections: Section[]; + version: 3; } export type OriginalMapping = { - source: string | null; - line: number; - column: number; - name: string | null; + source: string | null; + line: number; + column: number; + name: string | null; }; export type InvalidOriginalMapping = { - source: null; - line: null; - column: null; - name: null; + source: null; + line: null; + column: null; + name: null; }; export type GeneratedMapping = { - line: number; - column: number; + line: number; + column: number; }; export type InvalidGeneratedMapping = { - line: null; - column: null; + line: null; + column: null; }; export type Bias = typeof GREATEST_LOWER_BOUND | typeof LEAST_UPPER_BOUND; export type XInput = { - x_google_ignoreList?: SourceMapV3['ignoreList']; + x_google_ignoreList?: SourceMapV3['ignoreList']; }; export type EncodedSourceMapXInput = EncodedSourceMap & XInput; export type DecodedSourceMapXInput = DecodedSourceMap & XInput; export type SectionedSourceMapXInput = Omit & { - sections: SectionXInput[]; + sections: SectionXInput[]; }; export type SectionXInput = Omit & { - map: SectionedSourceMapInput; + map: SectionedSourceMapInput; }; -export type SourceMapInput = string | EncodedSourceMapXInput | DecodedSourceMapXInput | TraceMap; +export type SourceMapInput = + | string + | EncodedSourceMapXInput + | DecodedSourceMapXInput + | TraceMap; export type SectionedSourceMapInput = SourceMapInput | SectionedSourceMapXInput; export type Needle = { - line: number; - column: number; - bias?: Bias; + line: number; + column: number; + bias?: Bias; }; export type SourceNeedle = { - source: string; - line: number; - column: number; - bias?: Bias; -}; -export type EachMapping = { - generatedLine: number; - generatedColumn: number; - source: null; - originalLine: null; - originalColumn: null; - name: null; -} | { - generatedLine: number; - generatedColumn: number; - source: string | null; - originalLine: number; - originalColumn: number; - name: string | null; + source: string; + line: number; + column: number; + bias?: Bias; }; +export type EachMapping = + | { + generatedLine: number; + generatedColumn: number; + source: null; + originalLine: null; + originalColumn: null; + name: null; + } + | { + generatedLine: number; + generatedColumn: number; + source: string | null; + originalLine: number; + originalColumn: number; + name: string | null; + }; export declare abstract class SourceMap { - version: SourceMapV3['version']; - file: SourceMapV3['file']; - names: SourceMapV3['names']; - sourceRoot: SourceMapV3['sourceRoot']; - sources: SourceMapV3['sources']; - sourcesContent: SourceMapV3['sourcesContent']; - resolvedSources: SourceMapV3['sources']; - ignoreList: SourceMapV3['ignoreList']; + version: SourceMapV3['version']; + file: SourceMapV3['file']; + names: SourceMapV3['names']; + sourceRoot: SourceMapV3['sourceRoot']; + sources: SourceMapV3['sources']; + sourcesContent: SourceMapV3['sourcesContent']; + resolvedSources: SourceMapV3['sources']; + ignoreList: SourceMapV3['ignoreList']; } diff --git a/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts b/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts index 827f1db..845105c 100644 --- a/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +++ b/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts @@ -1,20 +1,32 @@ import type * as fsStat from '@nodelib/fs.stat'; import type { Dirent, ErrnoException } from '../types'; export interface ReaddirAsynchronousMethod { - (filepath: string, options: { - withFileTypes: true; - }, callback: (error: ErrnoException | null, files: Dirent[]) => void): void; - (filepath: string, callback: (error: ErrnoException | null, files: string[]) => void): void; + ( + filepath: string, + options: { + withFileTypes: true; + }, + callback: (error: ErrnoException | null, files: Dirent[]) => void + ): void; + ( + filepath: string, + callback: (error: ErrnoException | null, files: string[]) => void + ): void; } export interface ReaddirSynchronousMethod { - (filepath: string, options: { - withFileTypes: true; - }): Dirent[]; - (filepath: string): string[]; + ( + filepath: string, + options: { + withFileTypes: true; + } + ): Dirent[]; + (filepath: string): string[]; } export declare type FileSystemAdapter = fsStat.FileSystemAdapter & { - readdir: ReaddirAsynchronousMethod; - readdirSync: ReaddirSynchronousMethod; + readdir: ReaddirAsynchronousMethod; + readdirSync: ReaddirSynchronousMethod; }; export declare const FILE_SYSTEM_ADAPTER: FileSystemAdapter; -export declare function createFileSystemAdapter(fsMethods?: Partial): FileSystemAdapter; +export declare function createFileSystemAdapter( + fsMethods?: Partial +): FileSystemAdapter; diff --git a/node_modules/@nodelib/fs.scandir/out/adapters/fs.js b/node_modules/@nodelib/fs.scandir/out/adapters/fs.js index f0fe022..45a26d3 100644 --- a/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +++ b/node_modules/@nodelib/fs.scandir/out/adapters/fs.js @@ -1,19 +1,22 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = void 0; -const fs = require("fs"); +const fs = require('fs'); exports.FILE_SYSTEM_ADAPTER = { - lstat: fs.lstat, - stat: fs.stat, - lstatSync: fs.lstatSync, - statSync: fs.statSync, - readdir: fs.readdir, - readdirSync: fs.readdirSync + lstat: fs.lstat, + stat: fs.stat, + lstatSync: fs.lstatSync, + statSync: fs.statSync, + readdir: fs.readdir, + readdirSync: fs.readdirSync, }; function createFileSystemAdapter(fsMethods) { - if (fsMethods === undefined) { - return exports.FILE_SYSTEM_ADAPTER; - } - return Object.assign(Object.assign({}, exports.FILE_SYSTEM_ADAPTER), fsMethods); + if (fsMethods === undefined) { + return exports.FILE_SYSTEM_ADAPTER; + } + return Object.assign( + Object.assign({}, exports.FILE_SYSTEM_ADAPTER), + fsMethods + ); } exports.createFileSystemAdapter = createFileSystemAdapter; diff --git a/node_modules/@nodelib/fs.scandir/out/constants.js b/node_modules/@nodelib/fs.scandir/out/constants.js index 7e3d441..8c0b9fe 100644 --- a/node_modules/@nodelib/fs.scandir/out/constants.js +++ b/node_modules/@nodelib/fs.scandir/out/constants.js @@ -1,17 +1,25 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = void 0; const NODE_PROCESS_VERSION_PARTS = process.versions.node.split('.'); -if (NODE_PROCESS_VERSION_PARTS[0] === undefined || NODE_PROCESS_VERSION_PARTS[1] === undefined) { - throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`); +if ( + NODE_PROCESS_VERSION_PARTS[0] === undefined || + NODE_PROCESS_VERSION_PARTS[1] === undefined +) { + throw new Error( + `Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}` + ); } const MAJOR_VERSION = Number.parseInt(NODE_PROCESS_VERSION_PARTS[0], 10); const MINOR_VERSION = Number.parseInt(NODE_PROCESS_VERSION_PARTS[1], 10); const SUPPORTED_MAJOR_VERSION = 10; const SUPPORTED_MINOR_VERSION = 10; const IS_MATCHED_BY_MAJOR = MAJOR_VERSION > SUPPORTED_MAJOR_VERSION; -const IS_MATCHED_BY_MAJOR_AND_MINOR = MAJOR_VERSION === SUPPORTED_MAJOR_VERSION && MINOR_VERSION >= SUPPORTED_MINOR_VERSION; +const IS_MATCHED_BY_MAJOR_AND_MINOR = + MAJOR_VERSION === SUPPORTED_MAJOR_VERSION && + MINOR_VERSION >= SUPPORTED_MINOR_VERSION; /** * IS `true` for Node.js 10.10 and greater. */ -exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = IS_MATCHED_BY_MAJOR || IS_MATCHED_BY_MAJOR_AND_MINOR; +exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = + IS_MATCHED_BY_MAJOR || IS_MATCHED_BY_MAJOR_AND_MINOR; diff --git a/node_modules/@nodelib/fs.scandir/out/index.d.ts b/node_modules/@nodelib/fs.scandir/out/index.d.ts index b9da83e..3162adb 100644 --- a/node_modules/@nodelib/fs.scandir/out/index.d.ts +++ b/node_modules/@nodelib/fs.scandir/out/index.d.ts @@ -1,12 +1,37 @@ -import type { FileSystemAdapter, ReaddirAsynchronousMethod, ReaddirSynchronousMethod } from './adapters/fs'; +import type { + FileSystemAdapter, + ReaddirAsynchronousMethod, + ReaddirSynchronousMethod, +} from './adapters/fs'; import * as async from './providers/async'; import Settings, { Options } from './settings'; import type { Dirent, Entry } from './types'; declare type AsyncCallback = async.AsyncCallback; declare function scandir(path: string, callback: AsyncCallback): void; -declare function scandir(path: string, optionsOrSettings: Options | Settings, callback: AsyncCallback): void; +declare function scandir( + path: string, + optionsOrSettings: Options | Settings, + callback: AsyncCallback +): void; declare namespace scandir { - function __promisify__(path: string, optionsOrSettings?: Options | Settings): Promise; + function __promisify__( + path: string, + optionsOrSettings?: Options | Settings + ): Promise; } -declare function scandirSync(path: string, optionsOrSettings?: Options | Settings): Entry[]; -export { scandir, scandirSync, Settings, AsyncCallback, Dirent, Entry, FileSystemAdapter, ReaddirAsynchronousMethod, ReaddirSynchronousMethod, Options }; +declare function scandirSync( + path: string, + optionsOrSettings?: Options | Settings +): Entry[]; +export { + scandir, + scandirSync, + Settings, + AsyncCallback, + Dirent, + Entry, + FileSystemAdapter, + ReaddirAsynchronousMethod, + ReaddirSynchronousMethod, + Options, +}; diff --git a/node_modules/@nodelib/fs.scandir/out/index.js b/node_modules/@nodelib/fs.scandir/out/index.js index 99c70d3..645ef3e 100644 --- a/node_modules/@nodelib/fs.scandir/out/index.js +++ b/node_modules/@nodelib/fs.scandir/out/index.js @@ -1,26 +1,26 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); exports.Settings = exports.scandirSync = exports.scandir = void 0; -const async = require("./providers/async"); -const sync = require("./providers/sync"); -const settings_1 = require("./settings"); +const async = require('./providers/async'); +const sync = require('./providers/sync'); +const settings_1 = require('./settings'); exports.Settings = settings_1.default; function scandir(path, optionsOrSettingsOrCallback, callback) { - if (typeof optionsOrSettingsOrCallback === 'function') { - async.read(path, getSettings(), optionsOrSettingsOrCallback); - return; - } - async.read(path, getSettings(optionsOrSettingsOrCallback), callback); + if (typeof optionsOrSettingsOrCallback === 'function') { + async.read(path, getSettings(), optionsOrSettingsOrCallback); + return; + } + async.read(path, getSettings(optionsOrSettingsOrCallback), callback); } exports.scandir = scandir; function scandirSync(path, optionsOrSettings) { - const settings = getSettings(optionsOrSettings); - return sync.read(path, settings); + const settings = getSettings(optionsOrSettings); + return sync.read(path, settings); } exports.scandirSync = scandirSync; function getSettings(settingsOrOptions = {}) { - if (settingsOrOptions instanceof settings_1.default) { - return settingsOrOptions; - } - return new settings_1.default(settingsOrOptions); + if (settingsOrOptions instanceof settings_1.default) { + return settingsOrOptions; + } + return new settings_1.default(settingsOrOptions); } diff --git a/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts b/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts index 5829676..cd68201 100644 --- a/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +++ b/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts @@ -1,7 +1,22 @@ /// import type Settings from '../settings'; import type { Entry } from '../types'; -export declare type AsyncCallback = (error: NodeJS.ErrnoException, entries: Entry[]) => void; -export declare function read(directory: string, settings: Settings, callback: AsyncCallback): void; -export declare function readdirWithFileTypes(directory: string, settings: Settings, callback: AsyncCallback): void; -export declare function readdir(directory: string, settings: Settings, callback: AsyncCallback): void; +export declare type AsyncCallback = ( + error: NodeJS.ErrnoException, + entries: Entry[] +) => void; +export declare function read( + directory: string, + settings: Settings, + callback: AsyncCallback +): void; +export declare function readdirWithFileTypes( + directory: string, + settings: Settings, + callback: AsyncCallback +): void; +export declare function readdir( + directory: string, + settings: Settings, + callback: AsyncCallback +): void; diff --git a/node_modules/@nodelib/fs.scandir/out/providers/async.js b/node_modules/@nodelib/fs.scandir/out/providers/async.js index e8e2f0a..a832538 100644 --- a/node_modules/@nodelib/fs.scandir/out/providers/async.js +++ b/node_modules/@nodelib/fs.scandir/out/providers/async.js @@ -1,104 +1,116 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); exports.readdir = exports.readdirWithFileTypes = exports.read = void 0; -const fsStat = require("@nodelib/fs.stat"); -const rpl = require("run-parallel"); -const constants_1 = require("../constants"); -const utils = require("../utils"); -const common = require("./common"); +const fsStat = require('@nodelib/fs.stat'); +const rpl = require('run-parallel'); +const constants_1 = require('../constants'); +const utils = require('../utils'); +const common = require('./common'); function read(directory, settings, callback) { - if (!settings.stats && constants_1.IS_SUPPORT_READDIR_WITH_FILE_TYPES) { - readdirWithFileTypes(directory, settings, callback); - return; - } - readdir(directory, settings, callback); + if (!settings.stats && constants_1.IS_SUPPORT_READDIR_WITH_FILE_TYPES) { + readdirWithFileTypes(directory, settings, callback); + return; + } + readdir(directory, settings, callback); } exports.read = read; function readdirWithFileTypes(directory, settings, callback) { - settings.fs.readdir(directory, { withFileTypes: true }, (readdirError, dirents) => { - if (readdirError !== null) { - callFailureCallback(callback, readdirError); - return; + settings.fs.readdir( + directory, + { withFileTypes: true }, + (readdirError, dirents) => { + if (readdirError !== null) { + callFailureCallback(callback, readdirError); + return; + } + const entries = dirents.map((dirent) => ({ + dirent, + name: dirent.name, + path: common.joinPathSegments( + directory, + dirent.name, + settings.pathSegmentSeparator + ), + })); + if (!settings.followSymbolicLinks) { + callSuccessCallback(callback, entries); + return; + } + const tasks = entries.map((entry) => makeRplTaskEntry(entry, settings)); + rpl(tasks, (rplError, rplEntries) => { + if (rplError !== null) { + callFailureCallback(callback, rplError); + return; } - const entries = dirents.map((dirent) => ({ - dirent, - name: dirent.name, - path: common.joinPathSegments(directory, dirent.name, settings.pathSegmentSeparator) - })); - if (!settings.followSymbolicLinks) { - callSuccessCallback(callback, entries); - return; - } - const tasks = entries.map((entry) => makeRplTaskEntry(entry, settings)); - rpl(tasks, (rplError, rplEntries) => { - if (rplError !== null) { - callFailureCallback(callback, rplError); - return; - } - callSuccessCallback(callback, rplEntries); - }); - }); + callSuccessCallback(callback, rplEntries); + }); + } + ); } exports.readdirWithFileTypes = readdirWithFileTypes; function makeRplTaskEntry(entry, settings) { - return (done) => { - if (!entry.dirent.isSymbolicLink()) { - done(null, entry); - return; + return (done) => { + if (!entry.dirent.isSymbolicLink()) { + done(null, entry); + return; + } + settings.fs.stat(entry.path, (statError, stats) => { + if (statError !== null) { + if (settings.throwErrorOnBrokenSymbolicLink) { + done(statError); + return; } - settings.fs.stat(entry.path, (statError, stats) => { - if (statError !== null) { - if (settings.throwErrorOnBrokenSymbolicLink) { - done(statError); - return; - } - done(null, entry); - return; - } - entry.dirent = utils.fs.createDirentFromStats(entry.name, stats); - done(null, entry); - }); - }; + done(null, entry); + return; + } + entry.dirent = utils.fs.createDirentFromStats(entry.name, stats); + done(null, entry); + }); + }; } function readdir(directory, settings, callback) { - settings.fs.readdir(directory, (readdirError, names) => { - if (readdirError !== null) { - callFailureCallback(callback, readdirError); + settings.fs.readdir(directory, (readdirError, names) => { + if (readdirError !== null) { + callFailureCallback(callback, readdirError); + return; + } + const tasks = names.map((name) => { + const path = common.joinPathSegments( + directory, + name, + settings.pathSegmentSeparator + ); + return (done) => { + fsStat.stat(path, settings.fsStatSettings, (error, stats) => { + if (error !== null) { + done(error); return; - } - const tasks = names.map((name) => { - const path = common.joinPathSegments(directory, name, settings.pathSegmentSeparator); - return (done) => { - fsStat.stat(path, settings.fsStatSettings, (error, stats) => { - if (error !== null) { - done(error); - return; - } - const entry = { - name, - path, - dirent: utils.fs.createDirentFromStats(name, stats) - }; - if (settings.stats) { - entry.stats = stats; - } - done(null, entry); - }); - }; - }); - rpl(tasks, (rplError, entries) => { - if (rplError !== null) { - callFailureCallback(callback, rplError); - return; - } - callSuccessCallback(callback, entries); + } + const entry = { + name, + path, + dirent: utils.fs.createDirentFromStats(name, stats), + }; + if (settings.stats) { + entry.stats = stats; + } + done(null, entry); }); + }; }); + rpl(tasks, (rplError, entries) => { + if (rplError !== null) { + callFailureCallback(callback, rplError); + return; + } + callSuccessCallback(callback, entries); + }); + }); } exports.readdir = readdir; function callFailureCallback(callback, error) { - callback(error); + callback(error); } function callSuccessCallback(callback, result) { - callback(null, result); + callback(null, result); } diff --git a/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts b/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts index 2b4d08b..33d6826 100644 --- a/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +++ b/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts @@ -1 +1,5 @@ -export declare function joinPathSegments(a: string, b: string, separator: string): string; +export declare function joinPathSegments( + a: string, + b: string, + separator: string +): string; diff --git a/node_modules/@nodelib/fs.scandir/out/providers/common.js b/node_modules/@nodelib/fs.scandir/out/providers/common.js index 8724cb5..bbc0f87 100644 --- a/node_modules/@nodelib/fs.scandir/out/providers/common.js +++ b/node_modules/@nodelib/fs.scandir/out/providers/common.js @@ -1,13 +1,13 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); exports.joinPathSegments = void 0; function joinPathSegments(a, b, separator) { - /** - * The correct handling of cases when the first segment is a root (`/`, `C:/`) or UNC path (`//?/C:/`). - */ - if (a.endsWith(separator)) { - return a + b; - } - return a + separator + b; + /** + * The correct handling of cases when the first segment is a root (`/`, `C:/`) or UNC path (`//?/C:/`). + */ + if (a.endsWith(separator)) { + return a + b; + } + return a + separator + b; } exports.joinPathSegments = joinPathSegments; diff --git a/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts b/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts index e05c8f0..9fad122 100644 --- a/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +++ b/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts @@ -1,5 +1,8 @@ import type Settings from '../settings'; import type { Entry } from '../types'; export declare function read(directory: string, settings: Settings): Entry[]; -export declare function readdirWithFileTypes(directory: string, settings: Settings): Entry[]; +export declare function readdirWithFileTypes( + directory: string, + settings: Settings +): Entry[]; export declare function readdir(directory: string, settings: Settings): Entry[]; diff --git a/node_modules/@nodelib/fs.scandir/out/providers/sync.js b/node_modules/@nodelib/fs.scandir/out/providers/sync.js index 146db34..fa392ef 100644 --- a/node_modules/@nodelib/fs.scandir/out/providers/sync.js +++ b/node_modules/@nodelib/fs.scandir/out/providers/sync.js @@ -1,54 +1,61 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); exports.readdir = exports.readdirWithFileTypes = exports.read = void 0; -const fsStat = require("@nodelib/fs.stat"); -const constants_1 = require("../constants"); -const utils = require("../utils"); -const common = require("./common"); +const fsStat = require('@nodelib/fs.stat'); +const constants_1 = require('../constants'); +const utils = require('../utils'); +const common = require('./common'); function read(directory, settings) { - if (!settings.stats && constants_1.IS_SUPPORT_READDIR_WITH_FILE_TYPES) { - return readdirWithFileTypes(directory, settings); - } - return readdir(directory, settings); + if (!settings.stats && constants_1.IS_SUPPORT_READDIR_WITH_FILE_TYPES) { + return readdirWithFileTypes(directory, settings); + } + return readdir(directory, settings); } exports.read = read; function readdirWithFileTypes(directory, settings) { - const dirents = settings.fs.readdirSync(directory, { withFileTypes: true }); - return dirents.map((dirent) => { - const entry = { - dirent, - name: dirent.name, - path: common.joinPathSegments(directory, dirent.name, settings.pathSegmentSeparator) - }; - if (entry.dirent.isSymbolicLink() && settings.followSymbolicLinks) { - try { - const stats = settings.fs.statSync(entry.path); - entry.dirent = utils.fs.createDirentFromStats(entry.name, stats); - } - catch (error) { - if (settings.throwErrorOnBrokenSymbolicLink) { - throw error; - } - } + const dirents = settings.fs.readdirSync(directory, { withFileTypes: true }); + return dirents.map((dirent) => { + const entry = { + dirent, + name: dirent.name, + path: common.joinPathSegments( + directory, + dirent.name, + settings.pathSegmentSeparator + ), + }; + if (entry.dirent.isSymbolicLink() && settings.followSymbolicLinks) { + try { + const stats = settings.fs.statSync(entry.path); + entry.dirent = utils.fs.createDirentFromStats(entry.name, stats); + } catch (error) { + if (settings.throwErrorOnBrokenSymbolicLink) { + throw error; } - return entry; - }); + } + } + return entry; + }); } exports.readdirWithFileTypes = readdirWithFileTypes; function readdir(directory, settings) { - const names = settings.fs.readdirSync(directory); - return names.map((name) => { - const entryPath = common.joinPathSegments(directory, name, settings.pathSegmentSeparator); - const stats = fsStat.statSync(entryPath, settings.fsStatSettings); - const entry = { - name, - path: entryPath, - dirent: utils.fs.createDirentFromStats(name, stats) - }; - if (settings.stats) { - entry.stats = stats; - } - return entry; - }); + const names = settings.fs.readdirSync(directory); + return names.map((name) => { + const entryPath = common.joinPathSegments( + directory, + name, + settings.pathSegmentSeparator + ); + const stats = fsStat.statSync(entryPath, settings.fsStatSettings); + const entry = { + name, + path: entryPath, + dirent: utils.fs.createDirentFromStats(name, stats), + }; + if (settings.stats) { + entry.stats = stats; + } + return entry; + }); } exports.readdir = readdir; diff --git a/node_modules/@nodelib/fs.scandir/out/settings.d.ts b/node_modules/@nodelib/fs.scandir/out/settings.d.ts index a0db115..3186881 100644 --- a/node_modules/@nodelib/fs.scandir/out/settings.d.ts +++ b/node_modules/@nodelib/fs.scandir/out/settings.d.ts @@ -1,20 +1,20 @@ import * as fsStat from '@nodelib/fs.stat'; import * as fs from './adapters/fs'; export interface Options { - followSymbolicLinks?: boolean; - fs?: Partial; - pathSegmentSeparator?: string; - stats?: boolean; - throwErrorOnBrokenSymbolicLink?: boolean; + followSymbolicLinks?: boolean; + fs?: Partial; + pathSegmentSeparator?: string; + stats?: boolean; + throwErrorOnBrokenSymbolicLink?: boolean; } export default class Settings { - private readonly _options; - readonly followSymbolicLinks: boolean; - readonly fs: fs.FileSystemAdapter; - readonly pathSegmentSeparator: string; - readonly stats: boolean; - readonly throwErrorOnBrokenSymbolicLink: boolean; - readonly fsStatSettings: fsStat.Settings; - constructor(_options?: Options); - private _getValue; + private readonly _options; + readonly followSymbolicLinks: boolean; + readonly fs: fs.FileSystemAdapter; + readonly pathSegmentSeparator: string; + readonly stats: boolean; + readonly throwErrorOnBrokenSymbolicLink: boolean; + readonly fsStatSettings: fsStat.Settings; + constructor(_options?: Options); + private _getValue; } diff --git a/node_modules/@nodelib/fs.scandir/out/settings.js b/node_modules/@nodelib/fs.scandir/out/settings.js index 15a3e8c..3beb815 100644 --- a/node_modules/@nodelib/fs.scandir/out/settings.js +++ b/node_modules/@nodelib/fs.scandir/out/settings.js @@ -1,24 +1,33 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const path = require("path"); -const fsStat = require("@nodelib/fs.stat"); -const fs = require("./adapters/fs"); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); +const path = require('path'); +const fsStat = require('@nodelib/fs.stat'); +const fs = require('./adapters/fs'); class Settings { - constructor(_options = {}) { - this._options = _options; - this.followSymbolicLinks = this._getValue(this._options.followSymbolicLinks, false); - this.fs = fs.createFileSystemAdapter(this._options.fs); - this.pathSegmentSeparator = this._getValue(this._options.pathSegmentSeparator, path.sep); - this.stats = this._getValue(this._options.stats, false); - this.throwErrorOnBrokenSymbolicLink = this._getValue(this._options.throwErrorOnBrokenSymbolicLink, true); - this.fsStatSettings = new fsStat.Settings({ - followSymbolicLink: this.followSymbolicLinks, - fs: this.fs, - throwErrorOnBrokenSymbolicLink: this.throwErrorOnBrokenSymbolicLink - }); - } - _getValue(option, value) { - return option !== null && option !== void 0 ? option : value; - } + constructor(_options = {}) { + this._options = _options; + this.followSymbolicLinks = this._getValue( + this._options.followSymbolicLinks, + false + ); + this.fs = fs.createFileSystemAdapter(this._options.fs); + this.pathSegmentSeparator = this._getValue( + this._options.pathSegmentSeparator, + path.sep + ); + this.stats = this._getValue(this._options.stats, false); + this.throwErrorOnBrokenSymbolicLink = this._getValue( + this._options.throwErrorOnBrokenSymbolicLink, + true + ); + this.fsStatSettings = new fsStat.Settings({ + followSymbolicLink: this.followSymbolicLinks, + fs: this.fs, + throwErrorOnBrokenSymbolicLink: this.throwErrorOnBrokenSymbolicLink, + }); + } + _getValue(option, value) { + return option !== null && option !== void 0 ? option : value; + } } exports.default = Settings; diff --git a/node_modules/@nodelib/fs.scandir/out/types/index.d.ts b/node_modules/@nodelib/fs.scandir/out/types/index.d.ts index f326c5e..1a41a0e 100644 --- a/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +++ b/node_modules/@nodelib/fs.scandir/out/types/index.d.ts @@ -1,20 +1,20 @@ /// import type * as fs from 'fs'; export interface Entry { - dirent: Dirent; - name: string; - path: string; - stats?: Stats; + dirent: Dirent; + name: string; + path: string; + stats?: Stats; } export declare type Stats = fs.Stats; export declare type ErrnoException = NodeJS.ErrnoException; export interface Dirent { - isBlockDevice: () => boolean; - isCharacterDevice: () => boolean; - isDirectory: () => boolean; - isFIFO: () => boolean; - isFile: () => boolean; - isSocket: () => boolean; - isSymbolicLink: () => boolean; - name: string; + isBlockDevice: () => boolean; + isCharacterDevice: () => boolean; + isDirectory: () => boolean; + isFIFO: () => boolean; + isFile: () => boolean; + isSocket: () => boolean; + isSymbolicLink: () => boolean; + name: string; } diff --git a/node_modules/@nodelib/fs.scandir/out/types/index.js b/node_modules/@nodelib/fs.scandir/out/types/index.js index c8ad2e5..db8b17d 100644 --- a/node_modules/@nodelib/fs.scandir/out/types/index.js +++ b/node_modules/@nodelib/fs.scandir/out/types/index.js @@ -1,2 +1,2 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); diff --git a/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts b/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts index bb863f1..797a1c3 100644 --- a/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +++ b/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts @@ -1,2 +1,5 @@ import type { Dirent, Stats } from '../types'; -export declare function createDirentFromStats(name: string, stats: Stats): Dirent; +export declare function createDirentFromStats( + name: string, + stats: Stats +): Dirent; diff --git a/node_modules/@nodelib/fs.scandir/out/utils/fs.js b/node_modules/@nodelib/fs.scandir/out/utils/fs.js index ace7c74..e17cd6a 100644 --- a/node_modules/@nodelib/fs.scandir/out/utils/fs.js +++ b/node_modules/@nodelib/fs.scandir/out/utils/fs.js @@ -1,19 +1,19 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); exports.createDirentFromStats = void 0; class DirentFromStats { - constructor(name, stats) { - this.name = name; - this.isBlockDevice = stats.isBlockDevice.bind(stats); - this.isCharacterDevice = stats.isCharacterDevice.bind(stats); - this.isDirectory = stats.isDirectory.bind(stats); - this.isFIFO = stats.isFIFO.bind(stats); - this.isFile = stats.isFile.bind(stats); - this.isSocket = stats.isSocket.bind(stats); - this.isSymbolicLink = stats.isSymbolicLink.bind(stats); - } + constructor(name, stats) { + this.name = name; + this.isBlockDevice = stats.isBlockDevice.bind(stats); + this.isCharacterDevice = stats.isCharacterDevice.bind(stats); + this.isDirectory = stats.isDirectory.bind(stats); + this.isFIFO = stats.isFIFO.bind(stats); + this.isFile = stats.isFile.bind(stats); + this.isSocket = stats.isSocket.bind(stats); + this.isSymbolicLink = stats.isSymbolicLink.bind(stats); + } } function createDirentFromStats(name, stats) { - return new DirentFromStats(name, stats); + return new DirentFromStats(name, stats); } exports.createDirentFromStats = createDirentFromStats; diff --git a/node_modules/@nodelib/fs.scandir/out/utils/index.js b/node_modules/@nodelib/fs.scandir/out/utils/index.js index f5de129..2e45ac6 100644 --- a/node_modules/@nodelib/fs.scandir/out/utils/index.js +++ b/node_modules/@nodelib/fs.scandir/out/utils/index.js @@ -1,5 +1,5 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); exports.fs = void 0; -const fs = require("./fs"); +const fs = require('./fs'); exports.fs = fs; diff --git a/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts b/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts index 3af759c..d9f0a27 100644 --- a/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +++ b/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts @@ -1,13 +1,18 @@ /// import * as fs from 'fs'; import type { ErrnoException } from '../types'; -export declare type StatAsynchronousMethod = (path: string, callback: (error: ErrnoException | null, stats: fs.Stats) => void) => void; +export declare type StatAsynchronousMethod = ( + path: string, + callback: (error: ErrnoException | null, stats: fs.Stats) => void +) => void; export declare type StatSynchronousMethod = (path: string) => fs.Stats; export interface FileSystemAdapter { - lstat: StatAsynchronousMethod; - stat: StatAsynchronousMethod; - lstatSync: StatSynchronousMethod; - statSync: StatSynchronousMethod; + lstat: StatAsynchronousMethod; + stat: StatAsynchronousMethod; + lstatSync: StatSynchronousMethod; + statSync: StatSynchronousMethod; } export declare const FILE_SYSTEM_ADAPTER: FileSystemAdapter; -export declare function createFileSystemAdapter(fsMethods?: Partial): FileSystemAdapter; +export declare function createFileSystemAdapter( + fsMethods?: Partial +): FileSystemAdapter; diff --git a/node_modules/@nodelib/fs.stat/out/adapters/fs.js b/node_modules/@nodelib/fs.stat/out/adapters/fs.js index 8dc08c8..cc00fc4 100644 --- a/node_modules/@nodelib/fs.stat/out/adapters/fs.js +++ b/node_modules/@nodelib/fs.stat/out/adapters/fs.js @@ -1,17 +1,20 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = void 0; -const fs = require("fs"); +const fs = require('fs'); exports.FILE_SYSTEM_ADAPTER = { - lstat: fs.lstat, - stat: fs.stat, - lstatSync: fs.lstatSync, - statSync: fs.statSync + lstat: fs.lstat, + stat: fs.stat, + lstatSync: fs.lstatSync, + statSync: fs.statSync, }; function createFileSystemAdapter(fsMethods) { - if (fsMethods === undefined) { - return exports.FILE_SYSTEM_ADAPTER; - } - return Object.assign(Object.assign({}, exports.FILE_SYSTEM_ADAPTER), fsMethods); + if (fsMethods === undefined) { + return exports.FILE_SYSTEM_ADAPTER; + } + return Object.assign( + Object.assign({}, exports.FILE_SYSTEM_ADAPTER), + fsMethods + ); } exports.createFileSystemAdapter = createFileSystemAdapter; diff --git a/node_modules/@nodelib/fs.stat/out/index.d.ts b/node_modules/@nodelib/fs.stat/out/index.d.ts index f95db99..68fa920 100644 --- a/node_modules/@nodelib/fs.stat/out/index.d.ts +++ b/node_modules/@nodelib/fs.stat/out/index.d.ts @@ -1,12 +1,36 @@ -import type { FileSystemAdapter, StatAsynchronousMethod, StatSynchronousMethod } from './adapters/fs'; +import type { + FileSystemAdapter, + StatAsynchronousMethod, + StatSynchronousMethod, +} from './adapters/fs'; import * as async from './providers/async'; import Settings, { Options } from './settings'; import type { Stats } from './types'; declare type AsyncCallback = async.AsyncCallback; declare function stat(path: string, callback: AsyncCallback): void; -declare function stat(path: string, optionsOrSettings: Options | Settings, callback: AsyncCallback): void; +declare function stat( + path: string, + optionsOrSettings: Options | Settings, + callback: AsyncCallback +): void; declare namespace stat { - function __promisify__(path: string, optionsOrSettings?: Options | Settings): Promise; + function __promisify__( + path: string, + optionsOrSettings?: Options | Settings + ): Promise; } -declare function statSync(path: string, optionsOrSettings?: Options | Settings): Stats; -export { Settings, stat, statSync, AsyncCallback, FileSystemAdapter, StatAsynchronousMethod, StatSynchronousMethod, Options, Stats }; +declare function statSync( + path: string, + optionsOrSettings?: Options | Settings +): Stats; +export { + Settings, + stat, + statSync, + AsyncCallback, + FileSystemAdapter, + StatAsynchronousMethod, + StatSynchronousMethod, + Options, + Stats, +}; diff --git a/node_modules/@nodelib/fs.stat/out/index.js b/node_modules/@nodelib/fs.stat/out/index.js index b23f751..be1a361 100644 --- a/node_modules/@nodelib/fs.stat/out/index.js +++ b/node_modules/@nodelib/fs.stat/out/index.js @@ -1,26 +1,26 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); exports.statSync = exports.stat = exports.Settings = void 0; -const async = require("./providers/async"); -const sync = require("./providers/sync"); -const settings_1 = require("./settings"); +const async = require('./providers/async'); +const sync = require('./providers/sync'); +const settings_1 = require('./settings'); exports.Settings = settings_1.default; function stat(path, optionsOrSettingsOrCallback, callback) { - if (typeof optionsOrSettingsOrCallback === 'function') { - async.read(path, getSettings(), optionsOrSettingsOrCallback); - return; - } - async.read(path, getSettings(optionsOrSettingsOrCallback), callback); + if (typeof optionsOrSettingsOrCallback === 'function') { + async.read(path, getSettings(), optionsOrSettingsOrCallback); + return; + } + async.read(path, getSettings(optionsOrSettingsOrCallback), callback); } exports.stat = stat; function statSync(path, optionsOrSettings) { - const settings = getSettings(optionsOrSettings); - return sync.read(path, settings); + const settings = getSettings(optionsOrSettings); + return sync.read(path, settings); } exports.statSync = statSync; function getSettings(settingsOrOptions = {}) { - if (settingsOrOptions instanceof settings_1.default) { - return settingsOrOptions; - } - return new settings_1.default(settingsOrOptions); + if (settingsOrOptions instanceof settings_1.default) { + return settingsOrOptions; + } + return new settings_1.default(settingsOrOptions); } diff --git a/node_modules/@nodelib/fs.stat/out/providers/async.d.ts b/node_modules/@nodelib/fs.stat/out/providers/async.d.ts index 85423ce..1506729 100644 --- a/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +++ b/node_modules/@nodelib/fs.stat/out/providers/async.d.ts @@ -1,4 +1,11 @@ import type Settings from '../settings'; import type { ErrnoException, Stats } from '../types'; -export declare type AsyncCallback = (error: ErrnoException, stats: Stats) => void; -export declare function read(path: string, settings: Settings, callback: AsyncCallback): void; +export declare type AsyncCallback = ( + error: ErrnoException, + stats: Stats +) => void; +export declare function read( + path: string, + settings: Settings, + callback: AsyncCallback +): void; diff --git a/node_modules/@nodelib/fs.stat/out/providers/async.js b/node_modules/@nodelib/fs.stat/out/providers/async.js index 983ff0e..dd03e1b 100644 --- a/node_modules/@nodelib/fs.stat/out/providers/async.js +++ b/node_modules/@nodelib/fs.stat/out/providers/async.js @@ -1,36 +1,36 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); exports.read = void 0; function read(path, settings, callback) { - settings.fs.lstat(path, (lstatError, lstat) => { - if (lstatError !== null) { - callFailureCallback(callback, lstatError); - return; + settings.fs.lstat(path, (lstatError, lstat) => { + if (lstatError !== null) { + callFailureCallback(callback, lstatError); + return; + } + if (!lstat.isSymbolicLink() || !settings.followSymbolicLink) { + callSuccessCallback(callback, lstat); + return; + } + settings.fs.stat(path, (statError, stat) => { + if (statError !== null) { + if (settings.throwErrorOnBrokenSymbolicLink) { + callFailureCallback(callback, statError); + return; } - if (!lstat.isSymbolicLink() || !settings.followSymbolicLink) { - callSuccessCallback(callback, lstat); - return; - } - settings.fs.stat(path, (statError, stat) => { - if (statError !== null) { - if (settings.throwErrorOnBrokenSymbolicLink) { - callFailureCallback(callback, statError); - return; - } - callSuccessCallback(callback, lstat); - return; - } - if (settings.markSymbolicLink) { - stat.isSymbolicLink = () => true; - } - callSuccessCallback(callback, stat); - }); + callSuccessCallback(callback, lstat); + return; + } + if (settings.markSymbolicLink) { + stat.isSymbolicLink = () => true; + } + callSuccessCallback(callback, stat); }); + }); } exports.read = read; function callFailureCallback(callback, error) { - callback(error); + callback(error); } function callSuccessCallback(callback, result) { - callback(null, result); + callback(null, result); } diff --git a/node_modules/@nodelib/fs.stat/out/providers/sync.js b/node_modules/@nodelib/fs.stat/out/providers/sync.js index 1521c36..4f62fc8 100644 --- a/node_modules/@nodelib/fs.stat/out/providers/sync.js +++ b/node_modules/@nodelib/fs.stat/out/providers/sync.js @@ -1,23 +1,22 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); exports.read = void 0; function read(path, settings) { - const lstat = settings.fs.lstatSync(path); - if (!lstat.isSymbolicLink() || !settings.followSymbolicLink) { - return lstat; + const lstat = settings.fs.lstatSync(path); + if (!lstat.isSymbolicLink() || !settings.followSymbolicLink) { + return lstat; + } + try { + const stat = settings.fs.statSync(path); + if (settings.markSymbolicLink) { + stat.isSymbolicLink = () => true; } - try { - const stat = settings.fs.statSync(path); - if (settings.markSymbolicLink) { - stat.isSymbolicLink = () => true; - } - return stat; - } - catch (error) { - if (!settings.throwErrorOnBrokenSymbolicLink) { - return lstat; - } - throw error; + return stat; + } catch (error) { + if (!settings.throwErrorOnBrokenSymbolicLink) { + return lstat; } + throw error; + } } exports.read = read; diff --git a/node_modules/@nodelib/fs.stat/out/settings.d.ts b/node_modules/@nodelib/fs.stat/out/settings.d.ts index f4b3d44..bc0b7c6 100644 --- a/node_modules/@nodelib/fs.stat/out/settings.d.ts +++ b/node_modules/@nodelib/fs.stat/out/settings.d.ts @@ -1,16 +1,16 @@ import * as fs from './adapters/fs'; export interface Options { - followSymbolicLink?: boolean; - fs?: Partial; - markSymbolicLink?: boolean; - throwErrorOnBrokenSymbolicLink?: boolean; + followSymbolicLink?: boolean; + fs?: Partial; + markSymbolicLink?: boolean; + throwErrorOnBrokenSymbolicLink?: boolean; } export default class Settings { - private readonly _options; - readonly followSymbolicLink: boolean; - readonly fs: fs.FileSystemAdapter; - readonly markSymbolicLink: boolean; - readonly throwErrorOnBrokenSymbolicLink: boolean; - constructor(_options?: Options); - private _getValue; + private readonly _options; + readonly followSymbolicLink: boolean; + readonly fs: fs.FileSystemAdapter; + readonly markSymbolicLink: boolean; + readonly throwErrorOnBrokenSymbolicLink: boolean; + constructor(_options?: Options); + private _getValue; } diff --git a/node_modules/@nodelib/fs.stat/out/settings.js b/node_modules/@nodelib/fs.stat/out/settings.js index 111ec09..860021e 100644 --- a/node_modules/@nodelib/fs.stat/out/settings.js +++ b/node_modules/@nodelib/fs.stat/out/settings.js @@ -1,16 +1,25 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const fs = require("./adapters/fs"); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); +const fs = require('./adapters/fs'); class Settings { - constructor(_options = {}) { - this._options = _options; - this.followSymbolicLink = this._getValue(this._options.followSymbolicLink, true); - this.fs = fs.createFileSystemAdapter(this._options.fs); - this.markSymbolicLink = this._getValue(this._options.markSymbolicLink, false); - this.throwErrorOnBrokenSymbolicLink = this._getValue(this._options.throwErrorOnBrokenSymbolicLink, true); - } - _getValue(option, value) { - return option !== null && option !== void 0 ? option : value; - } + constructor(_options = {}) { + this._options = _options; + this.followSymbolicLink = this._getValue( + this._options.followSymbolicLink, + true + ); + this.fs = fs.createFileSystemAdapter(this._options.fs); + this.markSymbolicLink = this._getValue( + this._options.markSymbolicLink, + false + ); + this.throwErrorOnBrokenSymbolicLink = this._getValue( + this._options.throwErrorOnBrokenSymbolicLink, + true + ); + } + _getValue(option, value) { + return option !== null && option !== void 0 ? option : value; + } } exports.default = Settings; diff --git a/node_modules/@nodelib/fs.stat/out/types/index.js b/node_modules/@nodelib/fs.stat/out/types/index.js index c8ad2e5..db8b17d 100644 --- a/node_modules/@nodelib/fs.stat/out/types/index.js +++ b/node_modules/@nodelib/fs.stat/out/types/index.js @@ -1,2 +1,2 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); diff --git a/node_modules/@nodelib/fs.walk/out/index.d.ts b/node_modules/@nodelib/fs.walk/out/index.d.ts index 8864c7b..6b884b9 100644 --- a/node_modules/@nodelib/fs.walk/out/index.d.ts +++ b/node_modules/@nodelib/fs.walk/out/index.d.ts @@ -2,13 +2,44 @@ import type { Readable } from 'stream'; import type { Dirent, FileSystemAdapter } from '@nodelib/fs.scandir'; import { AsyncCallback } from './providers/async'; -import Settings, { DeepFilterFunction, EntryFilterFunction, ErrorFilterFunction, Options } from './settings'; +import Settings, { + DeepFilterFunction, + EntryFilterFunction, + ErrorFilterFunction, + Options, +} from './settings'; import type { Entry } from './types'; declare function walk(directory: string, callback: AsyncCallback): void; -declare function walk(directory: string, optionsOrSettings: Options | Settings, callback: AsyncCallback): void; +declare function walk( + directory: string, + optionsOrSettings: Options | Settings, + callback: AsyncCallback +): void; declare namespace walk { - function __promisify__(directory: string, optionsOrSettings?: Options | Settings): Promise; + function __promisify__( + directory: string, + optionsOrSettings?: Options | Settings + ): Promise; } -declare function walkSync(directory: string, optionsOrSettings?: Options | Settings): Entry[]; -declare function walkStream(directory: string, optionsOrSettings?: Options | Settings): Readable; -export { walk, walkSync, walkStream, Settings, AsyncCallback, Dirent, Entry, FileSystemAdapter, Options, DeepFilterFunction, EntryFilterFunction, ErrorFilterFunction }; +declare function walkSync( + directory: string, + optionsOrSettings?: Options | Settings +): Entry[]; +declare function walkStream( + directory: string, + optionsOrSettings?: Options | Settings +): Readable; +export { + walk, + walkSync, + walkStream, + Settings, + AsyncCallback, + Dirent, + Entry, + FileSystemAdapter, + Options, + DeepFilterFunction, + EntryFilterFunction, + ErrorFilterFunction, +}; diff --git a/node_modules/@nodelib/fs.walk/out/index.js b/node_modules/@nodelib/fs.walk/out/index.js index 1520787..99a12cc 100644 --- a/node_modules/@nodelib/fs.walk/out/index.js +++ b/node_modules/@nodelib/fs.walk/out/index.js @@ -1,34 +1,42 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.Settings = exports.walkStream = exports.walkSync = exports.walk = void 0; -const async_1 = require("./providers/async"); -const stream_1 = require("./providers/stream"); -const sync_1 = require("./providers/sync"); -const settings_1 = require("./settings"); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); +exports.Settings = + exports.walkStream = + exports.walkSync = + exports.walk = + void 0; +const async_1 = require('./providers/async'); +const stream_1 = require('./providers/stream'); +const sync_1 = require('./providers/sync'); +const settings_1 = require('./settings'); exports.Settings = settings_1.default; function walk(directory, optionsOrSettingsOrCallback, callback) { - if (typeof optionsOrSettingsOrCallback === 'function') { - new async_1.default(directory, getSettings()).read(optionsOrSettingsOrCallback); - return; - } - new async_1.default(directory, getSettings(optionsOrSettingsOrCallback)).read(callback); + if (typeof optionsOrSettingsOrCallback === 'function') { + new async_1.default(directory, getSettings()).read( + optionsOrSettingsOrCallback + ); + return; + } + new async_1.default(directory, getSettings(optionsOrSettingsOrCallback)).read( + callback + ); } exports.walk = walk; function walkSync(directory, optionsOrSettings) { - const settings = getSettings(optionsOrSettings); - const provider = new sync_1.default(directory, settings); - return provider.read(); + const settings = getSettings(optionsOrSettings); + const provider = new sync_1.default(directory, settings); + return provider.read(); } exports.walkSync = walkSync; function walkStream(directory, optionsOrSettings) { - const settings = getSettings(optionsOrSettings); - const provider = new stream_1.default(directory, settings); - return provider.read(); + const settings = getSettings(optionsOrSettings); + const provider = new stream_1.default(directory, settings); + return provider.read(); } exports.walkStream = walkStream; function getSettings(settingsOrOptions = {}) { - if (settingsOrOptions instanceof settings_1.default) { - return settingsOrOptions; - } - return new settings_1.default(settingsOrOptions); + if (settingsOrOptions instanceof settings_1.default) { + return settingsOrOptions; + } + return new settings_1.default(settingsOrOptions); } diff --git a/node_modules/@nodelib/fs.walk/out/providers/async.d.ts b/node_modules/@nodelib/fs.walk/out/providers/async.d.ts index 0f6717d..0e9b0d7 100644 --- a/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +++ b/node_modules/@nodelib/fs.walk/out/providers/async.d.ts @@ -3,10 +3,10 @@ import type Settings from '../settings'; import type { Entry, Errno } from '../types'; export declare type AsyncCallback = (error: Errno, entries: Entry[]) => void; export default class AsyncProvider { - private readonly _root; - private readonly _settings; - protected readonly _reader: AsyncReader; - private readonly _storage; - constructor(_root: string, _settings: Settings); - read(callback: AsyncCallback): void; + private readonly _root; + private readonly _settings; + protected readonly _reader: AsyncReader; + private readonly _storage; + constructor(_root: string, _settings: Settings); + read(callback: AsyncCallback): void; } diff --git a/node_modules/@nodelib/fs.walk/out/providers/async.js b/node_modules/@nodelib/fs.walk/out/providers/async.js index 51d3be5..25cfeea 100644 --- a/node_modules/@nodelib/fs.walk/out/providers/async.js +++ b/node_modules/@nodelib/fs.walk/out/providers/async.js @@ -1,30 +1,30 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const async_1 = require("../readers/async"); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); +const async_1 = require('../readers/async'); class AsyncProvider { - constructor(_root, _settings) { - this._root = _root; - this._settings = _settings; - this._reader = new async_1.default(this._root, this._settings); - this._storage = []; - } - read(callback) { - this._reader.onError((error) => { - callFailureCallback(callback, error); - }); - this._reader.onEntry((entry) => { - this._storage.push(entry); - }); - this._reader.onEnd(() => { - callSuccessCallback(callback, this._storage); - }); - this._reader.read(); - } + constructor(_root, _settings) { + this._root = _root; + this._settings = _settings; + this._reader = new async_1.default(this._root, this._settings); + this._storage = []; + } + read(callback) { + this._reader.onError((error) => { + callFailureCallback(callback, error); + }); + this._reader.onEntry((entry) => { + this._storage.push(entry); + }); + this._reader.onEnd(() => { + callSuccessCallback(callback, this._storage); + }); + this._reader.read(); + } } exports.default = AsyncProvider; function callFailureCallback(callback, error) { - callback(error); + callback(error); } function callSuccessCallback(callback, entries) { - callback(null, entries); + callback(null, entries); } diff --git a/node_modules/@nodelib/fs.walk/out/providers/index.js b/node_modules/@nodelib/fs.walk/out/providers/index.js index 4c2529c..2cfef47 100644 --- a/node_modules/@nodelib/fs.walk/out/providers/index.js +++ b/node_modules/@nodelib/fs.walk/out/providers/index.js @@ -1,9 +1,9 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); exports.SyncProvider = exports.StreamProvider = exports.AsyncProvider = void 0; -const async_1 = require("./async"); +const async_1 = require('./async'); exports.AsyncProvider = async_1.default; -const stream_1 = require("./stream"); +const stream_1 = require('./stream'); exports.StreamProvider = stream_1.default; -const sync_1 = require("./sync"); +const sync_1 = require('./sync'); exports.SyncProvider = sync_1.default; diff --git a/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts b/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts index 294185f..9f33760 100644 --- a/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +++ b/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts @@ -3,10 +3,10 @@ import { Readable } from 'stream'; import AsyncReader from '../readers/async'; import type Settings from '../settings'; export default class StreamProvider { - private readonly _root; - private readonly _settings; - protected readonly _reader: AsyncReader; - protected readonly _stream: Readable; - constructor(_root: string, _settings: Settings); - read(): Readable; + private readonly _root; + private readonly _settings; + protected readonly _reader: AsyncReader; + protected readonly _stream: Readable; + constructor(_root: string, _settings: Settings); + read(): Readable; } diff --git a/node_modules/@nodelib/fs.walk/out/providers/stream.js b/node_modules/@nodelib/fs.walk/out/providers/stream.js index 51298b0..55ccde1 100644 --- a/node_modules/@nodelib/fs.walk/out/providers/stream.js +++ b/node_modules/@nodelib/fs.walk/out/providers/stream.js @@ -1,34 +1,34 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const stream_1 = require("stream"); -const async_1 = require("../readers/async"); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); +const stream_1 = require('stream'); +const async_1 = require('../readers/async'); class StreamProvider { - constructor(_root, _settings) { - this._root = _root; - this._settings = _settings; - this._reader = new async_1.default(this._root, this._settings); - this._stream = new stream_1.Readable({ - objectMode: true, - read: () => { }, - destroy: () => { - if (!this._reader.isDestroyed) { - this._reader.destroy(); - } - } - }); - } - read() { - this._reader.onError((error) => { - this._stream.emit('error', error); - }); - this._reader.onEntry((entry) => { - this._stream.push(entry); - }); - this._reader.onEnd(() => { - this._stream.push(null); - }); - this._reader.read(); - return this._stream; - } + constructor(_root, _settings) { + this._root = _root; + this._settings = _settings; + this._reader = new async_1.default(this._root, this._settings); + this._stream = new stream_1.Readable({ + objectMode: true, + read: () => {}, + destroy: () => { + if (!this._reader.isDestroyed) { + this._reader.destroy(); + } + }, + }); + } + read() { + this._reader.onError((error) => { + this._stream.emit('error', error); + }); + this._reader.onEntry((entry) => { + this._stream.push(entry); + }); + this._reader.onEnd(() => { + this._stream.push(null); + }); + this._reader.read(); + return this._stream; + } } exports.default = StreamProvider; diff --git a/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts b/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts index 551c42e..3533986 100644 --- a/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +++ b/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts @@ -2,9 +2,9 @@ import SyncReader from '../readers/sync'; import type Settings from '../settings'; import type { Entry } from '../types'; export default class SyncProvider { - private readonly _root; - private readonly _settings; - protected readonly _reader: SyncReader; - constructor(_root: string, _settings: Settings); - read(): Entry[]; + private readonly _root; + private readonly _settings; + protected readonly _reader: SyncReader; + constructor(_root: string, _settings: Settings); + read(): Entry[]; } diff --git a/node_modules/@nodelib/fs.walk/out/providers/sync.js b/node_modules/@nodelib/fs.walk/out/providers/sync.js index faab6ca..9a4008e 100644 --- a/node_modules/@nodelib/fs.walk/out/providers/sync.js +++ b/node_modules/@nodelib/fs.walk/out/providers/sync.js @@ -1,14 +1,14 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const sync_1 = require("../readers/sync"); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); +const sync_1 = require('../readers/sync'); class SyncProvider { - constructor(_root, _settings) { - this._root = _root; - this._settings = _settings; - this._reader = new sync_1.default(this._root, this._settings); - } - read() { - return this._reader.read(); - } + constructor(_root, _settings) { + this._root = _root; + this._settings = _settings; + this._reader = new sync_1.default(this._root, this._settings); + } + read() { + return this._reader.read(); + } } exports.default = SyncProvider; diff --git a/node_modules/@nodelib/fs.walk/out/readers/async.d.ts b/node_modules/@nodelib/fs.walk/out/readers/async.d.ts index 9acf4e6..a8c1dfd 100644 --- a/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +++ b/node_modules/@nodelib/fs.walk/out/readers/async.d.ts @@ -8,23 +8,23 @@ declare type EntryEventCallback = (entry: Entry) => void; declare type ErrorEventCallback = (error: Errno) => void; declare type EndEventCallback = () => void; export default class AsyncReader extends Reader { - protected readonly _settings: Settings; - protected readonly _scandir: typeof fsScandir.scandir; - protected readonly _emitter: EventEmitter; - private readonly _queue; - private _isFatalError; - private _isDestroyed; - constructor(_root: string, _settings: Settings); - read(): EventEmitter; - get isDestroyed(): boolean; - destroy(): void; - onEntry(callback: EntryEventCallback): void; - onError(callback: ErrorEventCallback): void; - onEnd(callback: EndEventCallback): void; - private _pushToQueue; - private _worker; - private _handleError; - private _handleEntry; - private _emitEntry; + protected readonly _settings: Settings; + protected readonly _scandir: typeof fsScandir.scandir; + protected readonly _emitter: EventEmitter; + private readonly _queue; + private _isFatalError; + private _isDestroyed; + constructor(_root: string, _settings: Settings); + read(): EventEmitter; + get isDestroyed(): boolean; + destroy(): void; + onEntry(callback: EntryEventCallback): void; + onError(callback: ErrorEventCallback): void; + onEnd(callback: EndEventCallback): void; + private _pushToQueue; + private _worker; + private _handleError; + private _handleEntry; + private _emitEntry; } export {}; diff --git a/node_modules/@nodelib/fs.walk/out/readers/async.js b/node_modules/@nodelib/fs.walk/out/readers/async.js index ebe8dd5..44fa45b 100644 --- a/node_modules/@nodelib/fs.walk/out/readers/async.js +++ b/node_modules/@nodelib/fs.walk/out/readers/async.js @@ -1,97 +1,108 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const events_1 = require("events"); -const fsScandir = require("@nodelib/fs.scandir"); -const fastq = require("fastq"); -const common = require("./common"); -const reader_1 = require("./reader"); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); +const events_1 = require('events'); +const fsScandir = require('@nodelib/fs.scandir'); +const fastq = require('fastq'); +const common = require('./common'); +const reader_1 = require('./reader'); class AsyncReader extends reader_1.default { - constructor(_root, _settings) { - super(_root, _settings); - this._settings = _settings; - this._scandir = fsScandir.scandir; - this._emitter = new events_1.EventEmitter(); - this._queue = fastq(this._worker.bind(this), this._settings.concurrency); - this._isFatalError = false; - this._isDestroyed = false; - this._queue.drain = () => { - if (!this._isFatalError) { - this._emitter.emit('end'); - } - }; + constructor(_root, _settings) { + super(_root, _settings); + this._settings = _settings; + this._scandir = fsScandir.scandir; + this._emitter = new events_1.EventEmitter(); + this._queue = fastq(this._worker.bind(this), this._settings.concurrency); + this._isFatalError = false; + this._isDestroyed = false; + this._queue.drain = () => { + if (!this._isFatalError) { + this._emitter.emit('end'); + } + }; + } + read() { + this._isFatalError = false; + this._isDestroyed = false; + setImmediate(() => { + this._pushToQueue(this._root, this._settings.basePath); + }); + return this._emitter; + } + get isDestroyed() { + return this._isDestroyed; + } + destroy() { + if (this._isDestroyed) { + throw new Error('The reader is already destroyed'); } - read() { - this._isFatalError = false; - this._isDestroyed = false; - setImmediate(() => { - this._pushToQueue(this._root, this._settings.basePath); - }); - return this._emitter; - } - get isDestroyed() { - return this._isDestroyed; - } - destroy() { - if (this._isDestroyed) { - throw new Error('The reader is already destroyed'); + this._isDestroyed = true; + this._queue.killAndDrain(); + } + onEntry(callback) { + this._emitter.on('entry', callback); + } + onError(callback) { + this._emitter.once('error', callback); + } + onEnd(callback) { + this._emitter.once('end', callback); + } + _pushToQueue(directory, base) { + const queueItem = { directory, base }; + this._queue.push(queueItem, (error) => { + if (error !== null) { + this._handleError(error); + } + }); + } + _worker(item, done) { + this._scandir( + item.directory, + this._settings.fsScandirSettings, + (error, entries) => { + if (error !== null) { + done(error, undefined); + return; } - this._isDestroyed = true; - this._queue.killAndDrain(); - } - onEntry(callback) { - this._emitter.on('entry', callback); - } - onError(callback) { - this._emitter.once('error', callback); - } - onEnd(callback) { - this._emitter.once('end', callback); - } - _pushToQueue(directory, base) { - const queueItem = { directory, base }; - this._queue.push(queueItem, (error) => { - if (error !== null) { - this._handleError(error); - } - }); - } - _worker(item, done) { - this._scandir(item.directory, this._settings.fsScandirSettings, (error, entries) => { - if (error !== null) { - done(error, undefined); - return; - } - for (const entry of entries) { - this._handleEntry(entry, item.base); - } - done(null, undefined); - }); - } - _handleError(error) { - if (this._isDestroyed || !common.isFatalError(this._settings, error)) { - return; + for (const entry of entries) { + this._handleEntry(entry, item.base); } - this._isFatalError = true; - this._isDestroyed = true; - this._emitter.emit('error', error); + done(null, undefined); + } + ); + } + _handleError(error) { + if (this._isDestroyed || !common.isFatalError(this._settings, error)) { + return; } - _handleEntry(entry, base) { - if (this._isDestroyed || this._isFatalError) { - return; - } - const fullpath = entry.path; - if (base !== undefined) { - entry.path = common.joinPathSegments(base, entry.name, this._settings.pathSegmentSeparator); - } - if (common.isAppliedFilter(this._settings.entryFilter, entry)) { - this._emitEntry(entry); - } - if (entry.dirent.isDirectory() && common.isAppliedFilter(this._settings.deepFilter, entry)) { - this._pushToQueue(fullpath, base === undefined ? undefined : entry.path); - } + this._isFatalError = true; + this._isDestroyed = true; + this._emitter.emit('error', error); + } + _handleEntry(entry, base) { + if (this._isDestroyed || this._isFatalError) { + return; } - _emitEntry(entry) { - this._emitter.emit('entry', entry); + const fullpath = entry.path; + if (base !== undefined) { + entry.path = common.joinPathSegments( + base, + entry.name, + this._settings.pathSegmentSeparator + ); } + if (common.isAppliedFilter(this._settings.entryFilter, entry)) { + this._emitEntry(entry); + } + if ( + entry.dirent.isDirectory() && + common.isAppliedFilter(this._settings.deepFilter, entry) + ) { + this._pushToQueue(fullpath, base === undefined ? undefined : entry.path); + } + } + _emitEntry(entry) { + this._emitter.emit('entry', entry); + } } exports.default = AsyncReader; diff --git a/node_modules/@nodelib/fs.walk/out/readers/common.d.ts b/node_modules/@nodelib/fs.walk/out/readers/common.d.ts index 5985f97..9ef7416 100644 --- a/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +++ b/node_modules/@nodelib/fs.walk/out/readers/common.d.ts @@ -2,6 +2,16 @@ import type { FilterFunction } from '../settings'; import type Settings from '../settings'; import type { Errno } from '../types'; export declare function isFatalError(settings: Settings, error: Errno): boolean; -export declare function isAppliedFilter(filter: FilterFunction | null, value: T): boolean; -export declare function replacePathSegmentSeparator(filepath: string, separator: string): string; -export declare function joinPathSegments(a: string, b: string, separator: string): string; +export declare function isAppliedFilter( + filter: FilterFunction | null, + value: T +): boolean; +export declare function replacePathSegmentSeparator( + filepath: string, + separator: string +): string; +export declare function joinPathSegments( + a: string, + b: string, + separator: string +): string; diff --git a/node_modules/@nodelib/fs.walk/out/readers/common.js b/node_modules/@nodelib/fs.walk/out/readers/common.js index a93572f..f395aa3 100644 --- a/node_modules/@nodelib/fs.walk/out/readers/common.js +++ b/node_modules/@nodelib/fs.walk/out/readers/common.js @@ -1,31 +1,35 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.joinPathSegments = exports.replacePathSegmentSeparator = exports.isAppliedFilter = exports.isFatalError = void 0; +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); +exports.joinPathSegments = + exports.replacePathSegmentSeparator = + exports.isAppliedFilter = + exports.isFatalError = + void 0; function isFatalError(settings, error) { - if (settings.errorFilter === null) { - return true; - } - return !settings.errorFilter(error); + if (settings.errorFilter === null) { + return true; + } + return !settings.errorFilter(error); } exports.isFatalError = isFatalError; function isAppliedFilter(filter, value) { - return filter === null || filter(value); + return filter === null || filter(value); } exports.isAppliedFilter = isAppliedFilter; function replacePathSegmentSeparator(filepath, separator) { - return filepath.split(/[/\\]/).join(separator); + return filepath.split(/[/\\]/).join(separator); } exports.replacePathSegmentSeparator = replacePathSegmentSeparator; function joinPathSegments(a, b, separator) { - if (a === '') { - return b; - } - /** - * The correct handling of cases when the first segment is a root (`/`, `C:/`) or UNC path (`//?/C:/`). - */ - if (a.endsWith(separator)) { - return a + b; - } - return a + separator + b; + if (a === '') { + return b; + } + /** + * The correct handling of cases when the first segment is a root (`/`, `C:/`) or UNC path (`//?/C:/`). + */ + if (a.endsWith(separator)) { + return a + b; + } + return a + separator + b; } exports.joinPathSegments = joinPathSegments; diff --git a/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts b/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts index e1f383b..8cf81d2 100644 --- a/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +++ b/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts @@ -1,6 +1,6 @@ import type Settings from '../settings'; export default class Reader { - protected readonly _root: string; - protected readonly _settings: Settings; - constructor(_root: string, _settings: Settings); + protected readonly _root: string; + protected readonly _settings: Settings; + constructor(_root: string, _settings: Settings); } diff --git a/node_modules/@nodelib/fs.walk/out/readers/reader.js b/node_modules/@nodelib/fs.walk/out/readers/reader.js index 782f07c..7f098e8 100644 --- a/node_modules/@nodelib/fs.walk/out/readers/reader.js +++ b/node_modules/@nodelib/fs.walk/out/readers/reader.js @@ -1,11 +1,14 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const common = require("./common"); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); +const common = require('./common'); class Reader { - constructor(_root, _settings) { - this._root = _root; - this._settings = _settings; - this._root = common.replacePathSegmentSeparator(_root, _settings.pathSegmentSeparator); - } + constructor(_root, _settings) { + this._root = _root; + this._settings = _settings; + this._root = common.replacePathSegmentSeparator( + _root, + _settings.pathSegmentSeparator + ); + } } exports.default = Reader; diff --git a/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts b/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts index af41033..2ae06fc 100644 --- a/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +++ b/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts @@ -2,14 +2,14 @@ import * as fsScandir from '@nodelib/fs.scandir'; import type { Entry } from '../types'; import Reader from './reader'; export default class SyncReader extends Reader { - protected readonly _scandir: typeof fsScandir.scandirSync; - private readonly _storage; - private readonly _queue; - read(): Entry[]; - private _pushToQueue; - private _handleQueue; - private _handleDirectory; - private _handleError; - private _handleEntry; - private _pushToStorage; + protected readonly _scandir: typeof fsScandir.scandirSync; + private readonly _storage; + private readonly _queue; + read(): Entry[]; + private _pushToQueue; + private _handleQueue; + private _handleDirectory; + private _handleError; + private _handleEntry; + private _pushToStorage; } diff --git a/node_modules/@nodelib/fs.walk/out/readers/sync.js b/node_modules/@nodelib/fs.walk/out/readers/sync.js index 9a8d5a6..eaf5f17 100644 --- a/node_modules/@nodelib/fs.walk/out/readers/sync.js +++ b/node_modules/@nodelib/fs.walk/out/readers/sync.js @@ -1,59 +1,68 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const fsScandir = require("@nodelib/fs.scandir"); -const common = require("./common"); -const reader_1 = require("./reader"); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); +const fsScandir = require('@nodelib/fs.scandir'); +const common = require('./common'); +const reader_1 = require('./reader'); class SyncReader extends reader_1.default { - constructor() { - super(...arguments); - this._scandir = fsScandir.scandirSync; - this._storage = []; - this._queue = new Set(); + constructor() { + super(...arguments); + this._scandir = fsScandir.scandirSync; + this._storage = []; + this._queue = new Set(); + } + read() { + this._pushToQueue(this._root, this._settings.basePath); + this._handleQueue(); + return this._storage; + } + _pushToQueue(directory, base) { + this._queue.add({ directory, base }); + } + _handleQueue() { + for (const item of this._queue.values()) { + this._handleDirectory(item.directory, item.base); } - read() { - this._pushToQueue(this._root, this._settings.basePath); - this._handleQueue(); - return this._storage; + } + _handleDirectory(directory, base) { + try { + const entries = this._scandir( + directory, + this._settings.fsScandirSettings + ); + for (const entry of entries) { + this._handleEntry(entry, base); + } + } catch (error) { + this._handleError(error); } - _pushToQueue(directory, base) { - this._queue.add({ directory, base }); + } + _handleError(error) { + if (!common.isFatalError(this._settings, error)) { + return; } - _handleQueue() { - for (const item of this._queue.values()) { - this._handleDirectory(item.directory, item.base); - } + throw error; + } + _handleEntry(entry, base) { + const fullpath = entry.path; + if (base !== undefined) { + entry.path = common.joinPathSegments( + base, + entry.name, + this._settings.pathSegmentSeparator + ); } - _handleDirectory(directory, base) { - try { - const entries = this._scandir(directory, this._settings.fsScandirSettings); - for (const entry of entries) { - this._handleEntry(entry, base); - } - } - catch (error) { - this._handleError(error); - } + if (common.isAppliedFilter(this._settings.entryFilter, entry)) { + this._pushToStorage(entry); } - _handleError(error) { - if (!common.isFatalError(this._settings, error)) { - return; - } - throw error; - } - _handleEntry(entry, base) { - const fullpath = entry.path; - if (base !== undefined) { - entry.path = common.joinPathSegments(base, entry.name, this._settings.pathSegmentSeparator); - } - if (common.isAppliedFilter(this._settings.entryFilter, entry)) { - this._pushToStorage(entry); - } - if (entry.dirent.isDirectory() && common.isAppliedFilter(this._settings.deepFilter, entry)) { - this._pushToQueue(fullpath, base === undefined ? undefined : entry.path); - } - } - _pushToStorage(entry) { - this._storage.push(entry); + if ( + entry.dirent.isDirectory() && + common.isAppliedFilter(this._settings.deepFilter, entry) + ) { + this._pushToQueue(fullpath, base === undefined ? undefined : entry.path); } + } + _pushToStorage(entry) { + this._storage.push(entry); + } } exports.default = SyncReader; diff --git a/node_modules/@nodelib/fs.walk/out/settings.d.ts b/node_modules/@nodelib/fs.walk/out/settings.d.ts index d1c4b45..79a6104 100644 --- a/node_modules/@nodelib/fs.walk/out/settings.d.ts +++ b/node_modules/@nodelib/fs.walk/out/settings.d.ts @@ -5,26 +5,26 @@ export declare type DeepFilterFunction = FilterFunction; export declare type EntryFilterFunction = FilterFunction; export declare type ErrorFilterFunction = FilterFunction; export interface Options { - basePath?: string; - concurrency?: number; - deepFilter?: DeepFilterFunction; - entryFilter?: EntryFilterFunction; - errorFilter?: ErrorFilterFunction; - followSymbolicLinks?: boolean; - fs?: Partial; - pathSegmentSeparator?: string; - stats?: boolean; - throwErrorOnBrokenSymbolicLink?: boolean; + basePath?: string; + concurrency?: number; + deepFilter?: DeepFilterFunction; + entryFilter?: EntryFilterFunction; + errorFilter?: ErrorFilterFunction; + followSymbolicLinks?: boolean; + fs?: Partial; + pathSegmentSeparator?: string; + stats?: boolean; + throwErrorOnBrokenSymbolicLink?: boolean; } export default class Settings { - private readonly _options; - readonly basePath?: string; - readonly concurrency: number; - readonly deepFilter: DeepFilterFunction | null; - readonly entryFilter: EntryFilterFunction | null; - readonly errorFilter: ErrorFilterFunction | null; - readonly pathSegmentSeparator: string; - readonly fsScandirSettings: fsScandir.Settings; - constructor(_options?: Options); - private _getValue; + private readonly _options; + readonly basePath?: string; + readonly concurrency: number; + readonly deepFilter: DeepFilterFunction | null; + readonly entryFilter: EntryFilterFunction | null; + readonly errorFilter: ErrorFilterFunction | null; + readonly pathSegmentSeparator: string; + readonly fsScandirSettings: fsScandir.Settings; + constructor(_options?: Options); + private _getValue; } diff --git a/node_modules/@nodelib/fs.walk/out/settings.js b/node_modules/@nodelib/fs.walk/out/settings.js index d7a85c8..77a309d 100644 --- a/node_modules/@nodelib/fs.walk/out/settings.js +++ b/node_modules/@nodelib/fs.walk/out/settings.js @@ -1,26 +1,33 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const path = require("path"); -const fsScandir = require("@nodelib/fs.scandir"); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); +const path = require('path'); +const fsScandir = require('@nodelib/fs.scandir'); class Settings { - constructor(_options = {}) { - this._options = _options; - this.basePath = this._getValue(this._options.basePath, undefined); - this.concurrency = this._getValue(this._options.concurrency, Number.POSITIVE_INFINITY); - this.deepFilter = this._getValue(this._options.deepFilter, null); - this.entryFilter = this._getValue(this._options.entryFilter, null); - this.errorFilter = this._getValue(this._options.errorFilter, null); - this.pathSegmentSeparator = this._getValue(this._options.pathSegmentSeparator, path.sep); - this.fsScandirSettings = new fsScandir.Settings({ - followSymbolicLinks: this._options.followSymbolicLinks, - fs: this._options.fs, - pathSegmentSeparator: this._options.pathSegmentSeparator, - stats: this._options.stats, - throwErrorOnBrokenSymbolicLink: this._options.throwErrorOnBrokenSymbolicLink - }); - } - _getValue(option, value) { - return option !== null && option !== void 0 ? option : value; - } + constructor(_options = {}) { + this._options = _options; + this.basePath = this._getValue(this._options.basePath, undefined); + this.concurrency = this._getValue( + this._options.concurrency, + Number.POSITIVE_INFINITY + ); + this.deepFilter = this._getValue(this._options.deepFilter, null); + this.entryFilter = this._getValue(this._options.entryFilter, null); + this.errorFilter = this._getValue(this._options.errorFilter, null); + this.pathSegmentSeparator = this._getValue( + this._options.pathSegmentSeparator, + path.sep + ); + this.fsScandirSettings = new fsScandir.Settings({ + followSymbolicLinks: this._options.followSymbolicLinks, + fs: this._options.fs, + pathSegmentSeparator: this._options.pathSegmentSeparator, + stats: this._options.stats, + throwErrorOnBrokenSymbolicLink: + this._options.throwErrorOnBrokenSymbolicLink, + }); + } + _getValue(option, value) { + return option !== null && option !== void 0 ? option : value; + } } exports.default = Settings; diff --git a/node_modules/@nodelib/fs.walk/out/types/index.d.ts b/node_modules/@nodelib/fs.walk/out/types/index.d.ts index 6ee9bd3..d3c1784 100644 --- a/node_modules/@nodelib/fs.walk/out/types/index.d.ts +++ b/node_modules/@nodelib/fs.walk/out/types/index.d.ts @@ -3,6 +3,6 @@ import type * as scandir from '@nodelib/fs.scandir'; export declare type Entry = scandir.Entry; export declare type Errno = NodeJS.ErrnoException; export interface QueueItem { - directory: string; - base?: string; + directory: string; + base?: string; } diff --git a/node_modules/@nodelib/fs.walk/out/types/index.js b/node_modules/@nodelib/fs.walk/out/types/index.js index c8ad2e5..db8b17d 100644 --- a/node_modules/@nodelib/fs.walk/out/types/index.js +++ b/node_modules/@nodelib/fs.walk/out/types/index.js @@ -1,2 +1,2 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); +'use strict'; +Object.defineProperty(exports, '__esModule', { value: true }); diff --git a/node_modules/accepts/index.js b/node_modules/accepts/index.js index e9b2f63..d7a7d23 100644 --- a/node_modules/accepts/index.js +++ b/node_modules/accepts/index.js @@ -5,22 +5,22 @@ * MIT Licensed */ -'use strict' +'use strict'; /** * Module dependencies. * @private */ -var Negotiator = require('negotiator') -var mime = require('mime-types') +var Negotiator = require('negotiator'); +var mime = require('mime-types'); /** * Module exports. * @public */ -module.exports = Accepts +module.exports = Accepts; /** * Create a new Accepts object for the given req. @@ -29,13 +29,13 @@ module.exports = Accepts * @public */ -function Accepts (req) { +function Accepts(req) { if (!(this instanceof Accepts)) { - return new Accepts(req) + return new Accepts(req); } - this.headers = req.headers - this.negotiator = new Negotiator(req) + this.headers = req.headers; + this.negotiator = new Negotiator(req); } /** @@ -79,36 +79,33 @@ function Accepts (req) { * @public */ -Accepts.prototype.type = -Accepts.prototype.types = function (types_) { - var types = types_ +Accepts.prototype.type = Accepts.prototype.types = function (types_) { + var types = types_; // support flattened arguments if (types && !Array.isArray(types)) { - types = new Array(arguments.length) + types = new Array(arguments.length); for (var i = 0; i < types.length; i++) { - types[i] = arguments[i] + types[i] = arguments[i]; } } // no types, return all requested types if (!types || types.length === 0) { - return this.negotiator.mediaTypes() + return this.negotiator.mediaTypes(); } // no accept header, return first given type if (!this.headers.accept) { - return types[0] + return types[0]; } - var mimes = types.map(extToMime) - var accepts = this.negotiator.mediaTypes(mimes.filter(validMime)) - var first = accepts[0] + var mimes = types.map(extToMime); + var accepts = this.negotiator.mediaTypes(mimes.filter(validMime)); + var first = accepts[0]; - return first - ? types[mimes.indexOf(first)] - : false -} + return first ? types[mimes.indexOf(first)] : false; +}; /** * Return accepted encodings or best fit based on `encodings`. @@ -123,25 +120,26 @@ Accepts.prototype.types = function (types_) { * @public */ -Accepts.prototype.encoding = -Accepts.prototype.encodings = function (encodings_) { - var encodings = encodings_ +Accepts.prototype.encoding = Accepts.prototype.encodings = function ( + encodings_ +) { + var encodings = encodings_; // support flattened arguments if (encodings && !Array.isArray(encodings)) { - encodings = new Array(arguments.length) + encodings = new Array(arguments.length); for (var i = 0; i < encodings.length; i++) { - encodings[i] = arguments[i] + encodings[i] = arguments[i]; } } // no encodings, return all requested encodings if (!encodings || encodings.length === 0) { - return this.negotiator.encodings() + return this.negotiator.encodings(); } - return this.negotiator.encodings(encodings)[0] || false -} + return this.negotiator.encodings(encodings)[0] || false; +}; /** * Return accepted charsets or best fit based on `charsets`. @@ -156,25 +154,24 @@ Accepts.prototype.encodings = function (encodings_) { * @public */ -Accepts.prototype.charset = -Accepts.prototype.charsets = function (charsets_) { - var charsets = charsets_ +Accepts.prototype.charset = Accepts.prototype.charsets = function (charsets_) { + var charsets = charsets_; // support flattened arguments if (charsets && !Array.isArray(charsets)) { - charsets = new Array(arguments.length) + charsets = new Array(arguments.length); for (var i = 0; i < charsets.length; i++) { - charsets[i] = arguments[i] + charsets[i] = arguments[i]; } } // no charsets, return all requested charsets if (!charsets || charsets.length === 0) { - return this.negotiator.charsets() + return this.negotiator.charsets(); } - return this.negotiator.charsets(charsets)[0] || false -} + return this.negotiator.charsets(charsets)[0] || false; +}; /** * Return accepted languages or best fit based on `langs`. @@ -190,26 +187,27 @@ Accepts.prototype.charsets = function (charsets_) { */ Accepts.prototype.lang = -Accepts.prototype.langs = -Accepts.prototype.language = -Accepts.prototype.languages = function (languages_) { - var languages = languages_ + Accepts.prototype.langs = + Accepts.prototype.language = + Accepts.prototype.languages = + function (languages_) { + var languages = languages_; - // support flattened arguments - if (languages && !Array.isArray(languages)) { - languages = new Array(arguments.length) - for (var i = 0; i < languages.length; i++) { - languages[i] = arguments[i] - } - } + // support flattened arguments + if (languages && !Array.isArray(languages)) { + languages = new Array(arguments.length); + for (var i = 0; i < languages.length; i++) { + languages[i] = arguments[i]; + } + } - // no languages, return all requested languages - if (!languages || languages.length === 0) { - return this.negotiator.languages() - } + // no languages, return all requested languages + if (!languages || languages.length === 0) { + return this.negotiator.languages(); + } - return this.negotiator.languages(languages)[0] || false -} + return this.negotiator.languages(languages)[0] || false; + }; /** * Convert extnames to mime. @@ -219,10 +217,8 @@ Accepts.prototype.languages = function (languages_) { * @private */ -function extToMime (type) { - return type.indexOf('/') === -1 - ? mime.lookup(type) - : type +function extToMime(type) { + return type.indexOf('/') === -1 ? mime.lookup(type) : type; } /** @@ -233,6 +229,6 @@ function extToMime (type) { * @private */ -function validMime (type) { - return typeof type === 'string' +function validMime(type) { + return typeof type === 'string'; } diff --git a/node_modules/acorn/bin/acorn b/node_modules/acorn/bin/acorn index 3ef3c12..cf7df46 100644 --- a/node_modules/acorn/bin/acorn +++ b/node_modules/acorn/bin/acorn @@ -1,4 +1,4 @@ #!/usr/bin/env node -"use strict" +'use strict'; -require("../dist/bin.js") +require('../dist/bin.js'); diff --git a/node_modules/acorn/dist/acorn.d.mts b/node_modules/acorn/dist/acorn.d.mts index 81f4e38..758dccc 100644 --- a/node_modules/acorn/dist/acorn.d.mts +++ b/node_modules/acorn/dist/acorn.d.mts @@ -1,589 +1,704 @@ export interface Node { - start: number - end: number - type: string - range?: [number, number] - loc?: SourceLocation | null + start: number; + end: number; + type: string; + range?: [number, number]; + loc?: SourceLocation | null; } export interface SourceLocation { - source?: string | null - start: Position - end: Position + source?: string | null; + start: Position; + end: Position; } export interface Position { /** 1-based */ - line: number + line: number; /** 0-based */ - column: number + column: number; } export interface Identifier extends Node { - type: "Identifier" - name: string + type: 'Identifier'; + name: string; } export interface Literal extends Node { - type: "Literal" - value?: string | boolean | null | number | RegExp | bigint - raw?: string + type: 'Literal'; + value?: string | boolean | null | number | RegExp | bigint; + raw?: string; regex?: { - pattern: string - flags: string - } - bigint?: string + pattern: string; + flags: string; + }; + bigint?: string; } export interface Program extends Node { - type: "Program" - body: Array - sourceType: "script" | "module" + type: 'Program'; + body: Array; + sourceType: 'script' | 'module'; } export interface Function extends Node { - id?: Identifier | null - params: Array - body: BlockStatement | Expression - generator: boolean - expression: boolean - async: boolean + id?: Identifier | null; + params: Array; + body: BlockStatement | Expression; + generator: boolean; + expression: boolean; + async: boolean; } export interface ExpressionStatement extends Node { - type: "ExpressionStatement" - expression: Expression | Literal - directive?: string + type: 'ExpressionStatement'; + expression: Expression | Literal; + directive?: string; } export interface BlockStatement extends Node { - type: "BlockStatement" - body: Array + type: 'BlockStatement'; + body: Array; } export interface EmptyStatement extends Node { - type: "EmptyStatement" + type: 'EmptyStatement'; } export interface DebuggerStatement extends Node { - type: "DebuggerStatement" + type: 'DebuggerStatement'; } export interface WithStatement extends Node { - type: "WithStatement" - object: Expression - body: Statement + type: 'WithStatement'; + object: Expression; + body: Statement; } export interface ReturnStatement extends Node { - type: "ReturnStatement" - argument?: Expression | null + type: 'ReturnStatement'; + argument?: Expression | null; } export interface LabeledStatement extends Node { - type: "LabeledStatement" - label: Identifier - body: Statement + type: 'LabeledStatement'; + label: Identifier; + body: Statement; } export interface BreakStatement extends Node { - type: "BreakStatement" - label?: Identifier | null + type: 'BreakStatement'; + label?: Identifier | null; } export interface ContinueStatement extends Node { - type: "ContinueStatement" - label?: Identifier | null + type: 'ContinueStatement'; + label?: Identifier | null; } export interface IfStatement extends Node { - type: "IfStatement" - test: Expression - consequent: Statement - alternate?: Statement | null + type: 'IfStatement'; + test: Expression; + consequent: Statement; + alternate?: Statement | null; } export interface SwitchStatement extends Node { - type: "SwitchStatement" - discriminant: Expression - cases: Array + type: 'SwitchStatement'; + discriminant: Expression; + cases: Array; } export interface SwitchCase extends Node { - type: "SwitchCase" - test?: Expression | null - consequent: Array + type: 'SwitchCase'; + test?: Expression | null; + consequent: Array; } export interface ThrowStatement extends Node { - type: "ThrowStatement" - argument: Expression + type: 'ThrowStatement'; + argument: Expression; } export interface TryStatement extends Node { - type: "TryStatement" - block: BlockStatement - handler?: CatchClause | null - finalizer?: BlockStatement | null + type: 'TryStatement'; + block: BlockStatement; + handler?: CatchClause | null; + finalizer?: BlockStatement | null; } export interface CatchClause extends Node { - type: "CatchClause" - param?: Pattern | null - body: BlockStatement + type: 'CatchClause'; + param?: Pattern | null; + body: BlockStatement; } export interface WhileStatement extends Node { - type: "WhileStatement" - test: Expression - body: Statement + type: 'WhileStatement'; + test: Expression; + body: Statement; } export interface DoWhileStatement extends Node { - type: "DoWhileStatement" - body: Statement - test: Expression + type: 'DoWhileStatement'; + body: Statement; + test: Expression; } export interface ForStatement extends Node { - type: "ForStatement" - init?: VariableDeclaration | Expression | null - test?: Expression | null - update?: Expression | null - body: Statement + type: 'ForStatement'; + init?: VariableDeclaration | Expression | null; + test?: Expression | null; + update?: Expression | null; + body: Statement; } export interface ForInStatement extends Node { - type: "ForInStatement" - left: VariableDeclaration | Pattern - right: Expression - body: Statement + type: 'ForInStatement'; + left: VariableDeclaration | Pattern; + right: Expression; + body: Statement; } export interface FunctionDeclaration extends Function { - type: "FunctionDeclaration" - id: Identifier - body: BlockStatement + type: 'FunctionDeclaration'; + id: Identifier; + body: BlockStatement; } export interface VariableDeclaration extends Node { - type: "VariableDeclaration" - declarations: Array - kind: "var" | "let" | "const" + type: 'VariableDeclaration'; + declarations: Array; + kind: 'var' | 'let' | 'const'; } export interface VariableDeclarator extends Node { - type: "VariableDeclarator" - id: Pattern - init?: Expression | null + type: 'VariableDeclarator'; + id: Pattern; + init?: Expression | null; } export interface ThisExpression extends Node { - type: "ThisExpression" + type: 'ThisExpression'; } export interface ArrayExpression extends Node { - type: "ArrayExpression" - elements: Array + type: 'ArrayExpression'; + elements: Array; } export interface ObjectExpression extends Node { - type: "ObjectExpression" - properties: Array + type: 'ObjectExpression'; + properties: Array; } export interface Property extends Node { - type: "Property" - key: Expression - value: Expression - kind: "init" | "get" | "set" - method: boolean - shorthand: boolean - computed: boolean + type: 'Property'; + key: Expression; + value: Expression; + kind: 'init' | 'get' | 'set'; + method: boolean; + shorthand: boolean; + computed: boolean; } export interface FunctionExpression extends Function { - type: "FunctionExpression" - body: BlockStatement + type: 'FunctionExpression'; + body: BlockStatement; } export interface UnaryExpression extends Node { - type: "UnaryExpression" - operator: UnaryOperator - prefix: boolean - argument: Expression + type: 'UnaryExpression'; + operator: UnaryOperator; + prefix: boolean; + argument: Expression; } -export type UnaryOperator = "-" | "+" | "!" | "~" | "typeof" | "void" | "delete" +export type UnaryOperator = + | '-' + | '+' + | '!' + | '~' + | 'typeof' + | 'void' + | 'delete'; export interface UpdateExpression extends Node { - type: "UpdateExpression" - operator: UpdateOperator - argument: Expression - prefix: boolean + type: 'UpdateExpression'; + operator: UpdateOperator; + argument: Expression; + prefix: boolean; } -export type UpdateOperator = "++" | "--" +export type UpdateOperator = '++' | '--'; export interface BinaryExpression extends Node { - type: "BinaryExpression" - operator: BinaryOperator - left: Expression | PrivateIdentifier - right: Expression + type: 'BinaryExpression'; + operator: BinaryOperator; + left: Expression | PrivateIdentifier; + right: Expression; } -export type BinaryOperator = "==" | "!=" | "===" | "!==" | "<" | "<=" | ">" | ">=" | "<<" | ">>" | ">>>" | "+" | "-" | "*" | "/" | "%" | "|" | "^" | "&" | "in" | "instanceof" | "**" +export type BinaryOperator = + | '==' + | '!=' + | '===' + | '!==' + | '<' + | '<=' + | '>' + | '>=' + | '<<' + | '>>' + | '>>>' + | '+' + | '-' + | '*' + | '/' + | '%' + | '|' + | '^' + | '&' + | 'in' + | 'instanceof' + | '**'; export interface AssignmentExpression extends Node { - type: "AssignmentExpression" - operator: AssignmentOperator - left: Pattern - right: Expression + type: 'AssignmentExpression'; + operator: AssignmentOperator; + left: Pattern; + right: Expression; } -export type AssignmentOperator = "=" | "+=" | "-=" | "*=" | "/=" | "%=" | "<<=" | ">>=" | ">>>=" | "|=" | "^=" | "&=" | "**=" | "||=" | "&&=" | "??=" +export type AssignmentOperator = + | '=' + | '+=' + | '-=' + | '*=' + | '/=' + | '%=' + | '<<=' + | '>>=' + | '>>>=' + | '|=' + | '^=' + | '&=' + | '**=' + | '||=' + | '&&=' + | '??='; export interface LogicalExpression extends Node { - type: "LogicalExpression" - operator: LogicalOperator - left: Expression - right: Expression + type: 'LogicalExpression'; + operator: LogicalOperator; + left: Expression; + right: Expression; } -export type LogicalOperator = "||" | "&&" | "??" +export type LogicalOperator = '||' | '&&' | '??'; export interface MemberExpression extends Node { - type: "MemberExpression" - object: Expression | Super - property: Expression | PrivateIdentifier - computed: boolean - optional: boolean + type: 'MemberExpression'; + object: Expression | Super; + property: Expression | PrivateIdentifier; + computed: boolean; + optional: boolean; } export interface ConditionalExpression extends Node { - type: "ConditionalExpression" - test: Expression - alternate: Expression - consequent: Expression + type: 'ConditionalExpression'; + test: Expression; + alternate: Expression; + consequent: Expression; } export interface CallExpression extends Node { - type: "CallExpression" - callee: Expression | Super - arguments: Array - optional: boolean + type: 'CallExpression'; + callee: Expression | Super; + arguments: Array; + optional: boolean; } export interface NewExpression extends Node { - type: "NewExpression" - callee: Expression - arguments: Array + type: 'NewExpression'; + callee: Expression; + arguments: Array; } export interface SequenceExpression extends Node { - type: "SequenceExpression" - expressions: Array + type: 'SequenceExpression'; + expressions: Array; } export interface ForOfStatement extends Node { - type: "ForOfStatement" - left: VariableDeclaration | Pattern - right: Expression - body: Statement - await: boolean + type: 'ForOfStatement'; + left: VariableDeclaration | Pattern; + right: Expression; + body: Statement; + await: boolean; } export interface Super extends Node { - type: "Super" + type: 'Super'; } export interface SpreadElement extends Node { - type: "SpreadElement" - argument: Expression + type: 'SpreadElement'; + argument: Expression; } export interface ArrowFunctionExpression extends Function { - type: "ArrowFunctionExpression" + type: 'ArrowFunctionExpression'; } export interface YieldExpression extends Node { - type: "YieldExpression" - argument?: Expression | null - delegate: boolean + type: 'YieldExpression'; + argument?: Expression | null; + delegate: boolean; } export interface TemplateLiteral extends Node { - type: "TemplateLiteral" - quasis: Array - expressions: Array + type: 'TemplateLiteral'; + quasis: Array; + expressions: Array; } export interface TaggedTemplateExpression extends Node { - type: "TaggedTemplateExpression" - tag: Expression - quasi: TemplateLiteral + type: 'TaggedTemplateExpression'; + tag: Expression; + quasi: TemplateLiteral; } export interface TemplateElement extends Node { - type: "TemplateElement" - tail: boolean + type: 'TemplateElement'; + tail: boolean; value: { - cooked?: string | null - raw: string - } + cooked?: string | null; + raw: string; + }; } export interface AssignmentProperty extends Node { - type: "Property" - key: Expression - value: Pattern - kind: "init" - method: false - shorthand: boolean - computed: boolean + type: 'Property'; + key: Expression; + value: Pattern; + kind: 'init'; + method: false; + shorthand: boolean; + computed: boolean; } export interface ObjectPattern extends Node { - type: "ObjectPattern" - properties: Array + type: 'ObjectPattern'; + properties: Array; } export interface ArrayPattern extends Node { - type: "ArrayPattern" - elements: Array + type: 'ArrayPattern'; + elements: Array; } export interface RestElement extends Node { - type: "RestElement" - argument: Pattern + type: 'RestElement'; + argument: Pattern; } export interface AssignmentPattern extends Node { - type: "AssignmentPattern" - left: Pattern - right: Expression + type: 'AssignmentPattern'; + left: Pattern; + right: Expression; } export interface Class extends Node { - id?: Identifier | null - superClass?: Expression | null - body: ClassBody + id?: Identifier | null; + superClass?: Expression | null; + body: ClassBody; } export interface ClassBody extends Node { - type: "ClassBody" - body: Array + type: 'ClassBody'; + body: Array; } export interface MethodDefinition extends Node { - type: "MethodDefinition" - key: Expression | PrivateIdentifier - value: FunctionExpression - kind: "constructor" | "method" | "get" | "set" - computed: boolean - static: boolean + type: 'MethodDefinition'; + key: Expression | PrivateIdentifier; + value: FunctionExpression; + kind: 'constructor' | 'method' | 'get' | 'set'; + computed: boolean; + static: boolean; } export interface ClassDeclaration extends Class { - type: "ClassDeclaration" - id: Identifier + type: 'ClassDeclaration'; + id: Identifier; } export interface ClassExpression extends Class { - type: "ClassExpression" + type: 'ClassExpression'; } export interface MetaProperty extends Node { - type: "MetaProperty" - meta: Identifier - property: Identifier + type: 'MetaProperty'; + meta: Identifier; + property: Identifier; } export interface ImportDeclaration extends Node { - type: "ImportDeclaration" - specifiers: Array - source: Literal - attributes: Array + type: 'ImportDeclaration'; + specifiers: Array< + ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier + >; + source: Literal; + attributes: Array; } export interface ImportSpecifier extends Node { - type: "ImportSpecifier" - imported: Identifier | Literal - local: Identifier + type: 'ImportSpecifier'; + imported: Identifier | Literal; + local: Identifier; } export interface ImportDefaultSpecifier extends Node { - type: "ImportDefaultSpecifier" - local: Identifier + type: 'ImportDefaultSpecifier'; + local: Identifier; } export interface ImportNamespaceSpecifier extends Node { - type: "ImportNamespaceSpecifier" - local: Identifier + type: 'ImportNamespaceSpecifier'; + local: Identifier; } export interface ImportAttribute extends Node { - type: "ImportAttribute" - key: Identifier | Literal - value: Literal + type: 'ImportAttribute'; + key: Identifier | Literal; + value: Literal; } export interface ExportNamedDeclaration extends Node { - type: "ExportNamedDeclaration" - declaration?: Declaration | null - specifiers: Array - source?: Literal | null - attributes: Array + type: 'ExportNamedDeclaration'; + declaration?: Declaration | null; + specifiers: Array; + source?: Literal | null; + attributes: Array; } export interface ExportSpecifier extends Node { - type: "ExportSpecifier" - exported: Identifier | Literal - local: Identifier | Literal + type: 'ExportSpecifier'; + exported: Identifier | Literal; + local: Identifier | Literal; } export interface AnonymousFunctionDeclaration extends Function { - type: "FunctionDeclaration" - id: null - body: BlockStatement + type: 'FunctionDeclaration'; + id: null; + body: BlockStatement; } export interface AnonymousClassDeclaration extends Class { - type: "ClassDeclaration" - id: null + type: 'ClassDeclaration'; + id: null; } export interface ExportDefaultDeclaration extends Node { - type: "ExportDefaultDeclaration" - declaration: AnonymousFunctionDeclaration | FunctionDeclaration | AnonymousClassDeclaration | ClassDeclaration | Expression + type: 'ExportDefaultDeclaration'; + declaration: + | AnonymousFunctionDeclaration + | FunctionDeclaration + | AnonymousClassDeclaration + | ClassDeclaration + | Expression; } export interface ExportAllDeclaration extends Node { - type: "ExportAllDeclaration" - source: Literal - exported?: Identifier | Literal | null - attributes: Array + type: 'ExportAllDeclaration'; + source: Literal; + exported?: Identifier | Literal | null; + attributes: Array; } export interface AwaitExpression extends Node { - type: "AwaitExpression" - argument: Expression + type: 'AwaitExpression'; + argument: Expression; } export interface ChainExpression extends Node { - type: "ChainExpression" - expression: MemberExpression | CallExpression + type: 'ChainExpression'; + expression: MemberExpression | CallExpression; } export interface ImportExpression extends Node { - type: "ImportExpression" - source: Expression - options: Expression | null + type: 'ImportExpression'; + source: Expression; + options: Expression | null; } export interface ParenthesizedExpression extends Node { - type: "ParenthesizedExpression" - expression: Expression + type: 'ParenthesizedExpression'; + expression: Expression; } export interface PropertyDefinition extends Node { - type: "PropertyDefinition" - key: Expression | PrivateIdentifier - value?: Expression | null - computed: boolean - static: boolean + type: 'PropertyDefinition'; + key: Expression | PrivateIdentifier; + value?: Expression | null; + computed: boolean; + static: boolean; } export interface PrivateIdentifier extends Node { - type: "PrivateIdentifier" - name: string + type: 'PrivateIdentifier'; + name: string; } export interface StaticBlock extends Node { - type: "StaticBlock" - body: Array + type: 'StaticBlock'; + body: Array; } -export type Statement = -| ExpressionStatement -| BlockStatement -| EmptyStatement -| DebuggerStatement -| WithStatement -| ReturnStatement -| LabeledStatement -| BreakStatement -| ContinueStatement -| IfStatement -| SwitchStatement -| ThrowStatement -| TryStatement -| WhileStatement -| DoWhileStatement -| ForStatement -| ForInStatement -| ForOfStatement -| Declaration +export type Statement = + | ExpressionStatement + | BlockStatement + | EmptyStatement + | DebuggerStatement + | WithStatement + | ReturnStatement + | LabeledStatement + | BreakStatement + | ContinueStatement + | IfStatement + | SwitchStatement + | ThrowStatement + | TryStatement + | WhileStatement + | DoWhileStatement + | ForStatement + | ForInStatement + | ForOfStatement + | Declaration; -export type Declaration = -| FunctionDeclaration -| VariableDeclaration -| ClassDeclaration +export type Declaration = + | FunctionDeclaration + | VariableDeclaration + | ClassDeclaration; -export type Expression = -| Identifier -| Literal -| ThisExpression -| ArrayExpression -| ObjectExpression -| FunctionExpression -| UnaryExpression -| UpdateExpression -| BinaryExpression -| AssignmentExpression -| LogicalExpression -| MemberExpression -| ConditionalExpression -| CallExpression -| NewExpression -| SequenceExpression -| ArrowFunctionExpression -| YieldExpression -| TemplateLiteral -| TaggedTemplateExpression -| ClassExpression -| MetaProperty -| AwaitExpression -| ChainExpression -| ImportExpression -| ParenthesizedExpression +export type Expression = + | Identifier + | Literal + | ThisExpression + | ArrayExpression + | ObjectExpression + | FunctionExpression + | UnaryExpression + | UpdateExpression + | BinaryExpression + | AssignmentExpression + | LogicalExpression + | MemberExpression + | ConditionalExpression + | CallExpression + | NewExpression + | SequenceExpression + | ArrowFunctionExpression + | YieldExpression + | TemplateLiteral + | TaggedTemplateExpression + | ClassExpression + | MetaProperty + | AwaitExpression + | ChainExpression + | ImportExpression + | ParenthesizedExpression; -export type Pattern = -| Identifier -| MemberExpression -| ObjectPattern -| ArrayPattern -| RestElement -| AssignmentPattern +export type Pattern = + | Identifier + | MemberExpression + | ObjectPattern + | ArrayPattern + | RestElement + | AssignmentPattern; -export type ModuleDeclaration = -| ImportDeclaration -| ExportNamedDeclaration -| ExportDefaultDeclaration -| ExportAllDeclaration +export type ModuleDeclaration = + | ImportDeclaration + | ExportNamedDeclaration + | ExportDefaultDeclaration + | ExportAllDeclaration; -export type AnyNode = Statement | Expression | Declaration | ModuleDeclaration | Literal | Program | SwitchCase | CatchClause | Property | Super | SpreadElement | TemplateElement | AssignmentProperty | ObjectPattern | ArrayPattern | RestElement | AssignmentPattern | ClassBody | MethodDefinition | MetaProperty | ImportAttribute | ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier | ExportSpecifier | AnonymousFunctionDeclaration | AnonymousClassDeclaration | PropertyDefinition | PrivateIdentifier | StaticBlock | VariableDeclarator +export type AnyNode = + | Statement + | Expression + | Declaration + | ModuleDeclaration + | Literal + | Program + | SwitchCase + | CatchClause + | Property + | Super + | SpreadElement + | TemplateElement + | AssignmentProperty + | ObjectPattern + | ArrayPattern + | RestElement + | AssignmentPattern + | ClassBody + | MethodDefinition + | MetaProperty + | ImportAttribute + | ImportSpecifier + | ImportDefaultSpecifier + | ImportNamespaceSpecifier + | ExportSpecifier + | AnonymousFunctionDeclaration + | AnonymousClassDeclaration + | PropertyDefinition + | PrivateIdentifier + | StaticBlock + | VariableDeclarator; -export function parse(input: string, options: Options): Program +export function parse(input: string, options: Options): Program; -export function parseExpressionAt(input: string, pos: number, options: Options): Expression +export function parseExpressionAt( + input: string, + pos: number, + options: Options +): Expression; -export function tokenizer(input: string, options: Options): { - getToken(): Token - [Symbol.iterator](): Iterator -} +export function tokenizer( + input: string, + options: Options +): { + getToken(): Token; + [Symbol.iterator](): Iterator; +}; -export type ecmaVersion = 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 | 2025 | "latest" +export type ecmaVersion = + | 3 + | 5 + | 6 + | 7 + | 8 + | 9 + | 10 + | 11 + | 12 + | 13 + | 14 + | 15 + | 16 + | 2015 + | 2016 + | 2017 + | 2018 + | 2019 + | 2020 + | 2021 + | 2022 + | 2023 + | 2024 + | 2025 + | 'latest'; export interface Options { /** @@ -593,28 +708,28 @@ export interface Options { * support for strict mode, the set of reserved words, and support for * new syntax features. */ - ecmaVersion: ecmaVersion + ecmaVersion: ecmaVersion; /** * `sourceType` indicates the mode the code should be parsed in. * Can be either `"script"` or `"module"`. This influences global * strict mode and parsing of `import` and `export` declarations. */ - sourceType?: "script" | "module" + sourceType?: 'script' | 'module'; /** * a callback that will be called when a semicolon is automatically inserted. * @param lastTokEnd the position of the comma as an offset * @param lastTokEndLoc location if {@link locations} is enabled */ - onInsertedSemicolon?: (lastTokEnd: number, lastTokEndLoc?: Position) => void + onInsertedSemicolon?: (lastTokEnd: number, lastTokEndLoc?: Position) => void; /** * similar to `onInsertedSemicolon`, but for trailing commas * @param lastTokEnd the position of the comma as an offset * @param lastTokEndLoc location if `locations` is enabled */ - onTrailingComma?: (lastTokEnd: number, lastTokEndLoc?: Position) => void + onTrailingComma?: (lastTokEnd: number, lastTokEndLoc?: Position) => void; /** * By default, reserved words are only enforced if ecmaVersion >= 5. @@ -622,53 +737,53 @@ export interface Options { * an off. When this option has the value "never", reserved words * and keywords can also not be used as property names. */ - allowReserved?: boolean | "never" + allowReserved?: boolean | 'never'; - /** + /** * When enabled, a return at the top level is not considered an error. */ - allowReturnOutsideFunction?: boolean + allowReturnOutsideFunction?: boolean; /** * When enabled, import/export statements are not constrained to * appearing at the top of the program, and an import.meta expression * in a script isn't considered an error. */ - allowImportExportEverywhere?: boolean + allowImportExportEverywhere?: boolean; /** * By default, `await` identifiers are allowed to appear at the top-level scope only if {@link ecmaVersion} >= 2022. * When enabled, await identifiers are allowed to appear at the top-level scope, * but they are still not allowed in non-async functions. */ - allowAwaitOutsideFunction?: boolean + allowAwaitOutsideFunction?: boolean; /** * When enabled, super identifiers are not constrained to * appearing in methods and do not raise an error when they appear elsewhere. */ - allowSuperOutsideMethod?: boolean + allowSuperOutsideMethod?: boolean; /** * When enabled, hashbang directive in the beginning of file is * allowed and treated as a line comment. Enabled by default when * {@link ecmaVersion} >= 2023. */ - allowHashBang?: boolean + allowHashBang?: boolean; /** * By default, the parser will verify that private properties are * only used in places where they are valid and have been declared. * Set this to false to turn such checks off. */ - checkPrivateFields?: boolean + checkPrivateFields?: boolean; /** * When `locations` is on, `loc` properties holding objects with * `start` and `end` properties as {@link Position} objects will be attached to the * nodes. */ - locations?: boolean + locations?: boolean; /** * a callback that will cause Acorn to call that export function with object in the same @@ -676,12 +791,11 @@ export interface Options { * that you are not allowed to call the parser from the * callback—that will corrupt its internal state. */ - onToken?: ((token: Token) => void) | Token[] - + onToken?: ((token: Token) => void) | Token[]; /** * This takes a export function or an array. - * + * * When a export function is passed, Acorn will call that export function with `(block, text, start, * end)` parameters whenever a comment is skipped. `block` is a * boolean indicating whether this is a block (`/* *\/`) comment, @@ -690,16 +804,22 @@ export interface Options { * When the {@link locations} option is on, two more parameters are * passed, the full locations of {@link Position} export type of the start and * end of the comments. - * + * * When a array is passed, each found comment of {@link Comment} export type is pushed to the array. - * + * * Note that you are not allowed to call the * parser from the callback—that will corrupt its internal state. */ - onComment?: (( - isBlock: boolean, text: string, start: number, end: number, startLoc?: Position, - endLoc?: Position - ) => void) | Comment[] + onComment?: + | (( + isBlock: boolean, + text: string, + start: number, + end: number, + startLoc?: Position, + endLoc?: Position + ) => void) + | Comment[]; /** * Nodes have their start and end characters offsets recorded in @@ -709,7 +829,7 @@ export interface Options { * end]` array with the same numbers, set the `ranges` option to * `true`. */ - ranges?: boolean + ranges?: boolean; /** * It is possible to parse multiple files into a single AST by @@ -718,149 +838,158 @@ export interface Options { * toplevel forms of the parsed file to the `Program` (top) node * of an existing parse tree. */ - program?: Node + program?: Node; /** * When {@link locations} is on, you can pass this to record the source * file in every node's `loc` object. */ - sourceFile?: string + sourceFile?: string; /** * This value, if given, is stored in every node, whether {@link locations} is on or off. */ - directSourceFile?: string + directSourceFile?: string; /** * When enabled, parenthesized expressions are represented by * (non-standard) ParenthesizedExpression nodes */ - preserveParens?: boolean + preserveParens?: boolean; } - + export class Parser { - options: Options - input: string - - protected constructor(options: Options, input: string, startPos?: number) - parse(): Program - - static parse(input: string, options: Options): Program - static parseExpressionAt(input: string, pos: number, options: Options): Expression - static tokenizer(input: string, options: Options): { - getToken(): Token - [Symbol.iterator](): Iterator - } - static extend(...plugins: ((BaseParser: typeof Parser) => typeof Parser)[]): typeof Parser + options: Options; + input: string; + + protected constructor(options: Options, input: string, startPos?: number); + parse(): Program; + + static parse(input: string, options: Options): Program; + static parseExpressionAt( + input: string, + pos: number, + options: Options + ): Expression; + static tokenizer( + input: string, + options: Options + ): { + getToken(): Token; + [Symbol.iterator](): Iterator; + }; + static extend( + ...plugins: ((BaseParser: typeof Parser) => typeof Parser)[] + ): typeof Parser; } -export const defaultOptions: Options +export const defaultOptions: Options; -export function getLineInfo(input: string, offset: number): Position +export function getLineInfo(input: string, offset: number): Position; export class TokenType { - label: string - keyword: string | undefined + label: string; + keyword: string | undefined; } export const tokTypes: { - num: TokenType - regexp: TokenType - string: TokenType - name: TokenType - privateId: TokenType - eof: TokenType + num: TokenType; + regexp: TokenType; + string: TokenType; + name: TokenType; + privateId: TokenType; + eof: TokenType; - bracketL: TokenType - bracketR: TokenType - braceL: TokenType - braceR: TokenType - parenL: TokenType - parenR: TokenType - comma: TokenType - semi: TokenType - colon: TokenType - dot: TokenType - question: TokenType - questionDot: TokenType - arrow: TokenType - template: TokenType - invalidTemplate: TokenType - ellipsis: TokenType - backQuote: TokenType - dollarBraceL: TokenType + bracketL: TokenType; + bracketR: TokenType; + braceL: TokenType; + braceR: TokenType; + parenL: TokenType; + parenR: TokenType; + comma: TokenType; + semi: TokenType; + colon: TokenType; + dot: TokenType; + question: TokenType; + questionDot: TokenType; + arrow: TokenType; + template: TokenType; + invalidTemplate: TokenType; + ellipsis: TokenType; + backQuote: TokenType; + dollarBraceL: TokenType; - eq: TokenType - assign: TokenType - incDec: TokenType - prefix: TokenType - logicalOR: TokenType - logicalAND: TokenType - bitwiseOR: TokenType - bitwiseXOR: TokenType - bitwiseAND: TokenType - equality: TokenType - relational: TokenType - bitShift: TokenType - plusMin: TokenType - modulo: TokenType - star: TokenType - slash: TokenType - starstar: TokenType - coalesce: TokenType + eq: TokenType; + assign: TokenType; + incDec: TokenType; + prefix: TokenType; + logicalOR: TokenType; + logicalAND: TokenType; + bitwiseOR: TokenType; + bitwiseXOR: TokenType; + bitwiseAND: TokenType; + equality: TokenType; + relational: TokenType; + bitShift: TokenType; + plusMin: TokenType; + modulo: TokenType; + star: TokenType; + slash: TokenType; + starstar: TokenType; + coalesce: TokenType; - _break: TokenType - _case: TokenType - _catch: TokenType - _continue: TokenType - _debugger: TokenType - _default: TokenType - _do: TokenType - _else: TokenType - _finally: TokenType - _for: TokenType - _function: TokenType - _if: TokenType - _return: TokenType - _switch: TokenType - _throw: TokenType - _try: TokenType - _var: TokenType - _const: TokenType - _while: TokenType - _with: TokenType - _new: TokenType - _this: TokenType - _super: TokenType - _class: TokenType - _extends: TokenType - _export: TokenType - _import: TokenType - _null: TokenType - _true: TokenType - _false: TokenType - _in: TokenType - _instanceof: TokenType - _typeof: TokenType - _void: TokenType - _delete: TokenType -} + _break: TokenType; + _case: TokenType; + _catch: TokenType; + _continue: TokenType; + _debugger: TokenType; + _default: TokenType; + _do: TokenType; + _else: TokenType; + _finally: TokenType; + _for: TokenType; + _function: TokenType; + _if: TokenType; + _return: TokenType; + _switch: TokenType; + _throw: TokenType; + _try: TokenType; + _var: TokenType; + _const: TokenType; + _while: TokenType; + _with: TokenType; + _new: TokenType; + _this: TokenType; + _super: TokenType; + _class: TokenType; + _extends: TokenType; + _export: TokenType; + _import: TokenType; + _null: TokenType; + _true: TokenType; + _false: TokenType; + _in: TokenType; + _instanceof: TokenType; + _typeof: TokenType; + _void: TokenType; + _delete: TokenType; +}; export interface Comment { - type: "Line" | "Block" - value: string - start: number - end: number - loc?: SourceLocation - range?: [number, number] + type: 'Line' | 'Block'; + value: string; + start: number; + end: number; + loc?: SourceLocation; + range?: [number, number]; } export class Token { - type: TokenType - start: number - end: number - loc?: SourceLocation - range?: [number, number] + type: TokenType; + start: number; + end: number; + loc?: SourceLocation; + range?: [number, number]; } -export const version: string +export const version: string; diff --git a/node_modules/acorn/dist/acorn.d.ts b/node_modules/acorn/dist/acorn.d.ts index 81f4e38..758dccc 100644 --- a/node_modules/acorn/dist/acorn.d.ts +++ b/node_modules/acorn/dist/acorn.d.ts @@ -1,589 +1,704 @@ export interface Node { - start: number - end: number - type: string - range?: [number, number] - loc?: SourceLocation | null + start: number; + end: number; + type: string; + range?: [number, number]; + loc?: SourceLocation | null; } export interface SourceLocation { - source?: string | null - start: Position - end: Position + source?: string | null; + start: Position; + end: Position; } export interface Position { /** 1-based */ - line: number + line: number; /** 0-based */ - column: number + column: number; } export interface Identifier extends Node { - type: "Identifier" - name: string + type: 'Identifier'; + name: string; } export interface Literal extends Node { - type: "Literal" - value?: string | boolean | null | number | RegExp | bigint - raw?: string + type: 'Literal'; + value?: string | boolean | null | number | RegExp | bigint; + raw?: string; regex?: { - pattern: string - flags: string - } - bigint?: string + pattern: string; + flags: string; + }; + bigint?: string; } export interface Program extends Node { - type: "Program" - body: Array - sourceType: "script" | "module" + type: 'Program'; + body: Array; + sourceType: 'script' | 'module'; } export interface Function extends Node { - id?: Identifier | null - params: Array - body: BlockStatement | Expression - generator: boolean - expression: boolean - async: boolean + id?: Identifier | null; + params: Array; + body: BlockStatement | Expression; + generator: boolean; + expression: boolean; + async: boolean; } export interface ExpressionStatement extends Node { - type: "ExpressionStatement" - expression: Expression | Literal - directive?: string + type: 'ExpressionStatement'; + expression: Expression | Literal; + directive?: string; } export interface BlockStatement extends Node { - type: "BlockStatement" - body: Array + type: 'BlockStatement'; + body: Array; } export interface EmptyStatement extends Node { - type: "EmptyStatement" + type: 'EmptyStatement'; } export interface DebuggerStatement extends Node { - type: "DebuggerStatement" + type: 'DebuggerStatement'; } export interface WithStatement extends Node { - type: "WithStatement" - object: Expression - body: Statement + type: 'WithStatement'; + object: Expression; + body: Statement; } export interface ReturnStatement extends Node { - type: "ReturnStatement" - argument?: Expression | null + type: 'ReturnStatement'; + argument?: Expression | null; } export interface LabeledStatement extends Node { - type: "LabeledStatement" - label: Identifier - body: Statement + type: 'LabeledStatement'; + label: Identifier; + body: Statement; } export interface BreakStatement extends Node { - type: "BreakStatement" - label?: Identifier | null + type: 'BreakStatement'; + label?: Identifier | null; } export interface ContinueStatement extends Node { - type: "ContinueStatement" - label?: Identifier | null + type: 'ContinueStatement'; + label?: Identifier | null; } export interface IfStatement extends Node { - type: "IfStatement" - test: Expression - consequent: Statement - alternate?: Statement | null + type: 'IfStatement'; + test: Expression; + consequent: Statement; + alternate?: Statement | null; } export interface SwitchStatement extends Node { - type: "SwitchStatement" - discriminant: Expression - cases: Array + type: 'SwitchStatement'; + discriminant: Expression; + cases: Array; } export interface SwitchCase extends Node { - type: "SwitchCase" - test?: Expression | null - consequent: Array + type: 'SwitchCase'; + test?: Expression | null; + consequent: Array; } export interface ThrowStatement extends Node { - type: "ThrowStatement" - argument: Expression + type: 'ThrowStatement'; + argument: Expression; } export interface TryStatement extends Node { - type: "TryStatement" - block: BlockStatement - handler?: CatchClause | null - finalizer?: BlockStatement | null + type: 'TryStatement'; + block: BlockStatement; + handler?: CatchClause | null; + finalizer?: BlockStatement | null; } export interface CatchClause extends Node { - type: "CatchClause" - param?: Pattern | null - body: BlockStatement + type: 'CatchClause'; + param?: Pattern | null; + body: BlockStatement; } export interface WhileStatement extends Node { - type: "WhileStatement" - test: Expression - body: Statement + type: 'WhileStatement'; + test: Expression; + body: Statement; } export interface DoWhileStatement extends Node { - type: "DoWhileStatement" - body: Statement - test: Expression + type: 'DoWhileStatement'; + body: Statement; + test: Expression; } export interface ForStatement extends Node { - type: "ForStatement" - init?: VariableDeclaration | Expression | null - test?: Expression | null - update?: Expression | null - body: Statement + type: 'ForStatement'; + init?: VariableDeclaration | Expression | null; + test?: Expression | null; + update?: Expression | null; + body: Statement; } export interface ForInStatement extends Node { - type: "ForInStatement" - left: VariableDeclaration | Pattern - right: Expression - body: Statement + type: 'ForInStatement'; + left: VariableDeclaration | Pattern; + right: Expression; + body: Statement; } export interface FunctionDeclaration extends Function { - type: "FunctionDeclaration" - id: Identifier - body: BlockStatement + type: 'FunctionDeclaration'; + id: Identifier; + body: BlockStatement; } export interface VariableDeclaration extends Node { - type: "VariableDeclaration" - declarations: Array - kind: "var" | "let" | "const" + type: 'VariableDeclaration'; + declarations: Array; + kind: 'var' | 'let' | 'const'; } export interface VariableDeclarator extends Node { - type: "VariableDeclarator" - id: Pattern - init?: Expression | null + type: 'VariableDeclarator'; + id: Pattern; + init?: Expression | null; } export interface ThisExpression extends Node { - type: "ThisExpression" + type: 'ThisExpression'; } export interface ArrayExpression extends Node { - type: "ArrayExpression" - elements: Array + type: 'ArrayExpression'; + elements: Array; } export interface ObjectExpression extends Node { - type: "ObjectExpression" - properties: Array + type: 'ObjectExpression'; + properties: Array; } export interface Property extends Node { - type: "Property" - key: Expression - value: Expression - kind: "init" | "get" | "set" - method: boolean - shorthand: boolean - computed: boolean + type: 'Property'; + key: Expression; + value: Expression; + kind: 'init' | 'get' | 'set'; + method: boolean; + shorthand: boolean; + computed: boolean; } export interface FunctionExpression extends Function { - type: "FunctionExpression" - body: BlockStatement + type: 'FunctionExpression'; + body: BlockStatement; } export interface UnaryExpression extends Node { - type: "UnaryExpression" - operator: UnaryOperator - prefix: boolean - argument: Expression + type: 'UnaryExpression'; + operator: UnaryOperator; + prefix: boolean; + argument: Expression; } -export type UnaryOperator = "-" | "+" | "!" | "~" | "typeof" | "void" | "delete" +export type UnaryOperator = + | '-' + | '+' + | '!' + | '~' + | 'typeof' + | 'void' + | 'delete'; export interface UpdateExpression extends Node { - type: "UpdateExpression" - operator: UpdateOperator - argument: Expression - prefix: boolean + type: 'UpdateExpression'; + operator: UpdateOperator; + argument: Expression; + prefix: boolean; } -export type UpdateOperator = "++" | "--" +export type UpdateOperator = '++' | '--'; export interface BinaryExpression extends Node { - type: "BinaryExpression" - operator: BinaryOperator - left: Expression | PrivateIdentifier - right: Expression + type: 'BinaryExpression'; + operator: BinaryOperator; + left: Expression | PrivateIdentifier; + right: Expression; } -export type BinaryOperator = "==" | "!=" | "===" | "!==" | "<" | "<=" | ">" | ">=" | "<<" | ">>" | ">>>" | "+" | "-" | "*" | "/" | "%" | "|" | "^" | "&" | "in" | "instanceof" | "**" +export type BinaryOperator = + | '==' + | '!=' + | '===' + | '!==' + | '<' + | '<=' + | '>' + | '>=' + | '<<' + | '>>' + | '>>>' + | '+' + | '-' + | '*' + | '/' + | '%' + | '|' + | '^' + | '&' + | 'in' + | 'instanceof' + | '**'; export interface AssignmentExpression extends Node { - type: "AssignmentExpression" - operator: AssignmentOperator - left: Pattern - right: Expression + type: 'AssignmentExpression'; + operator: AssignmentOperator; + left: Pattern; + right: Expression; } -export type AssignmentOperator = "=" | "+=" | "-=" | "*=" | "/=" | "%=" | "<<=" | ">>=" | ">>>=" | "|=" | "^=" | "&=" | "**=" | "||=" | "&&=" | "??=" +export type AssignmentOperator = + | '=' + | '+=' + | '-=' + | '*=' + | '/=' + | '%=' + | '<<=' + | '>>=' + | '>>>=' + | '|=' + | '^=' + | '&=' + | '**=' + | '||=' + | '&&=' + | '??='; export interface LogicalExpression extends Node { - type: "LogicalExpression" - operator: LogicalOperator - left: Expression - right: Expression + type: 'LogicalExpression'; + operator: LogicalOperator; + left: Expression; + right: Expression; } -export type LogicalOperator = "||" | "&&" | "??" +export type LogicalOperator = '||' | '&&' | '??'; export interface MemberExpression extends Node { - type: "MemberExpression" - object: Expression | Super - property: Expression | PrivateIdentifier - computed: boolean - optional: boolean + type: 'MemberExpression'; + object: Expression | Super; + property: Expression | PrivateIdentifier; + computed: boolean; + optional: boolean; } export interface ConditionalExpression extends Node { - type: "ConditionalExpression" - test: Expression - alternate: Expression - consequent: Expression + type: 'ConditionalExpression'; + test: Expression; + alternate: Expression; + consequent: Expression; } export interface CallExpression extends Node { - type: "CallExpression" - callee: Expression | Super - arguments: Array - optional: boolean + type: 'CallExpression'; + callee: Expression | Super; + arguments: Array; + optional: boolean; } export interface NewExpression extends Node { - type: "NewExpression" - callee: Expression - arguments: Array + type: 'NewExpression'; + callee: Expression; + arguments: Array; } export interface SequenceExpression extends Node { - type: "SequenceExpression" - expressions: Array + type: 'SequenceExpression'; + expressions: Array; } export interface ForOfStatement extends Node { - type: "ForOfStatement" - left: VariableDeclaration | Pattern - right: Expression - body: Statement - await: boolean + type: 'ForOfStatement'; + left: VariableDeclaration | Pattern; + right: Expression; + body: Statement; + await: boolean; } export interface Super extends Node { - type: "Super" + type: 'Super'; } export interface SpreadElement extends Node { - type: "SpreadElement" - argument: Expression + type: 'SpreadElement'; + argument: Expression; } export interface ArrowFunctionExpression extends Function { - type: "ArrowFunctionExpression" + type: 'ArrowFunctionExpression'; } export interface YieldExpression extends Node { - type: "YieldExpression" - argument?: Expression | null - delegate: boolean + type: 'YieldExpression'; + argument?: Expression | null; + delegate: boolean; } export interface TemplateLiteral extends Node { - type: "TemplateLiteral" - quasis: Array - expressions: Array + type: 'TemplateLiteral'; + quasis: Array; + expressions: Array; } export interface TaggedTemplateExpression extends Node { - type: "TaggedTemplateExpression" - tag: Expression - quasi: TemplateLiteral + type: 'TaggedTemplateExpression'; + tag: Expression; + quasi: TemplateLiteral; } export interface TemplateElement extends Node { - type: "TemplateElement" - tail: boolean + type: 'TemplateElement'; + tail: boolean; value: { - cooked?: string | null - raw: string - } + cooked?: string | null; + raw: string; + }; } export interface AssignmentProperty extends Node { - type: "Property" - key: Expression - value: Pattern - kind: "init" - method: false - shorthand: boolean - computed: boolean + type: 'Property'; + key: Expression; + value: Pattern; + kind: 'init'; + method: false; + shorthand: boolean; + computed: boolean; } export interface ObjectPattern extends Node { - type: "ObjectPattern" - properties: Array + type: 'ObjectPattern'; + properties: Array; } export interface ArrayPattern extends Node { - type: "ArrayPattern" - elements: Array + type: 'ArrayPattern'; + elements: Array; } export interface RestElement extends Node { - type: "RestElement" - argument: Pattern + type: 'RestElement'; + argument: Pattern; } export interface AssignmentPattern extends Node { - type: "AssignmentPattern" - left: Pattern - right: Expression + type: 'AssignmentPattern'; + left: Pattern; + right: Expression; } export interface Class extends Node { - id?: Identifier | null - superClass?: Expression | null - body: ClassBody + id?: Identifier | null; + superClass?: Expression | null; + body: ClassBody; } export interface ClassBody extends Node { - type: "ClassBody" - body: Array + type: 'ClassBody'; + body: Array; } export interface MethodDefinition extends Node { - type: "MethodDefinition" - key: Expression | PrivateIdentifier - value: FunctionExpression - kind: "constructor" | "method" | "get" | "set" - computed: boolean - static: boolean + type: 'MethodDefinition'; + key: Expression | PrivateIdentifier; + value: FunctionExpression; + kind: 'constructor' | 'method' | 'get' | 'set'; + computed: boolean; + static: boolean; } export interface ClassDeclaration extends Class { - type: "ClassDeclaration" - id: Identifier + type: 'ClassDeclaration'; + id: Identifier; } export interface ClassExpression extends Class { - type: "ClassExpression" + type: 'ClassExpression'; } export interface MetaProperty extends Node { - type: "MetaProperty" - meta: Identifier - property: Identifier + type: 'MetaProperty'; + meta: Identifier; + property: Identifier; } export interface ImportDeclaration extends Node { - type: "ImportDeclaration" - specifiers: Array - source: Literal - attributes: Array + type: 'ImportDeclaration'; + specifiers: Array< + ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier + >; + source: Literal; + attributes: Array; } export interface ImportSpecifier extends Node { - type: "ImportSpecifier" - imported: Identifier | Literal - local: Identifier + type: 'ImportSpecifier'; + imported: Identifier | Literal; + local: Identifier; } export interface ImportDefaultSpecifier extends Node { - type: "ImportDefaultSpecifier" - local: Identifier + type: 'ImportDefaultSpecifier'; + local: Identifier; } export interface ImportNamespaceSpecifier extends Node { - type: "ImportNamespaceSpecifier" - local: Identifier + type: 'ImportNamespaceSpecifier'; + local: Identifier; } export interface ImportAttribute extends Node { - type: "ImportAttribute" - key: Identifier | Literal - value: Literal + type: 'ImportAttribute'; + key: Identifier | Literal; + value: Literal; } export interface ExportNamedDeclaration extends Node { - type: "ExportNamedDeclaration" - declaration?: Declaration | null - specifiers: Array - source?: Literal | null - attributes: Array + type: 'ExportNamedDeclaration'; + declaration?: Declaration | null; + specifiers: Array; + source?: Literal | null; + attributes: Array; } export interface ExportSpecifier extends Node { - type: "ExportSpecifier" - exported: Identifier | Literal - local: Identifier | Literal + type: 'ExportSpecifier'; + exported: Identifier | Literal; + local: Identifier | Literal; } export interface AnonymousFunctionDeclaration extends Function { - type: "FunctionDeclaration" - id: null - body: BlockStatement + type: 'FunctionDeclaration'; + id: null; + body: BlockStatement; } export interface AnonymousClassDeclaration extends Class { - type: "ClassDeclaration" - id: null + type: 'ClassDeclaration'; + id: null; } export interface ExportDefaultDeclaration extends Node { - type: "ExportDefaultDeclaration" - declaration: AnonymousFunctionDeclaration | FunctionDeclaration | AnonymousClassDeclaration | ClassDeclaration | Expression + type: 'ExportDefaultDeclaration'; + declaration: + | AnonymousFunctionDeclaration + | FunctionDeclaration + | AnonymousClassDeclaration + | ClassDeclaration + | Expression; } export interface ExportAllDeclaration extends Node { - type: "ExportAllDeclaration" - source: Literal - exported?: Identifier | Literal | null - attributes: Array + type: 'ExportAllDeclaration'; + source: Literal; + exported?: Identifier | Literal | null; + attributes: Array; } export interface AwaitExpression extends Node { - type: "AwaitExpression" - argument: Expression + type: 'AwaitExpression'; + argument: Expression; } export interface ChainExpression extends Node { - type: "ChainExpression" - expression: MemberExpression | CallExpression + type: 'ChainExpression'; + expression: MemberExpression | CallExpression; } export interface ImportExpression extends Node { - type: "ImportExpression" - source: Expression - options: Expression | null + type: 'ImportExpression'; + source: Expression; + options: Expression | null; } export interface ParenthesizedExpression extends Node { - type: "ParenthesizedExpression" - expression: Expression + type: 'ParenthesizedExpression'; + expression: Expression; } export interface PropertyDefinition extends Node { - type: "PropertyDefinition" - key: Expression | PrivateIdentifier - value?: Expression | null - computed: boolean - static: boolean + type: 'PropertyDefinition'; + key: Expression | PrivateIdentifier; + value?: Expression | null; + computed: boolean; + static: boolean; } export interface PrivateIdentifier extends Node { - type: "PrivateIdentifier" - name: string + type: 'PrivateIdentifier'; + name: string; } export interface StaticBlock extends Node { - type: "StaticBlock" - body: Array + type: 'StaticBlock'; + body: Array; } -export type Statement = -| ExpressionStatement -| BlockStatement -| EmptyStatement -| DebuggerStatement -| WithStatement -| ReturnStatement -| LabeledStatement -| BreakStatement -| ContinueStatement -| IfStatement -| SwitchStatement -| ThrowStatement -| TryStatement -| WhileStatement -| DoWhileStatement -| ForStatement -| ForInStatement -| ForOfStatement -| Declaration +export type Statement = + | ExpressionStatement + | BlockStatement + | EmptyStatement + | DebuggerStatement + | WithStatement + | ReturnStatement + | LabeledStatement + | BreakStatement + | ContinueStatement + | IfStatement + | SwitchStatement + | ThrowStatement + | TryStatement + | WhileStatement + | DoWhileStatement + | ForStatement + | ForInStatement + | ForOfStatement + | Declaration; -export type Declaration = -| FunctionDeclaration -| VariableDeclaration -| ClassDeclaration +export type Declaration = + | FunctionDeclaration + | VariableDeclaration + | ClassDeclaration; -export type Expression = -| Identifier -| Literal -| ThisExpression -| ArrayExpression -| ObjectExpression -| FunctionExpression -| UnaryExpression -| UpdateExpression -| BinaryExpression -| AssignmentExpression -| LogicalExpression -| MemberExpression -| ConditionalExpression -| CallExpression -| NewExpression -| SequenceExpression -| ArrowFunctionExpression -| YieldExpression -| TemplateLiteral -| TaggedTemplateExpression -| ClassExpression -| MetaProperty -| AwaitExpression -| ChainExpression -| ImportExpression -| ParenthesizedExpression +export type Expression = + | Identifier + | Literal + | ThisExpression + | ArrayExpression + | ObjectExpression + | FunctionExpression + | UnaryExpression + | UpdateExpression + | BinaryExpression + | AssignmentExpression + | LogicalExpression + | MemberExpression + | ConditionalExpression + | CallExpression + | NewExpression + | SequenceExpression + | ArrowFunctionExpression + | YieldExpression + | TemplateLiteral + | TaggedTemplateExpression + | ClassExpression + | MetaProperty + | AwaitExpression + | ChainExpression + | ImportExpression + | ParenthesizedExpression; -export type Pattern = -| Identifier -| MemberExpression -| ObjectPattern -| ArrayPattern -| RestElement -| AssignmentPattern +export type Pattern = + | Identifier + | MemberExpression + | ObjectPattern + | ArrayPattern + | RestElement + | AssignmentPattern; -export type ModuleDeclaration = -| ImportDeclaration -| ExportNamedDeclaration -| ExportDefaultDeclaration -| ExportAllDeclaration +export type ModuleDeclaration = + | ImportDeclaration + | ExportNamedDeclaration + | ExportDefaultDeclaration + | ExportAllDeclaration; -export type AnyNode = Statement | Expression | Declaration | ModuleDeclaration | Literal | Program | SwitchCase | CatchClause | Property | Super | SpreadElement | TemplateElement | AssignmentProperty | ObjectPattern | ArrayPattern | RestElement | AssignmentPattern | ClassBody | MethodDefinition | MetaProperty | ImportAttribute | ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier | ExportSpecifier | AnonymousFunctionDeclaration | AnonymousClassDeclaration | PropertyDefinition | PrivateIdentifier | StaticBlock | VariableDeclarator +export type AnyNode = + | Statement + | Expression + | Declaration + | ModuleDeclaration + | Literal + | Program + | SwitchCase + | CatchClause + | Property + | Super + | SpreadElement + | TemplateElement + | AssignmentProperty + | ObjectPattern + | ArrayPattern + | RestElement + | AssignmentPattern + | ClassBody + | MethodDefinition + | MetaProperty + | ImportAttribute + | ImportSpecifier + | ImportDefaultSpecifier + | ImportNamespaceSpecifier + | ExportSpecifier + | AnonymousFunctionDeclaration + | AnonymousClassDeclaration + | PropertyDefinition + | PrivateIdentifier + | StaticBlock + | VariableDeclarator; -export function parse(input: string, options: Options): Program +export function parse(input: string, options: Options): Program; -export function parseExpressionAt(input: string, pos: number, options: Options): Expression +export function parseExpressionAt( + input: string, + pos: number, + options: Options +): Expression; -export function tokenizer(input: string, options: Options): { - getToken(): Token - [Symbol.iterator](): Iterator -} +export function tokenizer( + input: string, + options: Options +): { + getToken(): Token; + [Symbol.iterator](): Iterator; +}; -export type ecmaVersion = 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 | 2025 | "latest" +export type ecmaVersion = + | 3 + | 5 + | 6 + | 7 + | 8 + | 9 + | 10 + | 11 + | 12 + | 13 + | 14 + | 15 + | 16 + | 2015 + | 2016 + | 2017 + | 2018 + | 2019 + | 2020 + | 2021 + | 2022 + | 2023 + | 2024 + | 2025 + | 'latest'; export interface Options { /** @@ -593,28 +708,28 @@ export interface Options { * support for strict mode, the set of reserved words, and support for * new syntax features. */ - ecmaVersion: ecmaVersion + ecmaVersion: ecmaVersion; /** * `sourceType` indicates the mode the code should be parsed in. * Can be either `"script"` or `"module"`. This influences global * strict mode and parsing of `import` and `export` declarations. */ - sourceType?: "script" | "module" + sourceType?: 'script' | 'module'; /** * a callback that will be called when a semicolon is automatically inserted. * @param lastTokEnd the position of the comma as an offset * @param lastTokEndLoc location if {@link locations} is enabled */ - onInsertedSemicolon?: (lastTokEnd: number, lastTokEndLoc?: Position) => void + onInsertedSemicolon?: (lastTokEnd: number, lastTokEndLoc?: Position) => void; /** * similar to `onInsertedSemicolon`, but for trailing commas * @param lastTokEnd the position of the comma as an offset * @param lastTokEndLoc location if `locations` is enabled */ - onTrailingComma?: (lastTokEnd: number, lastTokEndLoc?: Position) => void + onTrailingComma?: (lastTokEnd: number, lastTokEndLoc?: Position) => void; /** * By default, reserved words are only enforced if ecmaVersion >= 5. @@ -622,53 +737,53 @@ export interface Options { * an off. When this option has the value "never", reserved words * and keywords can also not be used as property names. */ - allowReserved?: boolean | "never" + allowReserved?: boolean | 'never'; - /** + /** * When enabled, a return at the top level is not considered an error. */ - allowReturnOutsideFunction?: boolean + allowReturnOutsideFunction?: boolean; /** * When enabled, import/export statements are not constrained to * appearing at the top of the program, and an import.meta expression * in a script isn't considered an error. */ - allowImportExportEverywhere?: boolean + allowImportExportEverywhere?: boolean; /** * By default, `await` identifiers are allowed to appear at the top-level scope only if {@link ecmaVersion} >= 2022. * When enabled, await identifiers are allowed to appear at the top-level scope, * but they are still not allowed in non-async functions. */ - allowAwaitOutsideFunction?: boolean + allowAwaitOutsideFunction?: boolean; /** * When enabled, super identifiers are not constrained to * appearing in methods and do not raise an error when they appear elsewhere. */ - allowSuperOutsideMethod?: boolean + allowSuperOutsideMethod?: boolean; /** * When enabled, hashbang directive in the beginning of file is * allowed and treated as a line comment. Enabled by default when * {@link ecmaVersion} >= 2023. */ - allowHashBang?: boolean + allowHashBang?: boolean; /** * By default, the parser will verify that private properties are * only used in places where they are valid and have been declared. * Set this to false to turn such checks off. */ - checkPrivateFields?: boolean + checkPrivateFields?: boolean; /** * When `locations` is on, `loc` properties holding objects with * `start` and `end` properties as {@link Position} objects will be attached to the * nodes. */ - locations?: boolean + locations?: boolean; /** * a callback that will cause Acorn to call that export function with object in the same @@ -676,12 +791,11 @@ export interface Options { * that you are not allowed to call the parser from the * callback—that will corrupt its internal state. */ - onToken?: ((token: Token) => void) | Token[] - + onToken?: ((token: Token) => void) | Token[]; /** * This takes a export function or an array. - * + * * When a export function is passed, Acorn will call that export function with `(block, text, start, * end)` parameters whenever a comment is skipped. `block` is a * boolean indicating whether this is a block (`/* *\/`) comment, @@ -690,16 +804,22 @@ export interface Options { * When the {@link locations} option is on, two more parameters are * passed, the full locations of {@link Position} export type of the start and * end of the comments. - * + * * When a array is passed, each found comment of {@link Comment} export type is pushed to the array. - * + * * Note that you are not allowed to call the * parser from the callback—that will corrupt its internal state. */ - onComment?: (( - isBlock: boolean, text: string, start: number, end: number, startLoc?: Position, - endLoc?: Position - ) => void) | Comment[] + onComment?: + | (( + isBlock: boolean, + text: string, + start: number, + end: number, + startLoc?: Position, + endLoc?: Position + ) => void) + | Comment[]; /** * Nodes have their start and end characters offsets recorded in @@ -709,7 +829,7 @@ export interface Options { * end]` array with the same numbers, set the `ranges` option to * `true`. */ - ranges?: boolean + ranges?: boolean; /** * It is possible to parse multiple files into a single AST by @@ -718,149 +838,158 @@ export interface Options { * toplevel forms of the parsed file to the `Program` (top) node * of an existing parse tree. */ - program?: Node + program?: Node; /** * When {@link locations} is on, you can pass this to record the source * file in every node's `loc` object. */ - sourceFile?: string + sourceFile?: string; /** * This value, if given, is stored in every node, whether {@link locations} is on or off. */ - directSourceFile?: string + directSourceFile?: string; /** * When enabled, parenthesized expressions are represented by * (non-standard) ParenthesizedExpression nodes */ - preserveParens?: boolean + preserveParens?: boolean; } - + export class Parser { - options: Options - input: string - - protected constructor(options: Options, input: string, startPos?: number) - parse(): Program - - static parse(input: string, options: Options): Program - static parseExpressionAt(input: string, pos: number, options: Options): Expression - static tokenizer(input: string, options: Options): { - getToken(): Token - [Symbol.iterator](): Iterator - } - static extend(...plugins: ((BaseParser: typeof Parser) => typeof Parser)[]): typeof Parser + options: Options; + input: string; + + protected constructor(options: Options, input: string, startPos?: number); + parse(): Program; + + static parse(input: string, options: Options): Program; + static parseExpressionAt( + input: string, + pos: number, + options: Options + ): Expression; + static tokenizer( + input: string, + options: Options + ): { + getToken(): Token; + [Symbol.iterator](): Iterator; + }; + static extend( + ...plugins: ((BaseParser: typeof Parser) => typeof Parser)[] + ): typeof Parser; } -export const defaultOptions: Options +export const defaultOptions: Options; -export function getLineInfo(input: string, offset: number): Position +export function getLineInfo(input: string, offset: number): Position; export class TokenType { - label: string - keyword: string | undefined + label: string; + keyword: string | undefined; } export const tokTypes: { - num: TokenType - regexp: TokenType - string: TokenType - name: TokenType - privateId: TokenType - eof: TokenType + num: TokenType; + regexp: TokenType; + string: TokenType; + name: TokenType; + privateId: TokenType; + eof: TokenType; - bracketL: TokenType - bracketR: TokenType - braceL: TokenType - braceR: TokenType - parenL: TokenType - parenR: TokenType - comma: TokenType - semi: TokenType - colon: TokenType - dot: TokenType - question: TokenType - questionDot: TokenType - arrow: TokenType - template: TokenType - invalidTemplate: TokenType - ellipsis: TokenType - backQuote: TokenType - dollarBraceL: TokenType + bracketL: TokenType; + bracketR: TokenType; + braceL: TokenType; + braceR: TokenType; + parenL: TokenType; + parenR: TokenType; + comma: TokenType; + semi: TokenType; + colon: TokenType; + dot: TokenType; + question: TokenType; + questionDot: TokenType; + arrow: TokenType; + template: TokenType; + invalidTemplate: TokenType; + ellipsis: TokenType; + backQuote: TokenType; + dollarBraceL: TokenType; - eq: TokenType - assign: TokenType - incDec: TokenType - prefix: TokenType - logicalOR: TokenType - logicalAND: TokenType - bitwiseOR: TokenType - bitwiseXOR: TokenType - bitwiseAND: TokenType - equality: TokenType - relational: TokenType - bitShift: TokenType - plusMin: TokenType - modulo: TokenType - star: TokenType - slash: TokenType - starstar: TokenType - coalesce: TokenType + eq: TokenType; + assign: TokenType; + incDec: TokenType; + prefix: TokenType; + logicalOR: TokenType; + logicalAND: TokenType; + bitwiseOR: TokenType; + bitwiseXOR: TokenType; + bitwiseAND: TokenType; + equality: TokenType; + relational: TokenType; + bitShift: TokenType; + plusMin: TokenType; + modulo: TokenType; + star: TokenType; + slash: TokenType; + starstar: TokenType; + coalesce: TokenType; - _break: TokenType - _case: TokenType - _catch: TokenType - _continue: TokenType - _debugger: TokenType - _default: TokenType - _do: TokenType - _else: TokenType - _finally: TokenType - _for: TokenType - _function: TokenType - _if: TokenType - _return: TokenType - _switch: TokenType - _throw: TokenType - _try: TokenType - _var: TokenType - _const: TokenType - _while: TokenType - _with: TokenType - _new: TokenType - _this: TokenType - _super: TokenType - _class: TokenType - _extends: TokenType - _export: TokenType - _import: TokenType - _null: TokenType - _true: TokenType - _false: TokenType - _in: TokenType - _instanceof: TokenType - _typeof: TokenType - _void: TokenType - _delete: TokenType -} + _break: TokenType; + _case: TokenType; + _catch: TokenType; + _continue: TokenType; + _debugger: TokenType; + _default: TokenType; + _do: TokenType; + _else: TokenType; + _finally: TokenType; + _for: TokenType; + _function: TokenType; + _if: TokenType; + _return: TokenType; + _switch: TokenType; + _throw: TokenType; + _try: TokenType; + _var: TokenType; + _const: TokenType; + _while: TokenType; + _with: TokenType; + _new: TokenType; + _this: TokenType; + _super: TokenType; + _class: TokenType; + _extends: TokenType; + _export: TokenType; + _import: TokenType; + _null: TokenType; + _true: TokenType; + _false: TokenType; + _in: TokenType; + _instanceof: TokenType; + _typeof: TokenType; + _void: TokenType; + _delete: TokenType; +}; export interface Comment { - type: "Line" | "Block" - value: string - start: number - end: number - loc?: SourceLocation - range?: [number, number] + type: 'Line' | 'Block'; + value: string; + start: number; + end: number; + loc?: SourceLocation; + range?: [number, number]; } export class Token { - type: TokenType - start: number - end: number - loc?: SourceLocation - range?: [number, number] + type: TokenType; + start: number; + end: number; + loc?: SourceLocation; + range?: [number, number]; } -export const version: string +export const version: string; diff --git a/node_modules/acorn/dist/acorn.js b/node_modules/acorn/dist/acorn.js index aacf974..d5d7f17 100644 --- a/node_modules/acorn/dist/acorn.js +++ b/node_modules/acorn/dist/acorn.js @@ -1,20 +1,72 @@ (function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : - typeof define === 'function' && define.amd ? define(['exports'], factory) : - (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.acorn = {})); -})(this, (function (exports) { 'use strict'; + typeof exports === 'object' && typeof module !== 'undefined' ? + factory(exports) + : typeof define === 'function' && define.amd ? define(['exports'], factory) + : ((global = typeof globalThis !== 'undefined' ? globalThis : global || self), + factory((global.acorn = {}))); +})(this, function (exports) { + 'use strict'; // This file was generated. Do not modify manually! - var astralIdentifierCodes = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 7, 9, 32, 4, 318, 1, 80, 3, 71, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 68, 8, 2, 0, 3, 0, 2, 3, 2, 4, 2, 0, 15, 1, 83, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 7, 19, 58, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 343, 9, 54, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, 10, 5350, 0, 7, 14, 11465, 27, 2343, 9, 87, 9, 39, 4, 60, 6, 26, 9, 535, 9, 470, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4178, 9, 519, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, 0, 62, 13, 499, 13, 245, 1, 2, 9, 726, 6, 110, 6, 6, 9, 4759, 9, 787719, 239]; + var astralIdentifierCodes = [ + 509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, + 574, 3, 9, 9, 7, 9, 32, 4, 318, 1, 80, 3, 71, 10, 50, 3, 123, 2, 54, 14, 32, + 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, + 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, + 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 68, 8, 2, 0, 3, 0, 2, 3, 2, 4, 2, + 0, 15, 1, 83, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, + 16, 9, 82, 12, 9, 9, 7, 19, 58, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, + 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, + 47, 15, 343, 9, 54, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, + 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, + 10, 5350, 0, 7, 14, 11465, 27, 2343, 9, 87, 9, 39, 4, 60, 6, 26, 9, 535, 9, + 470, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4178, 9, 519, 45, 3, 22, 543, + 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, + 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, + 0, 62, 13, 499, 13, 245, 1, 2, 9, 726, 6, 110, 6, 6, 9, 4759, 9, 787719, + 239, + ]; // This file was generated. Do not modify manually! - var astralIdentifierStartCodes = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 4, 51, 13, 310, 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 39, 27, 10, 22, 251, 41, 7, 1, 17, 2, 60, 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 20, 1, 64, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 31, 9, 2, 0, 3, 0, 2, 37, 2, 0, 26, 0, 2, 0, 45, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 200, 32, 32, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, 16, 0, 2, 12, 2, 33, 125, 0, 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1071, 18, 5, 26, 3994, 6, 582, 6842, 29, 1763, 568, 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 433, 44, 212, 63, 129, 74, 6, 0, 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 42, 9, 8936, 3, 2, 6, 2, 1, 2, 290, 16, 0, 30, 2, 3, 0, 15, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 1845, 30, 7, 5, 262, 61, 147, 44, 11, 6, 17, 0, 322, 29, 19, 43, 485, 27, 229, 29, 3, 0, 496, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4153, 7, 221, 3, 5761, 15, 7472, 16, 621, 2467, 541, 1507, 4938, 6, 4191]; + var astralIdentifierStartCodes = [ + 0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, + 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, + 39, 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 4, 51, 13, + 310, 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, + 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, + 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, + 111, 72, 56, 50, 14, 50, 14, 35, 39, 27, 10, 22, 251, 41, 7, 1, 17, 2, 60, + 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, + 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, + 24, 20, 1, 64, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, + 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 31, 9, 2, 0, 3, 0, 2, 37, 2, 0, 26, 0, 2, 0, + 45, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, + 60, 42, 14, 0, 72, 26, 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, + 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, + 45, 20, 0, 19, 72, 200, 32, 32, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, + 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, 16, 0, 2, 12, 2, 33, 125, 0, + 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1071, 18, 5, 26, 3994, 6, 582, + 6842, 29, 1763, 568, 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, + 433, 44, 212, 63, 129, 74, 6, 0, 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 42, + 9, 8936, 3, 2, 6, 2, 1, 2, 290, 16, 0, 30, 2, 3, 0, 15, 3, 9, 395, 2309, + 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, + 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, + 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, + 1845, 30, 7, 5, 262, 61, 147, 44, 11, 6, 17, 0, 322, 29, 19, 43, 485, 27, + 229, 29, 3, 0, 496, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, + 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, + 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, + 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4153, 7, 221, 3, + 5761, 15, 7472, 16, 621, 2467, 541, 1507, 4938, 6, 4191, + ]; // This file was generated. Do not modify manually! - var nonASCIIidentifierChars = "\u200c\u200d\xb7\u0300-\u036f\u0387\u0483-\u0487\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u0669\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u06f0-\u06f9\u0711\u0730-\u074a\u07a6-\u07b0\u07c0-\u07c9\u07eb-\u07f3\u07fd\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u0897-\u089f\u08ca-\u08e1\u08e3-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0966-\u096f\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u09e6-\u09ef\u09fe\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a66-\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0ae6-\u0aef\u0afa-\u0aff\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b55-\u0b57\u0b62\u0b63\u0b66-\u0b6f\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0be6-\u0bef\u0c00-\u0c04\u0c3c\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c66-\u0c6f\u0c81-\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0ce6-\u0cef\u0cf3\u0d00-\u0d03\u0d3b\u0d3c\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d66-\u0d6f\u0d81-\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0de6-\u0def\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0e50-\u0e59\u0eb1\u0eb4-\u0ebc\u0ec8-\u0ece\u0ed0-\u0ed9\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1040-\u1049\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f-\u109d\u135d-\u135f\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17b4-\u17d3\u17dd\u17e0-\u17e9\u180b-\u180d\u180f-\u1819\u18a9\u1920-\u192b\u1930-\u193b\u1946-\u194f\u19d0-\u19da\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1ab0-\u1abd\u1abf-\u1ace\u1b00-\u1b04\u1b34-\u1b44\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1bad\u1bb0-\u1bb9\u1be6-\u1bf3\u1c24-\u1c37\u1c40-\u1c49\u1c50-\u1c59\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf4\u1cf7-\u1cf9\u1dc0-\u1dff\u200c\u200d\u203f\u2040\u2054\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\u30fb\ua620-\ua629\ua66f\ua674-\ua67d\ua69e\ua69f\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua82c\ua880\ua881\ua8b4-\ua8c5\ua8d0-\ua8d9\ua8e0-\ua8f1\ua8ff-\ua909\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\ua9d0-\ua9d9\ua9e5\ua9f0-\ua9f9\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa50-\uaa59\uaa7b-\uaa7d\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uaaeb-\uaaef\uaaf5\uaaf6\uabe3-\uabea\uabec\uabed\uabf0-\uabf9\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\ufe33\ufe34\ufe4d-\ufe4f\uff10-\uff19\uff3f\uff65"; + var nonASCIIidentifierChars = + '\u200c\u200d\xb7\u0300-\u036f\u0387\u0483-\u0487\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u0669\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7\u06e8\u06ea-\u06ed\u06f0-\u06f9\u0711\u0730-\u074a\u07a6-\u07b0\u07c0-\u07c9\u07eb-\u07f3\u07fd\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u0897-\u089f\u08ca-\u08e1\u08e3-\u0903\u093a-\u093c\u093e-\u094f\u0951-\u0957\u0962\u0963\u0966-\u096f\u0981-\u0983\u09bc\u09be-\u09c4\u09c7\u09c8\u09cb-\u09cd\u09d7\u09e2\u09e3\u09e6-\u09ef\u09fe\u0a01-\u0a03\u0a3c\u0a3e-\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a66-\u0a71\u0a75\u0a81-\u0a83\u0abc\u0abe-\u0ac5\u0ac7-\u0ac9\u0acb-\u0acd\u0ae2\u0ae3\u0ae6-\u0aef\u0afa-\u0aff\u0b01-\u0b03\u0b3c\u0b3e-\u0b44\u0b47\u0b48\u0b4b-\u0b4d\u0b55-\u0b57\u0b62\u0b63\u0b66-\u0b6f\u0b82\u0bbe-\u0bc2\u0bc6-\u0bc8\u0bca-\u0bcd\u0bd7\u0be6-\u0bef\u0c00-\u0c04\u0c3c\u0c3e-\u0c44\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0c66-\u0c6f\u0c81-\u0c83\u0cbc\u0cbe-\u0cc4\u0cc6-\u0cc8\u0cca-\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0ce6-\u0cef\u0cf3\u0d00-\u0d03\u0d3b\u0d3c\u0d3e-\u0d44\u0d46-\u0d48\u0d4a-\u0d4d\u0d57\u0d62\u0d63\u0d66-\u0d6f\u0d81-\u0d83\u0dca\u0dcf-\u0dd4\u0dd6\u0dd8-\u0ddf\u0de6-\u0def\u0df2\u0df3\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0e50-\u0e59\u0eb1\u0eb4-\u0ebc\u0ec8-\u0ece\u0ed0-\u0ed9\u0f18\u0f19\u0f20-\u0f29\u0f35\u0f37\u0f39\u0f3e\u0f3f\u0f71-\u0f84\u0f86\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102b-\u103e\u1040-\u1049\u1056-\u1059\u105e-\u1060\u1062-\u1064\u1067-\u106d\u1071-\u1074\u1082-\u108d\u108f-\u109d\u135d-\u135f\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17b4-\u17d3\u17dd\u17e0-\u17e9\u180b-\u180d\u180f-\u1819\u18a9\u1920-\u192b\u1930-\u193b\u1946-\u194f\u19d0-\u19da\u1a17-\u1a1b\u1a55-\u1a5e\u1a60-\u1a7c\u1a7f-\u1a89\u1a90-\u1a99\u1ab0-\u1abd\u1abf-\u1ace\u1b00-\u1b04\u1b34-\u1b44\u1b50-\u1b59\u1b6b-\u1b73\u1b80-\u1b82\u1ba1-\u1bad\u1bb0-\u1bb9\u1be6-\u1bf3\u1c24-\u1c37\u1c40-\u1c49\u1c50-\u1c59\u1cd0-\u1cd2\u1cd4-\u1ce8\u1ced\u1cf4\u1cf7-\u1cf9\u1dc0-\u1dff\u200c\u200d\u203f\u2040\u2054\u20d0-\u20dc\u20e1\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302f\u3099\u309a\u30fb\ua620-\ua629\ua66f\ua674-\ua67d\ua69e\ua69f\ua6f0\ua6f1\ua802\ua806\ua80b\ua823-\ua827\ua82c\ua880\ua881\ua8b4-\ua8c5\ua8d0-\ua8d9\ua8e0-\ua8f1\ua8ff-\ua909\ua926-\ua92d\ua947-\ua953\ua980-\ua983\ua9b3-\ua9c0\ua9d0-\ua9d9\ua9e5\ua9f0-\ua9f9\uaa29-\uaa36\uaa43\uaa4c\uaa4d\uaa50-\uaa59\uaa7b-\uaa7d\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uaaeb-\uaaef\uaaf5\uaaf6\uabe3-\uabea\uabec\uabed\uabf0-\uabf9\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\ufe33\ufe34\ufe4d-\ufe4f\uff10-\uff19\uff3f\uff65'; // This file was generated. Do not modify manually! - var nonASCIIidentifierStartChars = "\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0560-\u0588\u05d0-\u05ea\u05ef-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0860-\u086a\u0870-\u0887\u0889-\u088e\u08a0-\u08c9\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u09fc\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c5d\u0c60\u0c61\u0c80\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cdd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d04-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d54-\u0d56\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e86-\u0e8a\u0e8c-\u0ea3\u0ea5\u0ea7-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f8\u1700-\u1711\u171f-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1878\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4c\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1c80-\u1c8a\u1c90-\u1cba\u1cbd-\u1cbf\u1ce9-\u1cec\u1cee-\u1cf3\u1cf5\u1cf6\u1cfa\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2118-\u211d\u2124\u2126\u2128\u212a-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309b-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u31a0-\u31bf\u31f0-\u31ff\u3400-\u4dbf\u4e00-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua7cd\ua7d0\ua7d1\ua7d3\ua7d5-\ua7dc\ua7f2-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua8fe\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab69\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc"; + var nonASCIIidentifierStartChars = + '\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\u02c1\u02c6-\u02d1\u02e0-\u02e4\u02ec\u02ee\u0370-\u0374\u0376\u0377\u037a-\u037d\u037f\u0386\u0388-\u038a\u038c\u038e-\u03a1\u03a3-\u03f5\u03f7-\u0481\u048a-\u052f\u0531-\u0556\u0559\u0560-\u0588\u05d0-\u05ea\u05ef-\u05f2\u0620-\u064a\u066e\u066f\u0671-\u06d3\u06d5\u06e5\u06e6\u06ee\u06ef\u06fa-\u06fc\u06ff\u0710\u0712-\u072f\u074d-\u07a5\u07b1\u07ca-\u07ea\u07f4\u07f5\u07fa\u0800-\u0815\u081a\u0824\u0828\u0840-\u0858\u0860-\u086a\u0870-\u0887\u0889-\u088e\u08a0-\u08c9\u0904-\u0939\u093d\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098c\u098f\u0990\u0993-\u09a8\u09aa-\u09b0\u09b2\u09b6-\u09b9\u09bd\u09ce\u09dc\u09dd\u09df-\u09e1\u09f0\u09f1\u09fc\u0a05-\u0a0a\u0a0f\u0a10\u0a13-\u0a28\u0a2a-\u0a30\u0a32\u0a33\u0a35\u0a36\u0a38\u0a39\u0a59-\u0a5c\u0a5e\u0a72-\u0a74\u0a85-\u0a8d\u0a8f-\u0a91\u0a93-\u0aa8\u0aaa-\u0ab0\u0ab2\u0ab3\u0ab5-\u0ab9\u0abd\u0ad0\u0ae0\u0ae1\u0af9\u0b05-\u0b0c\u0b0f\u0b10\u0b13-\u0b28\u0b2a-\u0b30\u0b32\u0b33\u0b35-\u0b39\u0b3d\u0b5c\u0b5d\u0b5f-\u0b61\u0b71\u0b83\u0b85-\u0b8a\u0b8e-\u0b90\u0b92-\u0b95\u0b99\u0b9a\u0b9c\u0b9e\u0b9f\u0ba3\u0ba4\u0ba8-\u0baa\u0bae-\u0bb9\u0bd0\u0c05-\u0c0c\u0c0e-\u0c10\u0c12-\u0c28\u0c2a-\u0c39\u0c3d\u0c58-\u0c5a\u0c5d\u0c60\u0c61\u0c80\u0c85-\u0c8c\u0c8e-\u0c90\u0c92-\u0ca8\u0caa-\u0cb3\u0cb5-\u0cb9\u0cbd\u0cdd\u0cde\u0ce0\u0ce1\u0cf1\u0cf2\u0d04-\u0d0c\u0d0e-\u0d10\u0d12-\u0d3a\u0d3d\u0d4e\u0d54-\u0d56\u0d5f-\u0d61\u0d7a-\u0d7f\u0d85-\u0d96\u0d9a-\u0db1\u0db3-\u0dbb\u0dbd\u0dc0-\u0dc6\u0e01-\u0e30\u0e32\u0e33\u0e40-\u0e46\u0e81\u0e82\u0e84\u0e86-\u0e8a\u0e8c-\u0ea3\u0ea5\u0ea7-\u0eb0\u0eb2\u0eb3\u0ebd\u0ec0-\u0ec4\u0ec6\u0edc-\u0edf\u0f00\u0f40-\u0f47\u0f49-\u0f6c\u0f88-\u0f8c\u1000-\u102a\u103f\u1050-\u1055\u105a-\u105d\u1061\u1065\u1066\u106e-\u1070\u1075-\u1081\u108e\u10a0-\u10c5\u10c7\u10cd\u10d0-\u10fa\u10fc-\u1248\u124a-\u124d\u1250-\u1256\u1258\u125a-\u125d\u1260-\u1288\u128a-\u128d\u1290-\u12b0\u12b2-\u12b5\u12b8-\u12be\u12c0\u12c2-\u12c5\u12c8-\u12d6\u12d8-\u1310\u1312-\u1315\u1318-\u135a\u1380-\u138f\u13a0-\u13f5\u13f8-\u13fd\u1401-\u166c\u166f-\u167f\u1681-\u169a\u16a0-\u16ea\u16ee-\u16f8\u1700-\u1711\u171f-\u1731\u1740-\u1751\u1760-\u176c\u176e-\u1770\u1780-\u17b3\u17d7\u17dc\u1820-\u1878\u1880-\u18a8\u18aa\u18b0-\u18f5\u1900-\u191e\u1950-\u196d\u1970-\u1974\u1980-\u19ab\u19b0-\u19c9\u1a00-\u1a16\u1a20-\u1a54\u1aa7\u1b05-\u1b33\u1b45-\u1b4c\u1b83-\u1ba0\u1bae\u1baf\u1bba-\u1be5\u1c00-\u1c23\u1c4d-\u1c4f\u1c5a-\u1c7d\u1c80-\u1c8a\u1c90-\u1cba\u1cbd-\u1cbf\u1ce9-\u1cec\u1cee-\u1cf3\u1cf5\u1cf6\u1cfa\u1d00-\u1dbf\u1e00-\u1f15\u1f18-\u1f1d\u1f20-\u1f45\u1f48-\u1f4d\u1f50-\u1f57\u1f59\u1f5b\u1f5d\u1f5f-\u1f7d\u1f80-\u1fb4\u1fb6-\u1fbc\u1fbe\u1fc2-\u1fc4\u1fc6-\u1fcc\u1fd0-\u1fd3\u1fd6-\u1fdb\u1fe0-\u1fec\u1ff2-\u1ff4\u1ff6-\u1ffc\u2071\u207f\u2090-\u209c\u2102\u2107\u210a-\u2113\u2115\u2118-\u211d\u2124\u2126\u2128\u212a-\u2139\u213c-\u213f\u2145-\u2149\u214e\u2160-\u2188\u2c00-\u2ce4\u2ceb-\u2cee\u2cf2\u2cf3\u2d00-\u2d25\u2d27\u2d2d\u2d30-\u2d67\u2d6f\u2d80-\u2d96\u2da0-\u2da6\u2da8-\u2dae\u2db0-\u2db6\u2db8-\u2dbe\u2dc0-\u2dc6\u2dc8-\u2dce\u2dd0-\u2dd6\u2dd8-\u2dde\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303c\u3041-\u3096\u309b-\u309f\u30a1-\u30fa\u30fc-\u30ff\u3105-\u312f\u3131-\u318e\u31a0-\u31bf\u31f0-\u31ff\u3400-\u4dbf\u4e00-\ua48c\ua4d0-\ua4fd\ua500-\ua60c\ua610-\ua61f\ua62a\ua62b\ua640-\ua66e\ua67f-\ua69d\ua6a0-\ua6ef\ua717-\ua71f\ua722-\ua788\ua78b-\ua7cd\ua7d0\ua7d1\ua7d3\ua7d5-\ua7dc\ua7f2-\ua801\ua803-\ua805\ua807-\ua80a\ua80c-\ua822\ua840-\ua873\ua882-\ua8b3\ua8f2-\ua8f7\ua8fb\ua8fd\ua8fe\ua90a-\ua925\ua930-\ua946\ua960-\ua97c\ua984-\ua9b2\ua9cf\ua9e0-\ua9e4\ua9e6-\ua9ef\ua9fa-\ua9fe\uaa00-\uaa28\uaa40-\uaa42\uaa44-\uaa4b\uaa60-\uaa76\uaa7a\uaa7e-\uaaaf\uaab1\uaab5\uaab6\uaab9-\uaabd\uaac0\uaac2\uaadb-\uaadd\uaae0-\uaaea\uaaf2-\uaaf4\uab01-\uab06\uab09-\uab0e\uab11-\uab16\uab20-\uab26\uab28-\uab2e\uab30-\uab5a\uab5c-\uab69\uab70-\uabe2\uac00-\ud7a3\ud7b0-\ud7c6\ud7cb-\ud7fb\uf900-\ufa6d\ufa70-\ufad9\ufb00-\ufb06\ufb13-\ufb17\ufb1d\ufb1f-\ufb28\ufb2a-\ufb36\ufb38-\ufb3c\ufb3e\ufb40\ufb41\ufb43\ufb44\ufb46-\ufbb1\ufbd3-\ufd3d\ufd50-\ufd8f\ufd92-\ufdc7\ufdf0-\ufdfb\ufe70-\ufe74\ufe76-\ufefc\uff21-\uff3a\uff41-\uff5a\uff66-\uffbe\uffc2-\uffc7\uffca-\uffcf\uffd2-\uffd7\uffda-\uffdc'; // These are a run-length and offset encoded representation of the // >0xffff code points that are a valid part of identifiers. The @@ -24,29 +76,35 @@ // Reserved word lists for various dialects of the language var reservedWords = { - 3: "abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile", - 5: "class enum extends super const export import", - 6: "enum", - strict: "implements interface let package private protected public static yield", - strictBind: "eval arguments" + 3: 'abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile', + 5: 'class enum extends super const export import', + 6: 'enum', + strict: + 'implements interface let package private protected public static yield', + strictBind: 'eval arguments', }; // And the keywords - var ecma5AndLessKeywords = "break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this"; + var ecma5AndLessKeywords = + 'break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this'; var keywords$1 = { 5: ecma5AndLessKeywords, - "5module": ecma5AndLessKeywords + " export import", - 6: ecma5AndLessKeywords + " const class extends export import super" + '5module': ecma5AndLessKeywords + ' export import', + 6: ecma5AndLessKeywords + ' const class extends export import super', }; var keywordRelationalOperator = /^in(stanceof)?$/; // ## Character categories - var nonASCIIidentifierStart = new RegExp("[" + nonASCIIidentifierStartChars + "]"); - var nonASCIIidentifier = new RegExp("[" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "]"); + var nonASCIIidentifierStart = new RegExp( + '[' + nonASCIIidentifierStartChars + ']' + ); + var nonASCIIidentifier = new RegExp( + '[' + nonASCIIidentifierStartChars + nonASCIIidentifierChars + ']' + ); // This has a complexity linear to the value of the code. The // assumption is that looking up astral identifier characters is @@ -55,37 +113,74 @@ var pos = 0x10000; for (var i = 0; i < set.length; i += 2) { pos += set[i]; - if (pos > code) { return false } + if (pos > code) { + return false; + } pos += set[i + 1]; - if (pos >= code) { return true } + if (pos >= code) { + return true; + } } - return false + return false; } // Test whether a given character code starts an identifier. function isIdentifierStart(code, astral) { - if (code < 65) { return code === 36 } - if (code < 91) { return true } - if (code < 97) { return code === 95 } - if (code < 123) { return true } - if (code <= 0xffff) { return code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)) } - if (astral === false) { return false } - return isInAstralSet(code, astralIdentifierStartCodes) + if (code < 65) { + return code === 36; + } + if (code < 91) { + return true; + } + if (code < 97) { + return code === 95; + } + if (code < 123) { + return true; + } + if (code <= 0xffff) { + return ( + code >= 0xaa && nonASCIIidentifierStart.test(String.fromCharCode(code)) + ); + } + if (astral === false) { + return false; + } + return isInAstralSet(code, astralIdentifierStartCodes); } // Test whether a given character is part of an identifier. function isIdentifierChar(code, astral) { - if (code < 48) { return code === 36 } - if (code < 58) { return true } - if (code < 65) { return false } - if (code < 91) { return true } - if (code < 97) { return code === 95 } - if (code < 123) { return true } - if (code <= 0xffff) { return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code)) } - if (astral === false) { return false } - return isInAstralSet(code, astralIdentifierStartCodes) || isInAstralSet(code, astralIdentifierCodes) + if (code < 48) { + return code === 36; + } + if (code < 58) { + return true; + } + if (code < 65) { + return false; + } + if (code < 91) { + return true; + } + if (code < 97) { + return code === 95; + } + if (code < 123) { + return true; + } + if (code <= 0xffff) { + return code >= 0xaa && nonASCIIidentifier.test(String.fromCharCode(code)); + } + if (astral === false) { + return false; + } + return ( + isInAstralSet(code, astralIdentifierStartCodes) || + isInAstralSet(code, astralIdentifierCodes) + ); } // ## Token types @@ -112,7 +207,7 @@ // continue jumps to that label. var TokenType = function TokenType(label, conf) { - if ( conf === void 0 ) conf = {}; + if (conf === void 0) conf = {}; this.label = label; this.keyword = conf.keyword; @@ -127,9 +222,10 @@ }; function binop(name, prec) { - return new TokenType(name, {beforeExpr: true, binop: prec}) + return new TokenType(name, { beforeExpr: true, binop: prec }); } - var beforeExpr = {beforeExpr: true}, startsExpr = {startsExpr: true}; + var beforeExpr = { beforeExpr: true }, + startsExpr = { startsExpr: true }; // Map keyword names to token types. @@ -137,39 +233,39 @@ // Succinct definitions of keyword token types function kw(name, options) { - if ( options === void 0 ) options = {}; + if (options === void 0) options = {}; options.keyword = name; - return keywords[name] = new TokenType(name, options) + return (keywords[name] = new TokenType(name, options)); } var types$1 = { - num: new TokenType("num", startsExpr), - regexp: new TokenType("regexp", startsExpr), - string: new TokenType("string", startsExpr), - name: new TokenType("name", startsExpr), - privateId: new TokenType("privateId", startsExpr), - eof: new TokenType("eof"), + num: new TokenType('num', startsExpr), + regexp: new TokenType('regexp', startsExpr), + string: new TokenType('string', startsExpr), + name: new TokenType('name', startsExpr), + privateId: new TokenType('privateId', startsExpr), + eof: new TokenType('eof'), // Punctuation token types. - bracketL: new TokenType("[", {beforeExpr: true, startsExpr: true}), - bracketR: new TokenType("]"), - braceL: new TokenType("{", {beforeExpr: true, startsExpr: true}), - braceR: new TokenType("}"), - parenL: new TokenType("(", {beforeExpr: true, startsExpr: true}), - parenR: new TokenType(")"), - comma: new TokenType(",", beforeExpr), - semi: new TokenType(";", beforeExpr), - colon: new TokenType(":", beforeExpr), - dot: new TokenType("."), - question: new TokenType("?", beforeExpr), - questionDot: new TokenType("?."), - arrow: new TokenType("=>", beforeExpr), - template: new TokenType("template"), - invalidTemplate: new TokenType("invalidTemplate"), - ellipsis: new TokenType("...", beforeExpr), - backQuote: new TokenType("`", startsExpr), - dollarBraceL: new TokenType("${", {beforeExpr: true, startsExpr: true}), + bracketL: new TokenType('[', { beforeExpr: true, startsExpr: true }), + bracketR: new TokenType(']'), + braceL: new TokenType('{', { beforeExpr: true, startsExpr: true }), + braceR: new TokenType('}'), + parenL: new TokenType('(', { beforeExpr: true, startsExpr: true }), + parenR: new TokenType(')'), + comma: new TokenType(',', beforeExpr), + semi: new TokenType(';', beforeExpr), + colon: new TokenType(':', beforeExpr), + dot: new TokenType('.'), + question: new TokenType('?', beforeExpr), + questionDot: new TokenType('?.'), + arrow: new TokenType('=>', beforeExpr), + template: new TokenType('template'), + invalidTemplate: new TokenType('invalidTemplate'), + ellipsis: new TokenType('...', beforeExpr), + backQuote: new TokenType('`', startsExpr), + dollarBraceL: new TokenType('${', { beforeExpr: true, startsExpr: true }), // Operators. These carry several kinds of properties to help the // parser use them properly (the presence of these properties is @@ -185,82 +281,98 @@ // binary operators with a very low precedence, that should result // in AssignmentExpression nodes. - eq: new TokenType("=", {beforeExpr: true, isAssign: true}), - assign: new TokenType("_=", {beforeExpr: true, isAssign: true}), - incDec: new TokenType("++/--", {prefix: true, postfix: true, startsExpr: true}), - prefix: new TokenType("!/~", {beforeExpr: true, prefix: true, startsExpr: true}), - logicalOR: binop("||", 1), - logicalAND: binop("&&", 2), - bitwiseOR: binop("|", 3), - bitwiseXOR: binop("^", 4), - bitwiseAND: binop("&", 5), - equality: binop("==/!=/===/!==", 6), - relational: binop("/<=/>=", 7), - bitShift: binop("<>/>>>", 8), - plusMin: new TokenType("+/-", {beforeExpr: true, binop: 9, prefix: true, startsExpr: true}), - modulo: binop("%", 10), - star: binop("*", 10), - slash: binop("/", 10), - starstar: new TokenType("**", {beforeExpr: true}), - coalesce: binop("??", 1), + eq: new TokenType('=', { beforeExpr: true, isAssign: true }), + assign: new TokenType('_=', { beforeExpr: true, isAssign: true }), + incDec: new TokenType('++/--', { + prefix: true, + postfix: true, + startsExpr: true, + }), + prefix: new TokenType('!/~', { + beforeExpr: true, + prefix: true, + startsExpr: true, + }), + logicalOR: binop('||', 1), + logicalAND: binop('&&', 2), + bitwiseOR: binop('|', 3), + bitwiseXOR: binop('^', 4), + bitwiseAND: binop('&', 5), + equality: binop('==/!=/===/!==', 6), + relational: binop('/<=/>=', 7), + bitShift: binop('<>/>>>', 8), + plusMin: new TokenType('+/-', { + beforeExpr: true, + binop: 9, + prefix: true, + startsExpr: true, + }), + modulo: binop('%', 10), + star: binop('*', 10), + slash: binop('/', 10), + starstar: new TokenType('**', { beforeExpr: true }), + coalesce: binop('??', 1), // Keyword token types. - _break: kw("break"), - _case: kw("case", beforeExpr), - _catch: kw("catch"), - _continue: kw("continue"), - _debugger: kw("debugger"), - _default: kw("default", beforeExpr), - _do: kw("do", {isLoop: true, beforeExpr: true}), - _else: kw("else", beforeExpr), - _finally: kw("finally"), - _for: kw("for", {isLoop: true}), - _function: kw("function", startsExpr), - _if: kw("if"), - _return: kw("return", beforeExpr), - _switch: kw("switch"), - _throw: kw("throw", beforeExpr), - _try: kw("try"), - _var: kw("var"), - _const: kw("const"), - _while: kw("while", {isLoop: true}), - _with: kw("with"), - _new: kw("new", {beforeExpr: true, startsExpr: true}), - _this: kw("this", startsExpr), - _super: kw("super", startsExpr), - _class: kw("class", startsExpr), - _extends: kw("extends", beforeExpr), - _export: kw("export"), - _import: kw("import", startsExpr), - _null: kw("null", startsExpr), - _true: kw("true", startsExpr), - _false: kw("false", startsExpr), - _in: kw("in", {beforeExpr: true, binop: 7}), - _instanceof: kw("instanceof", {beforeExpr: true, binop: 7}), - _typeof: kw("typeof", {beforeExpr: true, prefix: true, startsExpr: true}), - _void: kw("void", {beforeExpr: true, prefix: true, startsExpr: true}), - _delete: kw("delete", {beforeExpr: true, prefix: true, startsExpr: true}) + _break: kw('break'), + _case: kw('case', beforeExpr), + _catch: kw('catch'), + _continue: kw('continue'), + _debugger: kw('debugger'), + _default: kw('default', beforeExpr), + _do: kw('do', { isLoop: true, beforeExpr: true }), + _else: kw('else', beforeExpr), + _finally: kw('finally'), + _for: kw('for', { isLoop: true }), + _function: kw('function', startsExpr), + _if: kw('if'), + _return: kw('return', beforeExpr), + _switch: kw('switch'), + _throw: kw('throw', beforeExpr), + _try: kw('try'), + _var: kw('var'), + _const: kw('const'), + _while: kw('while', { isLoop: true }), + _with: kw('with'), + _new: kw('new', { beforeExpr: true, startsExpr: true }), + _this: kw('this', startsExpr), + _super: kw('super', startsExpr), + _class: kw('class', startsExpr), + _extends: kw('extends', beforeExpr), + _export: kw('export'), + _import: kw('import', startsExpr), + _null: kw('null', startsExpr), + _true: kw('true', startsExpr), + _false: kw('false', startsExpr), + _in: kw('in', { beforeExpr: true, binop: 7 }), + _instanceof: kw('instanceof', { beforeExpr: true, binop: 7 }), + _typeof: kw('typeof', { beforeExpr: true, prefix: true, startsExpr: true }), + _void: kw('void', { beforeExpr: true, prefix: true, startsExpr: true }), + _delete: kw('delete', { beforeExpr: true, prefix: true, startsExpr: true }), }; // Matches a whole line break (where CRLF is considered a single // line break). Used to count lines. var lineBreak = /\r\n?|\n|\u2028|\u2029/; - var lineBreakG = new RegExp(lineBreak.source, "g"); + var lineBreakG = new RegExp(lineBreak.source, 'g'); function isNewLine(code) { - return code === 10 || code === 13 || code === 0x2028 || code === 0x2029 + return code === 10 || code === 13 || code === 0x2028 || code === 0x2029; } function nextLineBreak(code, from, end) { - if ( end === void 0 ) end = code.length; + if (end === void 0) end = code.length; for (var i = from; i < end; i++) { var next = code.charCodeAt(i); - if (isNewLine(next)) - { return i < end - 1 && next === 13 && code.charCodeAt(i + 1) === 10 ? i + 2 : i + 1 } + if (isNewLine(next)) { + return i < end - 1 && next === 13 && code.charCodeAt(i + 1) === 10 ? + i + 2 + : i + 1; + } } - return -1 + return -1; } var nonASCIIwhitespace = /[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/; @@ -271,28 +383,40 @@ var hasOwnProperty = ref.hasOwnProperty; var toString = ref.toString; - var hasOwn = Object.hasOwn || (function (obj, propName) { return ( - hasOwnProperty.call(obj, propName) - ); }); + var hasOwn = + Object.hasOwn || + function (obj, propName) { + return hasOwnProperty.call(obj, propName); + }; - var isArray = Array.isArray || (function (obj) { return ( - toString.call(obj) === "[object Array]" - ); }); + var isArray = + Array.isArray || + function (obj) { + return toString.call(obj) === '[object Array]'; + }; var regexpCache = Object.create(null); function wordsRegexp(words) { - return regexpCache[words] || (regexpCache[words] = new RegExp("^(?:" + words.replace(/ /g, "|") + ")$")) + return ( + regexpCache[words] || + (regexpCache[words] = new RegExp( + '^(?:' + words.replace(/ /g, '|') + ')$' + )) + ); } function codePointToString(code) { // UTF-16 Decoding - if (code <= 0xFFFF) { return String.fromCharCode(code) } + if (code <= 0xffff) { + return String.fromCharCode(code); + } code -= 0x10000; - return String.fromCharCode((code >> 10) + 0xD800, (code & 1023) + 0xDC00) + return String.fromCharCode((code >> 10) + 0xd800, (code & 1023) + 0xdc00); } - var loneSurrogate = /(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/; + var loneSurrogate = + /(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/; // These are used when `options.locations` is on, for the // `startLoc` and `endLoc` properties. @@ -302,14 +426,16 @@ this.column = col; }; - Position.prototype.offset = function offset (n) { - return new Position(this.line, this.column + n) + Position.prototype.offset = function offset(n) { + return new Position(this.line, this.column + n); }; var SourceLocation = function SourceLocation(p, start, end) { this.start = start; this.end = end; - if (p.sourceFile !== null) { this.source = p.sourceFile; } + if (p.sourceFile !== null) { + this.source = p.sourceFile; + } }; // The `getLineInfo` function is mostly useful when the @@ -319,9 +445,11 @@ // into. function getLineInfo(input, offset) { - for (var line = 1, cur = 0;;) { + for (var line = 1, cur = 0; ; ) { var nextBreak = nextLineBreak(input, cur, offset); - if (nextBreak < 0) { return new Position(line, offset - cur) } + if (nextBreak < 0) { + return new Position(line, offset - cur); + } ++line; cur = nextBreak; } @@ -341,7 +469,7 @@ // `sourceType` indicates the mode the code should be parsed in. // Can be either `"script"` or `"module"`. This influences global // strict mode and parsing of `import` and `export` declarations. - sourceType: "script", + sourceType: 'script', // `onInsertedSemicolon` can be a callback that will be called when // a semicolon is automatically inserted. It will be passed the // position of the inserted semicolon as an offset, and if @@ -425,7 +553,7 @@ directSourceFile: null, // When enabled, parenthesized expressions are represented by // (non-standard) ParenthesizedExpression nodes - preserveParens: false + preserveParens: false, }; // Interpret and default an options object @@ -435,93 +563,126 @@ function getOptions(opts) { var options = {}; - for (var opt in defaultOptions) - { options[opt] = opts && hasOwn(opts, opt) ? opts[opt] : defaultOptions[opt]; } + for (var opt in defaultOptions) { + options[opt] = + opts && hasOwn(opts, opt) ? opts[opt] : defaultOptions[opt]; + } - if (options.ecmaVersion === "latest") { + if (options.ecmaVersion === 'latest') { options.ecmaVersion = 1e8; } else if (options.ecmaVersion == null) { - if (!warnedAboutEcmaVersion && typeof console === "object" && console.warn) { + if ( + !warnedAboutEcmaVersion && + typeof console === 'object' && + console.warn + ) { warnedAboutEcmaVersion = true; - console.warn("Since Acorn 8.0.0, options.ecmaVersion is required.\nDefaulting to 2020, but this will stop working in the future."); + console.warn( + 'Since Acorn 8.0.0, options.ecmaVersion is required.\nDefaulting to 2020, but this will stop working in the future.' + ); } options.ecmaVersion = 11; } else if (options.ecmaVersion >= 2015) { options.ecmaVersion -= 2009; } - if (options.allowReserved == null) - { options.allowReserved = options.ecmaVersion < 5; } + if (options.allowReserved == null) { + options.allowReserved = options.ecmaVersion < 5; + } - if (!opts || opts.allowHashBang == null) - { options.allowHashBang = options.ecmaVersion >= 14; } + if (!opts || opts.allowHashBang == null) { + options.allowHashBang = options.ecmaVersion >= 14; + } if (isArray(options.onToken)) { var tokens = options.onToken; - options.onToken = function (token) { return tokens.push(token); }; + options.onToken = function (token) { + return tokens.push(token); + }; + } + if (isArray(options.onComment)) { + options.onComment = pushComment(options, options.onComment); } - if (isArray(options.onComment)) - { options.onComment = pushComment(options, options.onComment); } - return options + return options; } function pushComment(options, array) { - return function(block, text, start, end, startLoc, endLoc) { + return function (block, text, start, end, startLoc, endLoc) { var comment = { - type: block ? "Block" : "Line", + type: block ? 'Block' : 'Line', value: text, start: start, - end: end + end: end, }; - if (options.locations) - { comment.loc = new SourceLocation(this, startLoc, endLoc); } - if (options.ranges) - { comment.range = [start, end]; } + if (options.locations) { + comment.loc = new SourceLocation(this, startLoc, endLoc); + } + if (options.ranges) { + comment.range = [start, end]; + } array.push(comment); - } + }; } // Each scope gets a bitset that may contain these flags - var - SCOPE_TOP = 1, - SCOPE_FUNCTION = 2, - SCOPE_ASYNC = 4, - SCOPE_GENERATOR = 8, - SCOPE_ARROW = 16, - SCOPE_SIMPLE_CATCH = 32, - SCOPE_SUPER = 64, - SCOPE_DIRECT_SUPER = 128, - SCOPE_CLASS_STATIC_BLOCK = 256, - SCOPE_CLASS_FIELD_INIT = 512, - SCOPE_VAR = SCOPE_TOP | SCOPE_FUNCTION | SCOPE_CLASS_STATIC_BLOCK; + var SCOPE_TOP = 1, + SCOPE_FUNCTION = 2, + SCOPE_ASYNC = 4, + SCOPE_GENERATOR = 8, + SCOPE_ARROW = 16, + SCOPE_SIMPLE_CATCH = 32, + SCOPE_SUPER = 64, + SCOPE_DIRECT_SUPER = 128, + SCOPE_CLASS_STATIC_BLOCK = 256, + SCOPE_CLASS_FIELD_INIT = 512, + SCOPE_VAR = SCOPE_TOP | SCOPE_FUNCTION | SCOPE_CLASS_STATIC_BLOCK; function functionFlags(async, generator) { - return SCOPE_FUNCTION | (async ? SCOPE_ASYNC : 0) | (generator ? SCOPE_GENERATOR : 0) + return ( + SCOPE_FUNCTION | + (async ? SCOPE_ASYNC : 0) | + (generator ? SCOPE_GENERATOR : 0) + ); } // Used in checkLVal* and declareName to determine the type of a binding - var - BIND_NONE = 0, // Not a binding - BIND_VAR = 1, // Var-style binding - BIND_LEXICAL = 2, // Let- or const-style binding - BIND_FUNCTION = 3, // Function declaration - BIND_SIMPLE_CATCH = 4, // Simple (identifier pattern) catch binding - BIND_OUTSIDE = 5; // Special case for function names as bound inside the function + var BIND_NONE = 0, // Not a binding + BIND_VAR = 1, // Var-style binding + BIND_LEXICAL = 2, // Let- or const-style binding + BIND_FUNCTION = 3, // Function declaration + BIND_SIMPLE_CATCH = 4, // Simple (identifier pattern) catch binding + BIND_OUTSIDE = 5; // Special case for function names as bound inside the function var Parser = function Parser(options, input, startPos) { this.options = options = getOptions(options); this.sourceFile = options.sourceFile; - this.keywords = wordsRegexp(keywords$1[options.ecmaVersion >= 6 ? 6 : options.sourceType === "module" ? "5module" : 5]); - var reserved = ""; + this.keywords = wordsRegexp( + keywords$1[ + options.ecmaVersion >= 6 ? 6 + : options.sourceType === 'module' ? '5module' + : 5 + ] + ); + var reserved = ''; if (options.allowReserved !== true) { - reserved = reservedWords[options.ecmaVersion >= 6 ? 6 : options.ecmaVersion === 5 ? 5 : 3]; - if (options.sourceType === "module") { reserved += " await"; } + reserved = + reservedWords[ + options.ecmaVersion >= 6 ? 6 + : options.ecmaVersion === 5 ? 5 + : 3 + ]; + if (options.sourceType === 'module') { + reserved += ' await'; + } } this.reservedWords = wordsRegexp(reserved); - var reservedStrict = (reserved ? reserved + " " : "") + reservedWords.strict; + var reservedStrict = + (reserved ? reserved + ' ' : '') + reservedWords.strict; this.reservedWordsStrict = wordsRegexp(reservedStrict); - this.reservedWordsStrictBind = wordsRegexp(reservedStrict + " " + reservedWords.strictBind); + this.reservedWordsStrictBind = wordsRegexp( + reservedStrict + ' ' + reservedWords.strictBind + ); this.input = String(input); // Used to signal to callers of `readWord1` whether the word @@ -534,8 +695,10 @@ // The current position of the tokenizer in the input. if (startPos) { this.pos = startPos; - this.lineStart = this.input.lastIndexOf("\n", startPos - 1) + 1; - this.curLine = this.input.slice(0, this.lineStart).split(lineBreak).length; + this.lineStart = this.input.lastIndexOf('\n', startPos - 1) + 1; + this.curLine = this.input + .slice(0, this.lineStart) + .split(lineBreak).length; } else { this.pos = this.lineStart = 0; this.curLine = 1; @@ -563,7 +726,7 @@ this.exprAllowed = true; // Figure out if it's a module code. - this.inModule = options.sourceType === "module"; + this.inModule = options.sourceType === 'module'; this.strict = this.inModule || this.strictDirective(this.pos); // Used to signify the start of a potential arrow function @@ -578,8 +741,13 @@ this.undefinedExports = Object.create(null); // If enabled, skip leading hashbang line. - if (this.pos === 0 && options.allowHashBang && this.input.slice(0, 2) === "#!") - { this.skipLineComment(2); } + if ( + this.pos === 0 && + options.allowHashBang && + this.input.slice(0, 2) === '#!' + ) { + this.skipLineComment(2); + } // Scope tracking for duplicate variable names (see scope.js) this.scopeStack = []; @@ -594,227 +762,312 @@ this.privateNameStack = []; }; - var prototypeAccessors = { inFunction: { configurable: true },inGenerator: { configurable: true },inAsync: { configurable: true },canAwait: { configurable: true },allowSuper: { configurable: true },allowDirectSuper: { configurable: true },treatFunctionsAsVar: { configurable: true },allowNewDotTarget: { configurable: true },inClassStaticBlock: { configurable: true } }; - - Parser.prototype.parse = function parse () { - var node = this.options.program || this.startNode(); - this.nextToken(); - return this.parseTopLevel(node) + var prototypeAccessors = { + inFunction: { configurable: true }, + inGenerator: { configurable: true }, + inAsync: { configurable: true }, + canAwait: { configurable: true }, + allowSuper: { configurable: true }, + allowDirectSuper: { configurable: true }, + treatFunctionsAsVar: { configurable: true }, + allowNewDotTarget: { configurable: true }, + inClassStaticBlock: { configurable: true }, }; - prototypeAccessors.inFunction.get = function () { return (this.currentVarScope().flags & SCOPE_FUNCTION) > 0 }; + Parser.prototype.parse = function parse() { + var node = this.options.program || this.startNode(); + this.nextToken(); + return this.parseTopLevel(node); + }; - prototypeAccessors.inGenerator.get = function () { return (this.currentVarScope().flags & SCOPE_GENERATOR) > 0 }; + prototypeAccessors.inFunction.get = function () { + return (this.currentVarScope().flags & SCOPE_FUNCTION) > 0; + }; - prototypeAccessors.inAsync.get = function () { return (this.currentVarScope().flags & SCOPE_ASYNC) > 0 }; + prototypeAccessors.inGenerator.get = function () { + return (this.currentVarScope().flags & SCOPE_GENERATOR) > 0; + }; + + prototypeAccessors.inAsync.get = function () { + return (this.currentVarScope().flags & SCOPE_ASYNC) > 0; + }; prototypeAccessors.canAwait.get = function () { for (var i = this.scopeStack.length - 1; i >= 0; i--) { var ref = this.scopeStack[i]; - var flags = ref.flags; - if (flags & (SCOPE_CLASS_STATIC_BLOCK | SCOPE_CLASS_FIELD_INIT)) { return false } - if (flags & SCOPE_FUNCTION) { return (flags & SCOPE_ASYNC) > 0 } + var flags = ref.flags; + if (flags & (SCOPE_CLASS_STATIC_BLOCK | SCOPE_CLASS_FIELD_INIT)) { + return false; + } + if (flags & SCOPE_FUNCTION) { + return (flags & SCOPE_ASYNC) > 0; + } } - return (this.inModule && this.options.ecmaVersion >= 13) || this.options.allowAwaitOutsideFunction + return ( + (this.inModule && this.options.ecmaVersion >= 13) || + this.options.allowAwaitOutsideFunction + ); }; prototypeAccessors.allowSuper.get = function () { var ref = this.currentThisScope(); - var flags = ref.flags; - return (flags & SCOPE_SUPER) > 0 || this.options.allowSuperOutsideMethod + var flags = ref.flags; + return (flags & SCOPE_SUPER) > 0 || this.options.allowSuperOutsideMethod; }; - prototypeAccessors.allowDirectSuper.get = function () { return (this.currentThisScope().flags & SCOPE_DIRECT_SUPER) > 0 }; + prototypeAccessors.allowDirectSuper.get = function () { + return (this.currentThisScope().flags & SCOPE_DIRECT_SUPER) > 0; + }; - prototypeAccessors.treatFunctionsAsVar.get = function () { return this.treatFunctionsAsVarInScope(this.currentScope()) }; + prototypeAccessors.treatFunctionsAsVar.get = function () { + return this.treatFunctionsAsVarInScope(this.currentScope()); + }; prototypeAccessors.allowNewDotTarget.get = function () { for (var i = this.scopeStack.length - 1; i >= 0; i--) { var ref = this.scopeStack[i]; - var flags = ref.flags; - if (flags & (SCOPE_CLASS_STATIC_BLOCK | SCOPE_CLASS_FIELD_INIT) || - ((flags & SCOPE_FUNCTION) && !(flags & SCOPE_ARROW))) { return true } + var flags = ref.flags; + if ( + flags & (SCOPE_CLASS_STATIC_BLOCK | SCOPE_CLASS_FIELD_INIT) || + (flags & SCOPE_FUNCTION && !(flags & SCOPE_ARROW)) + ) { + return true; + } } - return false + return false; }; prototypeAccessors.inClassStaticBlock.get = function () { - return (this.currentVarScope().flags & SCOPE_CLASS_STATIC_BLOCK) > 0 + return (this.currentVarScope().flags & SCOPE_CLASS_STATIC_BLOCK) > 0; }; - Parser.extend = function extend () { - var plugins = [], len = arguments.length; - while ( len-- ) plugins[ len ] = arguments[ len ]; + Parser.extend = function extend() { + var plugins = [], + len = arguments.length; + while (len--) plugins[len] = arguments[len]; var cls = this; - for (var i = 0; i < plugins.length; i++) { cls = plugins[i](cls); } - return cls + for (var i = 0; i < plugins.length; i++) { + cls = plugins[i](cls); + } + return cls; }; - Parser.parse = function parse (input, options) { - return new this(options, input).parse() + Parser.parse = function parse(input, options) { + return new this(options, input).parse(); }; - Parser.parseExpressionAt = function parseExpressionAt (input, pos, options) { + Parser.parseExpressionAt = function parseExpressionAt(input, pos, options) { var parser = new this(options, input, pos); parser.nextToken(); - return parser.parseExpression() + return parser.parseExpression(); }; - Parser.tokenizer = function tokenizer (input, options) { - return new this(options, input) + Parser.tokenizer = function tokenizer(input, options) { + return new this(options, input); }; - Object.defineProperties( Parser.prototype, prototypeAccessors ); + Object.defineProperties(Parser.prototype, prototypeAccessors); var pp$9 = Parser.prototype; // ## Parser utilities var literal = /^(?:'((?:\\[^]|[^'\\])*?)'|"((?:\\[^]|[^"\\])*?)")/; - pp$9.strictDirective = function(start) { - if (this.options.ecmaVersion < 5) { return false } + pp$9.strictDirective = function (start) { + if (this.options.ecmaVersion < 5) { + return false; + } for (;;) { // Try to find string literal. skipWhiteSpace.lastIndex = start; start += skipWhiteSpace.exec(this.input)[0].length; var match = literal.exec(this.input.slice(start)); - if (!match) { return false } - if ((match[1] || match[2]) === "use strict") { + if (!match) { + return false; + } + if ((match[1] || match[2]) === 'use strict') { skipWhiteSpace.lastIndex = start + match[0].length; - var spaceAfter = skipWhiteSpace.exec(this.input), end = spaceAfter.index + spaceAfter[0].length; + var spaceAfter = skipWhiteSpace.exec(this.input), + end = spaceAfter.index + spaceAfter[0].length; var next = this.input.charAt(end); - return next === ";" || next === "}" || + return ( + next === ';' || + next === '}' || (lineBreak.test(spaceAfter[0]) && - !(/[(`.[+\-/*%<>=,?^&]/.test(next) || next === "!" && this.input.charAt(end + 1) === "=")) + !( + /[(`.[+\-/*%<>=,?^&]/.test(next) || + (next === '!' && this.input.charAt(end + 1) === '=') + )) + ); } start += match[0].length; // Skip semicolon, if any. skipWhiteSpace.lastIndex = start; start += skipWhiteSpace.exec(this.input)[0].length; - if (this.input[start] === ";") - { start++; } + if (this.input[start] === ';') { + start++; + } } }; // Predicate that tests whether the next token is of the given // type, and if yes, consumes it as a side effect. - pp$9.eat = function(type) { + pp$9.eat = function (type) { if (this.type === type) { this.next(); - return true + return true; } else { - return false + return false; } }; // Tests whether parsed token is a contextual keyword. - pp$9.isContextual = function(name) { - return this.type === types$1.name && this.value === name && !this.containsEsc + pp$9.isContextual = function (name) { + return ( + this.type === types$1.name && this.value === name && !this.containsEsc + ); }; // Consumes contextual keyword if possible. - pp$9.eatContextual = function(name) { - if (!this.isContextual(name)) { return false } + pp$9.eatContextual = function (name) { + if (!this.isContextual(name)) { + return false; + } this.next(); - return true + return true; }; // Asserts that following token is given contextual keyword. - pp$9.expectContextual = function(name) { - if (!this.eatContextual(name)) { this.unexpected(); } + pp$9.expectContextual = function (name) { + if (!this.eatContextual(name)) { + this.unexpected(); + } }; // Test whether a semicolon can be inserted at the current position. - pp$9.canInsertSemicolon = function() { - return this.type === types$1.eof || + pp$9.canInsertSemicolon = function () { + return ( + this.type === types$1.eof || this.type === types$1.braceR || lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) + ); }; - pp$9.insertSemicolon = function() { + pp$9.insertSemicolon = function () { if (this.canInsertSemicolon()) { - if (this.options.onInsertedSemicolon) - { this.options.onInsertedSemicolon(this.lastTokEnd, this.lastTokEndLoc); } - return true + if (this.options.onInsertedSemicolon) { + this.options.onInsertedSemicolon(this.lastTokEnd, this.lastTokEndLoc); + } + return true; } }; // Consume a semicolon, or, failing that, see if we are allowed to // pretend that there is a semicolon at this position. - pp$9.semicolon = function() { - if (!this.eat(types$1.semi) && !this.insertSemicolon()) { this.unexpected(); } + pp$9.semicolon = function () { + if (!this.eat(types$1.semi) && !this.insertSemicolon()) { + this.unexpected(); + } }; - pp$9.afterTrailingComma = function(tokType, notNext) { + pp$9.afterTrailingComma = function (tokType, notNext) { if (this.type === tokType) { - if (this.options.onTrailingComma) - { this.options.onTrailingComma(this.lastTokStart, this.lastTokStartLoc); } - if (!notNext) - { this.next(); } - return true + if (this.options.onTrailingComma) { + this.options.onTrailingComma(this.lastTokStart, this.lastTokStartLoc); + } + if (!notNext) { + this.next(); + } + return true; } }; // Expect a token of a given type. If found, consume it, otherwise, // raise an unexpected token error. - pp$9.expect = function(type) { + pp$9.expect = function (type) { this.eat(type) || this.unexpected(); }; // Raise an unexpected token error. - pp$9.unexpected = function(pos) { - this.raise(pos != null ? pos : this.start, "Unexpected token"); + pp$9.unexpected = function (pos) { + this.raise(pos != null ? pos : this.start, 'Unexpected token'); }; var DestructuringErrors = function DestructuringErrors() { this.shorthandAssign = - this.trailingComma = - this.parenthesizedAssign = - this.parenthesizedBind = - this.doubleProto = - -1; + this.trailingComma = + this.parenthesizedAssign = + this.parenthesizedBind = + this.doubleProto = + -1; }; - pp$9.checkPatternErrors = function(refDestructuringErrors, isAssign) { - if (!refDestructuringErrors) { return } - if (refDestructuringErrors.trailingComma > -1) - { this.raiseRecoverable(refDestructuringErrors.trailingComma, "Comma is not permitted after the rest element"); } - var parens = isAssign ? refDestructuringErrors.parenthesizedAssign : refDestructuringErrors.parenthesizedBind; - if (parens > -1) { this.raiseRecoverable(parens, isAssign ? "Assigning to rvalue" : "Parenthesized pattern"); } + pp$9.checkPatternErrors = function (refDestructuringErrors, isAssign) { + if (!refDestructuringErrors) { + return; + } + if (refDestructuringErrors.trailingComma > -1) { + this.raiseRecoverable( + refDestructuringErrors.trailingComma, + 'Comma is not permitted after the rest element' + ); + } + var parens = + isAssign ? + refDestructuringErrors.parenthesizedAssign + : refDestructuringErrors.parenthesizedBind; + if (parens > -1) { + this.raiseRecoverable( + parens, + isAssign ? 'Assigning to rvalue' : 'Parenthesized pattern' + ); + } }; - pp$9.checkExpressionErrors = function(refDestructuringErrors, andThrow) { - if (!refDestructuringErrors) { return false } + pp$9.checkExpressionErrors = function (refDestructuringErrors, andThrow) { + if (!refDestructuringErrors) { + return false; + } var shorthandAssign = refDestructuringErrors.shorthandAssign; var doubleProto = refDestructuringErrors.doubleProto; - if (!andThrow) { return shorthandAssign >= 0 || doubleProto >= 0 } - if (shorthandAssign >= 0) - { this.raise(shorthandAssign, "Shorthand property assignments are valid only in destructuring patterns"); } - if (doubleProto >= 0) - { this.raiseRecoverable(doubleProto, "Redefinition of __proto__ property"); } + if (!andThrow) { + return shorthandAssign >= 0 || doubleProto >= 0; + } + if (shorthandAssign >= 0) { + this.raise( + shorthandAssign, + 'Shorthand property assignments are valid only in destructuring patterns' + ); + } + if (doubleProto >= 0) { + this.raiseRecoverable(doubleProto, 'Redefinition of __proto__ property'); + } }; - pp$9.checkYieldAwaitInDefaultParams = function() { - if (this.yieldPos && (!this.awaitPos || this.yieldPos < this.awaitPos)) - { this.raise(this.yieldPos, "Yield expression cannot be a default value"); } - if (this.awaitPos) - { this.raise(this.awaitPos, "Await expression cannot be a default value"); } + pp$9.checkYieldAwaitInDefaultParams = function () { + if (this.yieldPos && (!this.awaitPos || this.yieldPos < this.awaitPos)) { + this.raise(this.yieldPos, 'Yield expression cannot be a default value'); + } + if (this.awaitPos) { + this.raise(this.awaitPos, 'Await expression cannot be a default value'); + } }; - pp$9.isSimpleAssignTarget = function(expr) { - if (expr.type === "ParenthesizedExpression") - { return this.isSimpleAssignTarget(expr.expression) } - return expr.type === "Identifier" || expr.type === "MemberExpression" + pp$9.isSimpleAssignTarget = function (expr) { + if (expr.type === 'ParenthesizedExpression') { + return this.isSimpleAssignTarget(expr.expression); + } + return expr.type === 'Identifier' || expr.type === 'MemberExpression'; }; var pp$8 = Parser.prototype; @@ -826,65 +1079,97 @@ // `program` argument. If present, the statements will be appended // to its body instead of creating a new node. - pp$8.parseTopLevel = function(node) { + pp$8.parseTopLevel = function (node) { var exports = Object.create(null); - if (!node.body) { node.body = []; } + if (!node.body) { + node.body = []; + } while (this.type !== types$1.eof) { var stmt = this.parseStatement(null, true, exports); node.body.push(stmt); } - if (this.inModule) - { for (var i = 0, list = Object.keys(this.undefinedExports); i < list.length; i += 1) - { - var name = list[i]; + if (this.inModule) { + for ( + var i = 0, list = Object.keys(this.undefinedExports); + i < list.length; + i += 1 + ) { + var name = list[i]; - this.raiseRecoverable(this.undefinedExports[name].start, ("Export '" + name + "' is not defined")); - } } + this.raiseRecoverable( + this.undefinedExports[name].start, + "Export '" + name + "' is not defined" + ); + } + } this.adaptDirectivePrologue(node.body); this.next(); node.sourceType = this.options.sourceType; - return this.finishNode(node, "Program") + return this.finishNode(node, 'Program'); }; - var loopLabel = {kind: "loop"}, switchLabel = {kind: "switch"}; + var loopLabel = { kind: 'loop' }, + switchLabel = { kind: 'switch' }; - pp$8.isLet = function(context) { - if (this.options.ecmaVersion < 6 || !this.isContextual("let")) { return false } + pp$8.isLet = function (context) { + if (this.options.ecmaVersion < 6 || !this.isContextual('let')) { + return false; + } skipWhiteSpace.lastIndex = this.pos; var skip = skipWhiteSpace.exec(this.input); - var next = this.pos + skip[0].length, nextCh = this.input.charCodeAt(next); + var next = this.pos + skip[0].length, + nextCh = this.input.charCodeAt(next); // For ambiguous cases, determine if a LexicalDeclaration (or only a // Statement) is allowed here. If context is not empty then only a Statement // is allowed. However, `let [` is an explicit negative lookahead for // ExpressionStatement, so special-case it first. - if (nextCh === 91 || nextCh === 92) { return true } // '[', '\' - if (context) { return false } + if (nextCh === 91 || nextCh === 92) { + return true; + } // '[', '\' + if (context) { + return false; + } - if (nextCh === 123 || nextCh > 0xd7ff && nextCh < 0xdc00) { return true } // '{', astral + if (nextCh === 123 || (nextCh > 0xd7ff && nextCh < 0xdc00)) { + return true; + } // '{', astral if (isIdentifierStart(nextCh, true)) { var pos = next + 1; - while (isIdentifierChar(nextCh = this.input.charCodeAt(pos), true)) { ++pos; } - if (nextCh === 92 || nextCh > 0xd7ff && nextCh < 0xdc00) { return true } + while (isIdentifierChar((nextCh = this.input.charCodeAt(pos)), true)) { + ++pos; + } + if (nextCh === 92 || (nextCh > 0xd7ff && nextCh < 0xdc00)) { + return true; + } var ident = this.input.slice(next, pos); - if (!keywordRelationalOperator.test(ident)) { return true } + if (!keywordRelationalOperator.test(ident)) { + return true; + } } - return false + return false; }; // check 'async [no LineTerminator here] function' // - 'async /*foo*/ function' is OK. // - 'async /*\n*/ function' is invalid. - pp$8.isAsyncFunction = function() { - if (this.options.ecmaVersion < 8 || !this.isContextual("async")) - { return false } + pp$8.isAsyncFunction = function () { + if (this.options.ecmaVersion < 8 || !this.isContextual('async')) { + return false; + } skipWhiteSpace.lastIndex = this.pos; var skip = skipWhiteSpace.exec(this.input); - var next = this.pos + skip[0].length, after; - return !lineBreak.test(this.input.slice(this.pos, next)) && - this.input.slice(next, next + 8) === "function" && + var next = this.pos + skip[0].length, + after; + return ( + !lineBreak.test(this.input.slice(this.pos, next)) && + this.input.slice(next, next + 8) === 'function' && (next + 8 === this.input.length || - !(isIdentifierChar(after = this.input.charCodeAt(next + 8)) || after > 0xd7ff && after < 0xdc00)) + !( + isIdentifierChar((after = this.input.charCodeAt(next + 8))) || + (after > 0xd7ff && after < 0xdc00) + )) + ); }; // Parse a single statement. @@ -894,12 +1179,14 @@ // `if (foo) /blah/.exec(foo)`, where looking at the previous token // does not help. - pp$8.parseStatement = function(context, topLevel, exports) { - var starttype = this.type, node = this.startNode(), kind; + pp$8.parseStatement = function (context, topLevel, exports) { + var starttype = this.type, + node = this.startNode(), + kind; if (this.isLet(context)) { starttype = types$1._var; - kind = "let"; + kind = 'let'; } // Most types of statements are recognized by the keyword they @@ -907,75 +1194,124 @@ // complexity. switch (starttype) { - case types$1._break: case types$1._continue: return this.parseBreakContinueStatement(node, starttype.keyword) - case types$1._debugger: return this.parseDebuggerStatement(node) - case types$1._do: return this.parseDoStatement(node) - case types$1._for: return this.parseForStatement(node) - case types$1._function: - // Function as sole body of either an if statement or a labeled statement - // works, but not when it is part of a labeled statement that is the sole - // body of an if statement. - if ((context && (this.strict || context !== "if" && context !== "label")) && this.options.ecmaVersion >= 6) { this.unexpected(); } - return this.parseFunctionStatement(node, false, !context) - case types$1._class: - if (context) { this.unexpected(); } - return this.parseClass(node, true) - case types$1._if: return this.parseIfStatement(node) - case types$1._return: return this.parseReturnStatement(node) - case types$1._switch: return this.parseSwitchStatement(node) - case types$1._throw: return this.parseThrowStatement(node) - case types$1._try: return this.parseTryStatement(node) - case types$1._const: case types$1._var: - kind = kind || this.value; - if (context && kind !== "var") { this.unexpected(); } - return this.parseVarStatement(node, kind) - case types$1._while: return this.parseWhileStatement(node) - case types$1._with: return this.parseWithStatement(node) - case types$1.braceL: return this.parseBlock(true, node) - case types$1.semi: return this.parseEmptyStatement(node) - case types$1._export: - case types$1._import: - if (this.options.ecmaVersion > 10 && starttype === types$1._import) { - skipWhiteSpace.lastIndex = this.pos; - var skip = skipWhiteSpace.exec(this.input); - var next = this.pos + skip[0].length, nextCh = this.input.charCodeAt(next); - if (nextCh === 40 || nextCh === 46) // '(' or '.' - { return this.parseExpressionStatement(node, this.parseExpression()) } - } + case types$1._break: + case types$1._continue: + return this.parseBreakContinueStatement(node, starttype.keyword); + case types$1._debugger: + return this.parseDebuggerStatement(node); + case types$1._do: + return this.parseDoStatement(node); + case types$1._for: + return this.parseForStatement(node); + case types$1._function: + // Function as sole body of either an if statement or a labeled statement + // works, but not when it is part of a labeled statement that is the sole + // body of an if statement. + if ( + context && + (this.strict || (context !== 'if' && context !== 'label')) && + this.options.ecmaVersion >= 6 + ) { + this.unexpected(); + } + return this.parseFunctionStatement(node, false, !context); + case types$1._class: + if (context) { + this.unexpected(); + } + return this.parseClass(node, true); + case types$1._if: + return this.parseIfStatement(node); + case types$1._return: + return this.parseReturnStatement(node); + case types$1._switch: + return this.parseSwitchStatement(node); + case types$1._throw: + return this.parseThrowStatement(node); + case types$1._try: + return this.parseTryStatement(node); + case types$1._const: + case types$1._var: + kind = kind || this.value; + if (context && kind !== 'var') { + this.unexpected(); + } + return this.parseVarStatement(node, kind); + case types$1._while: + return this.parseWhileStatement(node); + case types$1._with: + return this.parseWithStatement(node); + case types$1.braceL: + return this.parseBlock(true, node); + case types$1.semi: + return this.parseEmptyStatement(node); + case types$1._export: + case types$1._import: + if (this.options.ecmaVersion > 10 && starttype === types$1._import) { + skipWhiteSpace.lastIndex = this.pos; + var skip = skipWhiteSpace.exec(this.input); + var next = this.pos + skip[0].length, + nextCh = this.input.charCodeAt(next); + if (nextCh === 40 || nextCh === 46) { + // '(' or '.' + return this.parseExpressionStatement(node, this.parseExpression()); + } + } - if (!this.options.allowImportExportEverywhere) { - if (!topLevel) - { this.raise(this.start, "'import' and 'export' may only appear at the top level"); } - if (!this.inModule) - { this.raise(this.start, "'import' and 'export' may appear only with 'sourceType: module'"); } - } - return starttype === types$1._import ? this.parseImport(node) : this.parseExport(node, exports) + if (!this.options.allowImportExportEverywhere) { + if (!topLevel) { + this.raise( + this.start, + "'import' and 'export' may only appear at the top level" + ); + } + if (!this.inModule) { + this.raise( + this.start, + "'import' and 'export' may appear only with 'sourceType: module'" + ); + } + } + return starttype === types$1._import ? + this.parseImport(node) + : this.parseExport(node, exports); // If the statement does not start with a statement keyword or a // brace, it's an ExpressionStatement or LabeledStatement. We // simply start parsing an expression, and afterwards, if the // next token is a colon and the expression was a simple // Identifier node, we switch to interpreting it as a label. - default: - if (this.isAsyncFunction()) { - if (context) { this.unexpected(); } - this.next(); - return this.parseFunctionStatement(node, true, !context) - } + default: + if (this.isAsyncFunction()) { + if (context) { + this.unexpected(); + } + this.next(); + return this.parseFunctionStatement(node, true, !context); + } - var maybeName = this.value, expr = this.parseExpression(); - if (starttype === types$1.name && expr.type === "Identifier" && this.eat(types$1.colon)) - { return this.parseLabeledStatement(node, maybeName, expr, context) } - else { return this.parseExpressionStatement(node, expr) } + var maybeName = this.value, + expr = this.parseExpression(); + if ( + starttype === types$1.name && + expr.type === 'Identifier' && + this.eat(types$1.colon) + ) { + return this.parseLabeledStatement(node, maybeName, expr, context); + } else { + return this.parseExpressionStatement(node, expr); + } } }; - pp$8.parseBreakContinueStatement = function(node, keyword) { - var isBreak = keyword === "break"; + pp$8.parseBreakContinueStatement = function (node, keyword) { + var isBreak = keyword === 'break'; this.next(); - if (this.eat(types$1.semi) || this.insertSemicolon()) { node.label = null; } - else if (this.type !== types$1.name) { this.unexpected(); } - else { + if (this.eat(types$1.semi) || this.insertSemicolon()) { + node.label = null; + } else if (this.type !== types$1.name) { + this.unexpected(); + } else { node.label = this.parseIdent(); this.semicolon(); } @@ -986,32 +1322,42 @@ for (; i < this.labels.length; ++i) { var lab = this.labels[i]; if (node.label == null || lab.name === node.label.name) { - if (lab.kind != null && (isBreak || lab.kind === "loop")) { break } - if (node.label && isBreak) { break } + if (lab.kind != null && (isBreak || lab.kind === 'loop')) { + break; + } + if (node.label && isBreak) { + break; + } } } - if (i === this.labels.length) { this.raise(node.start, "Unsyntactic " + keyword); } - return this.finishNode(node, isBreak ? "BreakStatement" : "ContinueStatement") + if (i === this.labels.length) { + this.raise(node.start, 'Unsyntactic ' + keyword); + } + return this.finishNode( + node, + isBreak ? 'BreakStatement' : 'ContinueStatement' + ); }; - pp$8.parseDebuggerStatement = function(node) { + pp$8.parseDebuggerStatement = function (node) { this.next(); this.semicolon(); - return this.finishNode(node, "DebuggerStatement") + return this.finishNode(node, 'DebuggerStatement'); }; - pp$8.parseDoStatement = function(node) { + pp$8.parseDoStatement = function (node) { this.next(); this.labels.push(loopLabel); - node.body = this.parseStatement("do"); + node.body = this.parseStatement('do'); this.labels.pop(); this.expect(types$1._while); node.test = this.parseParenExpression(); - if (this.options.ecmaVersion >= 6) - { this.eat(types$1.semi); } - else - { this.semicolon(); } - return this.finishNode(node, "DoWhileStatement") + if (this.options.ecmaVersion >= 6) { + this.eat(types$1.semi); + } else { + this.semicolon(); + } + return this.finishNode(node, 'DoWhileStatement'); }; // Disambiguating between a `for` and a `for`/`in` or `for`/`of` @@ -1022,88 +1368,141 @@ // part (semicolon immediately after the opening parenthesis), it // is a regular `for` loop. - pp$8.parseForStatement = function(node) { + pp$8.parseForStatement = function (node) { this.next(); - var awaitAt = (this.options.ecmaVersion >= 9 && this.canAwait && this.eatContextual("await")) ? this.lastTokStart : -1; + var awaitAt = + ( + this.options.ecmaVersion >= 9 && + this.canAwait && + this.eatContextual('await') + ) ? + this.lastTokStart + : -1; this.labels.push(loopLabel); this.enterScope(0); this.expect(types$1.parenL); if (this.type === types$1.semi) { - if (awaitAt > -1) { this.unexpected(awaitAt); } - return this.parseFor(node, null) + if (awaitAt > -1) { + this.unexpected(awaitAt); + } + return this.parseFor(node, null); } var isLet = this.isLet(); if (this.type === types$1._var || this.type === types$1._const || isLet) { - var init$1 = this.startNode(), kind = isLet ? "let" : this.value; + var init$1 = this.startNode(), + kind = isLet ? 'let' : this.value; this.next(); this.parseVar(init$1, true, kind); - this.finishNode(init$1, "VariableDeclaration"); - if ((this.type === types$1._in || (this.options.ecmaVersion >= 6 && this.isContextual("of"))) && init$1.declarations.length === 1) { + this.finishNode(init$1, 'VariableDeclaration'); + if ( + (this.type === types$1._in || + (this.options.ecmaVersion >= 6 && this.isContextual('of'))) && + init$1.declarations.length === 1 + ) { if (this.options.ecmaVersion >= 9) { if (this.type === types$1._in) { - if (awaitAt > -1) { this.unexpected(awaitAt); } - } else { node.await = awaitAt > -1; } + if (awaitAt > -1) { + this.unexpected(awaitAt); + } + } else { + node.await = awaitAt > -1; + } } - return this.parseForIn(node, init$1) + return this.parseForIn(node, init$1); } - if (awaitAt > -1) { this.unexpected(awaitAt); } - return this.parseFor(node, init$1) + if (awaitAt > -1) { + this.unexpected(awaitAt); + } + return this.parseFor(node, init$1); } - var startsWithLet = this.isContextual("let"), isForOf = false; + var startsWithLet = this.isContextual('let'), + isForOf = false; var containsEsc = this.containsEsc; - var refDestructuringErrors = new DestructuringErrors; + var refDestructuringErrors = new DestructuringErrors(); var initPos = this.start; - var init = awaitAt > -1 - ? this.parseExprSubscripts(refDestructuringErrors, "await") + var init = + awaitAt > -1 ? + this.parseExprSubscripts(refDestructuringErrors, 'await') : this.parseExpression(true, refDestructuringErrors); - if (this.type === types$1._in || (isForOf = this.options.ecmaVersion >= 6 && this.isContextual("of"))) { - if (awaitAt > -1) { // implies `ecmaVersion >= 9` (see declaration of awaitAt) - if (this.type === types$1._in) { this.unexpected(awaitAt); } + if ( + this.type === types$1._in || + (isForOf = this.options.ecmaVersion >= 6 && this.isContextual('of')) + ) { + if (awaitAt > -1) { + // implies `ecmaVersion >= 9` (see declaration of awaitAt) + if (this.type === types$1._in) { + this.unexpected(awaitAt); + } node.await = true; } else if (isForOf && this.options.ecmaVersion >= 8) { - if (init.start === initPos && !containsEsc && init.type === "Identifier" && init.name === "async") { this.unexpected(); } - else if (this.options.ecmaVersion >= 9) { node.await = false; } + if ( + init.start === initPos && + !containsEsc && + init.type === 'Identifier' && + init.name === 'async' + ) { + this.unexpected(); + } else if (this.options.ecmaVersion >= 9) { + node.await = false; + } + } + if (startsWithLet && isForOf) { + this.raise( + init.start, + "The left-hand side of a for-of loop may not start with 'let'." + ); } - if (startsWithLet && isForOf) { this.raise(init.start, "The left-hand side of a for-of loop may not start with 'let'."); } this.toAssignable(init, false, refDestructuringErrors); this.checkLValPattern(init); - return this.parseForIn(node, init) + return this.parseForIn(node, init); } else { this.checkExpressionErrors(refDestructuringErrors, true); } - if (awaitAt > -1) { this.unexpected(awaitAt); } - return this.parseFor(node, init) + if (awaitAt > -1) { + this.unexpected(awaitAt); + } + return this.parseFor(node, init); }; - pp$8.parseFunctionStatement = function(node, isAsync, declarationPosition) { + pp$8.parseFunctionStatement = function (node, isAsync, declarationPosition) { this.next(); - return this.parseFunction(node, FUNC_STATEMENT | (declarationPosition ? 0 : FUNC_HANGING_STATEMENT), false, isAsync) + return this.parseFunction( + node, + FUNC_STATEMENT | (declarationPosition ? 0 : FUNC_HANGING_STATEMENT), + false, + isAsync + ); }; - pp$8.parseIfStatement = function(node) { + pp$8.parseIfStatement = function (node) { this.next(); node.test = this.parseParenExpression(); // allow function declarations in branches, but only in non-strict mode - node.consequent = this.parseStatement("if"); - node.alternate = this.eat(types$1._else) ? this.parseStatement("if") : null; - return this.finishNode(node, "IfStatement") + node.consequent = this.parseStatement('if'); + node.alternate = this.eat(types$1._else) ? this.parseStatement('if') : null; + return this.finishNode(node, 'IfStatement'); }; - pp$8.parseReturnStatement = function(node) { - if (!this.inFunction && !this.options.allowReturnOutsideFunction) - { this.raise(this.start, "'return' outside of function"); } + pp$8.parseReturnStatement = function (node) { + if (!this.inFunction && !this.options.allowReturnOutsideFunction) { + this.raise(this.start, "'return' outside of function"); + } this.next(); // In `return` (and `break`/`continue`), the keywords with // optional arguments, we eagerly look for a semicolon or the // possibility to insert one. - if (this.eat(types$1.semi) || this.insertSemicolon()) { node.argument = null; } - else { node.argument = this.parseExpression(); this.semicolon(); } - return this.finishNode(node, "ReturnStatement") + if (this.eat(types$1.semi) || this.insertSemicolon()) { + node.argument = null; + } else { + node.argument = this.parseExpression(); + this.semicolon(); + } + return this.finishNode(node, 'ReturnStatement'); }; - pp$8.parseSwitchStatement = function(node) { + pp$8.parseSwitchStatement = function (node) { this.next(); node.discriminant = this.parseParenExpression(); node.cases = []; @@ -1116,57 +1515,69 @@ // adding statements to. var cur; - for (var sawDefault = false; this.type !== types$1.braceR;) { + for (var sawDefault = false; this.type !== types$1.braceR; ) { if (this.type === types$1._case || this.type === types$1._default) { var isCase = this.type === types$1._case; - if (cur) { this.finishNode(cur, "SwitchCase"); } - node.cases.push(cur = this.startNode()); + if (cur) { + this.finishNode(cur, 'SwitchCase'); + } + node.cases.push((cur = this.startNode())); cur.consequent = []; this.next(); if (isCase) { cur.test = this.parseExpression(); } else { - if (sawDefault) { this.raiseRecoverable(this.lastTokStart, "Multiple default clauses"); } + if (sawDefault) { + this.raiseRecoverable( + this.lastTokStart, + 'Multiple default clauses' + ); + } sawDefault = true; cur.test = null; } this.expect(types$1.colon); } else { - if (!cur) { this.unexpected(); } + if (!cur) { + this.unexpected(); + } cur.consequent.push(this.parseStatement(null)); } } this.exitScope(); - if (cur) { this.finishNode(cur, "SwitchCase"); } + if (cur) { + this.finishNode(cur, 'SwitchCase'); + } this.next(); // Closing brace this.labels.pop(); - return this.finishNode(node, "SwitchStatement") + return this.finishNode(node, 'SwitchStatement'); }; - pp$8.parseThrowStatement = function(node) { + pp$8.parseThrowStatement = function (node) { this.next(); - if (lineBreak.test(this.input.slice(this.lastTokEnd, this.start))) - { this.raise(this.lastTokEnd, "Illegal newline after throw"); } + if (lineBreak.test(this.input.slice(this.lastTokEnd, this.start))) { + this.raise(this.lastTokEnd, 'Illegal newline after throw'); + } node.argument = this.parseExpression(); this.semicolon(); - return this.finishNode(node, "ThrowStatement") + return this.finishNode(node, 'ThrowStatement'); }; // Reused empty array added for node fields that are always empty. var empty$1 = []; - pp$8.parseCatchClauseParam = function() { + pp$8.parseCatchClauseParam = function () { var param = this.parseBindingAtom(); - var simple = param.type === "Identifier"; + var simple = param.type === 'Identifier'; this.enterScope(simple ? SCOPE_SIMPLE_CATCH : 0); this.checkLValPattern(param, simple ? BIND_SIMPLE_CATCH : BIND_LEXICAL); this.expect(types$1.parenR); - return param + return param; }; - pp$8.parseTryStatement = function(node) { + pp$8.parseTryStatement = function (node) { this.next(); node.block = this.parseBlock(); node.handler = null; @@ -1176,152 +1587,177 @@ if (this.eat(types$1.parenL)) { clause.param = this.parseCatchClauseParam(); } else { - if (this.options.ecmaVersion < 10) { this.unexpected(); } + if (this.options.ecmaVersion < 10) { + this.unexpected(); + } clause.param = null; this.enterScope(0); } clause.body = this.parseBlock(false); this.exitScope(); - node.handler = this.finishNode(clause, "CatchClause"); + node.handler = this.finishNode(clause, 'CatchClause'); } node.finalizer = this.eat(types$1._finally) ? this.parseBlock() : null; - if (!node.handler && !node.finalizer) - { this.raise(node.start, "Missing catch or finally clause"); } - return this.finishNode(node, "TryStatement") + if (!node.handler && !node.finalizer) { + this.raise(node.start, 'Missing catch or finally clause'); + } + return this.finishNode(node, 'TryStatement'); }; - pp$8.parseVarStatement = function(node, kind, allowMissingInitializer) { + pp$8.parseVarStatement = function (node, kind, allowMissingInitializer) { this.next(); this.parseVar(node, false, kind, allowMissingInitializer); this.semicolon(); - return this.finishNode(node, "VariableDeclaration") + return this.finishNode(node, 'VariableDeclaration'); }; - pp$8.parseWhileStatement = function(node) { + pp$8.parseWhileStatement = function (node) { this.next(); node.test = this.parseParenExpression(); this.labels.push(loopLabel); - node.body = this.parseStatement("while"); + node.body = this.parseStatement('while'); this.labels.pop(); - return this.finishNode(node, "WhileStatement") + return this.finishNode(node, 'WhileStatement'); }; - pp$8.parseWithStatement = function(node) { - if (this.strict) { this.raise(this.start, "'with' in strict mode"); } + pp$8.parseWithStatement = function (node) { + if (this.strict) { + this.raise(this.start, "'with' in strict mode"); + } this.next(); node.object = this.parseParenExpression(); - node.body = this.parseStatement("with"); - return this.finishNode(node, "WithStatement") + node.body = this.parseStatement('with'); + return this.finishNode(node, 'WithStatement'); }; - pp$8.parseEmptyStatement = function(node) { + pp$8.parseEmptyStatement = function (node) { this.next(); - return this.finishNode(node, "EmptyStatement") + return this.finishNode(node, 'EmptyStatement'); }; - pp$8.parseLabeledStatement = function(node, maybeName, expr, context) { - for (var i$1 = 0, list = this.labels; i$1 < list.length; i$1 += 1) - { + pp$8.parseLabeledStatement = function (node, maybeName, expr, context) { + for (var i$1 = 0, list = this.labels; i$1 < list.length; i$1 += 1) { var label = list[i$1]; - if (label.name === maybeName) - { this.raise(expr.start, "Label '" + maybeName + "' is already declared"); - } } - var kind = this.type.isLoop ? "loop" : this.type === types$1._switch ? "switch" : null; + if (label.name === maybeName) { + this.raise(expr.start, "Label '" + maybeName + "' is already declared"); + } + } + var kind = + this.type.isLoop ? 'loop' + : this.type === types$1._switch ? 'switch' + : null; for (var i = this.labels.length - 1; i >= 0; i--) { var label$1 = this.labels[i]; if (label$1.statementStart === node.start) { // Update information about previous labels on this node label$1.statementStart = this.start; label$1.kind = kind; - } else { break } + } else { + break; + } } - this.labels.push({name: maybeName, kind: kind, statementStart: this.start}); - node.body = this.parseStatement(context ? context.indexOf("label") === -1 ? context + "label" : context : "label"); + this.labels.push({ + name: maybeName, + kind: kind, + statementStart: this.start, + }); + node.body = this.parseStatement( + context ? + context.indexOf('label') === -1 ? + context + 'label' + : context + : 'label' + ); this.labels.pop(); node.label = expr; - return this.finishNode(node, "LabeledStatement") + return this.finishNode(node, 'LabeledStatement'); }; - pp$8.parseExpressionStatement = function(node, expr) { + pp$8.parseExpressionStatement = function (node, expr) { node.expression = expr; this.semicolon(); - return this.finishNode(node, "ExpressionStatement") + return this.finishNode(node, 'ExpressionStatement'); }; // Parse a semicolon-enclosed block of statements, handling `"use // strict"` declarations when `allowStrict` is true (used for // function bodies). - pp$8.parseBlock = function(createNewLexicalScope, node, exitStrict) { - if ( createNewLexicalScope === void 0 ) createNewLexicalScope = true; - if ( node === void 0 ) node = this.startNode(); + pp$8.parseBlock = function (createNewLexicalScope, node, exitStrict) { + if (createNewLexicalScope === void 0) createNewLexicalScope = true; + if (node === void 0) node = this.startNode(); node.body = []; this.expect(types$1.braceL); - if (createNewLexicalScope) { this.enterScope(0); } + if (createNewLexicalScope) { + this.enterScope(0); + } while (this.type !== types$1.braceR) { var stmt = this.parseStatement(null); node.body.push(stmt); } - if (exitStrict) { this.strict = false; } + if (exitStrict) { + this.strict = false; + } this.next(); - if (createNewLexicalScope) { this.exitScope(); } - return this.finishNode(node, "BlockStatement") + if (createNewLexicalScope) { + this.exitScope(); + } + return this.finishNode(node, 'BlockStatement'); }; // Parse a regular `for` loop. The disambiguation code in // `parseStatement` will already have parsed the init statement or // expression. - pp$8.parseFor = function(node, init) { + pp$8.parseFor = function (node, init) { node.init = init; this.expect(types$1.semi); node.test = this.type === types$1.semi ? null : this.parseExpression(); this.expect(types$1.semi); node.update = this.type === types$1.parenR ? null : this.parseExpression(); this.expect(types$1.parenR); - node.body = this.parseStatement("for"); + node.body = this.parseStatement('for'); this.exitScope(); this.labels.pop(); - return this.finishNode(node, "ForStatement") + return this.finishNode(node, 'ForStatement'); }; // Parse a `for`/`in` and `for`/`of` loop, which are almost // same from parser's perspective. - pp$8.parseForIn = function(node, init) { + pp$8.parseForIn = function (node, init) { var isForIn = this.type === types$1._in; this.next(); if ( - init.type === "VariableDeclaration" && + init.type === 'VariableDeclaration' && init.declarations[0].init != null && - ( - !isForIn || + (!isForIn || this.options.ecmaVersion < 8 || this.strict || - init.kind !== "var" || - init.declarations[0].id.type !== "Identifier" - ) + init.kind !== 'var' || + init.declarations[0].id.type !== 'Identifier') ) { this.raise( init.start, - ((isForIn ? "for-in" : "for-of") + " loop variable declaration may not have an initializer") + (isForIn ? 'for-in' : 'for-of') + + ' loop variable declaration may not have an initializer' ); } node.left = init; node.right = isForIn ? this.parseExpression() : this.parseMaybeAssign(); this.expect(types$1.parenR); - node.body = this.parseStatement("for"); + node.body = this.parseStatement('for'); this.exitScope(); this.labels.pop(); - return this.finishNode(node, isForIn ? "ForInStatement" : "ForOfStatement") + return this.finishNode(node, isForIn ? 'ForInStatement' : 'ForOfStatement'); }; // Parse a list of variable declarations. - pp$8.parseVar = function(node, isFor, kind, allowMissingInitializer) { + pp$8.parseVar = function (node, isFor, kind, allowMissingInitializer) { node.declarations = []; node.kind = kind; for (;;) { @@ -1329,58 +1765,105 @@ this.parseVarId(decl, kind); if (this.eat(types$1.eq)) { decl.init = this.parseMaybeAssign(isFor); - } else if (!allowMissingInitializer && kind === "const" && !(this.type === types$1._in || (this.options.ecmaVersion >= 6 && this.isContextual("of")))) { + } else if ( + !allowMissingInitializer && + kind === 'const' && + !( + this.type === types$1._in || + (this.options.ecmaVersion >= 6 && this.isContextual('of')) + ) + ) { this.unexpected(); - } else if (!allowMissingInitializer && decl.id.type !== "Identifier" && !(isFor && (this.type === types$1._in || this.isContextual("of")))) { - this.raise(this.lastTokEnd, "Complex binding patterns require an initialization value"); + } else if ( + !allowMissingInitializer && + decl.id.type !== 'Identifier' && + !(isFor && (this.type === types$1._in || this.isContextual('of'))) + ) { + this.raise( + this.lastTokEnd, + 'Complex binding patterns require an initialization value' + ); } else { decl.init = null; } - node.declarations.push(this.finishNode(decl, "VariableDeclarator")); - if (!this.eat(types$1.comma)) { break } + node.declarations.push(this.finishNode(decl, 'VariableDeclarator')); + if (!this.eat(types$1.comma)) { + break; + } } - return node + return node; }; - pp$8.parseVarId = function(decl, kind) { + pp$8.parseVarId = function (decl, kind) { decl.id = this.parseBindingAtom(); - this.checkLValPattern(decl.id, kind === "var" ? BIND_VAR : BIND_LEXICAL, false); + this.checkLValPattern( + decl.id, + kind === 'var' ? BIND_VAR : BIND_LEXICAL, + false + ); }; - var FUNC_STATEMENT = 1, FUNC_HANGING_STATEMENT = 2, FUNC_NULLABLE_ID = 4; + var FUNC_STATEMENT = 1, + FUNC_HANGING_STATEMENT = 2, + FUNC_NULLABLE_ID = 4; // Parse a function declaration or literal (depending on the // `statement & FUNC_STATEMENT`). // Remove `allowExpressionBody` for 7.0.0, as it is only called with false - pp$8.parseFunction = function(node, statement, allowExpressionBody, isAsync, forInit) { + pp$8.parseFunction = function ( + node, + statement, + allowExpressionBody, + isAsync, + forInit + ) { this.initFunction(node); - if (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !isAsync) { - if (this.type === types$1.star && (statement & FUNC_HANGING_STATEMENT)) - { this.unexpected(); } + if ( + this.options.ecmaVersion >= 9 || + (this.options.ecmaVersion >= 6 && !isAsync) + ) { + if (this.type === types$1.star && statement & FUNC_HANGING_STATEMENT) { + this.unexpected(); + } node.generator = this.eat(types$1.star); } - if (this.options.ecmaVersion >= 8) - { node.async = !!isAsync; } + if (this.options.ecmaVersion >= 8) { + node.async = !!isAsync; + } if (statement & FUNC_STATEMENT) { - node.id = (statement & FUNC_NULLABLE_ID) && this.type !== types$1.name ? null : this.parseIdent(); - if (node.id && !(statement & FUNC_HANGING_STATEMENT)) + node.id = + statement & FUNC_NULLABLE_ID && this.type !== types$1.name ? + null + : this.parseIdent(); + if (node.id && !(statement & FUNC_HANGING_STATEMENT)) { // If it is a regular function declaration in sloppy mode, then it is // subject to Annex B semantics (BIND_FUNCTION). Otherwise, the binding // mode depends on properties of the current scope (see // treatFunctionsAsVar). - { this.checkLValSimple(node.id, (this.strict || node.generator || node.async) ? this.treatFunctionsAsVar ? BIND_VAR : BIND_LEXICAL : BIND_FUNCTION); } + this.checkLValSimple( + node.id, + this.strict || node.generator || node.async ? + this.treatFunctionsAsVar ? + BIND_VAR + : BIND_LEXICAL + : BIND_FUNCTION + ); + } } - var oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos; + var oldYieldPos = this.yieldPos, + oldAwaitPos = this.awaitPos, + oldAwaitIdentPos = this.awaitIdentPos; this.yieldPos = 0; this.awaitPos = 0; this.awaitIdentPos = 0; this.enterScope(functionFlags(node.async, node.generator)); - if (!(statement & FUNC_STATEMENT)) - { node.id = this.type === types$1.name ? this.parseIdent() : null; } + if (!(statement & FUNC_STATEMENT)) { + node.id = this.type === types$1.name ? this.parseIdent() : null; + } this.parseFunctionParams(node); this.parseFunctionBody(node, allowExpressionBody, false, forInit); @@ -1388,19 +1871,26 @@ this.yieldPos = oldYieldPos; this.awaitPos = oldAwaitPos; this.awaitIdentPos = oldAwaitIdentPos; - return this.finishNode(node, (statement & FUNC_STATEMENT) ? "FunctionDeclaration" : "FunctionExpression") + return this.finishNode( + node, + statement & FUNC_STATEMENT ? 'FunctionDeclaration' : 'FunctionExpression' + ); }; - pp$8.parseFunctionParams = function(node) { + pp$8.parseFunctionParams = function (node) { this.expect(types$1.parenL); - node.params = this.parseBindingList(types$1.parenR, false, this.options.ecmaVersion >= 8); + node.params = this.parseBindingList( + types$1.parenR, + false, + this.options.ecmaVersion >= 8 + ); this.checkYieldAwaitInDefaultParams(); }; // Parse a class declaration or literal (depending on the // `isStatement` parameter). - pp$8.parseClass = function(node, isStatement) { + pp$8.parseClass = function (node, isStatement) { this.next(); // ecma-262 14.6 Class Definitions @@ -1419,50 +1909,73 @@ var element = this.parseClassElement(node.superClass !== null); if (element) { classBody.body.push(element); - if (element.type === "MethodDefinition" && element.kind === "constructor") { - if (hadConstructor) { this.raiseRecoverable(element.start, "Duplicate constructor in the same class"); } + if ( + element.type === 'MethodDefinition' && + element.kind === 'constructor' + ) { + if (hadConstructor) { + this.raiseRecoverable( + element.start, + 'Duplicate constructor in the same class' + ); + } hadConstructor = true; - } else if (element.key && element.key.type === "PrivateIdentifier" && isPrivateNameConflicted(privateNameMap, element)) { - this.raiseRecoverable(element.key.start, ("Identifier '#" + (element.key.name) + "' has already been declared")); + } else if ( + element.key && + element.key.type === 'PrivateIdentifier' && + isPrivateNameConflicted(privateNameMap, element) + ) { + this.raiseRecoverable( + element.key.start, + "Identifier '#" + element.key.name + "' has already been declared" + ); } } } this.strict = oldStrict; this.next(); - node.body = this.finishNode(classBody, "ClassBody"); + node.body = this.finishNode(classBody, 'ClassBody'); this.exitClassBody(); - return this.finishNode(node, isStatement ? "ClassDeclaration" : "ClassExpression") + return this.finishNode( + node, + isStatement ? 'ClassDeclaration' : 'ClassExpression' + ); }; - pp$8.parseClassElement = function(constructorAllowsSuper) { - if (this.eat(types$1.semi)) { return null } + pp$8.parseClassElement = function (constructorAllowsSuper) { + if (this.eat(types$1.semi)) { + return null; + } var ecmaVersion = this.options.ecmaVersion; var node = this.startNode(); - var keyName = ""; + var keyName = ''; var isGenerator = false; var isAsync = false; - var kind = "method"; + var kind = 'method'; var isStatic = false; - if (this.eatContextual("static")) { + if (this.eatContextual('static')) { // Parse static init block if (ecmaVersion >= 13 && this.eat(types$1.braceL)) { this.parseClassStaticBlock(node); - return node + return node; } if (this.isClassElementNameStart() || this.type === types$1.star) { isStatic = true; } else { - keyName = "static"; + keyName = 'static'; } } node.static = isStatic; - if (!keyName && ecmaVersion >= 8 && this.eatContextual("async")) { - if ((this.isClassElementNameStart() || this.type === types$1.star) && !this.canInsertSemicolon()) { + if (!keyName && ecmaVersion >= 8 && this.eatContextual('async')) { + if ( + (this.isClassElementNameStart() || this.type === types$1.star) && + !this.canInsertSemicolon() + ) { isAsync = true; } else { - keyName = "async"; + keyName = 'async'; } } if (!keyName && (ecmaVersion >= 9 || !isAsync) && this.eat(types$1.star)) { @@ -1470,7 +1983,7 @@ } if (!keyName && !isAsync && !isGenerator) { var lastValue = this.value; - if (this.eatContextual("get") || this.eatContextual("set")) { + if (this.eatContextual('get') || this.eatContextual('set')) { if (this.isClassElementNameStart()) { kind = lastValue; } else { @@ -1486,27 +1999,35 @@ node.computed = false; node.key = this.startNodeAt(this.lastTokStart, this.lastTokStartLoc); node.key.name = keyName; - this.finishNode(node.key, "Identifier"); + this.finishNode(node.key, 'Identifier'); } else { this.parseClassElementName(node); } // Parse element value - if (ecmaVersion < 13 || this.type === types$1.parenL || kind !== "method" || isGenerator || isAsync) { - var isConstructor = !node.static && checkKeyName(node, "constructor"); + if ( + ecmaVersion < 13 || + this.type === types$1.parenL || + kind !== 'method' || + isGenerator || + isAsync + ) { + var isConstructor = !node.static && checkKeyName(node, 'constructor'); var allowsDirectSuper = isConstructor && constructorAllowsSuper; // Couldn't move this check into the 'parseClassMethod' method for backward compatibility. - if (isConstructor && kind !== "method") { this.raise(node.key.start, "Constructor can't have get/set modifier"); } - node.kind = isConstructor ? "constructor" : kind; + if (isConstructor && kind !== 'method') { + this.raise(node.key.start, "Constructor can't have get/set modifier"); + } + node.kind = isConstructor ? 'constructor' : kind; this.parseClassMethod(node, isGenerator, isAsync, allowsDirectSuper); } else { this.parseClassField(node); } - return node + return node; }; - pp$8.isClassElementNameStart = function() { + pp$8.isClassElementNameStart = function () { return ( this.type === types$1.name || this.type === types$1.privateId || @@ -1514,13 +2035,16 @@ this.type === types$1.string || this.type === types$1.bracketL || this.type.keyword - ) + ); }; - pp$8.parseClassElementName = function(element) { + pp$8.parseClassElementName = function (element) { if (this.type === types$1.privateId) { - if (this.value === "constructor") { - this.raise(this.start, "Classes can't have an element named '#constructor'"); + if (this.value === 'constructor') { + this.raise( + this.start, + "Classes can't have an element named '#constructor'" + ); } element.computed = false; element.key = this.parsePrivateIdent(); @@ -1529,35 +2053,66 @@ } }; - pp$8.parseClassMethod = function(method, isGenerator, isAsync, allowsDirectSuper) { + pp$8.parseClassMethod = function ( + method, + isGenerator, + isAsync, + allowsDirectSuper + ) { // Check key and flags var key = method.key; - if (method.kind === "constructor") { - if (isGenerator) { this.raise(key.start, "Constructor can't be a generator"); } - if (isAsync) { this.raise(key.start, "Constructor can't be an async method"); } - } else if (method.static && checkKeyName(method, "prototype")) { - this.raise(key.start, "Classes may not have a static property named prototype"); + if (method.kind === 'constructor') { + if (isGenerator) { + this.raise(key.start, "Constructor can't be a generator"); + } + if (isAsync) { + this.raise(key.start, "Constructor can't be an async method"); + } + } else if (method.static && checkKeyName(method, 'prototype')) { + this.raise( + key.start, + 'Classes may not have a static property named prototype' + ); } // Parse value - var value = method.value = this.parseMethod(isGenerator, isAsync, allowsDirectSuper); + var value = (method.value = this.parseMethod( + isGenerator, + isAsync, + allowsDirectSuper + )); // Check value - if (method.kind === "get" && value.params.length !== 0) - { this.raiseRecoverable(value.start, "getter should have no params"); } - if (method.kind === "set" && value.params.length !== 1) - { this.raiseRecoverable(value.start, "setter should have exactly one param"); } - if (method.kind === "set" && value.params[0].type === "RestElement") - { this.raiseRecoverable(value.params[0].start, "Setter cannot use rest params"); } + if (method.kind === 'get' && value.params.length !== 0) { + this.raiseRecoverable(value.start, 'getter should have no params'); + } + if (method.kind === 'set' && value.params.length !== 1) { + this.raiseRecoverable( + value.start, + 'setter should have exactly one param' + ); + } + if (method.kind === 'set' && value.params[0].type === 'RestElement') { + this.raiseRecoverable( + value.params[0].start, + 'Setter cannot use rest params' + ); + } - return this.finishNode(method, "MethodDefinition") + return this.finishNode(method, 'MethodDefinition'); }; - pp$8.parseClassField = function(field) { - if (checkKeyName(field, "constructor")) { - this.raise(field.key.start, "Classes can't have a field named 'constructor'"); - } else if (field.static && checkKeyName(field, "prototype")) { - this.raise(field.key.start, "Classes can't have a static field named 'prototype'"); + pp$8.parseClassField = function (field) { + if (checkKeyName(field, 'constructor')) { + this.raise( + field.key.start, + "Classes can't have a field named 'constructor'" + ); + } else if (field.static && checkKeyName(field, 'prototype')) { + this.raise( + field.key.start, + "Classes can't have a static field named 'prototype'" + ); } if (this.eat(types$1.eq)) { @@ -1570,10 +2125,10 @@ } this.semicolon(); - return this.finishNode(field, "PropertyDefinition") + return this.finishNode(field, 'PropertyDefinition'); }; - pp$8.parseClassStaticBlock = function(node) { + pp$8.parseClassStaticBlock = function (node) { node.body = []; var oldLabels = this.labels; @@ -1587,36 +2142,41 @@ this.exitScope(); this.labels = oldLabels; - return this.finishNode(node, "StaticBlock") + return this.finishNode(node, 'StaticBlock'); }; - pp$8.parseClassId = function(node, isStatement) { + pp$8.parseClassId = function (node, isStatement) { if (this.type === types$1.name) { node.id = this.parseIdent(); - if (isStatement) - { this.checkLValSimple(node.id, BIND_LEXICAL, false); } + if (isStatement) { + this.checkLValSimple(node.id, BIND_LEXICAL, false); + } } else { - if (isStatement === true) - { this.unexpected(); } + if (isStatement === true) { + this.unexpected(); + } node.id = null; } }; - pp$8.parseClassSuper = function(node) { - node.superClass = this.eat(types$1._extends) ? this.parseExprSubscripts(null, false) : null; + pp$8.parseClassSuper = function (node) { + node.superClass = + this.eat(types$1._extends) ? this.parseExprSubscripts(null, false) : null; }; - pp$8.enterClassBody = function() { - var element = {declared: Object.create(null), used: []}; + pp$8.enterClassBody = function () { + var element = { declared: Object.create(null), used: [] }; this.privateNameStack.push(element); - return element.declared + return element.declared; }; - pp$8.exitClassBody = function() { + pp$8.exitClassBody = function () { var ref = this.privateNameStack.pop(); var declared = ref.declared; var used = ref.used; - if (!this.options.checkPrivateFields) { return } + if (!this.options.checkPrivateFields) { + return; + } var len = this.privateNameStack.length; var parent = len === 0 ? null : this.privateNameStack[len - 1]; for (var i = 0; i < used.length; ++i) { @@ -1625,7 +2185,12 @@ if (parent) { parent.used.push(id); } else { - this.raiseRecoverable(id.start, ("Private field '#" + (id.name) + "' must be declared in an enclosing class")); + this.raiseRecoverable( + id.start, + "Private field '#" + + id.name + + "' must be declared in an enclosing class" + ); } } } @@ -1635,87 +2200,105 @@ var name = element.key.name; var curr = privateNameMap[name]; - var next = "true"; - if (element.type === "MethodDefinition" && (element.kind === "get" || element.kind === "set")) { - next = (element.static ? "s" : "i") + element.kind; + var next = 'true'; + if ( + element.type === 'MethodDefinition' && + (element.kind === 'get' || element.kind === 'set') + ) { + next = (element.static ? 's' : 'i') + element.kind; } // `class { get #a(){}; static set #a(_){} }` is also conflict. if ( - curr === "iget" && next === "iset" || - curr === "iset" && next === "iget" || - curr === "sget" && next === "sset" || - curr === "sset" && next === "sget" + (curr === 'iget' && next === 'iset') || + (curr === 'iset' && next === 'iget') || + (curr === 'sget' && next === 'sset') || + (curr === 'sset' && next === 'sget') ) { - privateNameMap[name] = "true"; - return false + privateNameMap[name] = 'true'; + return false; } else if (!curr) { privateNameMap[name] = next; - return false + return false; } else { - return true + return true; } } function checkKeyName(node, name) { var computed = node.computed; var key = node.key; - return !computed && ( - key.type === "Identifier" && key.name === name || - key.type === "Literal" && key.value === name - ) + return ( + !computed && + ((key.type === 'Identifier' && key.name === name) || + (key.type === 'Literal' && key.value === name)) + ); } // Parses module export declaration. - pp$8.parseExportAllDeclaration = function(node, exports) { + pp$8.parseExportAllDeclaration = function (node, exports) { if (this.options.ecmaVersion >= 11) { - if (this.eatContextual("as")) { + if (this.eatContextual('as')) { node.exported = this.parseModuleExportName(); this.checkExport(exports, node.exported, this.lastTokStart); } else { node.exported = null; } } - this.expectContextual("from"); - if (this.type !== types$1.string) { this.unexpected(); } + this.expectContextual('from'); + if (this.type !== types$1.string) { + this.unexpected(); + } node.source = this.parseExprAtom(); - if (this.options.ecmaVersion >= 16) - { node.attributes = this.parseWithClause(); } + if (this.options.ecmaVersion >= 16) { + node.attributes = this.parseWithClause(); + } this.semicolon(); - return this.finishNode(node, "ExportAllDeclaration") + return this.finishNode(node, 'ExportAllDeclaration'); }; - pp$8.parseExport = function(node, exports) { + pp$8.parseExport = function (node, exports) { this.next(); // export * from '...' if (this.eat(types$1.star)) { - return this.parseExportAllDeclaration(node, exports) + return this.parseExportAllDeclaration(node, exports); } - if (this.eat(types$1._default)) { // export default ... - this.checkExport(exports, "default", this.lastTokStart); + if (this.eat(types$1._default)) { + // export default ... + this.checkExport(exports, 'default', this.lastTokStart); node.declaration = this.parseExportDefaultDeclaration(); - return this.finishNode(node, "ExportDefaultDeclaration") + return this.finishNode(node, 'ExportDefaultDeclaration'); } // export var|const|let|function|class ... if (this.shouldParseExportStatement()) { node.declaration = this.parseExportDeclaration(node); - if (node.declaration.type === "VariableDeclaration") - { this.checkVariableExport(exports, node.declaration.declarations); } - else - { this.checkExport(exports, node.declaration.id, node.declaration.id.start); } + if (node.declaration.type === 'VariableDeclaration') { + this.checkVariableExport(exports, node.declaration.declarations); + } else { + this.checkExport( + exports, + node.declaration.id, + node.declaration.id.start + ); + } node.specifiers = []; node.source = null; - if (this.options.ecmaVersion >= 16) - { node.attributes = []; } - } else { // export { x, y as z } [from '...'] + if (this.options.ecmaVersion >= 16) { + node.attributes = []; + } + } else { + // export { x, y as z } [from '...'] node.declaration = null; node.specifiers = this.parseExportSpecifiers(exports); - if (this.eatContextual("from")) { - if (this.type !== types$1.string) { this.unexpected(); } + if (this.eatContextual('from')) { + if (this.type !== types$1.string) { + this.unexpected(); + } node.source = this.parseExprAtom(); - if (this.options.ecmaVersion >= 16) - { node.attributes = this.parseWithClause(); } + if (this.options.ecmaVersion >= 16) { + node.attributes = this.parseWithClause(); + } } else { for (var i = 0, list = node.specifiers; i < list.length; i += 1) { // check for keywords used as local names @@ -1725,128 +2308,150 @@ // check if export is defined this.checkLocalExport(spec.local); - if (spec.local.type === "Literal") { - this.raise(spec.local.start, "A string literal cannot be used as an exported binding without `from`."); + if (spec.local.type === 'Literal') { + this.raise( + spec.local.start, + 'A string literal cannot be used as an exported binding without `from`.' + ); } } node.source = null; - if (this.options.ecmaVersion >= 16) - { node.attributes = []; } + if (this.options.ecmaVersion >= 16) { + node.attributes = []; + } } this.semicolon(); } - return this.finishNode(node, "ExportNamedDeclaration") + return this.finishNode(node, 'ExportNamedDeclaration'); }; - pp$8.parseExportDeclaration = function(node) { - return this.parseStatement(null) + pp$8.parseExportDeclaration = function (node) { + return this.parseStatement(null); }; - pp$8.parseExportDefaultDeclaration = function() { + pp$8.parseExportDefaultDeclaration = function () { var isAsync; if (this.type === types$1._function || (isAsync = this.isAsyncFunction())) { var fNode = this.startNode(); this.next(); - if (isAsync) { this.next(); } - return this.parseFunction(fNode, FUNC_STATEMENT | FUNC_NULLABLE_ID, false, isAsync) + if (isAsync) { + this.next(); + } + return this.parseFunction( + fNode, + FUNC_STATEMENT | FUNC_NULLABLE_ID, + false, + isAsync + ); } else if (this.type === types$1._class) { var cNode = this.startNode(); - return this.parseClass(cNode, "nullableID") + return this.parseClass(cNode, 'nullableID'); } else { var declaration = this.parseMaybeAssign(); this.semicolon(); - return declaration + return declaration; } }; - pp$8.checkExport = function(exports, name, pos) { - if (!exports) { return } - if (typeof name !== "string") - { name = name.type === "Identifier" ? name.name : name.value; } - if (hasOwn(exports, name)) - { this.raiseRecoverable(pos, "Duplicate export '" + name + "'"); } + pp$8.checkExport = function (exports, name, pos) { + if (!exports) { + return; + } + if (typeof name !== 'string') { + name = name.type === 'Identifier' ? name.name : name.value; + } + if (hasOwn(exports, name)) { + this.raiseRecoverable(pos, "Duplicate export '" + name + "'"); + } exports[name] = true; }; - pp$8.checkPatternExport = function(exports, pat) { + pp$8.checkPatternExport = function (exports, pat) { var type = pat.type; - if (type === "Identifier") - { this.checkExport(exports, pat, pat.start); } - else if (type === "ObjectPattern") - { for (var i = 0, list = pat.properties; i < list.length; i += 1) - { - var prop = list[i]; + if (type === 'Identifier') { + this.checkExport(exports, pat, pat.start); + } else if (type === 'ObjectPattern') { + for (var i = 0, list = pat.properties; i < list.length; i += 1) { + var prop = list[i]; - this.checkPatternExport(exports, prop); - } } - else if (type === "ArrayPattern") - { for (var i$1 = 0, list$1 = pat.elements; i$1 < list$1.length; i$1 += 1) { + this.checkPatternExport(exports, prop); + } + } else if (type === 'ArrayPattern') { + for (var i$1 = 0, list$1 = pat.elements; i$1 < list$1.length; i$1 += 1) { var elt = list$1[i$1]; - if (elt) { this.checkPatternExport(exports, elt); } - } } - else if (type === "Property") - { this.checkPatternExport(exports, pat.value); } - else if (type === "AssignmentPattern") - { this.checkPatternExport(exports, pat.left); } - else if (type === "RestElement") - { this.checkPatternExport(exports, pat.argument); } + if (elt) { + this.checkPatternExport(exports, elt); + } + } + } else if (type === 'Property') { + this.checkPatternExport(exports, pat.value); + } else if (type === 'AssignmentPattern') { + this.checkPatternExport(exports, pat.left); + } else if (type === 'RestElement') { + this.checkPatternExport(exports, pat.argument); + } }; - pp$8.checkVariableExport = function(exports, decls) { - if (!exports) { return } - for (var i = 0, list = decls; i < list.length; i += 1) - { + pp$8.checkVariableExport = function (exports, decls) { + if (!exports) { + return; + } + for (var i = 0, list = decls; i < list.length; i += 1) { var decl = list[i]; this.checkPatternExport(exports, decl.id); } }; - pp$8.shouldParseExportStatement = function() { - return this.type.keyword === "var" || - this.type.keyword === "const" || - this.type.keyword === "class" || - this.type.keyword === "function" || + pp$8.shouldParseExportStatement = function () { + return ( + this.type.keyword === 'var' || + this.type.keyword === 'const' || + this.type.keyword === 'class' || + this.type.keyword === 'function' || this.isLet() || this.isAsyncFunction() + ); }; // Parses a comma-separated list of module exports. - pp$8.parseExportSpecifier = function(exports) { + pp$8.parseExportSpecifier = function (exports) { var node = this.startNode(); node.local = this.parseModuleExportName(); - node.exported = this.eatContextual("as") ? this.parseModuleExportName() : node.local; - this.checkExport( - exports, - node.exported, - node.exported.start - ); + node.exported = + this.eatContextual('as') ? this.parseModuleExportName() : node.local; + this.checkExport(exports, node.exported, node.exported.start); - return this.finishNode(node, "ExportSpecifier") + return this.finishNode(node, 'ExportSpecifier'); }; - pp$8.parseExportSpecifiers = function(exports) { - var nodes = [], first = true; + pp$8.parseExportSpecifiers = function (exports) { + var nodes = [], + first = true; // export { x, y as z } [from '...'] this.expect(types$1.braceL); while (!this.eat(types$1.braceR)) { if (!first) { this.expect(types$1.comma); - if (this.afterTrailingComma(types$1.braceR)) { break } - } else { first = false; } + if (this.afterTrailingComma(types$1.braceR)) { + break; + } + } else { + first = false; + } nodes.push(this.parseExportSpecifier(exports)); } - return nodes + return nodes; }; // Parses import declaration. - pp$8.parseImport = function(node) { + pp$8.parseImport = function (node) { this.next(); // import '...' @@ -1855,22 +2460,24 @@ node.source = this.parseExprAtom(); } else { node.specifiers = this.parseImportSpecifiers(); - this.expectContextual("from"); - node.source = this.type === types$1.string ? this.parseExprAtom() : this.unexpected(); + this.expectContextual('from'); + node.source = + this.type === types$1.string ? this.parseExprAtom() : this.unexpected(); + } + if (this.options.ecmaVersion >= 16) { + node.attributes = this.parseWithClause(); } - if (this.options.ecmaVersion >= 16) - { node.attributes = this.parseWithClause(); } this.semicolon(); - return this.finishNode(node, "ImportDeclaration") + return this.finishNode(node, 'ImportDeclaration'); }; // Parses a comma-separated list of module imports. - pp$8.parseImportSpecifier = function() { + pp$8.parseImportSpecifier = function () { var node = this.startNode(); node.imported = this.parseModuleExportName(); - if (this.eatContextual("as")) { + if (this.eatContextual('as')) { node.local = this.parseIdent(); } else { this.checkUnreserved(node.imported); @@ -1878,52 +2485,59 @@ } this.checkLValSimple(node.local, BIND_LEXICAL); - return this.finishNode(node, "ImportSpecifier") + return this.finishNode(node, 'ImportSpecifier'); }; - pp$8.parseImportDefaultSpecifier = function() { + pp$8.parseImportDefaultSpecifier = function () { // import defaultObj, { x, y as z } from '...' var node = this.startNode(); node.local = this.parseIdent(); this.checkLValSimple(node.local, BIND_LEXICAL); - return this.finishNode(node, "ImportDefaultSpecifier") + return this.finishNode(node, 'ImportDefaultSpecifier'); }; - pp$8.parseImportNamespaceSpecifier = function() { + pp$8.parseImportNamespaceSpecifier = function () { var node = this.startNode(); this.next(); - this.expectContextual("as"); + this.expectContextual('as'); node.local = this.parseIdent(); this.checkLValSimple(node.local, BIND_LEXICAL); - return this.finishNode(node, "ImportNamespaceSpecifier") + return this.finishNode(node, 'ImportNamespaceSpecifier'); }; - pp$8.parseImportSpecifiers = function() { - var nodes = [], first = true; + pp$8.parseImportSpecifiers = function () { + var nodes = [], + first = true; if (this.type === types$1.name) { nodes.push(this.parseImportDefaultSpecifier()); - if (!this.eat(types$1.comma)) { return nodes } + if (!this.eat(types$1.comma)) { + return nodes; + } } if (this.type === types$1.star) { nodes.push(this.parseImportNamespaceSpecifier()); - return nodes + return nodes; } this.expect(types$1.braceL); while (!this.eat(types$1.braceR)) { if (!first) { this.expect(types$1.comma); - if (this.afterTrailingComma(types$1.braceR)) { break } - } else { first = false; } + if (this.afterTrailingComma(types$1.braceR)) { + break; + } + } else { + first = false; + } nodes.push(this.parseImportSpecifier()); } - return nodes + return nodes; }; - pp$8.parseWithClause = function() { + pp$8.parseWithClause = function () { var nodes = []; if (!this.eat(types$1._with)) { - return nodes + return nodes; } this.expect(types$1.braceL); var attributeKeys = {}; @@ -1931,56 +2545,76 @@ while (!this.eat(types$1.braceR)) { if (!first) { this.expect(types$1.comma); - if (this.afterTrailingComma(types$1.braceR)) { break } - } else { first = false; } + if (this.afterTrailingComma(types$1.braceR)) { + break; + } + } else { + first = false; + } var attr = this.parseImportAttribute(); - var keyName = attr.key.type === "Identifier" ? attr.key.name : attr.key.value; - if (hasOwn(attributeKeys, keyName)) - { this.raiseRecoverable(attr.key.start, "Duplicate attribute key '" + keyName + "'"); } + var keyName = + attr.key.type === 'Identifier' ? attr.key.name : attr.key.value; + if (hasOwn(attributeKeys, keyName)) { + this.raiseRecoverable( + attr.key.start, + "Duplicate attribute key '" + keyName + "'" + ); + } attributeKeys[keyName] = true; nodes.push(attr); } - return nodes + return nodes; }; - pp$8.parseImportAttribute = function() { + pp$8.parseImportAttribute = function () { var node = this.startNode(); - node.key = this.type === types$1.string ? this.parseExprAtom() : this.parseIdent(this.options.allowReserved !== "never"); + node.key = + this.type === types$1.string ? + this.parseExprAtom() + : this.parseIdent(this.options.allowReserved !== 'never'); this.expect(types$1.colon); if (this.type !== types$1.string) { this.unexpected(); } node.value = this.parseExprAtom(); - return this.finishNode(node, "ImportAttribute") + return this.finishNode(node, 'ImportAttribute'); }; - pp$8.parseModuleExportName = function() { + pp$8.parseModuleExportName = function () { if (this.options.ecmaVersion >= 13 && this.type === types$1.string) { var stringLiteral = this.parseLiteral(this.value); if (loneSurrogate.test(stringLiteral.value)) { - this.raise(stringLiteral.start, "An export name cannot include a lone surrogate."); + this.raise( + stringLiteral.start, + 'An export name cannot include a lone surrogate.' + ); } - return stringLiteral + return stringLiteral; } - return this.parseIdent(true) + return this.parseIdent(true); }; // Set `ExpressionStatement#directive` property for directive prologues. - pp$8.adaptDirectivePrologue = function(statements) { - for (var i = 0; i < statements.length && this.isDirectiveCandidate(statements[i]); ++i) { + pp$8.adaptDirectivePrologue = function (statements) { + for ( + var i = 0; + i < statements.length && this.isDirectiveCandidate(statements[i]); + ++i + ) { statements[i].directive = statements[i].expression.raw.slice(1, -1); } }; - pp$8.isDirectiveCandidate = function(statement) { + pp$8.isDirectiveCandidate = function (statement) { return ( this.options.ecmaVersion >= 5 && - statement.type === "ExpressionStatement" && - statement.expression.type === "Literal" && - typeof statement.expression.value === "string" && + statement.type === 'ExpressionStatement' && + statement.expression.type === 'Literal' && + typeof statement.expression.value === 'string' && // Reject parenthesized strings. - (this.input[statement.start] === "\"" || this.input[statement.start] === "'") - ) + (this.input[statement.start] === '"' || + this.input[statement.start] === "'") + ); }; var pp$7 = Parser.prototype; @@ -1988,183 +2622,239 @@ // Convert existing expression atom to assignable pattern // if possible. - pp$7.toAssignable = function(node, isBinding, refDestructuringErrors) { + pp$7.toAssignable = function (node, isBinding, refDestructuringErrors) { if (this.options.ecmaVersion >= 6 && node) { switch (node.type) { - case "Identifier": - if (this.inAsync && node.name === "await") - { this.raise(node.start, "Cannot use 'await' as identifier inside an async function"); } - break - - case "ObjectPattern": - case "ArrayPattern": - case "AssignmentPattern": - case "RestElement": - break - - case "ObjectExpression": - node.type = "ObjectPattern"; - if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); } - for (var i = 0, list = node.properties; i < list.length; i += 1) { - var prop = list[i]; - - this.toAssignable(prop, isBinding); - // Early error: - // AssignmentRestProperty[Yield, Await] : - // `...` DestructuringAssignmentTarget[Yield, Await] - // - // It is a Syntax Error if |DestructuringAssignmentTarget| is an |ArrayLiteral| or an |ObjectLiteral|. - if ( - prop.type === "RestElement" && - (prop.argument.type === "ArrayPattern" || prop.argument.type === "ObjectPattern") - ) { - this.raise(prop.argument.start, "Unexpected token"); + case 'Identifier': + if (this.inAsync && node.name === 'await') { + this.raise( + node.start, + "Cannot use 'await' as identifier inside an async function" + ); } - } - break + break; - case "Property": - // AssignmentProperty has type === "Property" - if (node.kind !== "init") { this.raise(node.key.start, "Object pattern can't contain getter or setter"); } - this.toAssignable(node.value, isBinding); - break + case 'ObjectPattern': + case 'ArrayPattern': + case 'AssignmentPattern': + case 'RestElement': + break; - case "ArrayExpression": - node.type = "ArrayPattern"; - if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); } - this.toAssignableList(node.elements, isBinding); - break + case 'ObjectExpression': + node.type = 'ObjectPattern'; + if (refDestructuringErrors) { + this.checkPatternErrors(refDestructuringErrors, true); + } + for (var i = 0, list = node.properties; i < list.length; i += 1) { + var prop = list[i]; - case "SpreadElement": - node.type = "RestElement"; - this.toAssignable(node.argument, isBinding); - if (node.argument.type === "AssignmentPattern") - { this.raise(node.argument.start, "Rest elements cannot have a default value"); } - break + this.toAssignable(prop, isBinding); + // Early error: + // AssignmentRestProperty[Yield, Await] : + // `...` DestructuringAssignmentTarget[Yield, Await] + // + // It is a Syntax Error if |DestructuringAssignmentTarget| is an |ArrayLiteral| or an |ObjectLiteral|. + if ( + prop.type === 'RestElement' && + (prop.argument.type === 'ArrayPattern' || + prop.argument.type === 'ObjectPattern') + ) { + this.raise(prop.argument.start, 'Unexpected token'); + } + } + break; - case "AssignmentExpression": - if (node.operator !== "=") { this.raise(node.left.end, "Only '=' operator can be used for specifying default value."); } - node.type = "AssignmentPattern"; - delete node.operator; - this.toAssignable(node.left, isBinding); - break + case 'Property': + // AssignmentProperty has type === "Property" + if (node.kind !== 'init') { + this.raise( + node.key.start, + "Object pattern can't contain getter or setter" + ); + } + this.toAssignable(node.value, isBinding); + break; - case "ParenthesizedExpression": - this.toAssignable(node.expression, isBinding, refDestructuringErrors); - break + case 'ArrayExpression': + node.type = 'ArrayPattern'; + if (refDestructuringErrors) { + this.checkPatternErrors(refDestructuringErrors, true); + } + this.toAssignableList(node.elements, isBinding); + break; - case "ChainExpression": - this.raiseRecoverable(node.start, "Optional chaining cannot appear in left-hand side"); - break + case 'SpreadElement': + node.type = 'RestElement'; + this.toAssignable(node.argument, isBinding); + if (node.argument.type === 'AssignmentPattern') { + this.raise( + node.argument.start, + 'Rest elements cannot have a default value' + ); + } + break; - case "MemberExpression": - if (!isBinding) { break } + case 'AssignmentExpression': + if (node.operator !== '=') { + this.raise( + node.left.end, + "Only '=' operator can be used for specifying default value." + ); + } + node.type = 'AssignmentPattern'; + delete node.operator; + this.toAssignable(node.left, isBinding); + break; - default: - this.raise(node.start, "Assigning to rvalue"); + case 'ParenthesizedExpression': + this.toAssignable(node.expression, isBinding, refDestructuringErrors); + break; + + case 'ChainExpression': + this.raiseRecoverable( + node.start, + 'Optional chaining cannot appear in left-hand side' + ); + break; + + case 'MemberExpression': + if (!isBinding) { + break; + } + + default: + this.raise(node.start, 'Assigning to rvalue'); } - } else if (refDestructuringErrors) { this.checkPatternErrors(refDestructuringErrors, true); } - return node + } else if (refDestructuringErrors) { + this.checkPatternErrors(refDestructuringErrors, true); + } + return node; }; // Convert list of expression atoms to binding list. - pp$7.toAssignableList = function(exprList, isBinding) { + pp$7.toAssignableList = function (exprList, isBinding) { var end = exprList.length; for (var i = 0; i < end; i++) { var elt = exprList[i]; - if (elt) { this.toAssignable(elt, isBinding); } + if (elt) { + this.toAssignable(elt, isBinding); + } } if (end) { var last = exprList[end - 1]; - if (this.options.ecmaVersion === 6 && isBinding && last && last.type === "RestElement" && last.argument.type !== "Identifier") - { this.unexpected(last.argument.start); } + if ( + this.options.ecmaVersion === 6 && + isBinding && + last && + last.type === 'RestElement' && + last.argument.type !== 'Identifier' + ) { + this.unexpected(last.argument.start); + } } - return exprList + return exprList; }; // Parses spread element. - pp$7.parseSpread = function(refDestructuringErrors) { + pp$7.parseSpread = function (refDestructuringErrors) { var node = this.startNode(); this.next(); node.argument = this.parseMaybeAssign(false, refDestructuringErrors); - return this.finishNode(node, "SpreadElement") + return this.finishNode(node, 'SpreadElement'); }; - pp$7.parseRestBinding = function() { + pp$7.parseRestBinding = function () { var node = this.startNode(); this.next(); // RestElement inside of a function parameter must be an identifier - if (this.options.ecmaVersion === 6 && this.type !== types$1.name) - { this.unexpected(); } + if (this.options.ecmaVersion === 6 && this.type !== types$1.name) { + this.unexpected(); + } node.argument = this.parseBindingAtom(); - return this.finishNode(node, "RestElement") + return this.finishNode(node, 'RestElement'); }; // Parses lvalue (assignable) atom. - pp$7.parseBindingAtom = function() { + pp$7.parseBindingAtom = function () { if (this.options.ecmaVersion >= 6) { switch (this.type) { - case types$1.bracketL: - var node = this.startNode(); - this.next(); - node.elements = this.parseBindingList(types$1.bracketR, true, true); - return this.finishNode(node, "ArrayPattern") + case types$1.bracketL: + var node = this.startNode(); + this.next(); + node.elements = this.parseBindingList(types$1.bracketR, true, true); + return this.finishNode(node, 'ArrayPattern'); - case types$1.braceL: - return this.parseObj(true) + case types$1.braceL: + return this.parseObj(true); } } - return this.parseIdent() + return this.parseIdent(); }; - pp$7.parseBindingList = function(close, allowEmpty, allowTrailingComma, allowModifiers) { - var elts = [], first = true; + pp$7.parseBindingList = function ( + close, + allowEmpty, + allowTrailingComma, + allowModifiers + ) { + var elts = [], + first = true; while (!this.eat(close)) { - if (first) { first = false; } - else { this.expect(types$1.comma); } + if (first) { + first = false; + } else { + this.expect(types$1.comma); + } if (allowEmpty && this.type === types$1.comma) { elts.push(null); } else if (allowTrailingComma && this.afterTrailingComma(close)) { - break + break; } else if (this.type === types$1.ellipsis) { var rest = this.parseRestBinding(); this.parseBindingListItem(rest); elts.push(rest); - if (this.type === types$1.comma) { this.raiseRecoverable(this.start, "Comma is not permitted after the rest element"); } + if (this.type === types$1.comma) { + this.raiseRecoverable( + this.start, + 'Comma is not permitted after the rest element' + ); + } this.expect(close); - break + break; } else { elts.push(this.parseAssignableListItem(allowModifiers)); } } - return elts + return elts; }; - pp$7.parseAssignableListItem = function(allowModifiers) { + pp$7.parseAssignableListItem = function (allowModifiers) { var elem = this.parseMaybeDefault(this.start, this.startLoc); this.parseBindingListItem(elem); - return elem + return elem; }; - pp$7.parseBindingListItem = function(param) { - return param + pp$7.parseBindingListItem = function (param) { + return param; }; // Parses assignment pattern around given atom if possible. - pp$7.parseMaybeDefault = function(startPos, startLoc, left) { + pp$7.parseMaybeDefault = function (startPos, startLoc, left) { left = left || this.parseBindingAtom(); - if (this.options.ecmaVersion < 6 || !this.eat(types$1.eq)) { return left } + if (this.options.ecmaVersion < 6 || !this.eat(types$1.eq)) { + return left; + } var node = this.startNodeAt(startPos, startLoc); node.left = left; node.right = this.parseMaybeAssign(); - return this.finishNode(node, "AssignmentPattern") + return this.finishNode(node, 'AssignmentPattern'); }; // The following three functions all verify that a node is an lvalue — @@ -2231,88 +2921,117 @@ // duplicate argument names. checkClashes is ignored if the provided construct // is an assignment (i.e., bindingType is BIND_NONE). - pp$7.checkLValSimple = function(expr, bindingType, checkClashes) { - if ( bindingType === void 0 ) bindingType = BIND_NONE; + pp$7.checkLValSimple = function (expr, bindingType, checkClashes) { + if (bindingType === void 0) bindingType = BIND_NONE; var isBind = bindingType !== BIND_NONE; switch (expr.type) { - case "Identifier": - if (this.strict && this.reservedWordsStrictBind.test(expr.name)) - { this.raiseRecoverable(expr.start, (isBind ? "Binding " : "Assigning to ") + expr.name + " in strict mode"); } - if (isBind) { - if (bindingType === BIND_LEXICAL && expr.name === "let") - { this.raiseRecoverable(expr.start, "let is disallowed as a lexically bound name"); } - if (checkClashes) { - if (hasOwn(checkClashes, expr.name)) - { this.raiseRecoverable(expr.start, "Argument name clash"); } - checkClashes[expr.name] = true; + case 'Identifier': + if (this.strict && this.reservedWordsStrictBind.test(expr.name)) { + this.raiseRecoverable( + expr.start, + (isBind ? 'Binding ' : 'Assigning to ') + + expr.name + + ' in strict mode' + ); } - if (bindingType !== BIND_OUTSIDE) { this.declareName(expr.name, bindingType, expr.start); } - } - break + if (isBind) { + if (bindingType === BIND_LEXICAL && expr.name === 'let') { + this.raiseRecoverable( + expr.start, + 'let is disallowed as a lexically bound name' + ); + } + if (checkClashes) { + if (hasOwn(checkClashes, expr.name)) { + this.raiseRecoverable(expr.start, 'Argument name clash'); + } + checkClashes[expr.name] = true; + } + if (bindingType !== BIND_OUTSIDE) { + this.declareName(expr.name, bindingType, expr.start); + } + } + break; - case "ChainExpression": - this.raiseRecoverable(expr.start, "Optional chaining cannot appear in left-hand side"); - break + case 'ChainExpression': + this.raiseRecoverable( + expr.start, + 'Optional chaining cannot appear in left-hand side' + ); + break; - case "MemberExpression": - if (isBind) { this.raiseRecoverable(expr.start, "Binding member expression"); } - break + case 'MemberExpression': + if (isBind) { + this.raiseRecoverable(expr.start, 'Binding member expression'); + } + break; - case "ParenthesizedExpression": - if (isBind) { this.raiseRecoverable(expr.start, "Binding parenthesized expression"); } - return this.checkLValSimple(expr.expression, bindingType, checkClashes) + case 'ParenthesizedExpression': + if (isBind) { + this.raiseRecoverable(expr.start, 'Binding parenthesized expression'); + } + return this.checkLValSimple(expr.expression, bindingType, checkClashes); - default: - this.raise(expr.start, (isBind ? "Binding" : "Assigning to") + " rvalue"); + default: + this.raise( + expr.start, + (isBind ? 'Binding' : 'Assigning to') + ' rvalue' + ); } }; - pp$7.checkLValPattern = function(expr, bindingType, checkClashes) { - if ( bindingType === void 0 ) bindingType = BIND_NONE; + pp$7.checkLValPattern = function (expr, bindingType, checkClashes) { + if (bindingType === void 0) bindingType = BIND_NONE; switch (expr.type) { - case "ObjectPattern": - for (var i = 0, list = expr.properties; i < list.length; i += 1) { - var prop = list[i]; + case 'ObjectPattern': + for (var i = 0, list = expr.properties; i < list.length; i += 1) { + var prop = list[i]; - this.checkLValInnerPattern(prop, bindingType, checkClashes); - } - break + this.checkLValInnerPattern(prop, bindingType, checkClashes); + } + break; - case "ArrayPattern": - for (var i$1 = 0, list$1 = expr.elements; i$1 < list$1.length; i$1 += 1) { - var elem = list$1[i$1]; + case 'ArrayPattern': + for ( + var i$1 = 0, list$1 = expr.elements; + i$1 < list$1.length; + i$1 += 1 + ) { + var elem = list$1[i$1]; - if (elem) { this.checkLValInnerPattern(elem, bindingType, checkClashes); } - } - break + if (elem) { + this.checkLValInnerPattern(elem, bindingType, checkClashes); + } + } + break; - default: - this.checkLValSimple(expr, bindingType, checkClashes); + default: + this.checkLValSimple(expr, bindingType, checkClashes); } }; - pp$7.checkLValInnerPattern = function(expr, bindingType, checkClashes) { - if ( bindingType === void 0 ) bindingType = BIND_NONE; + pp$7.checkLValInnerPattern = function (expr, bindingType, checkClashes) { + if (bindingType === void 0) bindingType = BIND_NONE; switch (expr.type) { - case "Property": - // AssignmentProperty has type === "Property" - this.checkLValInnerPattern(expr.value, bindingType, checkClashes); - break + case 'Property': + // AssignmentProperty has type === "Property" + this.checkLValInnerPattern(expr.value, bindingType, checkClashes); + break; - case "AssignmentPattern": - this.checkLValPattern(expr.left, bindingType, checkClashes); - break + case 'AssignmentPattern': + this.checkLValPattern(expr.left, bindingType, checkClashes); + break; - case "RestElement": - this.checkLValPattern(expr.argument, bindingType, checkClashes); - break + case 'RestElement': + this.checkLValPattern(expr.argument, bindingType, checkClashes); + break; - default: - this.checkLValPattern(expr, bindingType, checkClashes); + default: + this.checkLValPattern(expr, bindingType, checkClashes); } }; @@ -2320,8 +3039,13 @@ // given point in the program is loosely based on sweet.js' approach. // See https://github.com/mozilla/sweet.js/wiki/design - - var TokContext = function TokContext(token, isExpr, preserveSpace, override, generator) { + var TokContext = function TokContext( + token, + isExpr, + preserveSpace, + override, + generator + ) { this.token = token; this.isExpr = !!isExpr; this.preserveSpace = !!preserveSpace; @@ -2330,71 +3054,98 @@ }; var types = { - b_stat: new TokContext("{", false), - b_expr: new TokContext("{", true), - b_tmpl: new TokContext("${", false), - p_stat: new TokContext("(", false), - p_expr: new TokContext("(", true), - q_tmpl: new TokContext("`", true, true, function (p) { return p.tryReadTemplateToken(); }), - f_stat: new TokContext("function", false), - f_expr: new TokContext("function", true), - f_expr_gen: new TokContext("function", true, false, null, true), - f_gen: new TokContext("function", false, false, null, true) + b_stat: new TokContext('{', false), + b_expr: new TokContext('{', true), + b_tmpl: new TokContext('${', false), + p_stat: new TokContext('(', false), + p_expr: new TokContext('(', true), + q_tmpl: new TokContext('`', true, true, function (p) { + return p.tryReadTemplateToken(); + }), + f_stat: new TokContext('function', false), + f_expr: new TokContext('function', true), + f_expr_gen: new TokContext('function', true, false, null, true), + f_gen: new TokContext('function', false, false, null, true), }; var pp$6 = Parser.prototype; - pp$6.initialContext = function() { - return [types.b_stat] + pp$6.initialContext = function () { + return [types.b_stat]; }; - pp$6.curContext = function() { - return this.context[this.context.length - 1] + pp$6.curContext = function () { + return this.context[this.context.length - 1]; }; - pp$6.braceIsBlock = function(prevType) { + pp$6.braceIsBlock = function (prevType) { var parent = this.curContext(); - if (parent === types.f_expr || parent === types.f_stat) - { return true } - if (prevType === types$1.colon && (parent === types.b_stat || parent === types.b_expr)) - { return !parent.isExpr } + if (parent === types.f_expr || parent === types.f_stat) { + return true; + } + if ( + prevType === types$1.colon && + (parent === types.b_stat || parent === types.b_expr) + ) { + return !parent.isExpr; + } // The check for `tt.name && exprAllowed` detects whether we are // after a `yield` or `of` construct. See the `updateContext` for // `tt.name`. - if (prevType === types$1._return || prevType === types$1.name && this.exprAllowed) - { return lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) } - if (prevType === types$1._else || prevType === types$1.semi || prevType === types$1.eof || prevType === types$1.parenR || prevType === types$1.arrow) - { return true } - if (prevType === types$1.braceL) - { return parent === types.b_stat } - if (prevType === types$1._var || prevType === types$1._const || prevType === types$1.name) - { return false } - return !this.exprAllowed + if ( + prevType === types$1._return || + (prevType === types$1.name && this.exprAllowed) + ) { + return lineBreak.test(this.input.slice(this.lastTokEnd, this.start)); + } + if ( + prevType === types$1._else || + prevType === types$1.semi || + prevType === types$1.eof || + prevType === types$1.parenR || + prevType === types$1.arrow + ) { + return true; + } + if (prevType === types$1.braceL) { + return parent === types.b_stat; + } + if ( + prevType === types$1._var || + prevType === types$1._const || + prevType === types$1.name + ) { + return false; + } + return !this.exprAllowed; }; - pp$6.inGeneratorContext = function() { + pp$6.inGeneratorContext = function () { for (var i = this.context.length - 1; i >= 1; i--) { var context = this.context[i]; - if (context.token === "function") - { return context.generator } + if (context.token === 'function') { + return context.generator; + } } - return false + return false; }; - pp$6.updateContext = function(prevType) { - var update, type = this.type; - if (type.keyword && prevType === types$1.dot) - { this.exprAllowed = false; } - else if (update = type.updateContext) - { update.call(this, prevType); } - else - { this.exprAllowed = type.beforeExpr; } + pp$6.updateContext = function (prevType) { + var update, + type = this.type; + if (type.keyword && prevType === types$1.dot) { + this.exprAllowed = false; + } else if ((update = type.updateContext)) { + update.call(this, prevType); + } else { + this.exprAllowed = type.beforeExpr; + } }; // Used to handle edge cases when token context could not be inferred correctly during tokenization phase - pp$6.overrideContext = function(tokenCtx) { + pp$6.overrideContext = function (tokenCtx) { if (this.curContext() !== tokenCtx) { this.context[this.context.length - 1] = tokenCtx; } @@ -2402,79 +3153,104 @@ // Token-specific context update code - types$1.parenR.updateContext = types$1.braceR.updateContext = function() { + types$1.parenR.updateContext = types$1.braceR.updateContext = function () { if (this.context.length === 1) { this.exprAllowed = true; - return + return; } var out = this.context.pop(); - if (out === types.b_stat && this.curContext().token === "function") { + if (out === types.b_stat && this.curContext().token === 'function') { out = this.context.pop(); } this.exprAllowed = !out.isExpr; }; - types$1.braceL.updateContext = function(prevType) { - this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr); + types$1.braceL.updateContext = function (prevType) { + this.context.push( + this.braceIsBlock(prevType) ? types.b_stat : types.b_expr + ); this.exprAllowed = true; }; - types$1.dollarBraceL.updateContext = function() { + types$1.dollarBraceL.updateContext = function () { this.context.push(types.b_tmpl); this.exprAllowed = true; }; - types$1.parenL.updateContext = function(prevType) { - var statementParens = prevType === types$1._if || prevType === types$1._for || prevType === types$1._with || prevType === types$1._while; + types$1.parenL.updateContext = function (prevType) { + var statementParens = + prevType === types$1._if || + prevType === types$1._for || + prevType === types$1._with || + prevType === types$1._while; this.context.push(statementParens ? types.p_stat : types.p_expr); this.exprAllowed = true; }; - types$1.incDec.updateContext = function() { + types$1.incDec.updateContext = function () { // tokExprAllowed stays unchanged }; - types$1._function.updateContext = types$1._class.updateContext = function(prevType) { - if (prevType.beforeExpr && prevType !== types$1._else && - !(prevType === types$1.semi && this.curContext() !== types.p_stat) && - !(prevType === types$1._return && lineBreak.test(this.input.slice(this.lastTokEnd, this.start))) && - !((prevType === types$1.colon || prevType === types$1.braceL) && this.curContext() === types.b_stat)) - { this.context.push(types.f_expr); } - else - { this.context.push(types.f_stat); } + types$1._function.updateContext = types$1._class.updateContext = function ( + prevType + ) { + if ( + prevType.beforeExpr && + prevType !== types$1._else && + !(prevType === types$1.semi && this.curContext() !== types.p_stat) && + !( + prevType === types$1._return && + lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) + ) && + !( + (prevType === types$1.colon || prevType === types$1.braceL) && + this.curContext() === types.b_stat + ) + ) { + this.context.push(types.f_expr); + } else { + this.context.push(types.f_stat); + } this.exprAllowed = false; }; - types$1.colon.updateContext = function() { - if (this.curContext().token === "function") { this.context.pop(); } - this.exprAllowed = true; - }; - - types$1.backQuote.updateContext = function() { - if (this.curContext() === types.q_tmpl) - { this.context.pop(); } - else - { this.context.push(types.q_tmpl); } - this.exprAllowed = false; - }; - - types$1.star.updateContext = function(prevType) { - if (prevType === types$1._function) { - var index = this.context.length - 1; - if (this.context[index] === types.f_expr) - { this.context[index] = types.f_expr_gen; } - else - { this.context[index] = types.f_gen; } + types$1.colon.updateContext = function () { + if (this.curContext().token === 'function') { + this.context.pop(); } this.exprAllowed = true; }; - types$1.name.updateContext = function(prevType) { + types$1.backQuote.updateContext = function () { + if (this.curContext() === types.q_tmpl) { + this.context.pop(); + } else { + this.context.push(types.q_tmpl); + } + this.exprAllowed = false; + }; + + types$1.star.updateContext = function (prevType) { + if (prevType === types$1._function) { + var index = this.context.length - 1; + if (this.context[index] === types.f_expr) { + this.context[index] = types.f_expr_gen; + } else { + this.context[index] = types.f_gen; + } + } + this.exprAllowed = true; + }; + + types$1.name.updateContext = function (prevType) { var allowed = false; if (this.options.ecmaVersion >= 6 && prevType !== types$1.dot) { - if (this.value === "of" && !this.exprAllowed || - this.value === "yield" && this.inGeneratorContext()) - { allowed = true; } + if ( + (this.value === 'of' && !this.exprAllowed) || + (this.value === 'yield' && this.inGeneratorContext()) + ) { + allowed = true; + } } this.exprAllowed = allowed; }; @@ -2497,7 +3273,6 @@ // // [opp]: http://en.wikipedia.org/wiki/Operator-precedence_parser - var pp$5 = Parser.prototype; // Check if property name clashes with already added. @@ -2505,50 +3280,64 @@ // either with each other or with an init property — and in // strict mode, init properties are also not allowed to be repeated. - pp$5.checkPropClash = function(prop, propHash, refDestructuringErrors) { - if (this.options.ecmaVersion >= 9 && prop.type === "SpreadElement") - { return } - if (this.options.ecmaVersion >= 6 && (prop.computed || prop.method || prop.shorthand)) - { return } + pp$5.checkPropClash = function (prop, propHash, refDestructuringErrors) { + if (this.options.ecmaVersion >= 9 && prop.type === 'SpreadElement') { + return; + } + if ( + this.options.ecmaVersion >= 6 && + (prop.computed || prop.method || prop.shorthand) + ) { + return; + } var key = prop.key; var name; switch (key.type) { - case "Identifier": name = key.name; break - case "Literal": name = String(key.value); break - default: return + case 'Identifier': + name = key.name; + break; + case 'Literal': + name = String(key.value); + break; + default: + return; } var kind = prop.kind; if (this.options.ecmaVersion >= 6) { - if (name === "__proto__" && kind === "init") { + if (name === '__proto__' && kind === 'init') { if (propHash.proto) { if (refDestructuringErrors) { if (refDestructuringErrors.doubleProto < 0) { refDestructuringErrors.doubleProto = key.start; } } else { - this.raiseRecoverable(key.start, "Redefinition of __proto__ property"); + this.raiseRecoverable( + key.start, + 'Redefinition of __proto__ property' + ); } } propHash.proto = true; } - return + return; } - name = "$" + name; + name = '$' + name; var other = propHash[name]; if (other) { var redefinition; - if (kind === "init") { - redefinition = this.strict && other.init || other.get || other.set; + if (kind === 'init') { + redefinition = (this.strict && other.init) || other.get || other.set; } else { redefinition = other.init || other[kind]; } - if (redefinition) - { this.raiseRecoverable(key.start, "Redefinition of property"); } + if (redefinition) { + this.raiseRecoverable(key.start, 'Redefinition of property'); + } } else { other = propHash[name] = { init: false, get: false, - set: false + set: false, }; } other[kind] = true; @@ -2569,98 +3358,145 @@ // and object pattern might appear (so it's possible to raise // delayed syntax error at correct position). - pp$5.parseExpression = function(forInit, refDestructuringErrors) { - var startPos = this.start, startLoc = this.startLoc; + pp$5.parseExpression = function (forInit, refDestructuringErrors) { + var startPos = this.start, + startLoc = this.startLoc; var expr = this.parseMaybeAssign(forInit, refDestructuringErrors); if (this.type === types$1.comma) { var node = this.startNodeAt(startPos, startLoc); node.expressions = [expr]; - while (this.eat(types$1.comma)) { node.expressions.push(this.parseMaybeAssign(forInit, refDestructuringErrors)); } - return this.finishNode(node, "SequenceExpression") + while (this.eat(types$1.comma)) { + node.expressions.push( + this.parseMaybeAssign(forInit, refDestructuringErrors) + ); + } + return this.finishNode(node, 'SequenceExpression'); } - return expr + return expr; }; // Parse an assignment expression. This includes applications of // operators like `+=`. - pp$5.parseMaybeAssign = function(forInit, refDestructuringErrors, afterLeftParse) { - if (this.isContextual("yield")) { - if (this.inGenerator) { return this.parseYield(forInit) } + pp$5.parseMaybeAssign = function ( + forInit, + refDestructuringErrors, + afterLeftParse + ) { + if (this.isContextual('yield')) { + if (this.inGenerator) { + return this.parseYield(forInit); + } // The tokenizer will assume an expression is allowed after // `yield`, but this isn't that kind of yield - else { this.exprAllowed = false; } + else { + this.exprAllowed = false; + } } - var ownDestructuringErrors = false, oldParenAssign = -1, oldTrailingComma = -1, oldDoubleProto = -1; + var ownDestructuringErrors = false, + oldParenAssign = -1, + oldTrailingComma = -1, + oldDoubleProto = -1; if (refDestructuringErrors) { oldParenAssign = refDestructuringErrors.parenthesizedAssign; oldTrailingComma = refDestructuringErrors.trailingComma; oldDoubleProto = refDestructuringErrors.doubleProto; - refDestructuringErrors.parenthesizedAssign = refDestructuringErrors.trailingComma = -1; + refDestructuringErrors.parenthesizedAssign = + refDestructuringErrors.trailingComma = -1; } else { - refDestructuringErrors = new DestructuringErrors; + refDestructuringErrors = new DestructuringErrors(); ownDestructuringErrors = true; } - var startPos = this.start, startLoc = this.startLoc; + var startPos = this.start, + startLoc = this.startLoc; if (this.type === types$1.parenL || this.type === types$1.name) { this.potentialArrowAt = this.start; - this.potentialArrowInForAwait = forInit === "await"; + this.potentialArrowInForAwait = forInit === 'await'; } var left = this.parseMaybeConditional(forInit, refDestructuringErrors); - if (afterLeftParse) { left = afterLeftParse.call(this, left, startPos, startLoc); } + if (afterLeftParse) { + left = afterLeftParse.call(this, left, startPos, startLoc); + } if (this.type.isAssign) { var node = this.startNodeAt(startPos, startLoc); node.operator = this.value; - if (this.type === types$1.eq) - { left = this.toAssignable(left, false, refDestructuringErrors); } - if (!ownDestructuringErrors) { - refDestructuringErrors.parenthesizedAssign = refDestructuringErrors.trailingComma = refDestructuringErrors.doubleProto = -1; + if (this.type === types$1.eq) { + left = this.toAssignable(left, false, refDestructuringErrors); + } + if (!ownDestructuringErrors) { + refDestructuringErrors.parenthesizedAssign = + refDestructuringErrors.trailingComma = + refDestructuringErrors.doubleProto = + -1; + } + if (refDestructuringErrors.shorthandAssign >= left.start) { + refDestructuringErrors.shorthandAssign = -1; + } // reset because shorthand default was used correctly + if (this.type === types$1.eq) { + this.checkLValPattern(left); + } else { + this.checkLValSimple(left); } - if (refDestructuringErrors.shorthandAssign >= left.start) - { refDestructuringErrors.shorthandAssign = -1; } // reset because shorthand default was used correctly - if (this.type === types$1.eq) - { this.checkLValPattern(left); } - else - { this.checkLValSimple(left); } node.left = left; this.next(); node.right = this.parseMaybeAssign(forInit); - if (oldDoubleProto > -1) { refDestructuringErrors.doubleProto = oldDoubleProto; } - return this.finishNode(node, "AssignmentExpression") + if (oldDoubleProto > -1) { + refDestructuringErrors.doubleProto = oldDoubleProto; + } + return this.finishNode(node, 'AssignmentExpression'); } else { - if (ownDestructuringErrors) { this.checkExpressionErrors(refDestructuringErrors, true); } + if (ownDestructuringErrors) { + this.checkExpressionErrors(refDestructuringErrors, true); + } } - if (oldParenAssign > -1) { refDestructuringErrors.parenthesizedAssign = oldParenAssign; } - if (oldTrailingComma > -1) { refDestructuringErrors.trailingComma = oldTrailingComma; } - return left + if (oldParenAssign > -1) { + refDestructuringErrors.parenthesizedAssign = oldParenAssign; + } + if (oldTrailingComma > -1) { + refDestructuringErrors.trailingComma = oldTrailingComma; + } + return left; }; // Parse a ternary conditional (`?:`) operator. - pp$5.parseMaybeConditional = function(forInit, refDestructuringErrors) { - var startPos = this.start, startLoc = this.startLoc; + pp$5.parseMaybeConditional = function (forInit, refDestructuringErrors) { + var startPos = this.start, + startLoc = this.startLoc; var expr = this.parseExprOps(forInit, refDestructuringErrors); - if (this.checkExpressionErrors(refDestructuringErrors)) { return expr } + if (this.checkExpressionErrors(refDestructuringErrors)) { + return expr; + } if (this.eat(types$1.question)) { var node = this.startNodeAt(startPos, startLoc); node.test = expr; node.consequent = this.parseMaybeAssign(); this.expect(types$1.colon); node.alternate = this.parseMaybeAssign(forInit); - return this.finishNode(node, "ConditionalExpression") + return this.finishNode(node, 'ConditionalExpression'); } - return expr + return expr; }; // Start the precedence parser. - pp$5.parseExprOps = function(forInit, refDestructuringErrors) { - var startPos = this.start, startLoc = this.startLoc; - var expr = this.parseMaybeUnary(refDestructuringErrors, false, false, forInit); - if (this.checkExpressionErrors(refDestructuringErrors)) { return expr } - return expr.start === startPos && expr.type === "ArrowFunctionExpression" ? expr : this.parseExprOp(expr, startPos, startLoc, -1, forInit) + pp$5.parseExprOps = function (forInit, refDestructuringErrors) { + var startPos = this.start, + startLoc = this.startLoc; + var expr = this.parseMaybeUnary( + refDestructuringErrors, + false, + false, + forInit + ); + if (this.checkExpressionErrors(refDestructuringErrors)) { + return expr; + } + return expr.start === startPos && expr.type === 'ArrowFunctionExpression' ? + expr + : this.parseExprOp(expr, startPos, startLoc, -1, forInit); }; // Parse binary operators with the operator precedence parsing @@ -2669,11 +3505,18 @@ // defer further parser to one of its callers when it encounters an // operator that has a lower precedence than the set it is parsing. - pp$5.parseExprOp = function(left, leftStartPos, leftStartLoc, minPrec, forInit) { + pp$5.parseExprOp = function ( + left, + leftStartPos, + leftStartLoc, + minPrec, + forInit + ) { var prec = this.type.binop; if (prec != null && (!forInit || this.type !== types$1._in)) { if (prec > minPrec) { - var logical = this.type === types$1.logicalOR || this.type === types$1.logicalAND; + var logical = + this.type === types$1.logicalOR || this.type === types$1.logicalAND; var coalesce = this.type === types$1.coalesce; if (coalesce) { // Handle the precedence of `tt.coalesce` as equal to the range of logical expressions. @@ -2682,56 +3525,125 @@ } var op = this.value; this.next(); - var startPos = this.start, startLoc = this.startLoc; - var right = this.parseExprOp(this.parseMaybeUnary(null, false, false, forInit), startPos, startLoc, prec, forInit); - var node = this.buildBinary(leftStartPos, leftStartLoc, left, right, op, logical || coalesce); - if ((logical && this.type === types$1.coalesce) || (coalesce && (this.type === types$1.logicalOR || this.type === types$1.logicalAND))) { - this.raiseRecoverable(this.start, "Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"); + var startPos = this.start, + startLoc = this.startLoc; + var right = this.parseExprOp( + this.parseMaybeUnary(null, false, false, forInit), + startPos, + startLoc, + prec, + forInit + ); + var node = this.buildBinary( + leftStartPos, + leftStartLoc, + left, + right, + op, + logical || coalesce + ); + if ( + (logical && this.type === types$1.coalesce) || + (coalesce && + (this.type === types$1.logicalOR || + this.type === types$1.logicalAND)) + ) { + this.raiseRecoverable( + this.start, + 'Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses' + ); } - return this.parseExprOp(node, leftStartPos, leftStartLoc, minPrec, forInit) + return this.parseExprOp( + node, + leftStartPos, + leftStartLoc, + minPrec, + forInit + ); } } - return left + return left; }; - pp$5.buildBinary = function(startPos, startLoc, left, right, op, logical) { - if (right.type === "PrivateIdentifier") { this.raise(right.start, "Private identifier can only be left side of binary expression"); } + pp$5.buildBinary = function (startPos, startLoc, left, right, op, logical) { + if (right.type === 'PrivateIdentifier') { + this.raise( + right.start, + 'Private identifier can only be left side of binary expression' + ); + } var node = this.startNodeAt(startPos, startLoc); node.left = left; node.operator = op; node.right = right; - return this.finishNode(node, logical ? "LogicalExpression" : "BinaryExpression") + return this.finishNode( + node, + logical ? 'LogicalExpression' : 'BinaryExpression' + ); }; // Parse unary operators, both prefix and postfix. - pp$5.parseMaybeUnary = function(refDestructuringErrors, sawUnary, incDec, forInit) { - var startPos = this.start, startLoc = this.startLoc, expr; - if (this.isContextual("await") && this.canAwait) { + pp$5.parseMaybeUnary = function ( + refDestructuringErrors, + sawUnary, + incDec, + forInit + ) { + var startPos = this.start, + startLoc = this.startLoc, + expr; + if (this.isContextual('await') && this.canAwait) { expr = this.parseAwait(forInit); sawUnary = true; } else if (this.type.prefix) { - var node = this.startNode(), update = this.type === types$1.incDec; + var node = this.startNode(), + update = this.type === types$1.incDec; node.operator = this.value; node.prefix = true; this.next(); node.argument = this.parseMaybeUnary(null, true, update, forInit); this.checkExpressionErrors(refDestructuringErrors, true); - if (update) { this.checkLValSimple(node.argument); } - else if (this.strict && node.operator === "delete" && isLocalVariableAccess(node.argument)) - { this.raiseRecoverable(node.start, "Deleting local variable in strict mode"); } - else if (node.operator === "delete" && isPrivateFieldAccess(node.argument)) - { this.raiseRecoverable(node.start, "Private fields can not be deleted"); } - else { sawUnary = true; } - expr = this.finishNode(node, update ? "UpdateExpression" : "UnaryExpression"); + if (update) { + this.checkLValSimple(node.argument); + } else if ( + this.strict && + node.operator === 'delete' && + isLocalVariableAccess(node.argument) + ) { + this.raiseRecoverable( + node.start, + 'Deleting local variable in strict mode' + ); + } else if ( + node.operator === 'delete' && + isPrivateFieldAccess(node.argument) + ) { + this.raiseRecoverable(node.start, 'Private fields can not be deleted'); + } else { + sawUnary = true; + } + expr = this.finishNode( + node, + update ? 'UpdateExpression' : 'UnaryExpression' + ); } else if (!sawUnary && this.type === types$1.privateId) { - if ((forInit || this.privateNameStack.length === 0) && this.options.checkPrivateFields) { this.unexpected(); } + if ( + (forInit || this.privateNameStack.length === 0) && + this.options.checkPrivateFields + ) { + this.unexpected(); + } expr = this.parsePrivateIdent(); // only could be private fields in 'in', such as #x in obj - if (this.type !== types$1._in) { this.unexpected(); } + if (this.type !== types$1._in) { + this.unexpected(); + } } else { expr = this.parseExprSubscripts(refDestructuringErrors, forInit); - if (this.checkExpressionErrors(refDestructuringErrors)) { return expr } + if (this.checkExpressionErrors(refDestructuringErrors)) { + return expr; + } while (this.type.postfix && !this.canInsertSemicolon()) { var node$1 = this.startNodeAt(startPos, startLoc); node$1.operator = this.value; @@ -2739,119 +3651,203 @@ node$1.argument = expr; this.checkLValSimple(expr); this.next(); - expr = this.finishNode(node$1, "UpdateExpression"); + expr = this.finishNode(node$1, 'UpdateExpression'); } } if (!incDec && this.eat(types$1.starstar)) { - if (sawUnary) - { this.unexpected(this.lastTokStart); } - else - { return this.buildBinary(startPos, startLoc, expr, this.parseMaybeUnary(null, false, false, forInit), "**", false) } + if (sawUnary) { + this.unexpected(this.lastTokStart); + } else { + return this.buildBinary( + startPos, + startLoc, + expr, + this.parseMaybeUnary(null, false, false, forInit), + '**', + false + ); + } } else { - return expr + return expr; } }; function isLocalVariableAccess(node) { return ( - node.type === "Identifier" || - node.type === "ParenthesizedExpression" && isLocalVariableAccess(node.expression) - ) + node.type === 'Identifier' || + (node.type === 'ParenthesizedExpression' && + isLocalVariableAccess(node.expression)) + ); } function isPrivateFieldAccess(node) { return ( - node.type === "MemberExpression" && node.property.type === "PrivateIdentifier" || - node.type === "ChainExpression" && isPrivateFieldAccess(node.expression) || - node.type === "ParenthesizedExpression" && isPrivateFieldAccess(node.expression) - ) + (node.type === 'MemberExpression' && + node.property.type === 'PrivateIdentifier') || + (node.type === 'ChainExpression' && + isPrivateFieldAccess(node.expression)) || + (node.type === 'ParenthesizedExpression' && + isPrivateFieldAccess(node.expression)) + ); } // Parse call, dot, and `[]`-subscript expressions. - pp$5.parseExprSubscripts = function(refDestructuringErrors, forInit) { - var startPos = this.start, startLoc = this.startLoc; + pp$5.parseExprSubscripts = function (refDestructuringErrors, forInit) { + var startPos = this.start, + startLoc = this.startLoc; var expr = this.parseExprAtom(refDestructuringErrors, forInit); - if (expr.type === "ArrowFunctionExpression" && this.input.slice(this.lastTokStart, this.lastTokEnd) !== ")") - { return expr } - var result = this.parseSubscripts(expr, startPos, startLoc, false, forInit); - if (refDestructuringErrors && result.type === "MemberExpression") { - if (refDestructuringErrors.parenthesizedAssign >= result.start) { refDestructuringErrors.parenthesizedAssign = -1; } - if (refDestructuringErrors.parenthesizedBind >= result.start) { refDestructuringErrors.parenthesizedBind = -1; } - if (refDestructuringErrors.trailingComma >= result.start) { refDestructuringErrors.trailingComma = -1; } + if ( + expr.type === 'ArrowFunctionExpression' && + this.input.slice(this.lastTokStart, this.lastTokEnd) !== ')' + ) { + return expr; } - return result + var result = this.parseSubscripts(expr, startPos, startLoc, false, forInit); + if (refDestructuringErrors && result.type === 'MemberExpression') { + if (refDestructuringErrors.parenthesizedAssign >= result.start) { + refDestructuringErrors.parenthesizedAssign = -1; + } + if (refDestructuringErrors.parenthesizedBind >= result.start) { + refDestructuringErrors.parenthesizedBind = -1; + } + if (refDestructuringErrors.trailingComma >= result.start) { + refDestructuringErrors.trailingComma = -1; + } + } + return result; }; - pp$5.parseSubscripts = function(base, startPos, startLoc, noCalls, forInit) { - var maybeAsyncArrow = this.options.ecmaVersion >= 8 && base.type === "Identifier" && base.name === "async" && - this.lastTokEnd === base.end && !this.canInsertSemicolon() && base.end - base.start === 5 && - this.potentialArrowAt === base.start; + pp$5.parseSubscripts = function (base, startPos, startLoc, noCalls, forInit) { + var maybeAsyncArrow = + this.options.ecmaVersion >= 8 && + base.type === 'Identifier' && + base.name === 'async' && + this.lastTokEnd === base.end && + !this.canInsertSemicolon() && + base.end - base.start === 5 && + this.potentialArrowAt === base.start; var optionalChained = false; while (true) { - var element = this.parseSubscript(base, startPos, startLoc, noCalls, maybeAsyncArrow, optionalChained, forInit); + var element = this.parseSubscript( + base, + startPos, + startLoc, + noCalls, + maybeAsyncArrow, + optionalChained, + forInit + ); - if (element.optional) { optionalChained = true; } - if (element === base || element.type === "ArrowFunctionExpression") { + if (element.optional) { + optionalChained = true; + } + if (element === base || element.type === 'ArrowFunctionExpression') { if (optionalChained) { var chainNode = this.startNodeAt(startPos, startLoc); chainNode.expression = element; - element = this.finishNode(chainNode, "ChainExpression"); + element = this.finishNode(chainNode, 'ChainExpression'); } - return element + return element; } base = element; } }; - pp$5.shouldParseAsyncArrow = function() { - return !this.canInsertSemicolon() && this.eat(types$1.arrow) + pp$5.shouldParseAsyncArrow = function () { + return !this.canInsertSemicolon() && this.eat(types$1.arrow); }; - pp$5.parseSubscriptAsyncArrow = function(startPos, startLoc, exprList, forInit) { - return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList, true, forInit) + pp$5.parseSubscriptAsyncArrow = function ( + startPos, + startLoc, + exprList, + forInit + ) { + return this.parseArrowExpression( + this.startNodeAt(startPos, startLoc), + exprList, + true, + forInit + ); }; - pp$5.parseSubscript = function(base, startPos, startLoc, noCalls, maybeAsyncArrow, optionalChained, forInit) { + pp$5.parseSubscript = function ( + base, + startPos, + startLoc, + noCalls, + maybeAsyncArrow, + optionalChained, + forInit + ) { var optionalSupported = this.options.ecmaVersion >= 11; var optional = optionalSupported && this.eat(types$1.questionDot); - if (noCalls && optional) { this.raise(this.lastTokStart, "Optional chaining cannot appear in the callee of new expressions"); } + if (noCalls && optional) { + this.raise( + this.lastTokStart, + 'Optional chaining cannot appear in the callee of new expressions' + ); + } var computed = this.eat(types$1.bracketL); - if (computed || (optional && this.type !== types$1.parenL && this.type !== types$1.backQuote) || this.eat(types$1.dot)) { + if ( + computed || + (optional && + this.type !== types$1.parenL && + this.type !== types$1.backQuote) || + this.eat(types$1.dot) + ) { var node = this.startNodeAt(startPos, startLoc); node.object = base; if (computed) { node.property = this.parseExpression(); this.expect(types$1.bracketR); - } else if (this.type === types$1.privateId && base.type !== "Super") { + } else if (this.type === types$1.privateId && base.type !== 'Super') { node.property = this.parsePrivateIdent(); } else { - node.property = this.parseIdent(this.options.allowReserved !== "never"); + node.property = this.parseIdent(this.options.allowReserved !== 'never'); } node.computed = !!computed; if (optionalSupported) { node.optional = optional; } - base = this.finishNode(node, "MemberExpression"); + base = this.finishNode(node, 'MemberExpression'); } else if (!noCalls && this.eat(types$1.parenL)) { - var refDestructuringErrors = new DestructuringErrors, oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos; + var refDestructuringErrors = new DestructuringErrors(), + oldYieldPos = this.yieldPos, + oldAwaitPos = this.awaitPos, + oldAwaitIdentPos = this.awaitIdentPos; this.yieldPos = 0; this.awaitPos = 0; this.awaitIdentPos = 0; - var exprList = this.parseExprList(types$1.parenR, this.options.ecmaVersion >= 8, false, refDestructuringErrors); + var exprList = this.parseExprList( + types$1.parenR, + this.options.ecmaVersion >= 8, + false, + refDestructuringErrors + ); if (maybeAsyncArrow && !optional && this.shouldParseAsyncArrow()) { this.checkPatternErrors(refDestructuringErrors, false); this.checkYieldAwaitInDefaultParams(); - if (this.awaitIdentPos > 0) - { this.raise(this.awaitIdentPos, "Cannot use 'await' as identifier inside an async function"); } + if (this.awaitIdentPos > 0) { + this.raise( + this.awaitIdentPos, + "Cannot use 'await' as identifier inside an async function" + ); + } this.yieldPos = oldYieldPos; this.awaitPos = oldAwaitPos; this.awaitIdentPos = oldAwaitIdentPos; - return this.parseSubscriptAsyncArrow(startPos, startLoc, exprList, forInit) + return this.parseSubscriptAsyncArrow( + startPos, + startLoc, + exprList, + forInit + ); } this.checkExpressionErrors(refDestructuringErrors, true); this.yieldPos = oldYieldPos || this.yieldPos; @@ -2863,17 +3859,20 @@ if (optionalSupported) { node$1.optional = optional; } - base = this.finishNode(node$1, "CallExpression"); + base = this.finishNode(node$1, 'CallExpression'); } else if (this.type === types$1.backQuote) { if (optional || optionalChained) { - this.raise(this.start, "Optional chaining cannot appear in the tag of tagged template expressions"); + this.raise( + this.start, + 'Optional chaining cannot appear in the tag of tagged template expressions' + ); } var node$2 = this.startNodeAt(startPos, startLoc); node$2.tag = base; - node$2.quasi = this.parseTemplate({isTagged: true}); - base = this.finishNode(node$2, "TaggedTemplateExpression"); + node$2.quasi = this.parseTemplate({ isTagged: true }); + base = this.finishNode(node$2, 'TaggedTemplateExpression'); } - return base + return base; }; // Parse an atomic expression — either a single token that is an @@ -2881,142 +3880,205 @@ // `new`, or an expression wrapped in punctuation like `()`, `[]`, // or `{}`. - pp$5.parseExprAtom = function(refDestructuringErrors, forInit, forNew) { + pp$5.parseExprAtom = function (refDestructuringErrors, forInit, forNew) { // If a division operator appears in an expression position, the // tokenizer got confused, and we force it to read a regexp instead. - if (this.type === types$1.slash) { this.readRegexp(); } + if (this.type === types$1.slash) { + this.readRegexp(); + } - var node, canBeArrow = this.potentialArrowAt === this.start; + var node, + canBeArrow = this.potentialArrowAt === this.start; switch (this.type) { - case types$1._super: - if (!this.allowSuper) - { this.raise(this.start, "'super' keyword outside a method"); } - node = this.startNode(); - this.next(); - if (this.type === types$1.parenL && !this.allowDirectSuper) - { this.raise(node.start, "super() call outside constructor of a subclass"); } - // The `super` keyword can appear at below: - // SuperProperty: - // super [ Expression ] - // super . IdentifierName - // SuperCall: - // super ( Arguments ) - if (this.type !== types$1.dot && this.type !== types$1.bracketL && this.type !== types$1.parenL) - { this.unexpected(); } - return this.finishNode(node, "Super") - - case types$1._this: - node = this.startNode(); - this.next(); - return this.finishNode(node, "ThisExpression") - - case types$1.name: - var startPos = this.start, startLoc = this.startLoc, containsEsc = this.containsEsc; - var id = this.parseIdent(false); - if (this.options.ecmaVersion >= 8 && !containsEsc && id.name === "async" && !this.canInsertSemicolon() && this.eat(types$1._function)) { - this.overrideContext(types.f_expr); - return this.parseFunction(this.startNodeAt(startPos, startLoc), 0, false, true, forInit) - } - if (canBeArrow && !this.canInsertSemicolon()) { - if (this.eat(types$1.arrow)) - { return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], false, forInit) } - if (this.options.ecmaVersion >= 8 && id.name === "async" && this.type === types$1.name && !containsEsc && - (!this.potentialArrowInForAwait || this.value !== "of" || this.containsEsc)) { - id = this.parseIdent(false); - if (this.canInsertSemicolon() || !this.eat(types$1.arrow)) - { this.unexpected(); } - return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), [id], true, forInit) + case types$1._super: + if (!this.allowSuper) { + this.raise(this.start, "'super' keyword outside a method"); } - } - return id + node = this.startNode(); + this.next(); + if (this.type === types$1.parenL && !this.allowDirectSuper) { + this.raise( + node.start, + 'super() call outside constructor of a subclass' + ); + } + // The `super` keyword can appear at below: + // SuperProperty: + // super [ Expression ] + // super . IdentifierName + // SuperCall: + // super ( Arguments ) + if ( + this.type !== types$1.dot && + this.type !== types$1.bracketL && + this.type !== types$1.parenL + ) { + this.unexpected(); + } + return this.finishNode(node, 'Super'); - case types$1.regexp: - var value = this.value; - node = this.parseLiteral(value.value); - node.regex = {pattern: value.pattern, flags: value.flags}; - return node + case types$1._this: + node = this.startNode(); + this.next(); + return this.finishNode(node, 'ThisExpression'); - case types$1.num: case types$1.string: - return this.parseLiteral(this.value) + case types$1.name: + var startPos = this.start, + startLoc = this.startLoc, + containsEsc = this.containsEsc; + var id = this.parseIdent(false); + if ( + this.options.ecmaVersion >= 8 && + !containsEsc && + id.name === 'async' && + !this.canInsertSemicolon() && + this.eat(types$1._function) + ) { + this.overrideContext(types.f_expr); + return this.parseFunction( + this.startNodeAt(startPos, startLoc), + 0, + false, + true, + forInit + ); + } + if (canBeArrow && !this.canInsertSemicolon()) { + if (this.eat(types$1.arrow)) { + return this.parseArrowExpression( + this.startNodeAt(startPos, startLoc), + [id], + false, + forInit + ); + } + if ( + this.options.ecmaVersion >= 8 && + id.name === 'async' && + this.type === types$1.name && + !containsEsc && + (!this.potentialArrowInForAwait || + this.value !== 'of' || + this.containsEsc) + ) { + id = this.parseIdent(false); + if (this.canInsertSemicolon() || !this.eat(types$1.arrow)) { + this.unexpected(); + } + return this.parseArrowExpression( + this.startNodeAt(startPos, startLoc), + [id], + true, + forInit + ); + } + } + return id; - case types$1._null: case types$1._true: case types$1._false: - node = this.startNode(); - node.value = this.type === types$1._null ? null : this.type === types$1._true; - node.raw = this.type.keyword; - this.next(); - return this.finishNode(node, "Literal") + case types$1.regexp: + var value = this.value; + node = this.parseLiteral(value.value); + node.regex = { pattern: value.pattern, flags: value.flags }; + return node; - case types$1.parenL: - var start = this.start, expr = this.parseParenAndDistinguishExpression(canBeArrow, forInit); - if (refDestructuringErrors) { - if (refDestructuringErrors.parenthesizedAssign < 0 && !this.isSimpleAssignTarget(expr)) - { refDestructuringErrors.parenthesizedAssign = start; } - if (refDestructuringErrors.parenthesizedBind < 0) - { refDestructuringErrors.parenthesizedBind = start; } - } - return expr + case types$1.num: + case types$1.string: + return this.parseLiteral(this.value); - case types$1.bracketL: - node = this.startNode(); - this.next(); - node.elements = this.parseExprList(types$1.bracketR, true, true, refDestructuringErrors); - return this.finishNode(node, "ArrayExpression") + case types$1._null: + case types$1._true: + case types$1._false: + node = this.startNode(); + node.value = + this.type === types$1._null ? null : this.type === types$1._true; + node.raw = this.type.keyword; + this.next(); + return this.finishNode(node, 'Literal'); - case types$1.braceL: - this.overrideContext(types.b_expr); - return this.parseObj(false, refDestructuringErrors) + case types$1.parenL: + var start = this.start, + expr = this.parseParenAndDistinguishExpression(canBeArrow, forInit); + if (refDestructuringErrors) { + if ( + refDestructuringErrors.parenthesizedAssign < 0 && + !this.isSimpleAssignTarget(expr) + ) { + refDestructuringErrors.parenthesizedAssign = start; + } + if (refDestructuringErrors.parenthesizedBind < 0) { + refDestructuringErrors.parenthesizedBind = start; + } + } + return expr; - case types$1._function: - node = this.startNode(); - this.next(); - return this.parseFunction(node, 0) + case types$1.bracketL: + node = this.startNode(); + this.next(); + node.elements = this.parseExprList( + types$1.bracketR, + true, + true, + refDestructuringErrors + ); + return this.finishNode(node, 'ArrayExpression'); - case types$1._class: - return this.parseClass(this.startNode(), false) + case types$1.braceL: + this.overrideContext(types.b_expr); + return this.parseObj(false, refDestructuringErrors); - case types$1._new: - return this.parseNew() + case types$1._function: + node = this.startNode(); + this.next(); + return this.parseFunction(node, 0); - case types$1.backQuote: - return this.parseTemplate() + case types$1._class: + return this.parseClass(this.startNode(), false); - case types$1._import: - if (this.options.ecmaVersion >= 11) { - return this.parseExprImport(forNew) - } else { - return this.unexpected() - } + case types$1._new: + return this.parseNew(); - default: - return this.parseExprAtomDefault() + case types$1.backQuote: + return this.parseTemplate(); + + case types$1._import: + if (this.options.ecmaVersion >= 11) { + return this.parseExprImport(forNew); + } else { + return this.unexpected(); + } + + default: + return this.parseExprAtomDefault(); } }; - pp$5.parseExprAtomDefault = function() { + pp$5.parseExprAtomDefault = function () { this.unexpected(); }; - pp$5.parseExprImport = function(forNew) { + pp$5.parseExprImport = function (forNew) { var node = this.startNode(); // Consume `import` as an identifier for `import.meta`. // Because `this.parseIdent(true)` doesn't check escape sequences, it needs the check of `this.containsEsc`. - if (this.containsEsc) { this.raiseRecoverable(this.start, "Escape sequence in keyword import"); } + if (this.containsEsc) { + this.raiseRecoverable(this.start, 'Escape sequence in keyword import'); + } this.next(); if (this.type === types$1.parenL && !forNew) { - return this.parseDynamicImport(node) + return this.parseDynamicImport(node); } else if (this.type === types$1.dot) { var meta = this.startNodeAt(node.start, node.loc && node.loc.start); - meta.name = "import"; - node.meta = this.finishNode(meta, "Identifier"); - return this.parseImportMeta(node) + meta.name = 'import'; + node.meta = this.finishNode(meta, 'Identifier'); + return this.parseImportMeta(node); } else { this.unexpected(); } }; - pp$5.parseDynamicImport = function(node) { + pp$5.parseDynamicImport = function (node) { this.next(); // skip `(` // Parse node.source. @@ -3044,95 +4106,142 @@ if (!this.eat(types$1.parenR)) { var errorPos = this.start; if (this.eat(types$1.comma) && this.eat(types$1.parenR)) { - this.raiseRecoverable(errorPos, "Trailing comma is not allowed in import()"); + this.raiseRecoverable( + errorPos, + 'Trailing comma is not allowed in import()' + ); } else { this.unexpected(errorPos); } } } - return this.finishNode(node, "ImportExpression") + return this.finishNode(node, 'ImportExpression'); }; - pp$5.parseImportMeta = function(node) { + pp$5.parseImportMeta = function (node) { this.next(); // skip `.` var containsEsc = this.containsEsc; node.property = this.parseIdent(true); - if (node.property.name !== "meta") - { this.raiseRecoverable(node.property.start, "The only valid meta property for import is 'import.meta'"); } - if (containsEsc) - { this.raiseRecoverable(node.start, "'import.meta' must not contain escaped characters"); } - if (this.options.sourceType !== "module" && !this.options.allowImportExportEverywhere) - { this.raiseRecoverable(node.start, "Cannot use 'import.meta' outside a module"); } + if (node.property.name !== 'meta') { + this.raiseRecoverable( + node.property.start, + "The only valid meta property for import is 'import.meta'" + ); + } + if (containsEsc) { + this.raiseRecoverable( + node.start, + "'import.meta' must not contain escaped characters" + ); + } + if ( + this.options.sourceType !== 'module' && + !this.options.allowImportExportEverywhere + ) { + this.raiseRecoverable( + node.start, + "Cannot use 'import.meta' outside a module" + ); + } - return this.finishNode(node, "MetaProperty") + return this.finishNode(node, 'MetaProperty'); }; - pp$5.parseLiteral = function(value) { + pp$5.parseLiteral = function (value) { var node = this.startNode(); node.value = value; node.raw = this.input.slice(this.start, this.end); - if (node.raw.charCodeAt(node.raw.length - 1) === 110) { node.bigint = node.raw.slice(0, -1).replace(/_/g, ""); } + if (node.raw.charCodeAt(node.raw.length - 1) === 110) { + node.bigint = node.raw.slice(0, -1).replace(/_/g, ''); + } this.next(); - return this.finishNode(node, "Literal") + return this.finishNode(node, 'Literal'); }; - pp$5.parseParenExpression = function() { + pp$5.parseParenExpression = function () { this.expect(types$1.parenL); var val = this.parseExpression(); this.expect(types$1.parenR); - return val + return val; }; - pp$5.shouldParseArrow = function(exprList) { - return !this.canInsertSemicolon() + pp$5.shouldParseArrow = function (exprList) { + return !this.canInsertSemicolon(); }; - pp$5.parseParenAndDistinguishExpression = function(canBeArrow, forInit) { - var startPos = this.start, startLoc = this.startLoc, val, allowTrailingComma = this.options.ecmaVersion >= 8; + pp$5.parseParenAndDistinguishExpression = function (canBeArrow, forInit) { + var startPos = this.start, + startLoc = this.startLoc, + val, + allowTrailingComma = this.options.ecmaVersion >= 8; if (this.options.ecmaVersion >= 6) { this.next(); - var innerStartPos = this.start, innerStartLoc = this.startLoc; - var exprList = [], first = true, lastIsComma = false; - var refDestructuringErrors = new DestructuringErrors, oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, spreadStart; + var innerStartPos = this.start, + innerStartLoc = this.startLoc; + var exprList = [], + first = true, + lastIsComma = false; + var refDestructuringErrors = new DestructuringErrors(), + oldYieldPos = this.yieldPos, + oldAwaitPos = this.awaitPos, + spreadStart; this.yieldPos = 0; this.awaitPos = 0; // Do not save awaitIdentPos to allow checking awaits nested in parameters while (this.type !== types$1.parenR) { - first ? first = false : this.expect(types$1.comma); - if (allowTrailingComma && this.afterTrailingComma(types$1.parenR, true)) { + first ? (first = false) : this.expect(types$1.comma); + if ( + allowTrailingComma && + this.afterTrailingComma(types$1.parenR, true) + ) { lastIsComma = true; - break + break; } else if (this.type === types$1.ellipsis) { spreadStart = this.start; exprList.push(this.parseParenItem(this.parseRestBinding())); if (this.type === types$1.comma) { this.raiseRecoverable( this.start, - "Comma is not permitted after the rest element" + 'Comma is not permitted after the rest element' ); } - break + break; } else { - exprList.push(this.parseMaybeAssign(false, refDestructuringErrors, this.parseParenItem)); + exprList.push( + this.parseMaybeAssign( + false, + refDestructuringErrors, + this.parseParenItem + ) + ); } } - var innerEndPos = this.lastTokEnd, innerEndLoc = this.lastTokEndLoc; + var innerEndPos = this.lastTokEnd, + innerEndLoc = this.lastTokEndLoc; this.expect(types$1.parenR); - if (canBeArrow && this.shouldParseArrow(exprList) && this.eat(types$1.arrow)) { + if ( + canBeArrow && + this.shouldParseArrow(exprList) && + this.eat(types$1.arrow) + ) { this.checkPatternErrors(refDestructuringErrors, false); this.checkYieldAwaitInDefaultParams(); this.yieldPos = oldYieldPos; this.awaitPos = oldAwaitPos; - return this.parseParenArrowList(startPos, startLoc, exprList, forInit) + return this.parseParenArrowList(startPos, startLoc, exprList, forInit); } - if (!exprList.length || lastIsComma) { this.unexpected(this.lastTokStart); } - if (spreadStart) { this.unexpected(spreadStart); } + if (!exprList.length || lastIsComma) { + this.unexpected(this.lastTokStart); + } + if (spreadStart) { + this.unexpected(spreadStart); + } this.checkExpressionErrors(refDestructuringErrors, true); this.yieldPos = oldYieldPos || this.yieldPos; this.awaitPos = oldAwaitPos || this.awaitPos; @@ -3140,7 +4249,7 @@ if (exprList.length > 1) { val = this.startNodeAt(innerStartPos, innerStartLoc); val.expressions = exprList; - this.finishNodeAt(val, "SequenceExpression", innerEndPos, innerEndLoc); + this.finishNodeAt(val, 'SequenceExpression', innerEndPos, innerEndLoc); } else { val = exprList[0]; } @@ -3151,18 +4260,23 @@ if (this.options.preserveParens) { var par = this.startNodeAt(startPos, startLoc); par.expression = val; - return this.finishNode(par, "ParenthesizedExpression") + return this.finishNode(par, 'ParenthesizedExpression'); } else { - return val + return val; } }; - pp$5.parseParenItem = function(item) { - return item + pp$5.parseParenItem = function (item) { + return item; }; - pp$5.parseParenArrowList = function(startPos, startLoc, exprList, forInit) { - return this.parseArrowExpression(this.startNodeAt(startPos, startLoc), exprList, false, forInit) + pp$5.parseParenArrowList = function (startPos, startLoc, exprList, forInit) { + return this.parseArrowExpression( + this.startNodeAt(startPos, startLoc), + exprList, + false, + forInit + ); }; // New's precedence is slightly tricky. It must allow its argument to @@ -3173,120 +4287,190 @@ var empty = []; - pp$5.parseNew = function() { - if (this.containsEsc) { this.raiseRecoverable(this.start, "Escape sequence in keyword new"); } + pp$5.parseNew = function () { + if (this.containsEsc) { + this.raiseRecoverable(this.start, 'Escape sequence in keyword new'); + } var node = this.startNode(); this.next(); if (this.options.ecmaVersion >= 6 && this.type === types$1.dot) { var meta = this.startNodeAt(node.start, node.loc && node.loc.start); - meta.name = "new"; - node.meta = this.finishNode(meta, "Identifier"); + meta.name = 'new'; + node.meta = this.finishNode(meta, 'Identifier'); this.next(); var containsEsc = this.containsEsc; node.property = this.parseIdent(true); - if (node.property.name !== "target") - { this.raiseRecoverable(node.property.start, "The only valid meta property for new is 'new.target'"); } - if (containsEsc) - { this.raiseRecoverable(node.start, "'new.target' must not contain escaped characters"); } - if (!this.allowNewDotTarget) - { this.raiseRecoverable(node.start, "'new.target' can only be used in functions and class static block"); } - return this.finishNode(node, "MetaProperty") + if (node.property.name !== 'target') { + this.raiseRecoverable( + node.property.start, + "The only valid meta property for new is 'new.target'" + ); + } + if (containsEsc) { + this.raiseRecoverable( + node.start, + "'new.target' must not contain escaped characters" + ); + } + if (!this.allowNewDotTarget) { + this.raiseRecoverable( + node.start, + "'new.target' can only be used in functions and class static block" + ); + } + return this.finishNode(node, 'MetaProperty'); } - var startPos = this.start, startLoc = this.startLoc; - node.callee = this.parseSubscripts(this.parseExprAtom(null, false, true), startPos, startLoc, true, false); - if (this.eat(types$1.parenL)) { node.arguments = this.parseExprList(types$1.parenR, this.options.ecmaVersion >= 8, false); } - else { node.arguments = empty; } - return this.finishNode(node, "NewExpression") + var startPos = this.start, + startLoc = this.startLoc; + node.callee = this.parseSubscripts( + this.parseExprAtom(null, false, true), + startPos, + startLoc, + true, + false + ); + if (this.eat(types$1.parenL)) { + node.arguments = this.parseExprList( + types$1.parenR, + this.options.ecmaVersion >= 8, + false + ); + } else { + node.arguments = empty; + } + return this.finishNode(node, 'NewExpression'); }; // Parse template expression. - pp$5.parseTemplateElement = function(ref) { + pp$5.parseTemplateElement = function (ref) { var isTagged = ref.isTagged; var elem = this.startNode(); if (this.type === types$1.invalidTemplate) { if (!isTagged) { - this.raiseRecoverable(this.start, "Bad escape sequence in untagged template literal"); + this.raiseRecoverable( + this.start, + 'Bad escape sequence in untagged template literal' + ); } elem.value = { - raw: this.value.replace(/\r\n?/g, "\n"), - cooked: null + raw: this.value.replace(/\r\n?/g, '\n'), + cooked: null, }; } else { elem.value = { - raw: this.input.slice(this.start, this.end).replace(/\r\n?/g, "\n"), - cooked: this.value + raw: this.input.slice(this.start, this.end).replace(/\r\n?/g, '\n'), + cooked: this.value, }; } this.next(); elem.tail = this.type === types$1.backQuote; - return this.finishNode(elem, "TemplateElement") + return this.finishNode(elem, 'TemplateElement'); }; - pp$5.parseTemplate = function(ref) { - if ( ref === void 0 ) ref = {}; - var isTagged = ref.isTagged; if ( isTagged === void 0 ) isTagged = false; + pp$5.parseTemplate = function (ref) { + if (ref === void 0) ref = {}; + var isTagged = ref.isTagged; + if (isTagged === void 0) isTagged = false; var node = this.startNode(); this.next(); node.expressions = []; - var curElt = this.parseTemplateElement({isTagged: isTagged}); + var curElt = this.parseTemplateElement({ isTagged: isTagged }); node.quasis = [curElt]; while (!curElt.tail) { - if (this.type === types$1.eof) { this.raise(this.pos, "Unterminated template literal"); } + if (this.type === types$1.eof) { + this.raise(this.pos, 'Unterminated template literal'); + } this.expect(types$1.dollarBraceL); node.expressions.push(this.parseExpression()); this.expect(types$1.braceR); - node.quasis.push(curElt = this.parseTemplateElement({isTagged: isTagged})); + node.quasis.push( + (curElt = this.parseTemplateElement({ isTagged: isTagged })) + ); } this.next(); - return this.finishNode(node, "TemplateLiteral") + return this.finishNode(node, 'TemplateLiteral'); }; - pp$5.isAsyncProp = function(prop) { - return !prop.computed && prop.key.type === "Identifier" && prop.key.name === "async" && - (this.type === types$1.name || this.type === types$1.num || this.type === types$1.string || this.type === types$1.bracketL || this.type.keyword || (this.options.ecmaVersion >= 9 && this.type === types$1.star)) && + pp$5.isAsyncProp = function (prop) { + return ( + !prop.computed && + prop.key.type === 'Identifier' && + prop.key.name === 'async' && + (this.type === types$1.name || + this.type === types$1.num || + this.type === types$1.string || + this.type === types$1.bracketL || + this.type.keyword || + (this.options.ecmaVersion >= 9 && this.type === types$1.star)) && !lineBreak.test(this.input.slice(this.lastTokEnd, this.start)) + ); }; // Parse an object literal or binding pattern. - pp$5.parseObj = function(isPattern, refDestructuringErrors) { - var node = this.startNode(), first = true, propHash = {}; + pp$5.parseObj = function (isPattern, refDestructuringErrors) { + var node = this.startNode(), + first = true, + propHash = {}; node.properties = []; this.next(); while (!this.eat(types$1.braceR)) { if (!first) { this.expect(types$1.comma); - if (this.options.ecmaVersion >= 5 && this.afterTrailingComma(types$1.braceR)) { break } - } else { first = false; } + if ( + this.options.ecmaVersion >= 5 && + this.afterTrailingComma(types$1.braceR) + ) { + break; + } + } else { + first = false; + } var prop = this.parseProperty(isPattern, refDestructuringErrors); - if (!isPattern) { this.checkPropClash(prop, propHash, refDestructuringErrors); } + if (!isPattern) { + this.checkPropClash(prop, propHash, refDestructuringErrors); + } node.properties.push(prop); } - return this.finishNode(node, isPattern ? "ObjectPattern" : "ObjectExpression") + return this.finishNode( + node, + isPattern ? 'ObjectPattern' : 'ObjectExpression' + ); }; - pp$5.parseProperty = function(isPattern, refDestructuringErrors) { - var prop = this.startNode(), isGenerator, isAsync, startPos, startLoc; + pp$5.parseProperty = function (isPattern, refDestructuringErrors) { + var prop = this.startNode(), + isGenerator, + isAsync, + startPos, + startLoc; if (this.options.ecmaVersion >= 9 && this.eat(types$1.ellipsis)) { if (isPattern) { prop.argument = this.parseIdent(false); if (this.type === types$1.comma) { - this.raiseRecoverable(this.start, "Comma is not permitted after the rest element"); + this.raiseRecoverable( + this.start, + 'Comma is not permitted after the rest element' + ); } - return this.finishNode(prop, "RestElement") + return this.finishNode(prop, 'RestElement'); } // Parse argument. prop.argument = this.parseMaybeAssign(false, refDestructuringErrors); // To disallow trailing comma via `this.toAssignable()`. - if (this.type === types$1.comma && refDestructuringErrors && refDestructuringErrors.trailingComma < 0) { + if ( + this.type === types$1.comma && + refDestructuringErrors && + refDestructuringErrors.trailingComma < 0 + ) { refDestructuringErrors.trailingComma = this.start; } // Finish - return this.finishNode(prop, "SpreadElement") + return this.finishNode(prop, 'SpreadElement'); } if (this.options.ecmaVersion >= 6) { prop.method = false; @@ -3295,134 +4479,221 @@ startPos = this.start; startLoc = this.startLoc; } - if (!isPattern) - { isGenerator = this.eat(types$1.star); } + if (!isPattern) { + isGenerator = this.eat(types$1.star); + } } var containsEsc = this.containsEsc; this.parsePropertyName(prop); - if (!isPattern && !containsEsc && this.options.ecmaVersion >= 8 && !isGenerator && this.isAsyncProp(prop)) { + if ( + !isPattern && + !containsEsc && + this.options.ecmaVersion >= 8 && + !isGenerator && + this.isAsyncProp(prop) + ) { isAsync = true; isGenerator = this.options.ecmaVersion >= 9 && this.eat(types$1.star); this.parsePropertyName(prop); } else { isAsync = false; } - this.parsePropertyValue(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructuringErrors, containsEsc); - return this.finishNode(prop, "Property") + this.parsePropertyValue( + prop, + isPattern, + isGenerator, + isAsync, + startPos, + startLoc, + refDestructuringErrors, + containsEsc + ); + return this.finishNode(prop, 'Property'); }; - pp$5.parseGetterSetter = function(prop) { + pp$5.parseGetterSetter = function (prop) { var kind = prop.key.name; this.parsePropertyName(prop); prop.value = this.parseMethod(false); prop.kind = kind; - var paramCount = prop.kind === "get" ? 0 : 1; + var paramCount = prop.kind === 'get' ? 0 : 1; if (prop.value.params.length !== paramCount) { var start = prop.value.start; - if (prop.kind === "get") - { this.raiseRecoverable(start, "getter should have no params"); } - else - { this.raiseRecoverable(start, "setter should have exactly one param"); } + if (prop.kind === 'get') { + this.raiseRecoverable(start, 'getter should have no params'); + } else { + this.raiseRecoverable(start, 'setter should have exactly one param'); + } } else { - if (prop.kind === "set" && prop.value.params[0].type === "RestElement") - { this.raiseRecoverable(prop.value.params[0].start, "Setter cannot use rest params"); } + if (prop.kind === 'set' && prop.value.params[0].type === 'RestElement') { + this.raiseRecoverable( + prop.value.params[0].start, + 'Setter cannot use rest params' + ); + } } }; - pp$5.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDestructuringErrors, containsEsc) { - if ((isGenerator || isAsync) && this.type === types$1.colon) - { this.unexpected(); } + pp$5.parsePropertyValue = function ( + prop, + isPattern, + isGenerator, + isAsync, + startPos, + startLoc, + refDestructuringErrors, + containsEsc + ) { + if ((isGenerator || isAsync) && this.type === types$1.colon) { + this.unexpected(); + } if (this.eat(types$1.colon)) { - prop.value = isPattern ? this.parseMaybeDefault(this.start, this.startLoc) : this.parseMaybeAssign(false, refDestructuringErrors); - prop.kind = "init"; + prop.value = + isPattern ? + this.parseMaybeDefault(this.start, this.startLoc) + : this.parseMaybeAssign(false, refDestructuringErrors); + prop.kind = 'init'; } else if (this.options.ecmaVersion >= 6 && this.type === types$1.parenL) { - if (isPattern) { this.unexpected(); } + if (isPattern) { + this.unexpected(); + } prop.method = true; prop.value = this.parseMethod(isGenerator, isAsync); - prop.kind = "init"; - } else if (!isPattern && !containsEsc && - this.options.ecmaVersion >= 5 && !prop.computed && prop.key.type === "Identifier" && - (prop.key.name === "get" || prop.key.name === "set") && - (this.type !== types$1.comma && this.type !== types$1.braceR && this.type !== types$1.eq)) { - if (isGenerator || isAsync) { this.unexpected(); } + prop.kind = 'init'; + } else if ( + !isPattern && + !containsEsc && + this.options.ecmaVersion >= 5 && + !prop.computed && + prop.key.type === 'Identifier' && + (prop.key.name === 'get' || prop.key.name === 'set') && + this.type !== types$1.comma && + this.type !== types$1.braceR && + this.type !== types$1.eq + ) { + if (isGenerator || isAsync) { + this.unexpected(); + } this.parseGetterSetter(prop); - } else if (this.options.ecmaVersion >= 6 && !prop.computed && prop.key.type === "Identifier") { - if (isGenerator || isAsync) { this.unexpected(); } + } else if ( + this.options.ecmaVersion >= 6 && + !prop.computed && + prop.key.type === 'Identifier' + ) { + if (isGenerator || isAsync) { + this.unexpected(); + } this.checkUnreserved(prop.key); - if (prop.key.name === "await" && !this.awaitIdentPos) - { this.awaitIdentPos = startPos; } + if (prop.key.name === 'await' && !this.awaitIdentPos) { + this.awaitIdentPos = startPos; + } if (isPattern) { - prop.value = this.parseMaybeDefault(startPos, startLoc, this.copyNode(prop.key)); + prop.value = this.parseMaybeDefault( + startPos, + startLoc, + this.copyNode(prop.key) + ); } else if (this.type === types$1.eq && refDestructuringErrors) { - if (refDestructuringErrors.shorthandAssign < 0) - { refDestructuringErrors.shorthandAssign = this.start; } - prop.value = this.parseMaybeDefault(startPos, startLoc, this.copyNode(prop.key)); + if (refDestructuringErrors.shorthandAssign < 0) { + refDestructuringErrors.shorthandAssign = this.start; + } + prop.value = this.parseMaybeDefault( + startPos, + startLoc, + this.copyNode(prop.key) + ); } else { prop.value = this.copyNode(prop.key); } - prop.kind = "init"; + prop.kind = 'init'; prop.shorthand = true; - } else { this.unexpected(); } + } else { + this.unexpected(); + } }; - pp$5.parsePropertyName = function(prop) { + pp$5.parsePropertyName = function (prop) { if (this.options.ecmaVersion >= 6) { if (this.eat(types$1.bracketL)) { prop.computed = true; prop.key = this.parseMaybeAssign(); this.expect(types$1.bracketR); - return prop.key + return prop.key; } else { prop.computed = false; } } - return prop.key = this.type === types$1.num || this.type === types$1.string ? this.parseExprAtom() : this.parseIdent(this.options.allowReserved !== "never") + return (prop.key = + this.type === types$1.num || this.type === types$1.string ? + this.parseExprAtom() + : this.parseIdent(this.options.allowReserved !== 'never')); }; // Initialize empty function node. - pp$5.initFunction = function(node) { + pp$5.initFunction = function (node) { node.id = null; - if (this.options.ecmaVersion >= 6) { node.generator = node.expression = false; } - if (this.options.ecmaVersion >= 8) { node.async = false; } + if (this.options.ecmaVersion >= 6) { + node.generator = node.expression = false; + } + if (this.options.ecmaVersion >= 8) { + node.async = false; + } }; // Parse object or class method. - pp$5.parseMethod = function(isGenerator, isAsync, allowDirectSuper) { - var node = this.startNode(), oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos; + pp$5.parseMethod = function (isGenerator, isAsync, allowDirectSuper) { + var node = this.startNode(), + oldYieldPos = this.yieldPos, + oldAwaitPos = this.awaitPos, + oldAwaitIdentPos = this.awaitIdentPos; this.initFunction(node); - if (this.options.ecmaVersion >= 6) - { node.generator = isGenerator; } - if (this.options.ecmaVersion >= 8) - { node.async = !!isAsync; } + if (this.options.ecmaVersion >= 6) { + node.generator = isGenerator; + } + if (this.options.ecmaVersion >= 8) { + node.async = !!isAsync; + } this.yieldPos = 0; this.awaitPos = 0; this.awaitIdentPos = 0; - this.enterScope(functionFlags(isAsync, node.generator) | SCOPE_SUPER | (allowDirectSuper ? SCOPE_DIRECT_SUPER : 0)); + this.enterScope( + functionFlags(isAsync, node.generator) | + SCOPE_SUPER | + (allowDirectSuper ? SCOPE_DIRECT_SUPER : 0) + ); this.expect(types$1.parenL); - node.params = this.parseBindingList(types$1.parenR, false, this.options.ecmaVersion >= 8); + node.params = this.parseBindingList( + types$1.parenR, + false, + this.options.ecmaVersion >= 8 + ); this.checkYieldAwaitInDefaultParams(); this.parseFunctionBody(node, false, true, false); this.yieldPos = oldYieldPos; this.awaitPos = oldAwaitPos; this.awaitIdentPos = oldAwaitIdentPos; - return this.finishNode(node, "FunctionExpression") + return this.finishNode(node, 'FunctionExpression'); }; // Parse arrow function expression with given parameters. - pp$5.parseArrowExpression = function(node, params, isAsync, forInit) { - var oldYieldPos = this.yieldPos, oldAwaitPos = this.awaitPos, oldAwaitIdentPos = this.awaitIdentPos; + pp$5.parseArrowExpression = function (node, params, isAsync, forInit) { + var oldYieldPos = this.yieldPos, + oldAwaitPos = this.awaitPos, + oldAwaitIdentPos = this.awaitIdentPos; this.enterScope(functionFlags(isAsync, false) | SCOPE_ARROW); this.initFunction(node); - if (this.options.ecmaVersion >= 8) { node.async = !!isAsync; } + if (this.options.ecmaVersion >= 8) { + node.async = !!isAsync; + } this.yieldPos = 0; this.awaitPos = 0; @@ -3434,40 +4705,57 @@ this.yieldPos = oldYieldPos; this.awaitPos = oldAwaitPos; this.awaitIdentPos = oldAwaitIdentPos; - return this.finishNode(node, "ArrowFunctionExpression") + return this.finishNode(node, 'ArrowFunctionExpression'); }; // Parse function body and check parameters. - pp$5.parseFunctionBody = function(node, isArrowFunction, isMethod, forInit) { + pp$5.parseFunctionBody = function (node, isArrowFunction, isMethod, forInit) { var isExpression = isArrowFunction && this.type !== types$1.braceL; - var oldStrict = this.strict, useStrict = false; + var oldStrict = this.strict, + useStrict = false; if (isExpression) { node.body = this.parseMaybeAssign(forInit); node.expression = true; this.checkParams(node, false); } else { - var nonSimple = this.options.ecmaVersion >= 7 && !this.isSimpleParamList(node.params); + var nonSimple = + this.options.ecmaVersion >= 7 && !this.isSimpleParamList(node.params); if (!oldStrict || nonSimple) { useStrict = this.strictDirective(this.end); // If this is a strict mode function, verify that argument names // are not repeated, and it does not try to bind the words `eval` // or `arguments`. - if (useStrict && nonSimple) - { this.raiseRecoverable(node.start, "Illegal 'use strict' directive in function with non-simple parameter list"); } + if (useStrict && nonSimple) { + this.raiseRecoverable( + node.start, + "Illegal 'use strict' directive in function with non-simple parameter list" + ); + } } // Start a new scope with regard to labels and the `inFunction` // flag (restore them to their old value afterwards). var oldLabels = this.labels; this.labels = []; - if (useStrict) { this.strict = true; } + if (useStrict) { + this.strict = true; + } // Add the params to varDeclaredNames to ensure that an error is thrown // if a let/const declaration in the function clashes with one of the params. - this.checkParams(node, !oldStrict && !useStrict && !isArrowFunction && !isMethod && this.isSimpleParamList(node.params)); + this.checkParams( + node, + !oldStrict && + !useStrict && + !isArrowFunction && + !isMethod && + this.isSimpleParamList(node.params) + ); // Ensure the function name isn't a forbidden identifier in strict mode, e.g. 'eval' - if (this.strict && node.id) { this.checkLValSimple(node.id, BIND_OUTSIDE); } + if (this.strict && node.id) { + this.checkLValSimple(node.id, BIND_OUTSIDE); + } node.body = this.parseBlock(false, undefined, useStrict && !oldStrict); node.expression = false; this.adaptDirectivePrologue(node.body.body); @@ -3476,26 +4764,30 @@ this.exitScope(); }; - pp$5.isSimpleParamList = function(params) { - for (var i = 0, list = params; i < list.length; i += 1) - { + pp$5.isSimpleParamList = function (params) { + for (var i = 0, list = params; i < list.length; i += 1) { var param = list[i]; - if (param.type !== "Identifier") { return false - } } - return true + if (param.type !== 'Identifier') { + return false; + } + } + return true; }; // Checks function params for various disallowed patterns such as using "eval" // or "arguments" and duplicate parameters. - pp$5.checkParams = function(node, allowDuplicates) { + pp$5.checkParams = function (node, allowDuplicates) { var nameHash = Object.create(null); - for (var i = 0, list = node.params; i < list.length; i += 1) - { + for (var i = 0, list = node.params; i < list.length; i += 1) { var param = list[i]; - this.checkLValInnerPattern(param, BIND_VAR, allowDuplicates ? null : nameHash); + this.checkLValInnerPattern( + param, + BIND_VAR, + allowDuplicates ? null : nameHash + ); } }; @@ -3505,51 +4797,91 @@ // nothing in between them to be parsed as `null` (which is needed // for array literals). - pp$5.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) { - var elts = [], first = true; + pp$5.parseExprList = function ( + close, + allowTrailingComma, + allowEmpty, + refDestructuringErrors + ) { + var elts = [], + first = true; while (!this.eat(close)) { if (!first) { this.expect(types$1.comma); - if (allowTrailingComma && this.afterTrailingComma(close)) { break } - } else { first = false; } + if (allowTrailingComma && this.afterTrailingComma(close)) { + break; + } + } else { + first = false; + } - var elt = (void 0); - if (allowEmpty && this.type === types$1.comma) - { elt = null; } - else if (this.type === types$1.ellipsis) { + var elt = void 0; + if (allowEmpty && this.type === types$1.comma) { + elt = null; + } else if (this.type === types$1.ellipsis) { elt = this.parseSpread(refDestructuringErrors); - if (refDestructuringErrors && this.type === types$1.comma && refDestructuringErrors.trailingComma < 0) - { refDestructuringErrors.trailingComma = this.start; } + if ( + refDestructuringErrors && + this.type === types$1.comma && + refDestructuringErrors.trailingComma < 0 + ) { + refDestructuringErrors.trailingComma = this.start; + } } else { elt = this.parseMaybeAssign(false, refDestructuringErrors); } elts.push(elt); } - return elts + return elts; }; - pp$5.checkUnreserved = function(ref) { + pp$5.checkUnreserved = function (ref) { var start = ref.start; var end = ref.end; var name = ref.name; - if (this.inGenerator && name === "yield") - { this.raiseRecoverable(start, "Cannot use 'yield' as identifier inside a generator"); } - if (this.inAsync && name === "await") - { this.raiseRecoverable(start, "Cannot use 'await' as identifier inside an async function"); } - if (!(this.currentThisScope().flags & SCOPE_VAR) && name === "arguments") - { this.raiseRecoverable(start, "Cannot use 'arguments' in class field initializer"); } - if (this.inClassStaticBlock && (name === "arguments" || name === "await")) - { this.raise(start, ("Cannot use " + name + " in class static initialization block")); } - if (this.keywords.test(name)) - { this.raise(start, ("Unexpected keyword '" + name + "'")); } - if (this.options.ecmaVersion < 6 && - this.input.slice(start, end).indexOf("\\") !== -1) { return } + if (this.inGenerator && name === 'yield') { + this.raiseRecoverable( + start, + "Cannot use 'yield' as identifier inside a generator" + ); + } + if (this.inAsync && name === 'await') { + this.raiseRecoverable( + start, + "Cannot use 'await' as identifier inside an async function" + ); + } + if (!(this.currentThisScope().flags & SCOPE_VAR) && name === 'arguments') { + this.raiseRecoverable( + start, + "Cannot use 'arguments' in class field initializer" + ); + } + if (this.inClassStaticBlock && (name === 'arguments' || name === 'await')) { + this.raise( + start, + 'Cannot use ' + name + ' in class static initialization block' + ); + } + if (this.keywords.test(name)) { + this.raise(start, "Unexpected keyword '" + name + "'"); + } + if ( + this.options.ecmaVersion < 6 && + this.input.slice(start, end).indexOf('\\') !== -1 + ) { + return; + } var re = this.strict ? this.reservedWordsStrict : this.reservedWords; if (re.test(name)) { - if (!this.inAsync && name === "await") - { this.raiseRecoverable(start, "Cannot use keyword 'await' outside an async function"); } - this.raiseRecoverable(start, ("The keyword '" + name + "' is reserved")); + if (!this.inAsync && name === 'await') { + this.raiseRecoverable( + start, + "Cannot use keyword 'await' outside an async function" + ); + } + this.raiseRecoverable(start, "The keyword '" + name + "' is reserved"); } }; @@ -3557,19 +4889,20 @@ // when parsing properties), it will also convert keywords into // identifiers. - pp$5.parseIdent = function(liberal) { + pp$5.parseIdent = function (liberal) { var node = this.parseIdentNode(); this.next(!!liberal); - this.finishNode(node, "Identifier"); + this.finishNode(node, 'Identifier'); if (!liberal) { this.checkUnreserved(node); - if (node.name === "await" && !this.awaitIdentPos) - { this.awaitIdentPos = node.start; } + if (node.name === 'await' && !this.awaitIdentPos) { + this.awaitIdentPos = node.start; + } } - return node + return node; }; - pp$5.parseIdentNode = function() { + pp$5.parseIdentNode = function () { var node = this.startNode(); if (this.type === types$1.name) { node.name = this.value; @@ -3580,18 +4913,21 @@ // `class` and `function` keywords push new context into this.context. // But there is no chance to pop the context if the keyword is consumed as an identifier such as a property name. // If the previous token is a dot, this does not apply because the context-managing code already ignored the keyword - if ((node.name === "class" || node.name === "function") && - (this.lastTokEnd !== this.lastTokStart + 1 || this.input.charCodeAt(this.lastTokStart) !== 46)) { + if ( + (node.name === 'class' || node.name === 'function') && + (this.lastTokEnd !== this.lastTokStart + 1 || + this.input.charCodeAt(this.lastTokStart) !== 46) + ) { this.context.pop(); } this.type = types$1.name; } else { this.unexpected(); } - return node + return node; }; - pp$5.parsePrivateIdent = function() { + pp$5.parsePrivateIdent = function () { var node = this.startNode(); if (this.type === types$1.privateId) { node.name = this.value; @@ -3599,44 +4935,57 @@ this.unexpected(); } this.next(); - this.finishNode(node, "PrivateIdentifier"); + this.finishNode(node, 'PrivateIdentifier'); // For validating existence if (this.options.checkPrivateFields) { if (this.privateNameStack.length === 0) { - this.raise(node.start, ("Private field '#" + (node.name) + "' must be declared in an enclosing class")); + this.raise( + node.start, + "Private field '#" + + node.name + + "' must be declared in an enclosing class" + ); } else { this.privateNameStack[this.privateNameStack.length - 1].used.push(node); } } - return node + return node; }; // Parses yield expression inside generator. - pp$5.parseYield = function(forInit) { - if (!this.yieldPos) { this.yieldPos = this.start; } + pp$5.parseYield = function (forInit) { + if (!this.yieldPos) { + this.yieldPos = this.start; + } var node = this.startNode(); this.next(); - if (this.type === types$1.semi || this.canInsertSemicolon() || (this.type !== types$1.star && !this.type.startsExpr)) { + if ( + this.type === types$1.semi || + this.canInsertSemicolon() || + (this.type !== types$1.star && !this.type.startsExpr) + ) { node.delegate = false; node.argument = null; } else { node.delegate = this.eat(types$1.star); node.argument = this.parseMaybeAssign(forInit); } - return this.finishNode(node, "YieldExpression") + return this.finishNode(node, 'YieldExpression'); }; - pp$5.parseAwait = function(forInit) { - if (!this.awaitPos) { this.awaitPos = this.start; } + pp$5.parseAwait = function (forInit) { + if (!this.awaitPos) { + this.awaitPos = this.start; + } var node = this.startNode(); this.next(); node.argument = this.parseMaybeUnary(null, true, false, forInit); - return this.finishNode(node, "AwaitExpression") + return this.finishNode(node, 'AwaitExpression'); }; var pp$4 = Parser.prototype; @@ -3647,22 +4996,24 @@ // of the error message, and then raises a `SyntaxError` with that // message. - pp$4.raise = function(pos, message) { + pp$4.raise = function (pos, message) { var loc = getLineInfo(this.input, pos); - message += " (" + loc.line + ":" + loc.column + ")"; + message += ' (' + loc.line + ':' + loc.column + ')'; if (this.sourceFile) { - message += " in " + this.sourceFile; + message += ' in ' + this.sourceFile; } var err = new SyntaxError(message); - err.pos = pos; err.loc = loc; err.raisedAt = this.pos; - throw err + err.pos = pos; + err.loc = loc; + err.raisedAt = this.pos; + throw err; }; pp$4.raiseRecoverable = pp$4.raise; - pp$4.curPosition = function() { + pp$4.curPosition = function () { if (this.options.locations) { - return new Position(this.curLine, this.pos - this.lineStart) + return new Position(this.curLine, this.pos - this.lineStart); } }; @@ -3680,106 +5031,144 @@ // The functions in this module keep track of declared variables in the current scope in order to detect duplicate variable names. - pp$3.enterScope = function(flags) { + pp$3.enterScope = function (flags) { this.scopeStack.push(new Scope(flags)); }; - pp$3.exitScope = function() { + pp$3.exitScope = function () { this.scopeStack.pop(); }; // The spec says: // > At the top level of a function, or script, function declarations are // > treated like var declarations rather than like lexical declarations. - pp$3.treatFunctionsAsVarInScope = function(scope) { - return (scope.flags & SCOPE_FUNCTION) || !this.inModule && (scope.flags & SCOPE_TOP) + pp$3.treatFunctionsAsVarInScope = function (scope) { + return ( + scope.flags & SCOPE_FUNCTION || + (!this.inModule && scope.flags & SCOPE_TOP) + ); }; - pp$3.declareName = function(name, bindingType, pos) { + pp$3.declareName = function (name, bindingType, pos) { var redeclared = false; if (bindingType === BIND_LEXICAL) { var scope = this.currentScope(); - redeclared = scope.lexical.indexOf(name) > -1 || scope.functions.indexOf(name) > -1 || scope.var.indexOf(name) > -1; + redeclared = + scope.lexical.indexOf(name) > -1 || + scope.functions.indexOf(name) > -1 || + scope.var.indexOf(name) > -1; scope.lexical.push(name); - if (this.inModule && (scope.flags & SCOPE_TOP)) - { delete this.undefinedExports[name]; } + if (this.inModule && scope.flags & SCOPE_TOP) { + delete this.undefinedExports[name]; + } } else if (bindingType === BIND_SIMPLE_CATCH) { var scope$1 = this.currentScope(); scope$1.lexical.push(name); } else if (bindingType === BIND_FUNCTION) { var scope$2 = this.currentScope(); - if (this.treatFunctionsAsVar) - { redeclared = scope$2.lexical.indexOf(name) > -1; } - else - { redeclared = scope$2.lexical.indexOf(name) > -1 || scope$2.var.indexOf(name) > -1; } + if (this.treatFunctionsAsVar) { + redeclared = scope$2.lexical.indexOf(name) > -1; + } else { + redeclared = + scope$2.lexical.indexOf(name) > -1 || scope$2.var.indexOf(name) > -1; + } scope$2.functions.push(name); } else { for (var i = this.scopeStack.length - 1; i >= 0; --i) { var scope$3 = this.scopeStack[i]; - if (scope$3.lexical.indexOf(name) > -1 && !((scope$3.flags & SCOPE_SIMPLE_CATCH) && scope$3.lexical[0] === name) || - !this.treatFunctionsAsVarInScope(scope$3) && scope$3.functions.indexOf(name) > -1) { + if ( + (scope$3.lexical.indexOf(name) > -1 && + !( + scope$3.flags & SCOPE_SIMPLE_CATCH && scope$3.lexical[0] === name + )) || + (!this.treatFunctionsAsVarInScope(scope$3) && + scope$3.functions.indexOf(name) > -1) + ) { redeclared = true; - break + break; } scope$3.var.push(name); - if (this.inModule && (scope$3.flags & SCOPE_TOP)) - { delete this.undefinedExports[name]; } - if (scope$3.flags & SCOPE_VAR) { break } + if (this.inModule && scope$3.flags & SCOPE_TOP) { + delete this.undefinedExports[name]; + } + if (scope$3.flags & SCOPE_VAR) { + break; + } } } - if (redeclared) { this.raiseRecoverable(pos, ("Identifier '" + name + "' has already been declared")); } + if (redeclared) { + this.raiseRecoverable( + pos, + "Identifier '" + name + "' has already been declared" + ); + } }; - pp$3.checkLocalExport = function(id) { + pp$3.checkLocalExport = function (id) { // scope.functions must be empty as Module code is always strict. - if (this.scopeStack[0].lexical.indexOf(id.name) === -1 && - this.scopeStack[0].var.indexOf(id.name) === -1) { + if ( + this.scopeStack[0].lexical.indexOf(id.name) === -1 && + this.scopeStack[0].var.indexOf(id.name) === -1 + ) { this.undefinedExports[id.name] = id; } }; - pp$3.currentScope = function() { - return this.scopeStack[this.scopeStack.length - 1] + pp$3.currentScope = function () { + return this.scopeStack[this.scopeStack.length - 1]; }; - pp$3.currentVarScope = function() { - for (var i = this.scopeStack.length - 1;; i--) { + pp$3.currentVarScope = function () { + for (var i = this.scopeStack.length - 1; ; i--) { var scope = this.scopeStack[i]; - if (scope.flags & (SCOPE_VAR | SCOPE_CLASS_FIELD_INIT | SCOPE_CLASS_STATIC_BLOCK)) { return scope } + if ( + scope.flags & + (SCOPE_VAR | SCOPE_CLASS_FIELD_INIT | SCOPE_CLASS_STATIC_BLOCK) + ) { + return scope; + } } }; // Could be useful for `this`, `new.target`, `super()`, `super.property`, and `super[property]`. - pp$3.currentThisScope = function() { - for (var i = this.scopeStack.length - 1;; i--) { + pp$3.currentThisScope = function () { + for (var i = this.scopeStack.length - 1; ; i--) { var scope = this.scopeStack[i]; - if (scope.flags & (SCOPE_VAR | SCOPE_CLASS_FIELD_INIT | SCOPE_CLASS_STATIC_BLOCK) && - !(scope.flags & SCOPE_ARROW)) { return scope } + if ( + scope.flags & + (SCOPE_VAR | SCOPE_CLASS_FIELD_INIT | SCOPE_CLASS_STATIC_BLOCK) && + !(scope.flags & SCOPE_ARROW) + ) { + return scope; + } } }; var Node = function Node(parser, pos, loc) { - this.type = ""; + this.type = ''; this.start = pos; this.end = 0; - if (parser.options.locations) - { this.loc = new SourceLocation(parser, loc); } - if (parser.options.directSourceFile) - { this.sourceFile = parser.options.directSourceFile; } - if (parser.options.ranges) - { this.range = [pos, 0]; } + if (parser.options.locations) { + this.loc = new SourceLocation(parser, loc); + } + if (parser.options.directSourceFile) { + this.sourceFile = parser.options.directSourceFile; + } + if (parser.options.ranges) { + this.range = [pos, 0]; + } }; // Start an AST node, attaching a start offset. var pp$2 = Parser.prototype; - pp$2.startNode = function() { - return new Node(this, this.start, this.startLoc) + pp$2.startNode = function () { + return new Node(this, this.start, this.startLoc); }; - pp$2.startNodeAt = function(pos, loc) { - return new Node(this, pos, loc) + pp$2.startNodeAt = function (pos, loc) { + return new Node(this, pos, loc); }; // Finish an AST node, adding `type` and `end` properties. @@ -3787,41 +5176,54 @@ function finishNodeAt(node, type, pos, loc) { node.type = type; node.end = pos; - if (this.options.locations) - { node.loc.end = loc; } - if (this.options.ranges) - { node.range[1] = pos; } - return node + if (this.options.locations) { + node.loc.end = loc; + } + if (this.options.ranges) { + node.range[1] = pos; + } + return node; } - pp$2.finishNode = function(node, type) { - return finishNodeAt.call(this, node, type, this.lastTokEnd, this.lastTokEndLoc) + pp$2.finishNode = function (node, type) { + return finishNodeAt.call( + this, + node, + type, + this.lastTokEnd, + this.lastTokEndLoc + ); }; // Finish node at given position - pp$2.finishNodeAt = function(node, type, pos, loc) { - return finishNodeAt.call(this, node, type, pos, loc) + pp$2.finishNodeAt = function (node, type, pos, loc) { + return finishNodeAt.call(this, node, type, pos, loc); }; - pp$2.copyNode = function(node) { + pp$2.copyNode = function (node) { var newNode = new Node(this, node.start, this.startLoc); - for (var prop in node) { newNode[prop] = node[prop]; } - return newNode + for (var prop in node) { + newNode[prop] = node[prop]; + } + return newNode; }; // This file was generated by "bin/generate-unicode-script-values.js". Do not modify manually! - var scriptValuesAddedInUnicode = "Gara Garay Gukh Gurung_Khema Hrkt Katakana_Or_Hiragana Kawi Kirat_Rai Krai Nag_Mundari Nagm Ol_Onal Onao Sunu Sunuwar Todhri Todr Tulu_Tigalari Tutg Unknown Zzzz"; + var scriptValuesAddedInUnicode = + 'Gara Garay Gukh Gurung_Khema Hrkt Katakana_Or_Hiragana Kawi Kirat_Rai Krai Nag_Mundari Nagm Ol_Onal Onao Sunu Sunuwar Todhri Todr Tulu_Tigalari Tutg Unknown Zzzz'; // This file contains Unicode properties extracted from the ECMAScript specification. // The lists are extracted like so: // $$('#table-binary-unicode-properties > figure > table > tbody > tr > td:nth-child(1) code').map(el => el.innerText) // #table-binary-unicode-properties - var ecma9BinaryProperties = "ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS"; - var ecma10BinaryProperties = ecma9BinaryProperties + " Extended_Pictographic"; + var ecma9BinaryProperties = + 'ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS'; + var ecma10BinaryProperties = ecma9BinaryProperties + ' Extended_Pictographic'; var ecma11BinaryProperties = ecma10BinaryProperties; - var ecma12BinaryProperties = ecma11BinaryProperties + " EBase EComp EMod EPres ExtPict"; + var ecma12BinaryProperties = + ecma11BinaryProperties + ' EBase EComp EMod EPres ExtPict'; var ecma13BinaryProperties = ecma12BinaryProperties; var ecma14BinaryProperties = ecma13BinaryProperties; @@ -3831,31 +5233,43 @@ 11: ecma11BinaryProperties, 12: ecma12BinaryProperties, 13: ecma13BinaryProperties, - 14: ecma14BinaryProperties + 14: ecma14BinaryProperties, }; // #table-binary-unicode-properties-of-strings - var ecma14BinaryPropertiesOfStrings = "Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji"; + var ecma14BinaryPropertiesOfStrings = + 'Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji'; var unicodeBinaryPropertiesOfStrings = { - 9: "", - 10: "", - 11: "", - 12: "", - 13: "", - 14: ecma14BinaryPropertiesOfStrings + 9: '', + 10: '', + 11: '', + 12: '', + 13: '', + 14: ecma14BinaryPropertiesOfStrings, }; // #table-unicode-general-category-values - var unicodeGeneralCategoryValues = "Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu"; + var unicodeGeneralCategoryValues = + 'Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu'; // #table-unicode-script-values - var ecma9ScriptValues = "Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb"; - var ecma10ScriptValues = ecma9ScriptValues + " Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd"; - var ecma11ScriptValues = ecma10ScriptValues + " Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho"; - var ecma12ScriptValues = ecma11ScriptValues + " Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi"; - var ecma13ScriptValues = ecma12ScriptValues + " Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith"; - var ecma14ScriptValues = ecma13ScriptValues + " " + scriptValuesAddedInUnicode; + var ecma9ScriptValues = + 'Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb'; + var ecma10ScriptValues = + ecma9ScriptValues + + ' Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd'; + var ecma11ScriptValues = + ecma10ScriptValues + + ' Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho'; + var ecma12ScriptValues = + ecma11ScriptValues + + ' Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi'; + var ecma13ScriptValues = + ecma12ScriptValues + + ' Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith'; + var ecma14ScriptValues = + ecma13ScriptValues + ' ' + scriptValuesAddedInUnicode; var unicodeScriptValues = { 9: ecma9ScriptValues, @@ -3863,19 +5277,25 @@ 11: ecma11ScriptValues, 12: ecma12ScriptValues, 13: ecma13ScriptValues, - 14: ecma14ScriptValues + 14: ecma14ScriptValues, }; var data = {}; function buildUnicodeData(ecmaVersion) { - var d = data[ecmaVersion] = { - binary: wordsRegexp(unicodeBinaryProperties[ecmaVersion] + " " + unicodeGeneralCategoryValues), - binaryOfStrings: wordsRegexp(unicodeBinaryPropertiesOfStrings[ecmaVersion]), + var d = (data[ecmaVersion] = { + binary: wordsRegexp( + unicodeBinaryProperties[ecmaVersion] + + ' ' + + unicodeGeneralCategoryValues + ), + binaryOfStrings: wordsRegexp( + unicodeBinaryPropertiesOfStrings[ecmaVersion] + ), nonBinary: { General_Category: wordsRegexp(unicodeGeneralCategoryValues), - Script: wordsRegexp(unicodeScriptValues[ecmaVersion]) - } - }; + Script: wordsRegexp(unicodeScriptValues[ecmaVersion]), + }, + }); d.nonBinary.Script_Extensions = d.nonBinary.Script; d.nonBinary.gc = d.nonBinary.General_Category; @@ -3900,34 +5320,42 @@ this.base = base || this; }; - BranchID.prototype.separatedFrom = function separatedFrom (alt) { + BranchID.prototype.separatedFrom = function separatedFrom(alt) { // A branch is separate from another branch if they or any of // their parents are siblings in a given disjunction for (var self = this; self; self = self.parent) { for (var other = alt; other; other = other.parent) { - if (self.base === other.base && self !== other) { return true } + if (self.base === other.base && self !== other) { + return true; + } } } - return false + return false; }; - BranchID.prototype.sibling = function sibling () { - return new BranchID(this.parent, this.base) + BranchID.prototype.sibling = function sibling() { + return new BranchID(this.parent, this.base); }; var RegExpValidationState = function RegExpValidationState(parser) { this.parser = parser; - this.validFlags = "gim" + (parser.options.ecmaVersion >= 6 ? "uy" : "") + (parser.options.ecmaVersion >= 9 ? "s" : "") + (parser.options.ecmaVersion >= 13 ? "d" : "") + (parser.options.ecmaVersion >= 15 ? "v" : ""); - this.unicodeProperties = data[parser.options.ecmaVersion >= 14 ? 14 : parser.options.ecmaVersion]; - this.source = ""; - this.flags = ""; + this.validFlags = + 'gim' + + (parser.options.ecmaVersion >= 6 ? 'uy' : '') + + (parser.options.ecmaVersion >= 9 ? 's' : '') + + (parser.options.ecmaVersion >= 13 ? 'd' : '') + + (parser.options.ecmaVersion >= 15 ? 'v' : ''); + this.unicodeProperties = + data[parser.options.ecmaVersion >= 14 ? 14 : parser.options.ecmaVersion]; + this.source = ''; + this.flags = ''; this.start = 0; this.switchU = false; this.switchV = false; this.switchN = false; this.pos = 0; this.lastIntValue = 0; - this.lastStringValue = ""; + this.lastStringValue = ''; this.lastAssertionIsQuantifiable = false; this.numCapturingParens = 0; this.maxBackReference = 0; @@ -3936,11 +5364,15 @@ this.branchID = null; }; - RegExpValidationState.prototype.reset = function reset (start, pattern, flags) { - var unicodeSets = flags.indexOf("v") !== -1; - var unicode = flags.indexOf("u") !== -1; + RegExpValidationState.prototype.reset = function reset( + start, + pattern, + flags + ) { + var unicodeSets = flags.indexOf('v') !== -1; + var unicode = flags.indexOf('u') !== -1; this.start = start | 0; - this.source = pattern + ""; + this.source = pattern + ''; this.flags = flags; if (unicodeSets && this.parser.options.ecmaVersion >= 15) { this.switchU = true; @@ -3953,87 +5385,97 @@ } }; - RegExpValidationState.prototype.raise = function raise (message) { - this.parser.raiseRecoverable(this.start, ("Invalid regular expression: /" + (this.source) + "/: " + message)); + RegExpValidationState.prototype.raise = function raise(message) { + this.parser.raiseRecoverable( + this.start, + 'Invalid regular expression: /' + this.source + '/: ' + message + ); }; // If u flag is given, this returns the code point at the index (it combines a surrogate pair). // Otherwise, this returns the code unit of the index (can be a part of a surrogate pair). - RegExpValidationState.prototype.at = function at (i, forceU) { - if ( forceU === void 0 ) forceU = false; + RegExpValidationState.prototype.at = function at(i, forceU) { + if (forceU === void 0) forceU = false; var s = this.source; var l = s.length; if (i >= l) { - return -1 + return -1; } var c = s.charCodeAt(i); - if (!(forceU || this.switchU) || c <= 0xD7FF || c >= 0xE000 || i + 1 >= l) { - return c + if (!(forceU || this.switchU) || c <= 0xd7ff || c >= 0xe000 || i + 1 >= l) { + return c; } var next = s.charCodeAt(i + 1); - return next >= 0xDC00 && next <= 0xDFFF ? (c << 10) + next - 0x35FDC00 : c + return next >= 0xdc00 && next <= 0xdfff ? (c << 10) + next - 0x35fdc00 : c; }; - RegExpValidationState.prototype.nextIndex = function nextIndex (i, forceU) { - if ( forceU === void 0 ) forceU = false; + RegExpValidationState.prototype.nextIndex = function nextIndex(i, forceU) { + if (forceU === void 0) forceU = false; var s = this.source; var l = s.length; if (i >= l) { - return l + return l; } - var c = s.charCodeAt(i), next; - if (!(forceU || this.switchU) || c <= 0xD7FF || c >= 0xE000 || i + 1 >= l || - (next = s.charCodeAt(i + 1)) < 0xDC00 || next > 0xDFFF) { - return i + 1 + var c = s.charCodeAt(i), + next; + if ( + !(forceU || this.switchU) || + c <= 0xd7ff || + c >= 0xe000 || + i + 1 >= l || + (next = s.charCodeAt(i + 1)) < 0xdc00 || + next > 0xdfff + ) { + return i + 1; } - return i + 2 + return i + 2; }; - RegExpValidationState.prototype.current = function current (forceU) { - if ( forceU === void 0 ) forceU = false; + RegExpValidationState.prototype.current = function current(forceU) { + if (forceU === void 0) forceU = false; - return this.at(this.pos, forceU) + return this.at(this.pos, forceU); }; - RegExpValidationState.prototype.lookahead = function lookahead (forceU) { - if ( forceU === void 0 ) forceU = false; + RegExpValidationState.prototype.lookahead = function lookahead(forceU) { + if (forceU === void 0) forceU = false; - return this.at(this.nextIndex(this.pos, forceU), forceU) + return this.at(this.nextIndex(this.pos, forceU), forceU); }; - RegExpValidationState.prototype.advance = function advance (forceU) { - if ( forceU === void 0 ) forceU = false; + RegExpValidationState.prototype.advance = function advance(forceU) { + if (forceU === void 0) forceU = false; this.pos = this.nextIndex(this.pos, forceU); }; - RegExpValidationState.prototype.eat = function eat (ch, forceU) { - if ( forceU === void 0 ) forceU = false; + RegExpValidationState.prototype.eat = function eat(ch, forceU) { + if (forceU === void 0) forceU = false; if (this.current(forceU) === ch) { this.advance(forceU); - return true + return true; } - return false + return false; }; - RegExpValidationState.prototype.eatChars = function eatChars (chs, forceU) { - if ( forceU === void 0 ) forceU = false; + RegExpValidationState.prototype.eatChars = function eatChars(chs, forceU) { + if (forceU === void 0) forceU = false; var pos = this.pos; for (var i = 0, list = chs; i < list.length; i += 1) { var ch = list[i]; - var current = this.at(pos, forceU); + var current = this.at(pos, forceU); if (current === -1 || current !== ch) { - return false + return false; } pos = this.nextIndex(pos, forceU); } this.pos = pos; - return true + return true; }; /** @@ -4042,7 +5484,7 @@ * @param {RegExpValidationState} state The state to validate RegExp. * @returns {void} */ - pp$1.validateRegExpFlags = function(state) { + pp$1.validateRegExpFlags = function (state) { var validFlags = state.validFlags; var flags = state.flags; @@ -4052,22 +5494,28 @@ for (var i = 0; i < flags.length; i++) { var flag = flags.charAt(i); if (validFlags.indexOf(flag) === -1) { - this.raise(state.start, "Invalid regular expression flag"); + this.raise(state.start, 'Invalid regular expression flag'); } if (flags.indexOf(flag, i + 1) > -1) { - this.raise(state.start, "Duplicate regular expression flag"); + this.raise(state.start, 'Duplicate regular expression flag'); + } + if (flag === 'u') { + u = true; + } + if (flag === 'v') { + v = true; } - if (flag === "u") { u = true; } - if (flag === "v") { v = true; } } if (this.options.ecmaVersion >= 15 && u && v) { - this.raise(state.start, "Invalid regular expression flag"); + this.raise(state.start, 'Invalid regular expression flag'); } }; function hasProp(obj) { - for (var _ in obj) { return true } - return false + for (var _ in obj) { + return true; + } + return false; } /** @@ -4076,7 +5524,7 @@ * @param {RegExpValidationState} state The state to validate RegExp. * @returns {void} */ - pp$1.validateRegExpPattern = function(state) { + pp$1.validateRegExpPattern = function (state) { this.regexp_pattern(state); // The goal symbol for the parse is |Pattern[~U, ~N]|. If the result of @@ -4084,17 +5532,21 @@ // |Pattern[~U, +N]| and use this result instead. Throw a *SyntaxError* // exception if _P_ did not conform to the grammar, if any elements of _P_ // were not matched by the parse, or if any Early Error conditions exist. - if (!state.switchN && this.options.ecmaVersion >= 9 && hasProp(state.groupNames)) { + if ( + !state.switchN && + this.options.ecmaVersion >= 9 && + hasProp(state.groupNames) + ) { state.switchN = true; this.regexp_pattern(state); } }; // https://www.ecma-international.org/ecma-262/8.0/#prod-Pattern - pp$1.regexp_pattern = function(state) { + pp$1.regexp_pattern = function (state) { state.pos = 0; state.lastIntValue = 0; - state.lastStringValue = ""; + state.lastStringValue = ''; state.lastAssertionIsQuantifiable = false; state.numCapturingParens = 0; state.maxBackReference = 0; @@ -4109,192 +5561,210 @@ if (state.eat(0x29 /* ) */)) { state.raise("Unmatched ')'"); } - if (state.eat(0x5D /* ] */) || state.eat(0x7D /* } */)) { - state.raise("Lone quantifier brackets"); + if (state.eat(0x5d /* ] */) || state.eat(0x7d /* } */)) { + state.raise('Lone quantifier brackets'); } } if (state.maxBackReference > state.numCapturingParens) { - state.raise("Invalid escape"); + state.raise('Invalid escape'); } for (var i = 0, list = state.backReferenceNames; i < list.length; i += 1) { var name = list[i]; if (!state.groupNames[name]) { - state.raise("Invalid named capture referenced"); + state.raise('Invalid named capture referenced'); } } }; // https://www.ecma-international.org/ecma-262/8.0/#prod-Disjunction - pp$1.regexp_disjunction = function(state) { + pp$1.regexp_disjunction = function (state) { var trackDisjunction = this.options.ecmaVersion >= 16; - if (trackDisjunction) { state.branchID = new BranchID(state.branchID, null); } + if (trackDisjunction) { + state.branchID = new BranchID(state.branchID, null); + } this.regexp_alternative(state); - while (state.eat(0x7C /* | */)) { - if (trackDisjunction) { state.branchID = state.branchID.sibling(); } + while (state.eat(0x7c /* | */)) { + if (trackDisjunction) { + state.branchID = state.branchID.sibling(); + } this.regexp_alternative(state); } - if (trackDisjunction) { state.branchID = state.branchID.parent; } + if (trackDisjunction) { + state.branchID = state.branchID.parent; + } // Make the same message as V8. if (this.regexp_eatQuantifier(state, true)) { - state.raise("Nothing to repeat"); + state.raise('Nothing to repeat'); } - if (state.eat(0x7B /* { */)) { - state.raise("Lone quantifier brackets"); + if (state.eat(0x7b /* { */)) { + state.raise('Lone quantifier brackets'); } }; // https://www.ecma-international.org/ecma-262/8.0/#prod-Alternative - pp$1.regexp_alternative = function(state) { + pp$1.regexp_alternative = function (state) { while (state.pos < state.source.length && this.regexp_eatTerm(state)) {} }; // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-Term - pp$1.regexp_eatTerm = function(state) { + pp$1.regexp_eatTerm = function (state) { if (this.regexp_eatAssertion(state)) { // Handle `QuantifiableAssertion Quantifier` alternative. // `state.lastAssertionIsQuantifiable` is true if the last eaten Assertion // is a QuantifiableAssertion. - if (state.lastAssertionIsQuantifiable && this.regexp_eatQuantifier(state)) { + if ( + state.lastAssertionIsQuantifiable && + this.regexp_eatQuantifier(state) + ) { // Make the same message as V8. if (state.switchU) { - state.raise("Invalid quantifier"); + state.raise('Invalid quantifier'); } } - return true + return true; } - if (state.switchU ? this.regexp_eatAtom(state) : this.regexp_eatExtendedAtom(state)) { + if ( + state.switchU ? + this.regexp_eatAtom(state) + : this.regexp_eatExtendedAtom(state) + ) { this.regexp_eatQuantifier(state); - return true + return true; } - return false + return false; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-Assertion - pp$1.regexp_eatAssertion = function(state) { + pp$1.regexp_eatAssertion = function (state) { var start = state.pos; state.lastAssertionIsQuantifiable = false; // ^, $ - if (state.eat(0x5E /* ^ */) || state.eat(0x24 /* $ */)) { - return true + if (state.eat(0x5e /* ^ */) || state.eat(0x24 /* $ */)) { + return true; } // \b \B - if (state.eat(0x5C /* \ */)) { + if (state.eat(0x5c /* \ */)) { if (state.eat(0x42 /* B */) || state.eat(0x62 /* b */)) { - return true + return true; } state.pos = start; } // Lookahead / Lookbehind - if (state.eat(0x28 /* ( */) && state.eat(0x3F /* ? */)) { + if (state.eat(0x28 /* ( */) && state.eat(0x3f /* ? */)) { var lookbehind = false; if (this.options.ecmaVersion >= 9) { - lookbehind = state.eat(0x3C /* < */); + lookbehind = state.eat(0x3c /* < */); } - if (state.eat(0x3D /* = */) || state.eat(0x21 /* ! */)) { + if (state.eat(0x3d /* = */) || state.eat(0x21 /* ! */)) { this.regexp_disjunction(state); if (!state.eat(0x29 /* ) */)) { - state.raise("Unterminated group"); + state.raise('Unterminated group'); } state.lastAssertionIsQuantifiable = !lookbehind; - return true + return true; } } state.pos = start; - return false + return false; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-Quantifier - pp$1.regexp_eatQuantifier = function(state, noError) { - if ( noError === void 0 ) noError = false; + pp$1.regexp_eatQuantifier = function (state, noError) { + if (noError === void 0) noError = false; if (this.regexp_eatQuantifierPrefix(state, noError)) { - state.eat(0x3F /* ? */); - return true + state.eat(0x3f /* ? */); + return true; } - return false + return false; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-QuantifierPrefix - pp$1.regexp_eatQuantifierPrefix = function(state, noError) { + pp$1.regexp_eatQuantifierPrefix = function (state, noError) { return ( - state.eat(0x2A /* * */) || - state.eat(0x2B /* + */) || - state.eat(0x3F /* ? */) || + state.eat(0x2a /* * */) || + state.eat(0x2b /* + */) || + state.eat(0x3f /* ? */) || this.regexp_eatBracedQuantifier(state, noError) - ) + ); }; - pp$1.regexp_eatBracedQuantifier = function(state, noError) { + pp$1.regexp_eatBracedQuantifier = function (state, noError) { var start = state.pos; - if (state.eat(0x7B /* { */)) { - var min = 0, max = -1; + if (state.eat(0x7b /* { */)) { + var min = 0, + max = -1; if (this.regexp_eatDecimalDigits(state)) { min = state.lastIntValue; - if (state.eat(0x2C /* , */) && this.regexp_eatDecimalDigits(state)) { + if (state.eat(0x2c /* , */) && this.regexp_eatDecimalDigits(state)) { max = state.lastIntValue; } - if (state.eat(0x7D /* } */)) { + if (state.eat(0x7d /* } */)) { // SyntaxError in https://www.ecma-international.org/ecma-262/8.0/#sec-term if (max !== -1 && max < min && !noError) { - state.raise("numbers out of order in {} quantifier"); + state.raise('numbers out of order in {} quantifier'); } - return true + return true; } } if (state.switchU && !noError) { - state.raise("Incomplete quantifier"); + state.raise('Incomplete quantifier'); } state.pos = start; } - return false + return false; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-Atom - pp$1.regexp_eatAtom = function(state) { + pp$1.regexp_eatAtom = function (state) { return ( this.regexp_eatPatternCharacters(state) || - state.eat(0x2E /* . */) || + state.eat(0x2e /* . */) || this.regexp_eatReverseSolidusAtomEscape(state) || this.regexp_eatCharacterClass(state) || this.regexp_eatUncapturingGroup(state) || this.regexp_eatCapturingGroup(state) - ) + ); }; - pp$1.regexp_eatReverseSolidusAtomEscape = function(state) { + pp$1.regexp_eatReverseSolidusAtomEscape = function (state) { var start = state.pos; - if (state.eat(0x5C /* \ */)) { + if (state.eat(0x5c /* \ */)) { if (this.regexp_eatAtomEscape(state)) { - return true + return true; } state.pos = start; } - return false + return false; }; - pp$1.regexp_eatUncapturingGroup = function(state) { + pp$1.regexp_eatUncapturingGroup = function (state) { var start = state.pos; if (state.eat(0x28 /* ( */)) { - if (state.eat(0x3F /* ? */)) { + if (state.eat(0x3f /* ? */)) { if (this.options.ecmaVersion >= 16) { var addModifiers = this.regexp_eatModifiers(state); - var hasHyphen = state.eat(0x2D /* - */); + var hasHyphen = state.eat(0x2d /* - */); if (addModifiers || hasHyphen) { for (var i = 0; i < addModifiers.length; i++) { var modifier = addModifiers.charAt(i); if (addModifiers.indexOf(modifier, i + 1) > -1) { - state.raise("Duplicate regular expression modifiers"); + state.raise('Duplicate regular expression modifiers'); } } if (hasHyphen) { var removeModifiers = this.regexp_eatModifiers(state); - if (!addModifiers && !removeModifiers && state.current() === 0x3A /* : */) { - state.raise("Invalid regular expression modifiers"); + if ( + !addModifiers && + !removeModifiers && + state.current() === 0x3a /* : */ + ) { + state.raise('Invalid regular expression modifiers'); } for (var i$1 = 0; i$1 < removeModifiers.length; i$1++) { var modifier$1 = removeModifiers.charAt(i$1); @@ -4302,136 +5772,138 @@ removeModifiers.indexOf(modifier$1, i$1 + 1) > -1 || addModifiers.indexOf(modifier$1) > -1 ) { - state.raise("Duplicate regular expression modifiers"); + state.raise('Duplicate regular expression modifiers'); } } } } } - if (state.eat(0x3A /* : */)) { + if (state.eat(0x3a /* : */)) { this.regexp_disjunction(state); if (state.eat(0x29 /* ) */)) { - return true + return true; } - state.raise("Unterminated group"); + state.raise('Unterminated group'); } } state.pos = start; } - return false + return false; }; - pp$1.regexp_eatCapturingGroup = function(state) { + pp$1.regexp_eatCapturingGroup = function (state) { if (state.eat(0x28 /* ( */)) { if (this.options.ecmaVersion >= 9) { this.regexp_groupSpecifier(state); - } else if (state.current() === 0x3F /* ? */) { - state.raise("Invalid group"); + } else if (state.current() === 0x3f /* ? */) { + state.raise('Invalid group'); } this.regexp_disjunction(state); if (state.eat(0x29 /* ) */)) { state.numCapturingParens += 1; - return true + return true; } - state.raise("Unterminated group"); + state.raise('Unterminated group'); } - return false + return false; }; // RegularExpressionModifiers :: // [empty] // RegularExpressionModifiers RegularExpressionModifier - pp$1.regexp_eatModifiers = function(state) { - var modifiers = ""; + pp$1.regexp_eatModifiers = function (state) { + var modifiers = ''; var ch = 0; while ((ch = state.current()) !== -1 && isRegularExpressionModifier(ch)) { modifiers += codePointToString(ch); state.advance(); } - return modifiers + return modifiers; }; // RegularExpressionModifier :: one of // `i` `m` `s` function isRegularExpressionModifier(ch) { - return ch === 0x69 /* i */ || ch === 0x6d /* m */ || ch === 0x73 /* s */ + return ch === 0x69 /* i */ || ch === 0x6d /* m */ || ch === 0x73; /* s */ } // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ExtendedAtom - pp$1.regexp_eatExtendedAtom = function(state) { + pp$1.regexp_eatExtendedAtom = function (state) { return ( - state.eat(0x2E /* . */) || + state.eat(0x2e /* . */) || this.regexp_eatReverseSolidusAtomEscape(state) || this.regexp_eatCharacterClass(state) || this.regexp_eatUncapturingGroup(state) || this.regexp_eatCapturingGroup(state) || this.regexp_eatInvalidBracedQuantifier(state) || this.regexp_eatExtendedPatternCharacter(state) - ) + ); }; // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-InvalidBracedQuantifier - pp$1.regexp_eatInvalidBracedQuantifier = function(state) { + pp$1.regexp_eatInvalidBracedQuantifier = function (state) { if (this.regexp_eatBracedQuantifier(state, true)) { - state.raise("Nothing to repeat"); + state.raise('Nothing to repeat'); } - return false + return false; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-SyntaxCharacter - pp$1.regexp_eatSyntaxCharacter = function(state) { + pp$1.regexp_eatSyntaxCharacter = function (state) { var ch = state.current(); if (isSyntaxCharacter(ch)) { state.lastIntValue = ch; state.advance(); - return true + return true; } - return false + return false; }; function isSyntaxCharacter(ch) { return ( ch === 0x24 /* $ */ || - ch >= 0x28 /* ( */ && ch <= 0x2B /* + */ || - ch === 0x2E /* . */ || - ch === 0x3F /* ? */ || - ch >= 0x5B /* [ */ && ch <= 0x5E /* ^ */ || - ch >= 0x7B /* { */ && ch <= 0x7D /* } */ - ) + (ch >= 0x28 /* ( */ && ch <= 0x2b) /* + */ || + ch === 0x2e /* . */ || + ch === 0x3f /* ? */ || + (ch >= 0x5b /* [ */ && ch <= 0x5e) /* ^ */ || + (ch >= 0x7b /* { */ && ch <= 0x7d) /* } */ + ); } // https://www.ecma-international.org/ecma-262/8.0/#prod-PatternCharacter // But eat eager. - pp$1.regexp_eatPatternCharacters = function(state) { + pp$1.regexp_eatPatternCharacters = function (state) { var start = state.pos; var ch = 0; while ((ch = state.current()) !== -1 && !isSyntaxCharacter(ch)) { state.advance(); } - return state.pos !== start + return state.pos !== start; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ExtendedPatternCharacter - pp$1.regexp_eatExtendedPatternCharacter = function(state) { + pp$1.regexp_eatExtendedPatternCharacter = function (state) { var ch = state.current(); if ( ch !== -1 && ch !== 0x24 /* $ */ && - !(ch >= 0x28 /* ( */ && ch <= 0x2B /* + */) && - ch !== 0x2E /* . */ && - ch !== 0x3F /* ? */ && - ch !== 0x5B /* [ */ && - ch !== 0x5E /* ^ */ && - ch !== 0x7C /* | */ + !((ch >= 0x28 /* ( */ && ch <= 0x2b) /* + */) && + ch !== 0x2e /* . */ && + ch !== 0x3f /* ? */ && + ch !== 0x5b /* [ */ && + ch !== 0x5e /* ^ */ && + ch !== 0x7c /* | */ ) { state.advance(); - return true + return true; } - return false + return false; }; // GroupSpecifier :: // [empty] // `?` GroupName - pp$1.regexp_groupSpecifier = function(state) { - if (state.eat(0x3F /* ? */)) { - if (!this.regexp_eatGroupName(state)) { state.raise("Invalid group"); } + pp$1.regexp_groupSpecifier = function (state) { + if (state.eat(0x3f /* ? */)) { + if (!this.regexp_eatGroupName(state)) { + state.raise('Invalid group'); + } var trackDisjunction = this.options.ecmaVersion >= 16; var known = state.groupNames[state.lastStringValue]; if (known) { @@ -4439,15 +5911,18 @@ for (var i = 0, list = known; i < list.length; i += 1) { var altID = list[i]; - if (!altID.separatedFrom(state.branchID)) - { state.raise("Duplicate capture group name"); } + if (!altID.separatedFrom(state.branchID)) { + state.raise('Duplicate capture group name'); + } } } else { - state.raise("Duplicate capture group name"); + state.raise('Duplicate capture group name'); } } if (trackDisjunction) { - (known || (state.groupNames[state.lastStringValue] = [])).push(state.branchID); + (known || (state.groupNames[state.lastStringValue] = [])).push( + state.branchID + ); } else { state.groupNames[state.lastStringValue] = true; } @@ -4457,31 +5932,34 @@ // GroupName :: // `<` RegExpIdentifierName `>` // Note: this updates `state.lastStringValue` property with the eaten name. - pp$1.regexp_eatGroupName = function(state) { - state.lastStringValue = ""; - if (state.eat(0x3C /* < */)) { - if (this.regexp_eatRegExpIdentifierName(state) && state.eat(0x3E /* > */)) { - return true + pp$1.regexp_eatGroupName = function (state) { + state.lastStringValue = ''; + if (state.eat(0x3c /* < */)) { + if ( + this.regexp_eatRegExpIdentifierName(state) && + state.eat(0x3e /* > */) + ) { + return true; } - state.raise("Invalid capture group name"); + state.raise('Invalid capture group name'); } - return false + return false; }; // RegExpIdentifierName :: // RegExpIdentifierStart // RegExpIdentifierName RegExpIdentifierPart // Note: this updates `state.lastStringValue` property with the eaten name. - pp$1.regexp_eatRegExpIdentifierName = function(state) { - state.lastStringValue = ""; + pp$1.regexp_eatRegExpIdentifierName = function (state) { + state.lastStringValue = ''; if (this.regexp_eatRegExpIdentifierStart(state)) { state.lastStringValue += codePointToString(state.lastIntValue); while (this.regexp_eatRegExpIdentifierPart(state)) { state.lastStringValue += codePointToString(state.lastIntValue); } - return true + return true; } - return false + return false; }; // RegExpIdentifierStart :: @@ -4489,25 +5967,30 @@ // `$` // `_` // `\` RegExpUnicodeEscapeSequence[+U] - pp$1.regexp_eatRegExpIdentifierStart = function(state) { + pp$1.regexp_eatRegExpIdentifierStart = function (state) { var start = state.pos; var forceU = this.options.ecmaVersion >= 11; var ch = state.current(forceU); state.advance(forceU); - if (ch === 0x5C /* \ */ && this.regexp_eatRegExpUnicodeEscapeSequence(state, forceU)) { + if ( + ch === 0x5c /* \ */ && + this.regexp_eatRegExpUnicodeEscapeSequence(state, forceU) + ) { ch = state.lastIntValue; } if (isRegExpIdentifierStart(ch)) { state.lastIntValue = ch; - return true + return true; } state.pos = start; - return false + return false; }; function isRegExpIdentifierStart(ch) { - return isIdentifierStart(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */ + return ( + isIdentifierStart(ch, true) || ch === 0x24 /* $ */ || ch === 0x5f + ); /* _ */ } // RegExpIdentifierPart :: @@ -4517,47 +6000,56 @@ // `\` RegExpUnicodeEscapeSequence[+U] // // - pp$1.regexp_eatRegExpIdentifierPart = function(state) { + pp$1.regexp_eatRegExpIdentifierPart = function (state) { var start = state.pos; var forceU = this.options.ecmaVersion >= 11; var ch = state.current(forceU); state.advance(forceU); - if (ch === 0x5C /* \ */ && this.regexp_eatRegExpUnicodeEscapeSequence(state, forceU)) { + if ( + ch === 0x5c /* \ */ && + this.regexp_eatRegExpUnicodeEscapeSequence(state, forceU) + ) { ch = state.lastIntValue; } if (isRegExpIdentifierPart(ch)) { state.lastIntValue = ch; - return true + return true; } state.pos = start; - return false + return false; }; function isRegExpIdentifierPart(ch) { - return isIdentifierChar(ch, true) || ch === 0x24 /* $ */ || ch === 0x5F /* _ */ || ch === 0x200C /* */ || ch === 0x200D /* */ + return ( + isIdentifierChar(ch, true) || + ch === 0x24 /* $ */ || + ch === 0x5f /* _ */ || + ch === 0x200c /* */ || + ch === 0x200d + ); /* */ } // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-AtomEscape - pp$1.regexp_eatAtomEscape = function(state) { + pp$1.regexp_eatAtomEscape = function (state) { if ( this.regexp_eatBackReference(state) || this.regexp_eatCharacterClassEscape(state) || this.regexp_eatCharacterEscape(state) || (state.switchN && this.regexp_eatKGroupName(state)) ) { - return true + return true; } if (state.switchU) { // Make the same message as V8. if (state.current() === 0x63 /* c */) { - state.raise("Invalid unicode escape"); + state.raise('Invalid unicode escape'); } - state.raise("Invalid escape"); + state.raise('Invalid escape'); } - return false + return false; }; - pp$1.regexp_eatBackReference = function(state) { + pp$1.regexp_eatBackReference = function (state) { var start = state.pos; if (this.regexp_eatDecimalEscape(state)) { var n = state.lastIntValue; @@ -4566,28 +6058,28 @@ if (n > state.maxBackReference) { state.maxBackReference = n; } - return true + return true; } if (n <= state.numCapturingParens) { - return true + return true; } state.pos = start; } - return false + return false; }; - pp$1.regexp_eatKGroupName = function(state) { - if (state.eat(0x6B /* k */)) { + pp$1.regexp_eatKGroupName = function (state) { + if (state.eat(0x6b /* k */)) { if (this.regexp_eatGroupName(state)) { state.backReferenceNames.push(state.lastStringValue); - return true + return true; } - state.raise("Invalid named reference"); + state.raise('Invalid named reference'); } - return false + return false; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-CharacterEscape - pp$1.regexp_eatCharacterEscape = function(state) { + pp$1.regexp_eatCharacterEscape = function (state) { return ( this.regexp_eatControlEscape(state) || this.regexp_eatCControlLetter(state) || @@ -4596,78 +6088,81 @@ this.regexp_eatRegExpUnicodeEscapeSequence(state, false) || (!state.switchU && this.regexp_eatLegacyOctalEscapeSequence(state)) || this.regexp_eatIdentityEscape(state) - ) + ); }; - pp$1.regexp_eatCControlLetter = function(state) { + pp$1.regexp_eatCControlLetter = function (state) { var start = state.pos; if (state.eat(0x63 /* c */)) { if (this.regexp_eatControlLetter(state)) { - return true + return true; } state.pos = start; } - return false + return false; }; - pp$1.regexp_eatZero = function(state) { - if (state.current() === 0x30 /* 0 */ && !isDecimalDigit(state.lookahead())) { + pp$1.regexp_eatZero = function (state) { + if ( + state.current() === 0x30 /* 0 */ && + !isDecimalDigit(state.lookahead()) + ) { state.lastIntValue = 0; state.advance(); - return true + return true; } - return false + return false; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-ControlEscape - pp$1.regexp_eatControlEscape = function(state) { + pp$1.regexp_eatControlEscape = function (state) { var ch = state.current(); if (ch === 0x74 /* t */) { state.lastIntValue = 0x09; /* \t */ state.advance(); - return true + return true; } - if (ch === 0x6E /* n */) { - state.lastIntValue = 0x0A; /* \n */ + if (ch === 0x6e /* n */) { + state.lastIntValue = 0x0a; /* \n */ state.advance(); - return true + return true; } if (ch === 0x76 /* v */) { - state.lastIntValue = 0x0B; /* \v */ + state.lastIntValue = 0x0b; /* \v */ state.advance(); - return true + return true; } if (ch === 0x66 /* f */) { - state.lastIntValue = 0x0C; /* \f */ + state.lastIntValue = 0x0c; /* \f */ state.advance(); - return true + return true; } if (ch === 0x72 /* r */) { - state.lastIntValue = 0x0D; /* \r */ + state.lastIntValue = 0x0d; /* \r */ state.advance(); - return true + return true; } - return false + return false; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-ControlLetter - pp$1.regexp_eatControlLetter = function(state) { + pp$1.regexp_eatControlLetter = function (state) { var ch = state.current(); if (isControlLetter(ch)) { state.lastIntValue = ch % 0x20; state.advance(); - return true + return true; } - return false + return false; }; function isControlLetter(ch) { return ( - (ch >= 0x41 /* A */ && ch <= 0x5A /* Z */) || - (ch >= 0x61 /* a */ && ch <= 0x7A /* z */) - ) + (ch >= 0x41 /* A */ && ch <= 0x5a) /* Z */ || + (ch >= 0x61 /* a */ && ch <= 0x7a) /* z */ + ); } // https://www.ecma-international.org/ecma-262/8.0/#prod-RegExpUnicodeEscapeSequence - pp$1.regexp_eatRegExpUnicodeEscapeSequence = function(state, forceU) { - if ( forceU === void 0 ) forceU = false; + pp$1.regexp_eatRegExpUnicodeEscapeSequence = function (state, forceU) { + if (forceU === void 0) forceU = false; var start = state.pos; var switchU = forceU || state.switchU; @@ -4675,76 +6170,81 @@ if (state.eat(0x75 /* u */)) { if (this.regexp_eatFixedHexDigits(state, 4)) { var lead = state.lastIntValue; - if (switchU && lead >= 0xD800 && lead <= 0xDBFF) { + if (switchU && lead >= 0xd800 && lead <= 0xdbff) { var leadSurrogateEnd = state.pos; - if (state.eat(0x5C /* \ */) && state.eat(0x75 /* u */) && this.regexp_eatFixedHexDigits(state, 4)) { + if ( + state.eat(0x5c /* \ */) && + state.eat(0x75 /* u */) && + this.regexp_eatFixedHexDigits(state, 4) + ) { var trail = state.lastIntValue; - if (trail >= 0xDC00 && trail <= 0xDFFF) { - state.lastIntValue = (lead - 0xD800) * 0x400 + (trail - 0xDC00) + 0x10000; - return true + if (trail >= 0xdc00 && trail <= 0xdfff) { + state.lastIntValue = + (lead - 0xd800) * 0x400 + (trail - 0xdc00) + 0x10000; + return true; } } state.pos = leadSurrogateEnd; state.lastIntValue = lead; } - return true + return true; } if ( switchU && - state.eat(0x7B /* { */) && + state.eat(0x7b /* { */) && this.regexp_eatHexDigits(state) && - state.eat(0x7D /* } */) && + state.eat(0x7d /* } */) && isValidUnicode(state.lastIntValue) ) { - return true + return true; } if (switchU) { - state.raise("Invalid unicode escape"); + state.raise('Invalid unicode escape'); } state.pos = start; } - return false + return false; }; function isValidUnicode(ch) { - return ch >= 0 && ch <= 0x10FFFF + return ch >= 0 && ch <= 0x10ffff; } // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-IdentityEscape - pp$1.regexp_eatIdentityEscape = function(state) { + pp$1.regexp_eatIdentityEscape = function (state) { if (state.switchU) { if (this.regexp_eatSyntaxCharacter(state)) { - return true + return true; } - if (state.eat(0x2F /* / */)) { - state.lastIntValue = 0x2F; /* / */ - return true + if (state.eat(0x2f /* / */)) { + state.lastIntValue = 0x2f; /* / */ + return true; } - return false + return false; } var ch = state.current(); - if (ch !== 0x63 /* c */ && (!state.switchN || ch !== 0x6B /* k */)) { + if (ch !== 0x63 /* c */ && (!state.switchN || ch !== 0x6b) /* k */) { state.lastIntValue = ch; state.advance(); - return true + return true; } - return false + return false; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-DecimalEscape - pp$1.regexp_eatDecimalEscape = function(state) { + pp$1.regexp_eatDecimalEscape = function (state) { state.lastIntValue = 0; var ch = state.current(); if (ch >= 0x31 /* 1 */ && ch <= 0x39 /* 9 */) { do { - state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30 /* 0 */); + state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30) /* 0 */; state.advance(); - } while ((ch = state.current()) >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */) - return true + } while ((ch = state.current()) >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */); + return true; } - return false + return false; }; // Return values used by character set parsing methods, needed to @@ -4754,36 +6254,38 @@ var CharSetString = 2; // Construct parsed, can contain strings // https://www.ecma-international.org/ecma-262/8.0/#prod-CharacterClassEscape - pp$1.regexp_eatCharacterClassEscape = function(state) { + pp$1.regexp_eatCharacterClassEscape = function (state) { var ch = state.current(); if (isCharacterClassEscape(ch)) { state.lastIntValue = -1; state.advance(); - return CharSetOk + return CharSetOk; } var negate = false; if ( state.switchU && this.options.ecmaVersion >= 9 && - ((negate = ch === 0x50 /* P */) || ch === 0x70 /* p */) + ((negate = ch === 0x50) /* P */ || ch === 0x70) /* p */ ) { state.lastIntValue = -1; state.advance(); var result; if ( - state.eat(0x7B /* { */) && + state.eat(0x7b /* { */) && (result = this.regexp_eatUnicodePropertyValueExpression(state)) && - state.eat(0x7D /* } */) + state.eat(0x7d /* } */) ) { - if (negate && result === CharSetString) { state.raise("Invalid property name"); } - return result + if (negate && result === CharSetString) { + state.raise('Invalid property name'); + } + return result; } - state.raise("Invalid property name"); + state.raise('Invalid property name'); } - return CharSetNone + return CharSetNone; }; function isCharacterClassEscape(ch) { @@ -4794,22 +6296,22 @@ ch === 0x53 /* S */ || ch === 0x77 /* w */ || ch === 0x57 /* W */ - ) + ); } // UnicodePropertyValueExpression :: // UnicodePropertyName `=` UnicodePropertyValue // LoneUnicodePropertyNameOrValue - pp$1.regexp_eatUnicodePropertyValueExpression = function(state) { + pp$1.regexp_eatUnicodePropertyValueExpression = function (state) { var start = state.pos; // UnicodePropertyName `=` UnicodePropertyValue - if (this.regexp_eatUnicodePropertyName(state) && state.eat(0x3D /* = */)) { + if (this.regexp_eatUnicodePropertyName(state) && state.eat(0x3d /* = */)) { var name = state.lastStringValue; if (this.regexp_eatUnicodePropertyValue(state)) { var value = state.lastStringValue; this.regexp_validateUnicodePropertyNameAndValue(state, name, value); - return CharSetOk + return CharSetOk; } } state.pos = start; @@ -4817,96 +6319,118 @@ // LoneUnicodePropertyNameOrValue if (this.regexp_eatLoneUnicodePropertyNameOrValue(state)) { var nameOrValue = state.lastStringValue; - return this.regexp_validateUnicodePropertyNameOrValue(state, nameOrValue) + return this.regexp_validateUnicodePropertyNameOrValue(state, nameOrValue); } - return CharSetNone + return CharSetNone; }; - pp$1.regexp_validateUnicodePropertyNameAndValue = function(state, name, value) { - if (!hasOwn(state.unicodeProperties.nonBinary, name)) - { state.raise("Invalid property name"); } - if (!state.unicodeProperties.nonBinary[name].test(value)) - { state.raise("Invalid property value"); } + pp$1.regexp_validateUnicodePropertyNameAndValue = function ( + state, + name, + value + ) { + if (!hasOwn(state.unicodeProperties.nonBinary, name)) { + state.raise('Invalid property name'); + } + if (!state.unicodeProperties.nonBinary[name].test(value)) { + state.raise('Invalid property value'); + } }; - pp$1.regexp_validateUnicodePropertyNameOrValue = function(state, nameOrValue) { - if (state.unicodeProperties.binary.test(nameOrValue)) { return CharSetOk } - if (state.switchV && state.unicodeProperties.binaryOfStrings.test(nameOrValue)) { return CharSetString } - state.raise("Invalid property name"); + pp$1.regexp_validateUnicodePropertyNameOrValue = function ( + state, + nameOrValue + ) { + if (state.unicodeProperties.binary.test(nameOrValue)) { + return CharSetOk; + } + if ( + state.switchV && + state.unicodeProperties.binaryOfStrings.test(nameOrValue) + ) { + return CharSetString; + } + state.raise('Invalid property name'); }; // UnicodePropertyName :: // UnicodePropertyNameCharacters - pp$1.regexp_eatUnicodePropertyName = function(state) { + pp$1.regexp_eatUnicodePropertyName = function (state) { var ch = 0; - state.lastStringValue = ""; - while (isUnicodePropertyNameCharacter(ch = state.current())) { + state.lastStringValue = ''; + while (isUnicodePropertyNameCharacter((ch = state.current()))) { state.lastStringValue += codePointToString(ch); state.advance(); } - return state.lastStringValue !== "" + return state.lastStringValue !== ''; }; function isUnicodePropertyNameCharacter(ch) { - return isControlLetter(ch) || ch === 0x5F /* _ */ + return isControlLetter(ch) || ch === 0x5f; /* _ */ } // UnicodePropertyValue :: // UnicodePropertyValueCharacters - pp$1.regexp_eatUnicodePropertyValue = function(state) { + pp$1.regexp_eatUnicodePropertyValue = function (state) { var ch = 0; - state.lastStringValue = ""; - while (isUnicodePropertyValueCharacter(ch = state.current())) { + state.lastStringValue = ''; + while (isUnicodePropertyValueCharacter((ch = state.current()))) { state.lastStringValue += codePointToString(ch); state.advance(); } - return state.lastStringValue !== "" + return state.lastStringValue !== ''; }; function isUnicodePropertyValueCharacter(ch) { - return isUnicodePropertyNameCharacter(ch) || isDecimalDigit(ch) + return isUnicodePropertyNameCharacter(ch) || isDecimalDigit(ch); } // LoneUnicodePropertyNameOrValue :: // UnicodePropertyValueCharacters - pp$1.regexp_eatLoneUnicodePropertyNameOrValue = function(state) { - return this.regexp_eatUnicodePropertyValue(state) + pp$1.regexp_eatLoneUnicodePropertyNameOrValue = function (state) { + return this.regexp_eatUnicodePropertyValue(state); }; // https://www.ecma-international.org/ecma-262/8.0/#prod-CharacterClass - pp$1.regexp_eatCharacterClass = function(state) { - if (state.eat(0x5B /* [ */)) { - var negate = state.eat(0x5E /* ^ */); + pp$1.regexp_eatCharacterClass = function (state) { + if (state.eat(0x5b /* [ */)) { + var negate = state.eat(0x5e /* ^ */); var result = this.regexp_classContents(state); - if (!state.eat(0x5D /* ] */)) - { state.raise("Unterminated character class"); } - if (negate && result === CharSetString) - { state.raise("Negated character class may contain strings"); } - return true + if (!state.eat(0x5d /* ] */)) { + state.raise('Unterminated character class'); + } + if (negate && result === CharSetString) { + state.raise('Negated character class may contain strings'); + } + return true; } - return false + return false; }; // https://tc39.es/ecma262/#prod-ClassContents // https://www.ecma-international.org/ecma-262/8.0/#prod-ClassRanges - pp$1.regexp_classContents = function(state) { - if (state.current() === 0x5D /* ] */) { return CharSetOk } - if (state.switchV) { return this.regexp_classSetExpression(state) } + pp$1.regexp_classContents = function (state) { + if (state.current() === 0x5d /* ] */) { + return CharSetOk; + } + if (state.switchV) { + return this.regexp_classSetExpression(state); + } this.regexp_nonEmptyClassRanges(state); - return CharSetOk + return CharSetOk; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-NonemptyClassRanges // https://www.ecma-international.org/ecma-262/8.0/#prod-NonemptyClassRangesNoDash - pp$1.regexp_nonEmptyClassRanges = function(state) { + pp$1.regexp_nonEmptyClassRanges = function (state) { while (this.regexp_eatClassAtom(state)) { var left = state.lastIntValue; - if (state.eat(0x2D /* - */) && this.regexp_eatClassAtom(state)) { + if (state.eat(0x2d /* - */) && this.regexp_eatClassAtom(state)) { var right = state.lastIntValue; if (state.switchU && (left === -1 || right === -1)) { - state.raise("Invalid character class"); + state.raise('Invalid character class'); } if (left !== -1 && right !== -1 && left > right) { - state.raise("Range out of order in character class"); + state.raise('Range out of order in character class'); } } } @@ -4914,51 +6438,51 @@ // https://www.ecma-international.org/ecma-262/8.0/#prod-ClassAtom // https://www.ecma-international.org/ecma-262/8.0/#prod-ClassAtomNoDash - pp$1.regexp_eatClassAtom = function(state) { + pp$1.regexp_eatClassAtom = function (state) { var start = state.pos; - if (state.eat(0x5C /* \ */)) { + if (state.eat(0x5c /* \ */)) { if (this.regexp_eatClassEscape(state)) { - return true + return true; } if (state.switchU) { // Make the same message as V8. var ch$1 = state.current(); if (ch$1 === 0x63 /* c */ || isOctalDigit(ch$1)) { - state.raise("Invalid class escape"); + state.raise('Invalid class escape'); } - state.raise("Invalid escape"); + state.raise('Invalid escape'); } state.pos = start; } var ch = state.current(); - if (ch !== 0x5D /* ] */) { + if (ch !== 0x5d /* ] */) { state.lastIntValue = ch; state.advance(); - return true + return true; } - return false + return false; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ClassEscape - pp$1.regexp_eatClassEscape = function(state) { + pp$1.regexp_eatClassEscape = function (state) { var start = state.pos; if (state.eat(0x62 /* b */)) { state.lastIntValue = 0x08; /* */ - return true + return true; } - if (state.switchU && state.eat(0x2D /* - */)) { - state.lastIntValue = 0x2D; /* - */ - return true + if (state.switchU && state.eat(0x2d /* - */)) { + state.lastIntValue = 0x2d; /* - */ + return true; } if (!state.switchU && state.eat(0x63 /* c */)) { if (this.regexp_eatClassControlLetter(state)) { - return true + return true; } state.pos = start; } @@ -4966,17 +6490,21 @@ return ( this.regexp_eatCharacterClassEscape(state) || this.regexp_eatCharacterEscape(state) - ) + ); }; // https://tc39.es/ecma262/#prod-ClassSetExpression // https://tc39.es/ecma262/#prod-ClassUnion // https://tc39.es/ecma262/#prod-ClassIntersection // https://tc39.es/ecma262/#prod-ClassSubtraction - pp$1.regexp_classSetExpression = function(state) { - var result = CharSetOk, subResult; - if (this.regexp_eatClassSetRange(state)) ; else if (subResult = this.regexp_eatClassSetOperand(state)) { - if (subResult === CharSetString) { result = CharSetString; } + pp$1.regexp_classSetExpression = function (state) { + var result = CharSetOk, + subResult; + if (this.regexp_eatClassSetRange(state)); + else if ((subResult = this.regexp_eatClassSetOperand(state))) { + if (subResult === CharSetString) { + result = CharSetString; + } // https://tc39.es/ecma262/#prod-ClassIntersection var start = state.pos; while (state.eatChars([0x26, 0x26] /* && */)) { @@ -4984,149 +6512,180 @@ state.current() !== 0x26 /* & */ && (subResult = this.regexp_eatClassSetOperand(state)) ) { - if (subResult !== CharSetString) { result = CharSetOk; } - continue + if (subResult !== CharSetString) { + result = CharSetOk; + } + continue; } - state.raise("Invalid character in character class"); + state.raise('Invalid character in character class'); + } + if (start !== state.pos) { + return result; } - if (start !== state.pos) { return result } // https://tc39.es/ecma262/#prod-ClassSubtraction - while (state.eatChars([0x2D, 0x2D] /* -- */)) { - if (this.regexp_eatClassSetOperand(state)) { continue } - state.raise("Invalid character in character class"); + while (state.eatChars([0x2d, 0x2d] /* -- */)) { + if (this.regexp_eatClassSetOperand(state)) { + continue; + } + state.raise('Invalid character in character class'); + } + if (start !== state.pos) { + return result; } - if (start !== state.pos) { return result } } else { - state.raise("Invalid character in character class"); + state.raise('Invalid character in character class'); } // https://tc39.es/ecma262/#prod-ClassUnion for (;;) { - if (this.regexp_eatClassSetRange(state)) { continue } + if (this.regexp_eatClassSetRange(state)) { + continue; + } subResult = this.regexp_eatClassSetOperand(state); - if (!subResult) { return result } - if (subResult === CharSetString) { result = CharSetString; } + if (!subResult) { + return result; + } + if (subResult === CharSetString) { + result = CharSetString; + } } }; // https://tc39.es/ecma262/#prod-ClassSetRange - pp$1.regexp_eatClassSetRange = function(state) { + pp$1.regexp_eatClassSetRange = function (state) { var start = state.pos; if (this.regexp_eatClassSetCharacter(state)) { var left = state.lastIntValue; - if (state.eat(0x2D /* - */) && this.regexp_eatClassSetCharacter(state)) { + if (state.eat(0x2d /* - */) && this.regexp_eatClassSetCharacter(state)) { var right = state.lastIntValue; if (left !== -1 && right !== -1 && left > right) { - state.raise("Range out of order in character class"); + state.raise('Range out of order in character class'); } - return true + return true; } state.pos = start; } - return false + return false; }; // https://tc39.es/ecma262/#prod-ClassSetOperand - pp$1.regexp_eatClassSetOperand = function(state) { - if (this.regexp_eatClassSetCharacter(state)) { return CharSetOk } - return this.regexp_eatClassStringDisjunction(state) || this.regexp_eatNestedClass(state) + pp$1.regexp_eatClassSetOperand = function (state) { + if (this.regexp_eatClassSetCharacter(state)) { + return CharSetOk; + } + return ( + this.regexp_eatClassStringDisjunction(state) || + this.regexp_eatNestedClass(state) + ); }; // https://tc39.es/ecma262/#prod-NestedClass - pp$1.regexp_eatNestedClass = function(state) { + pp$1.regexp_eatNestedClass = function (state) { var start = state.pos; - if (state.eat(0x5B /* [ */)) { - var negate = state.eat(0x5E /* ^ */); + if (state.eat(0x5b /* [ */)) { + var negate = state.eat(0x5e /* ^ */); var result = this.regexp_classContents(state); - if (state.eat(0x5D /* ] */)) { + if (state.eat(0x5d /* ] */)) { if (negate && result === CharSetString) { - state.raise("Negated character class may contain strings"); + state.raise('Negated character class may contain strings'); } - return result + return result; } state.pos = start; } - if (state.eat(0x5C /* \ */)) { + if (state.eat(0x5c /* \ */)) { var result$1 = this.regexp_eatCharacterClassEscape(state); if (result$1) { - return result$1 + return result$1; } state.pos = start; } - return null + return null; }; // https://tc39.es/ecma262/#prod-ClassStringDisjunction - pp$1.regexp_eatClassStringDisjunction = function(state) { + pp$1.regexp_eatClassStringDisjunction = function (state) { var start = state.pos; - if (state.eatChars([0x5C, 0x71] /* \q */)) { - if (state.eat(0x7B /* { */)) { + if (state.eatChars([0x5c, 0x71] /* \q */)) { + if (state.eat(0x7b /* { */)) { var result = this.regexp_classStringDisjunctionContents(state); - if (state.eat(0x7D /* } */)) { - return result + if (state.eat(0x7d /* } */)) { + return result; } } else { // Make the same message as V8. - state.raise("Invalid escape"); + state.raise('Invalid escape'); } state.pos = start; } - return null + return null; }; // https://tc39.es/ecma262/#prod-ClassStringDisjunctionContents - pp$1.regexp_classStringDisjunctionContents = function(state) { + pp$1.regexp_classStringDisjunctionContents = function (state) { var result = this.regexp_classString(state); - while (state.eat(0x7C /* | */)) { - if (this.regexp_classString(state) === CharSetString) { result = CharSetString; } + while (state.eat(0x7c /* | */)) { + if (this.regexp_classString(state) === CharSetString) { + result = CharSetString; + } } - return result + return result; }; // https://tc39.es/ecma262/#prod-ClassString // https://tc39.es/ecma262/#prod-NonEmptyClassString - pp$1.regexp_classString = function(state) { + pp$1.regexp_classString = function (state) { var count = 0; - while (this.regexp_eatClassSetCharacter(state)) { count++; } - return count === 1 ? CharSetOk : CharSetString + while (this.regexp_eatClassSetCharacter(state)) { + count++; + } + return count === 1 ? CharSetOk : CharSetString; }; // https://tc39.es/ecma262/#prod-ClassSetCharacter - pp$1.regexp_eatClassSetCharacter = function(state) { + pp$1.regexp_eatClassSetCharacter = function (state) { var start = state.pos; - if (state.eat(0x5C /* \ */)) { + if (state.eat(0x5c /* \ */)) { if ( this.regexp_eatCharacterEscape(state) || this.regexp_eatClassSetReservedPunctuator(state) ) { - return true + return true; } if (state.eat(0x62 /* b */)) { state.lastIntValue = 0x08; /* */ - return true + return true; } state.pos = start; - return false + return false; } var ch = state.current(); - if (ch < 0 || ch === state.lookahead() && isClassSetReservedDoublePunctuatorCharacter(ch)) { return false } - if (isClassSetSyntaxCharacter(ch)) { return false } + if ( + ch < 0 || + (ch === state.lookahead() && + isClassSetReservedDoublePunctuatorCharacter(ch)) + ) { + return false; + } + if (isClassSetSyntaxCharacter(ch)) { + return false; + } state.advance(); state.lastIntValue = ch; - return true + return true; }; // https://tc39.es/ecma262/#prod-ClassSetReservedDoublePunctuator function isClassSetReservedDoublePunctuatorCharacter(ch) { return ( ch === 0x21 /* ! */ || - ch >= 0x23 /* # */ && ch <= 0x26 /* & */ || - ch >= 0x2A /* * */ && ch <= 0x2C /* , */ || - ch === 0x2E /* . */ || - ch >= 0x3A /* : */ && ch <= 0x40 /* @ */ || - ch === 0x5E /* ^ */ || + (ch >= 0x23 /* # */ && ch <= 0x26) /* & */ || + (ch >= 0x2a /* * */ && ch <= 0x2c) /* , */ || + ch === 0x2e /* . */ || + (ch >= 0x3a /* : */ && ch <= 0x40) /* @ */ || + ch === 0x5e /* ^ */ || ch === 0x60 /* ` */ || - ch === 0x7E /* ~ */ - ) + ch === 0x7e /* ~ */ + ); } // https://tc39.es/ecma262/#prod-ClassSetSyntaxCharacter @@ -5134,22 +6693,22 @@ return ( ch === 0x28 /* ( */ || ch === 0x29 /* ) */ || - ch === 0x2D /* - */ || - ch === 0x2F /* / */ || - ch >= 0x5B /* [ */ && ch <= 0x5D /* ] */ || - ch >= 0x7B /* { */ && ch <= 0x7D /* } */ - ) + ch === 0x2d /* - */ || + ch === 0x2f /* / */ || + (ch >= 0x5b /* [ */ && ch <= 0x5d) /* ] */ || + (ch >= 0x7b /* { */ && ch <= 0x7d) /* } */ + ); } // https://tc39.es/ecma262/#prod-ClassSetReservedPunctuator - pp$1.regexp_eatClassSetReservedPunctuator = function(state) { + pp$1.regexp_eatClassSetReservedPunctuator = function (state) { var ch = state.current(); if (isClassSetReservedPunctuator(ch)) { state.lastIntValue = ch; state.advance(); - return true + return true; } - return false + return false; }; // https://tc39.es/ecma262/#prod-ClassSetReservedPunctuator @@ -5159,87 +6718,87 @@ ch === 0x23 /* # */ || ch === 0x25 /* % */ || ch === 0x26 /* & */ || - ch === 0x2C /* , */ || - ch === 0x2D /* - */ || - ch >= 0x3A /* : */ && ch <= 0x3E /* > */ || + ch === 0x2c /* , */ || + ch === 0x2d /* - */ || + (ch >= 0x3a /* : */ && ch <= 0x3e) /* > */ || ch === 0x40 /* @ */ || ch === 0x60 /* ` */ || - ch === 0x7E /* ~ */ - ) + ch === 0x7e /* ~ */ + ); } // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-ClassControlLetter - pp$1.regexp_eatClassControlLetter = function(state) { + pp$1.regexp_eatClassControlLetter = function (state) { var ch = state.current(); - if (isDecimalDigit(ch) || ch === 0x5F /* _ */) { + if (isDecimalDigit(ch) || ch === 0x5f /* _ */) { state.lastIntValue = ch % 0x20; state.advance(); - return true + return true; } - return false + return false; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-HexEscapeSequence - pp$1.regexp_eatHexEscapeSequence = function(state) { + pp$1.regexp_eatHexEscapeSequence = function (state) { var start = state.pos; if (state.eat(0x78 /* x */)) { if (this.regexp_eatFixedHexDigits(state, 2)) { - return true + return true; } if (state.switchU) { - state.raise("Invalid escape"); + state.raise('Invalid escape'); } state.pos = start; } - return false + return false; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-DecimalDigits - pp$1.regexp_eatDecimalDigits = function(state) { + pp$1.regexp_eatDecimalDigits = function (state) { var start = state.pos; var ch = 0; state.lastIntValue = 0; - while (isDecimalDigit(ch = state.current())) { - state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30 /* 0 */); + while (isDecimalDigit((ch = state.current()))) { + state.lastIntValue = 10 * state.lastIntValue + (ch - 0x30) /* 0 */; state.advance(); } - return state.pos !== start + return state.pos !== start; }; function isDecimalDigit(ch) { - return ch >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */ + return ch >= 0x30 /* 0 */ && ch <= 0x39; /* 9 */ } // https://www.ecma-international.org/ecma-262/8.0/#prod-HexDigits - pp$1.regexp_eatHexDigits = function(state) { + pp$1.regexp_eatHexDigits = function (state) { var start = state.pos; var ch = 0; state.lastIntValue = 0; - while (isHexDigit(ch = state.current())) { + while (isHexDigit((ch = state.current()))) { state.lastIntValue = 16 * state.lastIntValue + hexToInt(ch); state.advance(); } - return state.pos !== start + return state.pos !== start; }; function isHexDigit(ch) { return ( - (ch >= 0x30 /* 0 */ && ch <= 0x39 /* 9 */) || - (ch >= 0x41 /* A */ && ch <= 0x46 /* F */) || - (ch >= 0x61 /* a */ && ch <= 0x66 /* f */) - ) + (ch >= 0x30 /* 0 */ && ch <= 0x39) /* 9 */ || + (ch >= 0x41 /* A */ && ch <= 0x46) /* F */ || + (ch >= 0x61 /* a */ && ch <= 0x66) /* f */ + ); } function hexToInt(ch) { if (ch >= 0x41 /* A */ && ch <= 0x46 /* F */) { - return 10 + (ch - 0x41 /* A */) + return 10 + (ch - 0x41) /* A */; } if (ch >= 0x61 /* a */ && ch <= 0x66 /* f */) { - return 10 + (ch - 0x61 /* a */) + return 10 + (ch - 0x61) /* a */; } - return ch - 0x30 /* 0 */ + return ch - 0x30; /* 0 */ } // https://www.ecma-international.org/ecma-262/8.0/#prod-annexB-LegacyOctalEscapeSequence // Allows only 0-377(octal) i.e. 0-255(decimal). - pp$1.regexp_eatLegacyOctalEscapeSequence = function(state) { + pp$1.regexp_eatLegacyOctalEscapeSequence = function (state) { if (this.regexp_eatOctalDigit(state)) { var n1 = state.lastIntValue; if (this.regexp_eatOctalDigit(state)) { @@ -5252,42 +6811,42 @@ } else { state.lastIntValue = n1; } - return true + return true; } - return false + return false; }; // https://www.ecma-international.org/ecma-262/8.0/#prod-OctalDigit - pp$1.regexp_eatOctalDigit = function(state) { + pp$1.regexp_eatOctalDigit = function (state) { var ch = state.current(); if (isOctalDigit(ch)) { state.lastIntValue = ch - 0x30; /* 0 */ state.advance(); - return true + return true; } state.lastIntValue = 0; - return false + return false; }; function isOctalDigit(ch) { - return ch >= 0x30 /* 0 */ && ch <= 0x37 /* 7 */ + return ch >= 0x30 /* 0 */ && ch <= 0x37; /* 7 */ } // https://www.ecma-international.org/ecma-262/8.0/#prod-Hex4Digits // https://www.ecma-international.org/ecma-262/8.0/#prod-HexDigit // And HexDigit HexDigit in https://www.ecma-international.org/ecma-262/8.0/#prod-HexEscapeSequence - pp$1.regexp_eatFixedHexDigits = function(state, length) { + pp$1.regexp_eatFixedHexDigits = function (state, length) { var start = state.pos; state.lastIntValue = 0; for (var i = 0; i < length; ++i) { var ch = state.current(); if (!isHexDigit(ch)) { state.pos = start; - return false + return false; } state.lastIntValue = 16 * state.lastIntValue + hexToInt(ch); state.advance(); } - return true + return true; }; // Object type used to represent tokens. Note that normally, tokens @@ -5299,10 +6858,12 @@ this.value = p.value; this.start = p.start; this.end = p.end; - if (p.options.locations) - { this.loc = new SourceLocation(p, p.startLoc, p.endLoc); } - if (p.options.ranges) - { this.range = [p.start, p.end]; } + if (p.options.locations) { + this.loc = new SourceLocation(p, p.startLoc, p.endLoc); + } + if (p.options.ranges) { + this.range = [p.start, p.end]; + } }; // ## Tokenizer @@ -5311,11 +6872,20 @@ // Move to the next token - pp.next = function(ignoreEscapeSequenceInKeyword) { - if (!ignoreEscapeSequenceInKeyword && this.type.keyword && this.containsEsc) - { this.raiseRecoverable(this.start, "Escape sequence in keyword " + this.type.keyword); } - if (this.options.onToken) - { this.options.onToken(new Token(this)); } + pp.next = function (ignoreEscapeSequenceInKeyword) { + if ( + !ignoreEscapeSequenceInKeyword && + this.type.keyword && + this.containsEsc + ) { + this.raiseRecoverable( + this.start, + 'Escape sequence in keyword ' + this.type.keyword + ); + } + if (this.options.onToken) { + this.options.onToken(new Token(this)); + } this.lastTokEnd = this.end; this.lastTokStart = this.start; @@ -5324,14 +6894,14 @@ this.nextToken(); }; - pp.getToken = function() { + pp.getToken = function () { this.next(); - return new Token(this) + return new Token(this); }; // If we're in an ES6 environment, make parsers iterable - if (typeof Symbol !== "undefined") - { pp[Symbol.iterator] = function() { + if (typeof Symbol !== 'undefined') { + pp[Symbol.iterator] = function () { var this$1$1 = this; return { @@ -5339,11 +6909,12 @@ var token = this$1$1.getToken(); return { done: token.type === types$1.eof, - value: token - } - } - } - }; } + value: token, + }; + }, + }; + }; + } // Toggle strict mode. Re-reads the next number or string to please // pedantic tests (`"use strict"; 010;` should fail). @@ -5351,101 +6922,145 @@ // Read a single token, updating the parser object's token-related // properties. - pp.nextToken = function() { + pp.nextToken = function () { var curContext = this.curContext(); - if (!curContext || !curContext.preserveSpace) { this.skipSpace(); } + if (!curContext || !curContext.preserveSpace) { + this.skipSpace(); + } this.start = this.pos; - if (this.options.locations) { this.startLoc = this.curPosition(); } - if (this.pos >= this.input.length) { return this.finishToken(types$1.eof) } + if (this.options.locations) { + this.startLoc = this.curPosition(); + } + if (this.pos >= this.input.length) { + return this.finishToken(types$1.eof); + } - if (curContext.override) { return curContext.override(this) } - else { this.readToken(this.fullCharCodeAtPos()); } + if (curContext.override) { + return curContext.override(this); + } else { + this.readToken(this.fullCharCodeAtPos()); + } }; - pp.readToken = function(code) { + pp.readToken = function (code) { // Identifier or keyword. '\uXXXX' sequences are allowed in // identifiers, so '\' also dispatches to that. - if (isIdentifierStart(code, this.options.ecmaVersion >= 6) || code === 92 /* '\' */) - { return this.readWord() } + if ( + isIdentifierStart(code, this.options.ecmaVersion >= 6) || + code === 92 /* '\' */ + ) { + return this.readWord(); + } - return this.getTokenFromCode(code) + return this.getTokenFromCode(code); }; - pp.fullCharCodeAtPos = function() { + pp.fullCharCodeAtPos = function () { var code = this.input.charCodeAt(this.pos); - if (code <= 0xd7ff || code >= 0xdc00) { return code } + if (code <= 0xd7ff || code >= 0xdc00) { + return code; + } var next = this.input.charCodeAt(this.pos + 1); - return next <= 0xdbff || next >= 0xe000 ? code : (code << 10) + next - 0x35fdc00 + return next <= 0xdbff || next >= 0xe000 ? + code + : (code << 10) + next - 0x35fdc00; }; - pp.skipBlockComment = function() { + pp.skipBlockComment = function () { var startLoc = this.options.onComment && this.curPosition(); - var start = this.pos, end = this.input.indexOf("*/", this.pos += 2); - if (end === -1) { this.raise(this.pos - 2, "Unterminated comment"); } + var start = this.pos, + end = this.input.indexOf('*/', (this.pos += 2)); + if (end === -1) { + this.raise(this.pos - 2, 'Unterminated comment'); + } this.pos = end + 2; if (this.options.locations) { - for (var nextBreak = (void 0), pos = start; (nextBreak = nextLineBreak(this.input, pos, this.pos)) > -1;) { + for ( + var nextBreak = void 0, pos = start; + (nextBreak = nextLineBreak(this.input, pos, this.pos)) > -1; + + ) { ++this.curLine; pos = this.lineStart = nextBreak; } } - if (this.options.onComment) - { this.options.onComment(true, this.input.slice(start + 2, end), start, this.pos, - startLoc, this.curPosition()); } + if (this.options.onComment) { + this.options.onComment( + true, + this.input.slice(start + 2, end), + start, + this.pos, + startLoc, + this.curPosition() + ); + } }; - pp.skipLineComment = function(startSkip) { + pp.skipLineComment = function (startSkip) { var start = this.pos; var startLoc = this.options.onComment && this.curPosition(); - var ch = this.input.charCodeAt(this.pos += startSkip); + var ch = this.input.charCodeAt((this.pos += startSkip)); while (this.pos < this.input.length && !isNewLine(ch)) { ch = this.input.charCodeAt(++this.pos); } - if (this.options.onComment) - { this.options.onComment(false, this.input.slice(start + startSkip, this.pos), start, this.pos, - startLoc, this.curPosition()); } + if (this.options.onComment) { + this.options.onComment( + false, + this.input.slice(start + startSkip, this.pos), + start, + this.pos, + startLoc, + this.curPosition() + ); + } }; // Called at the start of the parse and after every token. Skips // whitespace and comments, and. - pp.skipSpace = function() { + pp.skipSpace = function () { loop: while (this.pos < this.input.length) { var ch = this.input.charCodeAt(this.pos); switch (ch) { - case 32: case 160: // ' ' - ++this.pos; - break - case 13: - if (this.input.charCodeAt(this.pos + 1) === 10) { + case 32: + case 160: // ' ' ++this.pos; - } - case 10: case 8232: case 8233: - ++this.pos; - if (this.options.locations) { - ++this.curLine; - this.lineStart = this.pos; - } - break - case 47: // '/' - switch (this.input.charCodeAt(this.pos + 1)) { - case 42: // '*' - this.skipBlockComment(); - break - case 47: - this.skipLineComment(2); - break + break; + case 13: + if (this.input.charCodeAt(this.pos + 1) === 10) { + ++this.pos; + } + case 10: + case 8232: + case 8233: + ++this.pos; + if (this.options.locations) { + ++this.curLine; + this.lineStart = this.pos; + } + break; + case 47: // '/' + switch (this.input.charCodeAt(this.pos + 1)) { + case 42: // '*' + this.skipBlockComment(); + break; + case 47: + this.skipLineComment(2); + break; + default: + break loop; + } + break; default: - break loop - } - break - default: - if (ch > 8 && ch < 14 || ch >= 5760 && nonASCIIwhitespace.test(String.fromCharCode(ch))) { - ++this.pos; - } else { - break loop - } + if ( + (ch > 8 && ch < 14) || + (ch >= 5760 && nonASCIIwhitespace.test(String.fromCharCode(ch))) + ) { + ++this.pos; + } else { + break loop; + } } } }; @@ -5455,9 +7070,11 @@ // the token, so that the next one's `start` will point at the // right position. - pp.finishToken = function(type, val) { + pp.finishToken = function (type, val) { this.end = this.pos; - if (this.options.locations) { this.endLoc = this.curPosition(); } + if (this.options.locations) { + this.endLoc = this.curPosition(); + } var prevType = this.type; this.type = type; this.value = val; @@ -5474,27 +7091,37 @@ // // All in the name of speed. // - pp.readToken_dot = function() { + pp.readToken_dot = function () { var next = this.input.charCodeAt(this.pos + 1); - if (next >= 48 && next <= 57) { return this.readNumber(true) } + if (next >= 48 && next <= 57) { + return this.readNumber(true); + } var next2 = this.input.charCodeAt(this.pos + 2); - if (this.options.ecmaVersion >= 6 && next === 46 && next2 === 46) { // 46 = dot '.' + if (this.options.ecmaVersion >= 6 && next === 46 && next2 === 46) { + // 46 = dot '.' this.pos += 3; - return this.finishToken(types$1.ellipsis) + return this.finishToken(types$1.ellipsis); } else { ++this.pos; - return this.finishToken(types$1.dot) + return this.finishToken(types$1.dot); } }; - pp.readToken_slash = function() { // '/' + pp.readToken_slash = function () { + // '/' var next = this.input.charCodeAt(this.pos + 1); - if (this.exprAllowed) { ++this.pos; return this.readRegexp() } - if (next === 61) { return this.finishOp(types$1.assign, 2) } - return this.finishOp(types$1.slash, 1) + if (this.exprAllowed) { + ++this.pos; + return this.readRegexp(); + } + if (next === 61) { + return this.finishOp(types$1.assign, 2); + } + return this.finishOp(types$1.slash, 1); }; - pp.readToken_mult_modulo_exp = function(code) { // '%*' + pp.readToken_mult_modulo_exp = function (code) { + // '%*' var next = this.input.charCodeAt(this.pos + 1); var size = 1; var tokentype = code === 42 ? types$1.star : types$1.modulo; @@ -5506,213 +7133,321 @@ next = this.input.charCodeAt(this.pos + 2); } - if (next === 61) { return this.finishOp(types$1.assign, size + 1) } - return this.finishOp(tokentype, size) + if (next === 61) { + return this.finishOp(types$1.assign, size + 1); + } + return this.finishOp(tokentype, size); }; - pp.readToken_pipe_amp = function(code) { // '|&' + pp.readToken_pipe_amp = function (code) { + // '|&' var next = this.input.charCodeAt(this.pos + 1); if (next === code) { if (this.options.ecmaVersion >= 12) { var next2 = this.input.charCodeAt(this.pos + 2); - if (next2 === 61) { return this.finishOp(types$1.assign, 3) } + if (next2 === 61) { + return this.finishOp(types$1.assign, 3); + } } - return this.finishOp(code === 124 ? types$1.logicalOR : types$1.logicalAND, 2) + return this.finishOp( + code === 124 ? types$1.logicalOR : types$1.logicalAND, + 2 + ); } - if (next === 61) { return this.finishOp(types$1.assign, 2) } - return this.finishOp(code === 124 ? types$1.bitwiseOR : types$1.bitwiseAND, 1) + if (next === 61) { + return this.finishOp(types$1.assign, 2); + } + return this.finishOp( + code === 124 ? types$1.bitwiseOR : types$1.bitwiseAND, + 1 + ); }; - pp.readToken_caret = function() { // '^' + pp.readToken_caret = function () { + // '^' var next = this.input.charCodeAt(this.pos + 1); - if (next === 61) { return this.finishOp(types$1.assign, 2) } - return this.finishOp(types$1.bitwiseXOR, 1) + if (next === 61) { + return this.finishOp(types$1.assign, 2); + } + return this.finishOp(types$1.bitwiseXOR, 1); }; - pp.readToken_plus_min = function(code) { // '+-' + pp.readToken_plus_min = function (code) { + // '+-' var next = this.input.charCodeAt(this.pos + 1); if (next === code) { - if (next === 45 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 62 && - (this.lastTokEnd === 0 || lineBreak.test(this.input.slice(this.lastTokEnd, this.pos)))) { + if ( + next === 45 && + !this.inModule && + this.input.charCodeAt(this.pos + 2) === 62 && + (this.lastTokEnd === 0 || + lineBreak.test(this.input.slice(this.lastTokEnd, this.pos))) + ) { // A `-->` line comment this.skipLineComment(3); this.skipSpace(); - return this.nextToken() + return this.nextToken(); } - return this.finishOp(types$1.incDec, 2) + return this.finishOp(types$1.incDec, 2); } - if (next === 61) { return this.finishOp(types$1.assign, 2) } - return this.finishOp(types$1.plusMin, 1) + if (next === 61) { + return this.finishOp(types$1.assign, 2); + } + return this.finishOp(types$1.plusMin, 1); }; - pp.readToken_lt_gt = function(code) { // '<>' + pp.readToken_lt_gt = function (code) { + // '<>' var next = this.input.charCodeAt(this.pos + 1); var size = 1; if (next === code) { size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2; - if (this.input.charCodeAt(this.pos + size) === 61) { return this.finishOp(types$1.assign, size + 1) } - return this.finishOp(types$1.bitShift, size) + if (this.input.charCodeAt(this.pos + size) === 61) { + return this.finishOp(types$1.assign, size + 1); + } + return this.finishOp(types$1.bitShift, size); } - if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 && - this.input.charCodeAt(this.pos + 3) === 45) { + if ( + next === 33 && + code === 60 && + !this.inModule && + this.input.charCodeAt(this.pos + 2) === 45 && + this.input.charCodeAt(this.pos + 3) === 45 + ) { // `` line comment this.skipLineComment(3); this.skipSpace(); - return this.nextToken() + return this.nextToken(); } - return this.finishOp(types$1.incDec, 2) + return this.finishOp(types$1.incDec, 2); } - if (next === 61) { return this.finishOp(types$1.assign, 2) } - return this.finishOp(types$1.plusMin, 1) + if (next === 61) { + return this.finishOp(types$1.assign, 2); + } + return this.finishOp(types$1.plusMin, 1); }; -pp.readToken_lt_gt = function(code) { // '<>' +pp.readToken_lt_gt = function (code) { + // '<>' var next = this.input.charCodeAt(this.pos + 1); var size = 1; if (next === code) { size = code === 62 && this.input.charCodeAt(this.pos + 2) === 62 ? 3 : 2; - if (this.input.charCodeAt(this.pos + size) === 61) { return this.finishOp(types$1.assign, size + 1) } - return this.finishOp(types$1.bitShift, size) + if (this.input.charCodeAt(this.pos + size) === 61) { + return this.finishOp(types$1.assign, size + 1); + } + return this.finishOp(types$1.bitShift, size); } - if (next === 33 && code === 60 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 45 && - this.input.charCodeAt(this.pos + 3) === 45) { + if ( + next === 33 && + code === 60 && + !this.inModule && + this.input.charCodeAt(this.pos + 2) === 45 && + this.input.charCodeAt(this.pos + 3) === 45 + ) { // ` + this.eat(types.CDC); // --> - return { - type: 'CDC', - loc: this.getLocation(start, this.tokenStart) - }; + return { + type: 'CDC', + loc: this.getLocation(start, this.tokenStart), + }; } function generate() { - this.token(types.CDC, '-->'); + this.token(types.CDC, '-->'); } exports.generate = generate; diff --git a/node_modules/css-tree/cjs/syntax/node/CDO.cjs b/node_modules/css-tree/cjs/syntax/node/CDO.cjs index 0e98217..8246d29 100644 --- a/node_modules/css-tree/cjs/syntax/node/CDO.cjs +++ b/node_modules/css-tree/cjs/syntax/node/CDO.cjs @@ -6,18 +6,18 @@ const name = 'CDO'; const structure = []; function parse() { - const start = this.tokenStart; + const start = this.tokenStart; - this.eat(types.CDO); // - child = this.CDC(); - break; - - // CSS Syntax Module Level 3 - // §2.2 Error handling - // At the "top level" of a stylesheet, an starts an at-rule. - case types.AtKeyword: - child = this.parseWithFallback(this.Atrule, consumeRaw); - break; - - // Anything else starts a qualified rule ... - default: - child = this.parseWithFallback(this.Rule, consumeRaw); + case types.Comment: + // ignore comments except exclamation comments (i.e. /*! .. */) on top level + if (this.charCodeAt(this.tokenStart + 2) !== EXCLAMATIONMARK) { + this.next(); + continue; } - children.push(child); + child = this.Comment(); + break; + + case types.CDO: // + child = this.CDC(); + break; + + // CSS Syntax Module Level 3 + // §2.2 Error handling + // At the "top level" of a stylesheet, an starts an at-rule. + case types.AtKeyword: + child = this.parseWithFallback(this.Atrule, consumeRaw); + break; + + // Anything else starts a qualified rule ... + default: + child = this.parseWithFallback(this.Rule, consumeRaw); } - return { - type: 'StyleSheet', - loc: this.getLocation(start, this.tokenStart), - children - }; + children.push(child); + } + + return { + type: 'StyleSheet', + loc: this.getLocation(start, this.tokenStart), + children, + }; } function generate(node) { - this.children(node); + this.children(node); } exports.generate = generate; diff --git a/node_modules/css-tree/cjs/syntax/node/TypeSelector.cjs b/node_modules/css-tree/cjs/syntax/node/TypeSelector.cjs index 1d15270..c332832 100644 --- a/node_modules/css-tree/cjs/syntax/node/TypeSelector.cjs +++ b/node_modules/css-tree/cjs/syntax/node/TypeSelector.cjs @@ -2,21 +2,20 @@ const types = require('../../tokenizer/types.cjs'); -const ASTERISK = 0x002A; // U+002A ASTERISK (*) -const VERTICALLINE = 0x007C; // U+007C VERTICAL LINE (|) +const ASTERISK = 0x002a; // U+002A ASTERISK (*) +const VERTICALLINE = 0x007c; // U+007C VERTICAL LINE (|) function eatIdentifierOrAsterisk() { - if (this.tokenType !== types.Ident && - this.isDelim(ASTERISK) === false) { - this.error('Identifier or asterisk is expected'); - } + if (this.tokenType !== types.Ident && this.isDelim(ASTERISK) === false) { + this.error('Identifier or asterisk is expected'); + } - this.next(); + this.next(); } const name = 'TypeSelector'; const structure = { - name: String + name: String, }; // ident @@ -28,29 +27,29 @@ const structure = { // |ident // |* function parse() { - const start = this.tokenStart; + const start = this.tokenStart; + + if (this.isDelim(VERTICALLINE)) { + this.next(); + eatIdentifierOrAsterisk.call(this); + } else { + eatIdentifierOrAsterisk.call(this); if (this.isDelim(VERTICALLINE)) { - this.next(); - eatIdentifierOrAsterisk.call(this); - } else { - eatIdentifierOrAsterisk.call(this); - - if (this.isDelim(VERTICALLINE)) { - this.next(); - eatIdentifierOrAsterisk.call(this); - } + this.next(); + eatIdentifierOrAsterisk.call(this); } + } - return { - type: 'TypeSelector', - loc: this.getLocation(start, this.tokenStart), - name: this.substrToCursor(start) - }; + return { + type: 'TypeSelector', + loc: this.getLocation(start, this.tokenStart), + name: this.substrToCursor(start), + }; } function generate(node) { - this.tokenize(node.name); + this.tokenize(node.name); } exports.generate = generate; diff --git a/node_modules/css-tree/cjs/syntax/node/UnicodeRange.cjs b/node_modules/css-tree/cjs/syntax/node/UnicodeRange.cjs index 5585e8f..ee718e7 100644 --- a/node_modules/css-tree/cjs/syntax/node/UnicodeRange.cjs +++ b/node_modules/css-tree/cjs/syntax/node/UnicodeRange.cjs @@ -3,54 +3,58 @@ const types = require('../../tokenizer/types.cjs'); const charCodeDefinitions = require('../../tokenizer/char-code-definitions.cjs'); -const PLUSSIGN = 0x002B; // U+002B PLUS SIGN (+) -const HYPHENMINUS = 0x002D; // U+002D HYPHEN-MINUS (-) -const QUESTIONMARK = 0x003F; // U+003F QUESTION MARK (?) +const PLUSSIGN = 0x002b; // U+002B PLUS SIGN (+) +const HYPHENMINUS = 0x002d; // U+002D HYPHEN-MINUS (-) +const QUESTIONMARK = 0x003f; // U+003F QUESTION MARK (?) function eatHexSequence(offset, allowDash) { - let len = 0; + let len = 0; - for (let pos = this.tokenStart + offset; pos < this.tokenEnd; pos++) { - const code = this.charCodeAt(pos); + for (let pos = this.tokenStart + offset; pos < this.tokenEnd; pos++) { + const code = this.charCodeAt(pos); - if (code === HYPHENMINUS && allowDash && len !== 0) { - eatHexSequence.call(this, offset + len + 1, false); - return -1; - } + if (code === HYPHENMINUS && allowDash && len !== 0) { + eatHexSequence.call(this, offset + len + 1, false); + return -1; + } - if (!charCodeDefinitions.isHexDigit(code)) { - this.error( - allowDash && len !== 0 - ? 'Hyphen minus' + (len < 6 ? ' or hex digit' : '') + ' is expected' - : (len < 6 ? 'Hex digit is expected' : 'Unexpected input'), - pos - ); - } + if (!charCodeDefinitions.isHexDigit(code)) { + this.error( + allowDash && len !== 0 ? + 'Hyphen minus' + (len < 6 ? ' or hex digit' : '') + ' is expected' + : len < 6 ? 'Hex digit is expected' + : 'Unexpected input', + pos + ); + } - if (++len > 6) { - this.error('Too many hex digits', pos); - } } + if (++len > 6) { + this.error('Too many hex digits', pos); + } + } - this.next(); - return len; + this.next(); + return len; } function eatQuestionMarkSequence(max) { - let count = 0; + let count = 0; - while (this.isDelim(QUESTIONMARK)) { - if (++count > max) { - this.error('Too many question marks'); - } - - this.next(); + while (this.isDelim(QUESTIONMARK)) { + if (++count > max) { + this.error('Too many question marks'); } + + this.next(); + } } function startsWith(code) { - if (this.charCodeAt(this.tokenStart) !== code) { - this.error((code === PLUSSIGN ? 'Plus sign' : 'Hyphen minus') + ' is expected'); - } + if (this.charCodeAt(this.tokenStart) !== code) { + this.error( + (code === PLUSSIGN ? 'Plus sign' : 'Hyphen minus') + ' is expected' + ); + } } // https://drafts.csswg.org/css-syntax/#urange @@ -73,83 +77,85 @@ function startsWith(code) { // u | // u '+' '?'+ function scanUnicodeRange() { - let hexLength = 0; + let hexLength = 0; - switch (this.tokenType) { - case types.Number: - // u '?'* - // u - // u - hexLength = eatHexSequence.call(this, 1, true); + switch (this.tokenType) { + case types.Number: + // u '?'* + // u + // u + hexLength = eatHexSequence.call(this, 1, true); - if (this.isDelim(QUESTIONMARK)) { - eatQuestionMarkSequence.call(this, 6 - hexLength); - break; - } + if (this.isDelim(QUESTIONMARK)) { + eatQuestionMarkSequence.call(this, 6 - hexLength); + break; + } - if (this.tokenType === types.Dimension || - this.tokenType === types.Number) { - startsWith.call(this, HYPHENMINUS); - eatHexSequence.call(this, 1, false); - break; - } + if ( + this.tokenType === types.Dimension || + this.tokenType === types.Number + ) { + startsWith.call(this, HYPHENMINUS); + eatHexSequence.call(this, 1, false); + break; + } - break; + break; - case types.Dimension: - // u '?'* - hexLength = eatHexSequence.call(this, 1, true); + case types.Dimension: + // u '?'* + hexLength = eatHexSequence.call(this, 1, true); - if (hexLength > 0) { - eatQuestionMarkSequence.call(this, 6 - hexLength); - } + if (hexLength > 0) { + eatQuestionMarkSequence.call(this, 6 - hexLength); + } - break; + break; - default: - // u '+' '?'* - // u '+' '?'+ - this.eatDelim(PLUSSIGN); + default: + // u '+' '?'* + // u '+' '?'+ + this.eatDelim(PLUSSIGN); - if (this.tokenType === types.Ident) { - hexLength = eatHexSequence.call(this, 0, true); - if (hexLength > 0) { - eatQuestionMarkSequence.call(this, 6 - hexLength); - } - break; - } + if (this.tokenType === types.Ident) { + hexLength = eatHexSequence.call(this, 0, true); + if (hexLength > 0) { + eatQuestionMarkSequence.call(this, 6 - hexLength); + } + break; + } - if (this.isDelim(QUESTIONMARK)) { - this.next(); - eatQuestionMarkSequence.call(this, 5); - break; - } + if (this.isDelim(QUESTIONMARK)) { + this.next(); + eatQuestionMarkSequence.call(this, 5); + break; + } - this.error('Hex digit or question mark is expected'); - } + this.error('Hex digit or question mark is expected'); + } } const name = 'UnicodeRange'; const structure = { - value: String + value: String, }; function parse() { - const start = this.tokenStart; + const start = this.tokenStart; - // U or u - this.eatIdent('u'); - scanUnicodeRange.call(this); + // U or u + this.eatIdent('u'); + scanUnicodeRange.call(this); - return { - type: 'UnicodeRange', - loc: this.getLocation(start, this.tokenStart), - value: this.substrToCursor(start) - }; + return { + type: 'UnicodeRange', + loc: this.getLocation(start, this.tokenStart), + value: this.substrToCursor(start), + }; } function generate(node) { - this.tokenize(node.value); + this.tokenize(node.value); } exports.generate = generate; diff --git a/node_modules/css-tree/cjs/syntax/node/Url.cjs b/node_modules/css-tree/cjs/syntax/node/Url.cjs index 6a39457..5ee14a3 100644 --- a/node_modules/css-tree/cjs/syntax/node/Url.cjs +++ b/node_modules/css-tree/cjs/syntax/node/Url.cjs @@ -6,46 +6,46 @@ const types = require('../../tokenizer/types.cjs'); const name = 'Url'; const structure = { - value: String + value: String, }; // | ) function parse() { - const start = this.tokenStart; - let value; + const start = this.tokenStart; + let value; - switch (this.tokenType) { - case types.Url: - value = url.decode(this.consume(types.Url)); - break; + switch (this.tokenType) { + case types.Url: + value = url.decode(this.consume(types.Url)); + break; - case types.Function: - if (!this.cmpStr(this.tokenStart, this.tokenEnd, 'url(')) { - this.error('Function name must be `url`'); - } + case types.Function: + if (!this.cmpStr(this.tokenStart, this.tokenEnd, 'url(')) { + this.error('Function name must be `url`'); + } - this.eat(types.Function); - this.skipSC(); - value = string.decode(this.consume(types.String)); - this.skipSC(); - if (!this.eof) { - this.eat(types.RightParenthesis); - } - break; + this.eat(types.Function); + this.skipSC(); + value = string.decode(this.consume(types.String)); + this.skipSC(); + if (!this.eof) { + this.eat(types.RightParenthesis); + } + break; - default: - this.error('Url or Function is expected'); - } + default: + this.error('Url or Function is expected'); + } - return { - type: 'Url', - loc: this.getLocation(start, this.tokenStart), - value - }; + return { + type: 'Url', + loc: this.getLocation(start, this.tokenStart), + value, + }; } function generate(node) { - this.token(types.Url, url.encode(node.value)); + this.token(types.Url, url.encode(node.value)); } exports.generate = generate; diff --git a/node_modules/css-tree/cjs/syntax/node/Value.cjs b/node_modules/css-tree/cjs/syntax/node/Value.cjs index bdb322e..234936a 100644 --- a/node_modules/css-tree/cjs/syntax/node/Value.cjs +++ b/node_modules/css-tree/cjs/syntax/node/Value.cjs @@ -2,22 +2,22 @@ const name = 'Value'; const structure = { - children: [[]] + children: [[]], }; function parse() { - const start = this.tokenStart; - const children = this.readSequence(this.scope.Value); + const start = this.tokenStart; + const children = this.readSequence(this.scope.Value); - return { - type: 'Value', - loc: this.getLocation(start, this.tokenStart), - children - }; + return { + type: 'Value', + loc: this.getLocation(start, this.tokenStart), + children, + }; } function generate(node) { - this.children(node); + this.children(node); } exports.generate = generate; diff --git a/node_modules/css-tree/cjs/syntax/node/WhiteSpace.cjs b/node_modules/css-tree/cjs/syntax/node/WhiteSpace.cjs index 50c1982..227b75d 100644 --- a/node_modules/css-tree/cjs/syntax/node/WhiteSpace.cjs +++ b/node_modules/css-tree/cjs/syntax/node/WhiteSpace.cjs @@ -3,29 +3,29 @@ const types = require('../../tokenizer/types.cjs'); const SPACE = Object.freeze({ - type: 'WhiteSpace', - loc: null, - value: ' ' + type: 'WhiteSpace', + loc: null, + value: ' ', }); const name = 'WhiteSpace'; const structure = { - value: String + value: String, }; function parse() { - this.eat(types.WhiteSpace); - return SPACE; + this.eat(types.WhiteSpace); + return SPACE; - // return { - // type: 'WhiteSpace', - // loc: this.getLocation(this.tokenStart, this.tokenEnd), - // value: this.consume(WHITESPACE) - // }; + // return { + // type: 'WhiteSpace', + // loc: this.getLocation(this.tokenStart, this.tokenEnd), + // value: this.consume(WHITESPACE) + // }; } function generate(node) { - this.token(types.WhiteSpace, node.value); + this.token(types.WhiteSpace, node.value); } exports.generate = generate; diff --git a/node_modules/css-tree/cjs/syntax/node/index-generate.cjs b/node_modules/css-tree/cjs/syntax/node/index-generate.cjs index 4f7285f..c08d97d 100644 --- a/node_modules/css-tree/cjs/syntax/node/index-generate.cjs +++ b/node_modules/css-tree/cjs/syntax/node/index-generate.cjs @@ -41,8 +41,6 @@ const Url = require('./Url.cjs'); const Value = require('./Value.cjs'); const WhiteSpace = require('./WhiteSpace.cjs'); - - exports.AnPlusB = AnPlusB.generate; exports.Atrule = Atrule.generate; exports.AtrulePrelude = AtrulePrelude.generate; diff --git a/node_modules/css-tree/cjs/syntax/node/index-parse-selector.cjs b/node_modules/css-tree/cjs/syntax/node/index-parse-selector.cjs index 4495800..1c0ec2b 100644 --- a/node_modules/css-tree/cjs/syntax/node/index-parse-selector.cjs +++ b/node_modules/css-tree/cjs/syntax/node/index-parse-selector.cjs @@ -16,8 +16,6 @@ const SelectorList = require('./SelectorList.cjs'); const String = require('./String.cjs'); const TypeSelector = require('./TypeSelector.cjs'); - - exports.AnPlusB = AnPlusB.parse; exports.AttributeSelector = AttributeSelector.parse; exports.ClassSelector = ClassSelector.parse; diff --git a/node_modules/css-tree/cjs/syntax/node/index-parse.cjs b/node_modules/css-tree/cjs/syntax/node/index-parse.cjs index e8b383a..dcf5464 100644 --- a/node_modules/css-tree/cjs/syntax/node/index-parse.cjs +++ b/node_modules/css-tree/cjs/syntax/node/index-parse.cjs @@ -41,8 +41,6 @@ const Url = require('./Url.cjs'); const Value = require('./Value.cjs'); const WhiteSpace = require('./WhiteSpace.cjs'); - - exports.AnPlusB = AnPlusB.parse; exports.Atrule = Atrule.parse; exports.AtrulePrelude = AtrulePrelude.parse; diff --git a/node_modules/css-tree/cjs/syntax/node/index.cjs b/node_modules/css-tree/cjs/syntax/node/index.cjs index 6398702..cc215b4 100644 --- a/node_modules/css-tree/cjs/syntax/node/index.cjs +++ b/node_modules/css-tree/cjs/syntax/node/index.cjs @@ -41,8 +41,6 @@ const Url = require('./Url.cjs'); const Value = require('./Value.cjs'); const WhiteSpace = require('./WhiteSpace.cjs'); - - exports.AnPlusB = AnPlusB; exports.Atrule = Atrule; exports.AtrulePrelude = AtrulePrelude; diff --git a/node_modules/css-tree/cjs/syntax/pseudo/index.cjs b/node_modules/css-tree/cjs/syntax/pseudo/index.cjs index c3121eb..1c6e4c4 100644 --- a/node_modules/css-tree/cjs/syntax/pseudo/index.cjs +++ b/node_modules/css-tree/cjs/syntax/pseudo/index.cjs @@ -1,52 +1,44 @@ 'use strict'; const selectorList = { - parse() { - return this.createSingleNodeList( - this.SelectorList() - ); - } + parse() { + return this.createSingleNodeList(this.SelectorList()); + }, }; const selector = { - parse() { - return this.createSingleNodeList( - this.Selector() - ); - } + parse() { + return this.createSingleNodeList(this.Selector()); + }, }; const identList = { - parse() { - return this.createSingleNodeList( - this.Identifier() - ); - } + parse() { + return this.createSingleNodeList(this.Identifier()); + }, }; const nth = { - parse() { - return this.createSingleNodeList( - this.Nth() - ); - } + parse() { + return this.createSingleNodeList(this.Nth()); + }, }; const pseudo = { - 'dir': identList, - 'has': selectorList, - 'lang': identList, - 'matches': selectorList, - 'is': selectorList, - '-moz-any': selectorList, - '-webkit-any': selectorList, - 'where': selectorList, - 'not': selectorList, - 'nth-child': nth, - 'nth-last-child': nth, - 'nth-last-of-type': nth, - 'nth-of-type': nth, - 'slotted': selector + dir: identList, + has: selectorList, + lang: identList, + matches: selectorList, + is: selectorList, + '-moz-any': selectorList, + '-webkit-any': selectorList, + where: selectorList, + not: selectorList, + 'nth-child': nth, + 'nth-last-child': nth, + 'nth-last-of-type': nth, + 'nth-of-type': nth, + slotted: selector, }; module.exports = pseudo; diff --git a/node_modules/css-tree/cjs/syntax/scope/atrulePrelude.cjs b/node_modules/css-tree/cjs/syntax/scope/atrulePrelude.cjs index 65a1544..1b1d7fa 100644 --- a/node_modules/css-tree/cjs/syntax/scope/atrulePrelude.cjs +++ b/node_modules/css-tree/cjs/syntax/scope/atrulePrelude.cjs @@ -3,7 +3,7 @@ const _default = require('./default.cjs'); const atrulePrelude = { - getNode: _default + getNode: _default, }; module.exports = atrulePrelude; diff --git a/node_modules/css-tree/cjs/syntax/scope/default.cjs b/node_modules/css-tree/cjs/syntax/scope/default.cjs index 43b5c18..7742e55 100644 --- a/node_modules/css-tree/cjs/syntax/scope/default.cjs +++ b/node_modules/css-tree/cjs/syntax/scope/default.cjs @@ -2,75 +2,79 @@ const types = require('../../tokenizer/types.cjs'); -const NUMBERSIGN = 0x0023; // U+0023 NUMBER SIGN (#) -const ASTERISK = 0x002A; // U+002A ASTERISK (*) -const PLUSSIGN = 0x002B; // U+002B PLUS SIGN (+) -const HYPHENMINUS = 0x002D; // U+002D HYPHEN-MINUS (-) -const SOLIDUS = 0x002F; // U+002F SOLIDUS (/) -const U = 0x0075; // U+0075 LATIN SMALL LETTER U (u) +const NUMBERSIGN = 0x0023; // U+0023 NUMBER SIGN (#) +const ASTERISK = 0x002a; // U+002A ASTERISK (*) +const PLUSSIGN = 0x002b; // U+002B PLUS SIGN (+) +const HYPHENMINUS = 0x002d; // U+002D HYPHEN-MINUS (-) +const SOLIDUS = 0x002f; // U+002F SOLIDUS (/) +const U = 0x0075; // U+0075 LATIN SMALL LETTER U (u) function defaultRecognizer(context) { - switch (this.tokenType) { - case types.Hash: - return this.Hash(); + switch (this.tokenType) { + case types.Hash: + return this.Hash(); - case types.Comma: - return this.Operator(); + case types.Comma: + return this.Operator(); - case types.LeftParenthesis: - return this.Parentheses(this.readSequence, context.recognizer); + case types.LeftParenthesis: + return this.Parentheses(this.readSequence, context.recognizer); - case types.LeftSquareBracket: - return this.Brackets(this.readSequence, context.recognizer); + case types.LeftSquareBracket: + return this.Brackets(this.readSequence, context.recognizer); - case types.String: - return this.String(); + case types.String: + return this.String(); - case types.Dimension: - return this.Dimension(); + case types.Dimension: + return this.Dimension(); - case types.Percentage: - return this.Percentage(); + case types.Percentage: + return this.Percentage(); - case types.Number: - return this.Number(); + case types.Number: + return this.Number(); - case types.Function: - return this.cmpStr(this.tokenStart, this.tokenEnd, 'url(') - ? this.Url() - : this.Function(this.readSequence, context.recognizer); + case types.Function: + return this.cmpStr(this.tokenStart, this.tokenEnd, 'url(') ? + this.Url() + : this.Function(this.readSequence, context.recognizer); - case types.Url: - return this.Url(); + case types.Url: + return this.Url(); - case types.Ident: - // check for unicode range, it should start with u+ or U+ - if (this.cmpChar(this.tokenStart, U) && - this.cmpChar(this.tokenStart + 1, PLUSSIGN)) { - return this.UnicodeRange(); - } else { - return this.Identifier(); - } + case types.Ident: + // check for unicode range, it should start with u+ or U+ + if ( + this.cmpChar(this.tokenStart, U) && + this.cmpChar(this.tokenStart + 1, PLUSSIGN) + ) { + return this.UnicodeRange(); + } else { + return this.Identifier(); + } - case types.Delim: { - const code = this.charCodeAt(this.tokenStart); + case types.Delim: { + const code = this.charCodeAt(this.tokenStart); - if (code === SOLIDUS || - code === ASTERISK || - code === PLUSSIGN || - code === HYPHENMINUS) { - return this.Operator(); // TODO: replace with Delim - } + if ( + code === SOLIDUS || + code === ASTERISK || + code === PLUSSIGN || + code === HYPHENMINUS + ) { + return this.Operator(); // TODO: replace with Delim + } - // TODO: produce a node with Delim node type + // TODO: produce a node with Delim node type - if (code === NUMBERSIGN) { - this.error('Hex or identifier is expected', this.tokenStart + 1); - } + if (code === NUMBERSIGN) { + this.error('Hex or identifier is expected', this.tokenStart + 1); + } - break; - } + break; } + } } module.exports = defaultRecognizer; diff --git a/node_modules/css-tree/cjs/syntax/scope/index.cjs b/node_modules/css-tree/cjs/syntax/scope/index.cjs index 7839128..89eeea1 100644 --- a/node_modules/css-tree/cjs/syntax/scope/index.cjs +++ b/node_modules/css-tree/cjs/syntax/scope/index.cjs @@ -4,8 +4,6 @@ const atrulePrelude = require('./atrulePrelude.cjs'); const selector = require('./selector.cjs'); const value = require('./value.cjs'); - - exports.AtrulePrelude = atrulePrelude; exports.Selector = selector; exports.Value = value; diff --git a/node_modules/css-tree/cjs/syntax/scope/selector.cjs b/node_modules/css-tree/cjs/syntax/scope/selector.cjs index a0e95f1..ec361ac 100644 --- a/node_modules/css-tree/cjs/syntax/scope/selector.cjs +++ b/node_modules/css-tree/cjs/syntax/scope/selector.cjs @@ -2,83 +2,88 @@ const types = require('../../tokenizer/types.cjs'); -const NUMBERSIGN = 0x0023; // U+0023 NUMBER SIGN (#) -const ASTERISK = 0x002A; // U+002A ASTERISK (*) -const PLUSSIGN = 0x002B; // U+002B PLUS SIGN (+) -const SOLIDUS = 0x002F; // U+002F SOLIDUS (/) -const FULLSTOP = 0x002E; // U+002E FULL STOP (.) -const GREATERTHANSIGN = 0x003E; // U+003E GREATER-THAN SIGN (>) -const VERTICALLINE = 0x007C; // U+007C VERTICAL LINE (|) -const TILDE = 0x007E; // U+007E TILDE (~) +const NUMBERSIGN = 0x0023; // U+0023 NUMBER SIGN (#) +const ASTERISK = 0x002a; // U+002A ASTERISK (*) +const PLUSSIGN = 0x002b; // U+002B PLUS SIGN (+) +const SOLIDUS = 0x002f; // U+002F SOLIDUS (/) +const FULLSTOP = 0x002e; // U+002E FULL STOP (.) +const GREATERTHANSIGN = 0x003e; // U+003E GREATER-THAN SIGN (>) +const VERTICALLINE = 0x007c; // U+007C VERTICAL LINE (|) +const TILDE = 0x007e; // U+007E TILDE (~) function onWhiteSpace(next, children) { - if (children.last !== null && children.last.type !== 'Combinator' && - next !== null && next.type !== 'Combinator') { - children.push({ // FIXME: this.Combinator() should be used instead - type: 'Combinator', - loc: null, - name: ' ' - }); - } + if ( + children.last !== null && + children.last.type !== 'Combinator' && + next !== null && + next.type !== 'Combinator' + ) { + children.push({ + // FIXME: this.Combinator() should be used instead + type: 'Combinator', + loc: null, + name: ' ', + }); + } } function getNode() { - switch (this.tokenType) { - case types.LeftSquareBracket: - return this.AttributeSelector(); + switch (this.tokenType) { + case types.LeftSquareBracket: + return this.AttributeSelector(); - case types.Hash: - return this.IdSelector(); + case types.Hash: + return this.IdSelector(); - case types.Colon: - if (this.lookupType(1) === types.Colon) { - return this.PseudoElementSelector(); - } else { - return this.PseudoClassSelector(); - } + case types.Colon: + if (this.lookupType(1) === types.Colon) { + return this.PseudoElementSelector(); + } else { + return this.PseudoClassSelector(); + } - case types.Ident: - return this.TypeSelector(); + case types.Ident: + return this.TypeSelector(); - case types.Number: - case types.Percentage: - return this.Percentage(); + case types.Number: + case types.Percentage: + return this.Percentage(); - case types.Dimension: - // throws when .123ident - if (this.charCodeAt(this.tokenStart) === FULLSTOP) { - this.error('Identifier is expected', this.tokenStart + 1); - } - break; + case types.Dimension: + // throws when .123ident + if (this.charCodeAt(this.tokenStart) === FULLSTOP) { + this.error('Identifier is expected', this.tokenStart + 1); + } + break; - case types.Delim: { - const code = this.charCodeAt(this.tokenStart); + case types.Delim: { + const code = this.charCodeAt(this.tokenStart); - switch (code) { - case PLUSSIGN: - case GREATERTHANSIGN: - case TILDE: - case SOLIDUS: // /deep/ - return this.Combinator(); + switch (code) { + case PLUSSIGN: + case GREATERTHANSIGN: + case TILDE: + case SOLIDUS: // /deep/ + return this.Combinator(); - case FULLSTOP: - return this.ClassSelector(); + case FULLSTOP: + return this.ClassSelector(); - case ASTERISK: - case VERTICALLINE: - return this.TypeSelector(); + case ASTERISK: + case VERTICALLINE: + return this.TypeSelector(); - case NUMBERSIGN: - return this.IdSelector(); - } + case NUMBERSIGN: + return this.IdSelector(); + } - break; - } + break; } + } } const Selector = { - onWhiteSpace, - getNode + onWhiteSpace, + getNode, }; module.exports = Selector; diff --git a/node_modules/css-tree/cjs/syntax/scope/value.cjs b/node_modules/css-tree/cjs/syntax/scope/value.cjs index a9900a1..7768814 100644 --- a/node_modules/css-tree/cjs/syntax/scope/value.cjs +++ b/node_modules/css-tree/cjs/syntax/scope/value.cjs @@ -5,25 +5,26 @@ const expression = require('../function/expression.cjs'); const _var = require('../function/var.cjs'); function isPlusMinusOperator(node) { - return ( - node !== null && - node.type === 'Operator' && - (node.value[node.value.length - 1] === '-' || node.value[node.value.length - 1] === '+') - ); + return ( + node !== null && + node.type === 'Operator' && + (node.value[node.value.length - 1] === '-' || + node.value[node.value.length - 1] === '+') + ); } const value = { - getNode: _default, - onWhiteSpace(next, children) { - if (isPlusMinusOperator(next)) { - next.value = ' ' + next.value; - } - if (isPlusMinusOperator(children.last)) { - children.last.value += ' '; - } - }, - 'expression': expression, - 'var': _var + getNode: _default, + onWhiteSpace(next, children) { + if (isPlusMinusOperator(next)) { + next.value = ' ' + next.value; + } + if (isPlusMinusOperator(children.last)) { + children.last.value += ' '; + } + }, + expression: expression, + var: _var, }; module.exports = value; diff --git a/node_modules/css-tree/cjs/tokenizer/OffsetToLocation.cjs b/node_modules/css-tree/cjs/tokenizer/OffsetToLocation.cjs index 2875466..22fe3b4 100644 --- a/node_modules/css-tree/cjs/tokenizer/OffsetToLocation.cjs +++ b/node_modules/css-tree/cjs/tokenizer/OffsetToLocation.cjs @@ -8,84 +8,89 @@ const F = 12; const R = 13; function computeLinesAndColumns(host) { - const source = host.source; - const sourceLength = source.length; - const startOffset = source.length > 0 ? charCodeDefinitions.isBOM(source.charCodeAt(0)) : 0; - const lines = adoptBuffer.adoptBuffer(host.lines, sourceLength); - const columns = adoptBuffer.adoptBuffer(host.columns, sourceLength); - let line = host.startLine; - let column = host.startColumn; + const source = host.source; + const sourceLength = source.length; + const startOffset = + source.length > 0 ? charCodeDefinitions.isBOM(source.charCodeAt(0)) : 0; + const lines = adoptBuffer.adoptBuffer(host.lines, sourceLength); + const columns = adoptBuffer.adoptBuffer(host.columns, sourceLength); + let line = host.startLine; + let column = host.startColumn; - for (let i = startOffset; i < sourceLength; i++) { - const code = source.charCodeAt(i); + for (let i = startOffset; i < sourceLength; i++) { + const code = source.charCodeAt(i); + lines[i] = line; + columns[i] = column++; + + if (code === N || code === R || code === F) { + if ( + code === R && + i + 1 < sourceLength && + source.charCodeAt(i + 1) === N + ) { + i++; lines[i] = line; - columns[i] = column++; + columns[i] = column; + } - if (code === N || code === R || code === F) { - if (code === R && i + 1 < sourceLength && source.charCodeAt(i + 1) === N) { - i++; - lines[i] = line; - columns[i] = column; - } - - line++; - column = 1; - } + line++; + column = 1; } + } - lines[sourceLength] = line; - columns[sourceLength] = column; + lines[sourceLength] = line; + columns[sourceLength] = column; - host.lines = lines; - host.columns = columns; - host.computed = true; + host.lines = lines; + host.columns = columns; + host.computed = true; } class OffsetToLocation { - constructor() { - this.lines = null; - this.columns = null; - this.computed = false; + constructor() { + this.lines = null; + this.columns = null; + this.computed = false; + } + setSource(source, startOffset = 0, startLine = 1, startColumn = 1) { + this.source = source; + this.startOffset = startOffset; + this.startLine = startLine; + this.startColumn = startColumn; + this.computed = false; + } + getLocation(offset, filename) { + if (!this.computed) { + computeLinesAndColumns(this); } - setSource(source, startOffset = 0, startLine = 1, startColumn = 1) { - this.source = source; - this.startOffset = startOffset; - this.startLine = startLine; - this.startColumn = startColumn; - this.computed = false; - } - getLocation(offset, filename) { - if (!this.computed) { - computeLinesAndColumns(this); - } - return { - source: filename, - offset: this.startOffset + offset, - line: this.lines[offset], - column: this.columns[offset] - }; + return { + source: filename, + offset: this.startOffset + offset, + line: this.lines[offset], + column: this.columns[offset], + }; + } + getLocationRange(start, end, filename) { + if (!this.computed) { + computeLinesAndColumns(this); } - getLocationRange(start, end, filename) { - if (!this.computed) { - computeLinesAndColumns(this); - } - return { - source: filename, - start: { - offset: this.startOffset + start, - line: this.lines[start], - column: this.columns[start] - }, - end: { - offset: this.startOffset + end, - line: this.lines[end], - column: this.columns[end] - } - }; - } + return { + source: filename, + start: { + offset: this.startOffset + start, + line: this.lines[start], + column: this.columns[start], + }, + end: { + offset: this.startOffset + end, + line: this.lines[end], + column: this.columns[end], + }, + }; + } } exports.OffsetToLocation = OffsetToLocation; diff --git a/node_modules/css-tree/cjs/tokenizer/TokenStream.cjs b/node_modules/css-tree/cjs/tokenizer/TokenStream.cjs index 42d6f90..ff618cc 100644 --- a/node_modules/css-tree/cjs/tokenizer/TokenStream.cjs +++ b/node_modules/css-tree/cjs/tokenizer/TokenStream.cjs @@ -5,260 +5,268 @@ const utils = require('./utils.cjs'); const names = require('./names.cjs'); const types = require('./types.cjs'); -const OFFSET_MASK = 0x00FFFFFF; +const OFFSET_MASK = 0x00ffffff; const TYPE_SHIFT = 24; const balancePair = new Map([ - [types.Function, types.RightParenthesis], - [types.LeftParenthesis, types.RightParenthesis], - [types.LeftSquareBracket, types.RightSquareBracket], - [types.LeftCurlyBracket, types.RightCurlyBracket] + [types.Function, types.RightParenthesis], + [types.LeftParenthesis, types.RightParenthesis], + [types.LeftSquareBracket, types.RightSquareBracket], + [types.LeftCurlyBracket, types.RightCurlyBracket], ]); class TokenStream { - constructor(source, tokenize) { - this.setSource(source, tokenize); - } - reset() { - this.eof = false; - this.tokenIndex = -1; - this.tokenType = 0; - this.tokenStart = this.firstCharOffset; - this.tokenEnd = this.firstCharOffset; - } - setSource(source = '', tokenize = () => {}) { - source = String(source || ''); + constructor(source, tokenize) { + this.setSource(source, tokenize); + } + reset() { + this.eof = false; + this.tokenIndex = -1; + this.tokenType = 0; + this.tokenStart = this.firstCharOffset; + this.tokenEnd = this.firstCharOffset; + } + setSource(source = '', tokenize = () => {}) { + source = String(source || ''); - const sourceLength = source.length; - const offsetAndType = adoptBuffer.adoptBuffer(this.offsetAndType, source.length + 1); // +1 because of eof-token - const balance = adoptBuffer.adoptBuffer(this.balance, source.length + 1); - let tokenCount = 0; - let balanceCloseType = 0; - let balanceStart = 0; - let firstCharOffset = -1; + const sourceLength = source.length; + const offsetAndType = adoptBuffer.adoptBuffer( + this.offsetAndType, + source.length + 1 + ); // +1 because of eof-token + const balance = adoptBuffer.adoptBuffer(this.balance, source.length + 1); + let tokenCount = 0; + let balanceCloseType = 0; + let balanceStart = 0; + let firstCharOffset = -1; - // capture buffers - this.offsetAndType = null; - this.balance = null; + // capture buffers + this.offsetAndType = null; + this.balance = null; - tokenize(source, (type, start, end) => { - switch (type) { - default: - balance[tokenCount] = sourceLength; - break; + tokenize(source, (type, start, end) => { + switch (type) { + default: + balance[tokenCount] = sourceLength; + break; - case balanceCloseType: { - let balancePrev = balanceStart & OFFSET_MASK; - balanceStart = balance[balancePrev]; - balanceCloseType = balanceStart >> TYPE_SHIFT; - balance[tokenCount] = balancePrev; - balance[balancePrev++] = tokenCount; - for (; balancePrev < tokenCount; balancePrev++) { - if (balance[balancePrev] === sourceLength) { - balance[balancePrev] = tokenCount; - } - } - break; - } - - case types.LeftParenthesis: - case types.Function: - case types.LeftSquareBracket: - case types.LeftCurlyBracket: - balance[tokenCount] = balanceStart; - balanceCloseType = balancePair.get(type); - balanceStart = (balanceCloseType << TYPE_SHIFT) | tokenCount; - break; + case balanceCloseType: { + let balancePrev = balanceStart & OFFSET_MASK; + balanceStart = balance[balancePrev]; + balanceCloseType = balanceStart >> TYPE_SHIFT; + balance[tokenCount] = balancePrev; + balance[balancePrev++] = tokenCount; + for (; balancePrev < tokenCount; balancePrev++) { + if (balance[balancePrev] === sourceLength) { + balance[balancePrev] = tokenCount; } - - offsetAndType[tokenCount++] = (type << TYPE_SHIFT) | end; - if (firstCharOffset === -1) { - firstCharOffset = start; - } - }); - - // finalize buffers - offsetAndType[tokenCount] = (types.EOF << TYPE_SHIFT) | sourceLength; // - balance[tokenCount] = sourceLength; - balance[sourceLength] = sourceLength; // prevents false positive balance match with any token - while (balanceStart !== 0) { - const balancePrev = balanceStart & OFFSET_MASK; - balanceStart = balance[balancePrev]; - balance[balancePrev] = sourceLength; + } + break; } - this.source = source; - this.firstCharOffset = firstCharOffset === -1 ? 0 : firstCharOffset; - this.tokenCount = tokenCount; - this.offsetAndType = offsetAndType; - this.balance = balance; + case types.LeftParenthesis: + case types.Function: + case types.LeftSquareBracket: + case types.LeftCurlyBracket: + balance[tokenCount] = balanceStart; + balanceCloseType = balancePair.get(type); + balanceStart = (balanceCloseType << TYPE_SHIFT) | tokenCount; + break; + } - this.reset(); - this.next(); + offsetAndType[tokenCount++] = (type << TYPE_SHIFT) | end; + if (firstCharOffset === -1) { + firstCharOffset = start; + } + }); + + // finalize buffers + offsetAndType[tokenCount] = (types.EOF << TYPE_SHIFT) | sourceLength; // + balance[tokenCount] = sourceLength; + balance[sourceLength] = sourceLength; // prevents false positive balance match with any token + while (balanceStart !== 0) { + const balancePrev = balanceStart & OFFSET_MASK; + balanceStart = balance[balancePrev]; + balance[balancePrev] = sourceLength; } - lookupType(offset) { - offset += this.tokenIndex; + this.source = source; + this.firstCharOffset = firstCharOffset === -1 ? 0 : firstCharOffset; + this.tokenCount = tokenCount; + this.offsetAndType = offsetAndType; + this.balance = balance; - if (offset < this.tokenCount) { - return this.offsetAndType[offset] >> TYPE_SHIFT; - } + this.reset(); + this.next(); + } - return types.EOF; - } - lookupOffset(offset) { - offset += this.tokenIndex; + lookupType(offset) { + offset += this.tokenIndex; - if (offset < this.tokenCount) { - return this.offsetAndType[offset - 1] & OFFSET_MASK; - } - - return this.source.length; - } - lookupValue(offset, referenceStr) { - offset += this.tokenIndex; - - if (offset < this.tokenCount) { - return utils.cmpStr( - this.source, - this.offsetAndType[offset - 1] & OFFSET_MASK, - this.offsetAndType[offset] & OFFSET_MASK, - referenceStr - ); - } - - return false; - } - getTokenStart(tokenIndex) { - if (tokenIndex === this.tokenIndex) { - return this.tokenStart; - } - - if (tokenIndex > 0) { - return tokenIndex < this.tokenCount - ? this.offsetAndType[tokenIndex - 1] & OFFSET_MASK - : this.offsetAndType[this.tokenCount] & OFFSET_MASK; - } - - return this.firstCharOffset; - } - substrToCursor(start) { - return this.source.substring(start, this.tokenStart); + if (offset < this.tokenCount) { + return this.offsetAndType[offset] >> TYPE_SHIFT; } - isBalanceEdge(pos) { - return this.balance[this.tokenIndex] < pos; - } - isDelim(code, offset) { - if (offset) { - return ( - this.lookupType(offset) === types.Delim && - this.source.charCodeAt(this.lookupOffset(offset)) === code - ); - } + return types.EOF; + } + lookupOffset(offset) { + offset += this.tokenIndex; - return ( - this.tokenType === types.Delim && - this.source.charCodeAt(this.tokenStart) === code - ); + if (offset < this.tokenCount) { + return this.offsetAndType[offset - 1] & OFFSET_MASK; } - skip(tokenCount) { - let next = this.tokenIndex + tokenCount; + return this.source.length; + } + lookupValue(offset, referenceStr) { + offset += this.tokenIndex; - if (next < this.tokenCount) { - this.tokenIndex = next; - this.tokenStart = this.offsetAndType[next - 1] & OFFSET_MASK; - next = this.offsetAndType[next]; - this.tokenType = next >> TYPE_SHIFT; - this.tokenEnd = next & OFFSET_MASK; - } else { - this.tokenIndex = this.tokenCount; - this.next(); - } - } - next() { - let next = this.tokenIndex + 1; - - if (next < this.tokenCount) { - this.tokenIndex = next; - this.tokenStart = this.tokenEnd; - next = this.offsetAndType[next]; - this.tokenType = next >> TYPE_SHIFT; - this.tokenEnd = next & OFFSET_MASK; - } else { - this.eof = true; - this.tokenIndex = this.tokenCount; - this.tokenType = types.EOF; - this.tokenStart = this.tokenEnd = this.source.length; - } - } - skipSC() { - while (this.tokenType === types.WhiteSpace || this.tokenType === types.Comment) { - this.next(); - } - } - skipUntilBalanced(startToken, stopConsume) { - let cursor = startToken; - let balanceEnd; - let offset; - - loop: - for (; cursor < this.tokenCount; cursor++) { - balanceEnd = this.balance[cursor]; - - // stop scanning on balance edge that points to offset before start token - if (balanceEnd < startToken) { - break loop; - } - - offset = cursor > 0 ? this.offsetAndType[cursor - 1] & OFFSET_MASK : this.firstCharOffset; - - // check stop condition - switch (stopConsume(this.source.charCodeAt(offset))) { - case 1: // just stop - break loop; - - case 2: // stop & included - cursor++; - break loop; - - default: - // fast forward to the end of balanced block - if (this.balance[balanceEnd] === cursor) { - cursor = balanceEnd; - } - } - } - - this.skip(cursor - this.tokenIndex); + if (offset < this.tokenCount) { + return utils.cmpStr( + this.source, + this.offsetAndType[offset - 1] & OFFSET_MASK, + this.offsetAndType[offset] & OFFSET_MASK, + referenceStr + ); } - forEachToken(fn) { - for (let i = 0, offset = this.firstCharOffset; i < this.tokenCount; i++) { - const start = offset; - const item = this.offsetAndType[i]; - const end = item & OFFSET_MASK; - const type = item >> TYPE_SHIFT; - - offset = end; - - fn(type, start, end, i); - } + return false; + } + getTokenStart(tokenIndex) { + if (tokenIndex === this.tokenIndex) { + return this.tokenStart; } - dump() { - const tokens = new Array(this.tokenCount); - this.forEachToken((type, start, end, index) => { - tokens[index] = { - idx: index, - type: names[type], - chunk: this.source.substring(start, end), - balance: this.balance[index] - }; - }); - - return tokens; + if (tokenIndex > 0) { + return tokenIndex < this.tokenCount ? + this.offsetAndType[tokenIndex - 1] & OFFSET_MASK + : this.offsetAndType[this.tokenCount] & OFFSET_MASK; } + + return this.firstCharOffset; + } + substrToCursor(start) { + return this.source.substring(start, this.tokenStart); + } + + isBalanceEdge(pos) { + return this.balance[this.tokenIndex] < pos; + } + isDelim(code, offset) { + if (offset) { + return ( + this.lookupType(offset) === types.Delim && + this.source.charCodeAt(this.lookupOffset(offset)) === code + ); + } + + return ( + this.tokenType === types.Delim && + this.source.charCodeAt(this.tokenStart) === code + ); + } + + skip(tokenCount) { + let next = this.tokenIndex + tokenCount; + + if (next < this.tokenCount) { + this.tokenIndex = next; + this.tokenStart = this.offsetAndType[next - 1] & OFFSET_MASK; + next = this.offsetAndType[next]; + this.tokenType = next >> TYPE_SHIFT; + this.tokenEnd = next & OFFSET_MASK; + } else { + this.tokenIndex = this.tokenCount; + this.next(); + } + } + next() { + let next = this.tokenIndex + 1; + + if (next < this.tokenCount) { + this.tokenIndex = next; + this.tokenStart = this.tokenEnd; + next = this.offsetAndType[next]; + this.tokenType = next >> TYPE_SHIFT; + this.tokenEnd = next & OFFSET_MASK; + } else { + this.eof = true; + this.tokenIndex = this.tokenCount; + this.tokenType = types.EOF; + this.tokenStart = this.tokenEnd = this.source.length; + } + } + skipSC() { + while ( + this.tokenType === types.WhiteSpace || + this.tokenType === types.Comment + ) { + this.next(); + } + } + skipUntilBalanced(startToken, stopConsume) { + let cursor = startToken; + let balanceEnd; + let offset; + + loop: for (; cursor < this.tokenCount; cursor++) { + balanceEnd = this.balance[cursor]; + + // stop scanning on balance edge that points to offset before start token + if (balanceEnd < startToken) { + break loop; + } + + offset = + cursor > 0 ? + this.offsetAndType[cursor - 1] & OFFSET_MASK + : this.firstCharOffset; + + // check stop condition + switch (stopConsume(this.source.charCodeAt(offset))) { + case 1: // just stop + break loop; + + case 2: // stop & included + cursor++; + break loop; + + default: + // fast forward to the end of balanced block + if (this.balance[balanceEnd] === cursor) { + cursor = balanceEnd; + } + } + } + + this.skip(cursor - this.tokenIndex); + } + + forEachToken(fn) { + for (let i = 0, offset = this.firstCharOffset; i < this.tokenCount; i++) { + const start = offset; + const item = this.offsetAndType[i]; + const end = item & OFFSET_MASK; + const type = item >> TYPE_SHIFT; + + offset = end; + + fn(type, start, end, i); + } + } + dump() { + const tokens = new Array(this.tokenCount); + + this.forEachToken((type, start, end, index) => { + tokens[index] = { + idx: index, + type: names[type], + chunk: this.source.substring(start, end), + balance: this.balance[index], + }; + }); + + return tokens; + } } exports.TokenStream = TokenStream; diff --git a/node_modules/css-tree/cjs/tokenizer/adopt-buffer.cjs b/node_modules/css-tree/cjs/tokenizer/adopt-buffer.cjs index b2956ce..f2c1077 100644 --- a/node_modules/css-tree/cjs/tokenizer/adopt-buffer.cjs +++ b/node_modules/css-tree/cjs/tokenizer/adopt-buffer.cjs @@ -3,11 +3,11 @@ const MIN_SIZE = 16 * 1024; function adoptBuffer(buffer = null, size) { - if (buffer === null || buffer.length < size) { - return new Uint32Array(Math.max(size + 1024, MIN_SIZE)); - } + if (buffer === null || buffer.length < size) { + return new Uint32Array(Math.max(size + 1024, MIN_SIZE)); + } - return buffer; + return buffer; } exports.adoptBuffer = adoptBuffer; diff --git a/node_modules/css-tree/cjs/tokenizer/char-code-definitions.cjs b/node_modules/css-tree/cjs/tokenizer/char-code-definitions.cjs index 99b6667..c2dd4ff 100644 --- a/node_modules/css-tree/cjs/tokenizer/char-code-definitions.cjs +++ b/node_modules/css-tree/cjs/tokenizer/char-code-definitions.cjs @@ -8,66 +8,66 @@ const EOF = 0; // digit // A code point between U+0030 DIGIT ZERO (0) and U+0039 DIGIT NINE (9). function isDigit(code) { - return code >= 0x0030 && code <= 0x0039; + return code >= 0x0030 && code <= 0x0039; } // hex digit // A digit, or a code point between U+0041 LATIN CAPITAL LETTER A (A) and U+0046 LATIN CAPITAL LETTER F (F), // or a code point between U+0061 LATIN SMALL LETTER A (a) and U+0066 LATIN SMALL LETTER F (f). function isHexDigit(code) { - return ( - isDigit(code) || // 0 .. 9 - (code >= 0x0041 && code <= 0x0046) || // A .. F - (code >= 0x0061 && code <= 0x0066) // a .. f - ); + return ( + isDigit(code) || // 0 .. 9 + (code >= 0x0041 && code <= 0x0046) || // A .. F + (code >= 0x0061 && code <= 0x0066) // a .. f + ); } // uppercase letter // A code point between U+0041 LATIN CAPITAL LETTER A (A) and U+005A LATIN CAPITAL LETTER Z (Z). function isUppercaseLetter(code) { - return code >= 0x0041 && code <= 0x005A; + return code >= 0x0041 && code <= 0x005a; } // lowercase letter // A code point between U+0061 LATIN SMALL LETTER A (a) and U+007A LATIN SMALL LETTER Z (z). function isLowercaseLetter(code) { - return code >= 0x0061 && code <= 0x007A; + return code >= 0x0061 && code <= 0x007a; } // letter // An uppercase letter or a lowercase letter. function isLetter(code) { - return isUppercaseLetter(code) || isLowercaseLetter(code); + return isUppercaseLetter(code) || isLowercaseLetter(code); } // non-ASCII code point // A code point with a value equal to or greater than U+0080 . function isNonAscii(code) { - return code >= 0x0080; + return code >= 0x0080; } // name-start code point // A letter, a non-ASCII code point, or U+005F LOW LINE (_). function isNameStart(code) { - return isLetter(code) || isNonAscii(code) || code === 0x005F; + return isLetter(code) || isNonAscii(code) || code === 0x005f; } // name code point // A name-start code point, a digit, or U+002D HYPHEN-MINUS (-). function isName(code) { - return isNameStart(code) || isDigit(code) || code === 0x002D; + return isNameStart(code) || isDigit(code) || code === 0x002d; } // non-printable code point // A code point between U+0000 NULL and U+0008 BACKSPACE, or U+000B LINE TABULATION, // or a code point between U+000E SHIFT OUT and U+001F INFORMATION SEPARATOR ONE, or U+007F DELETE. function isNonPrintable(code) { - return ( - (code >= 0x0000 && code <= 0x0008) || - (code === 0x000B) || - (code >= 0x000E && code <= 0x001F) || - (code === 0x007F) - ); + return ( + (code >= 0x0000 && code <= 0x0008) || + code === 0x000b || + (code >= 0x000e && code <= 0x001f) || + code === 0x007f + ); } // newline @@ -75,96 +75,94 @@ function isNonPrintable(code) { // as they are converted to U+000A LINE FEED during preprocessing. // TODO: we doesn't do a preprocessing, so check a code point for U+000D CARRIAGE RETURN and U+000C FORM FEED function isNewline(code) { - return code === 0x000A || code === 0x000D || code === 0x000C; + return code === 0x000a || code === 0x000d || code === 0x000c; } // whitespace // A newline, U+0009 CHARACTER TABULATION, or U+0020 SPACE. function isWhiteSpace(code) { - return isNewline(code) || code === 0x0020 || code === 0x0009; + return isNewline(code) || code === 0x0020 || code === 0x0009; } // § 4.3.8. Check if two code points are a valid escape function isValidEscape(first, second) { - // If the first code point is not U+005C REVERSE SOLIDUS (\), return false. - if (first !== 0x005C) { - return false; - } + // If the first code point is not U+005C REVERSE SOLIDUS (\), return false. + if (first !== 0x005c) { + return false; + } - // Otherwise, if the second code point is a newline or EOF, return false. - if (isNewline(second) || second === EOF) { - return false; - } + // Otherwise, if the second code point is a newline or EOF, return false. + if (isNewline(second) || second === EOF) { + return false; + } - // Otherwise, return true. - return true; + // Otherwise, return true. + return true; } // § 4.3.9. Check if three code points would start an identifier function isIdentifierStart(first, second, third) { - // Look at the first code point: + // Look at the first code point: - // U+002D HYPHEN-MINUS - if (first === 0x002D) { - // If the second code point is a name-start code point or a U+002D HYPHEN-MINUS, - // or the second and third code points are a valid escape, return true. Otherwise, return false. - return ( - isNameStart(second) || - second === 0x002D || - isValidEscape(second, third) - ); - } + // U+002D HYPHEN-MINUS + if (first === 0x002d) { + // If the second code point is a name-start code point or a U+002D HYPHEN-MINUS, + // or the second and third code points are a valid escape, return true. Otherwise, return false. + return ( + isNameStart(second) || second === 0x002d || isValidEscape(second, third) + ); + } - // name-start code point - if (isNameStart(first)) { - // Return true. - return true; - } + // name-start code point + if (isNameStart(first)) { + // Return true. + return true; + } - // U+005C REVERSE SOLIDUS (\) - if (first === 0x005C) { - // If the first and second code points are a valid escape, return true. Otherwise, return false. - return isValidEscape(first, second); - } + // U+005C REVERSE SOLIDUS (\) + if (first === 0x005c) { + // If the first and second code points are a valid escape, return true. Otherwise, return false. + return isValidEscape(first, second); + } - // anything else - // Return false. - return false; + // anything else + // Return false. + return false; } // § 4.3.10. Check if three code points would start a number function isNumberStart(first, second, third) { - // Look at the first code point: + // Look at the first code point: - // U+002B PLUS SIGN (+) - // U+002D HYPHEN-MINUS (-) - if (first === 0x002B || first === 0x002D) { - // If the second code point is a digit, return true. - if (isDigit(second)) { - return 2; - } - - // Otherwise, if the second code point is a U+002E FULL STOP (.) - // and the third code point is a digit, return true. - // Otherwise, return false. - return second === 0x002E && isDigit(third) ? 3 : 0; + // U+002B PLUS SIGN (+) + // U+002D HYPHEN-MINUS (-) + if (first === 0x002b || first === 0x002d) { + // If the second code point is a digit, return true. + if (isDigit(second)) { + return 2; } - // U+002E FULL STOP (.) - if (first === 0x002E) { - // If the second code point is a digit, return true. Otherwise, return false. - return isDigit(second) ? 2 : 0; - } + // Otherwise, if the second code point is a U+002E FULL STOP (.) + // and the third code point is a digit, return true. + // Otherwise, return false. + return second === 0x002e && isDigit(third) ? 3 : 0; + } - // digit - if (isDigit(first)) { - // Return true. - return 1; - } + // U+002E FULL STOP (.) + if (first === 0x002e) { + // If the second code point is a digit, return true. Otherwise, return false. + return isDigit(second) ? 2 : 0; + } - // anything else - // Return false. - return 0; + // digit + if (isDigit(first)) { + // Return true. + return 1; + } + + // anything else + // Return false. + return 0; } // @@ -173,17 +171,17 @@ function isNumberStart(first, second, third) { // detect BOM (https://en.wikipedia.org/wiki/Byte_order_mark) function isBOM(code) { - // UTF-16BE - if (code === 0xFEFF) { - return 1; - } + // UTF-16BE + if (code === 0xfeff) { + return 1; + } - // UTF-16LE - if (code === 0xFFFE) { - return 1; - } + // UTF-16LE + if (code === 0xfffe) { + return 1; + } - return 0; + return 0; } // Fast code category @@ -196,16 +194,17 @@ const NameStartCategory = 0x84; const NonPrintableCategory = 0x85; for (let i = 0; i < CATEGORY.length; i++) { - CATEGORY[i] = - isWhiteSpace(i) && WhiteSpaceCategory || - isDigit(i) && DigitCategory || - isNameStart(i) && NameStartCategory || - isNonPrintable(i) && NonPrintableCategory || - i || EofCategory; + CATEGORY[i] = + (isWhiteSpace(i) && WhiteSpaceCategory) || + (isDigit(i) && DigitCategory) || + (isNameStart(i) && NameStartCategory) || + (isNonPrintable(i) && NonPrintableCategory) || + i || + EofCategory; } function charCodeCategory(code) { - return code < 0x80 ? CATEGORY[code] : NameStartCategory; + return code < 0x80 ? CATEGORY[code] : NameStartCategory; } exports.DigitCategory = DigitCategory; diff --git a/node_modules/css-tree/cjs/tokenizer/index.cjs b/node_modules/css-tree/cjs/tokenizer/index.cjs index bfb73e5..fbe56fb 100644 --- a/node_modules/css-tree/cjs/tokenizer/index.cjs +++ b/node_modules/css-tree/cjs/tokenizer/index.cjs @@ -8,485 +8,535 @@ const OffsetToLocation = require('./OffsetToLocation.cjs'); const TokenStream = require('./TokenStream.cjs'); function tokenize(source, onToken) { - function getCharCode(offset) { - return offset < sourceLength ? source.charCodeAt(offset) : 0; + function getCharCode(offset) { + return offset < sourceLength ? source.charCodeAt(offset) : 0; + } + + // § 4.3.3. Consume a numeric token + function consumeNumericToken() { + // Consume a number and let number be the result. + offset = utils.consumeNumber(source, offset); + + // If the next 3 input code points would start an identifier, then: + if ( + charCodeDefinitions.isIdentifierStart( + getCharCode(offset), + getCharCode(offset + 1), + getCharCode(offset + 2) + ) + ) { + // Create a with the same value and type flag as number, and a unit set initially to the empty string. + // Consume a name. Set the ’s unit to the returned value. + // Return the . + type = types.Dimension; + offset = utils.consumeName(source, offset); + return; } - // § 4.3.3. Consume a numeric token - function consumeNumericToken() { - // Consume a number and let number be the result. - offset = utils.consumeNumber(source, offset); - - // If the next 3 input code points would start an identifier, then: - if (charCodeDefinitions.isIdentifierStart(getCharCode(offset), getCharCode(offset + 1), getCharCode(offset + 2))) { - // Create a with the same value and type flag as number, and a unit set initially to the empty string. - // Consume a name. Set the ’s unit to the returned value. - // Return the . - type = types.Dimension; - offset = utils.consumeName(source, offset); - return; - } - - // Otherwise, if the next input code point is U+0025 PERCENTAGE SIGN (%), consume it. - if (getCharCode(offset) === 0x0025) { - // Create a with the same value as number, and return it. - type = types.Percentage; - offset++; - return; - } - - // Otherwise, create a with the same value and type flag as number, and return it. - type = types.Number; + // Otherwise, if the next input code point is U+0025 PERCENTAGE SIGN (%), consume it. + if (getCharCode(offset) === 0x0025) { + // Create a with the same value as number, and return it. + type = types.Percentage; + offset++; + return; } - // § 4.3.4. Consume an ident-like token - function consumeIdentLikeToken() { - const nameStartOffset = offset; + // Otherwise, create a with the same value and type flag as number, and return it. + type = types.Number; + } - // Consume a name, and let string be the result. - offset = utils.consumeName(source, offset); + // § 4.3.4. Consume an ident-like token + function consumeIdentLikeToken() { + const nameStartOffset = offset; - // If string’s value is an ASCII case-insensitive match for "url", - // and the next input code point is U+0028 LEFT PARENTHESIS ((), consume it. - if (utils.cmpStr(source, nameStartOffset, offset, 'url') && getCharCode(offset) === 0x0028) { - // While the next two input code points are whitespace, consume the next input code point. - offset = utils.findWhiteSpaceEnd(source, offset + 1); + // Consume a name, and let string be the result. + offset = utils.consumeName(source, offset); - // If the next one or two input code points are U+0022 QUOTATION MARK ("), U+0027 APOSTROPHE ('), - // or whitespace followed by U+0022 QUOTATION MARK (") or U+0027 APOSTROPHE ('), - // then create a with its value set to string and return it. - if (getCharCode(offset) === 0x0022 || - getCharCode(offset) === 0x0027) { - type = types.Function; - offset = nameStartOffset + 4; - return; + // If string’s value is an ASCII case-insensitive match for "url", + // and the next input code point is U+0028 LEFT PARENTHESIS ((), consume it. + if ( + utils.cmpStr(source, nameStartOffset, offset, 'url') && + getCharCode(offset) === 0x0028 + ) { + // While the next two input code points are whitespace, consume the next input code point. + offset = utils.findWhiteSpaceEnd(source, offset + 1); + + // If the next one or two input code points are U+0022 QUOTATION MARK ("), U+0027 APOSTROPHE ('), + // or whitespace followed by U+0022 QUOTATION MARK (") or U+0027 APOSTROPHE ('), + // then create a with its value set to string and return it. + if (getCharCode(offset) === 0x0022 || getCharCode(offset) === 0x0027) { + type = types.Function; + offset = nameStartOffset + 4; + return; + } + + // Otherwise, consume a url token, and return it. + consumeUrlToken(); + return; + } + + // Otherwise, if the next input code point is U+0028 LEFT PARENTHESIS ((), consume it. + // Create a with its value set to string and return it. + if (getCharCode(offset) === 0x0028) { + type = types.Function; + offset++; + return; + } + + // Otherwise, create an with its value set to string and return it. + type = types.Ident; + } + + // § 4.3.5. Consume a string token + function consumeStringToken(endingCodePoint) { + // This algorithm may be called with an ending code point, which denotes the code point + // that ends the string. If an ending code point is not specified, + // the current input code point is used. + if (!endingCodePoint) { + endingCodePoint = getCharCode(offset++); + } + + // Initially create a with its value set to the empty string. + type = types.String; + + // Repeatedly consume the next input code point from the stream: + for (; offset < source.length; offset++) { + const code = source.charCodeAt(offset); + + switch (charCodeDefinitions.charCodeCategory(code)) { + // ending code point + case endingCodePoint: + // Return the . + offset++; + return; + + // EOF + // case EofCategory: + // This is a parse error. Return the . + // return; + + // newline + case charCodeDefinitions.WhiteSpaceCategory: + if (charCodeDefinitions.isNewline(code)) { + // This is a parse error. Reconsume the current input code point, + // create a , and return it. + offset += utils.getNewlineLength(source, offset, code); + type = types.BadString; + return; + } + break; + + // U+005C REVERSE SOLIDUS (\) + case 0x005c: + // If the next input code point is EOF, do nothing. + if (offset === source.length - 1) { + break; + } + + const nextCode = getCharCode(offset + 1); + + // Otherwise, if the next input code point is a newline, consume it. + if (charCodeDefinitions.isNewline(nextCode)) { + offset += utils.getNewlineLength(source, offset + 1, nextCode); + } else if (charCodeDefinitions.isValidEscape(code, nextCode)) { + // Otherwise, (the stream starts with a valid escape) consume + // an escaped code point and append the returned code point to + // the ’s value. + offset = utils.consumeEscaped(source, offset) - 1; + } + break; + + // anything else + // Append the current input code point to the ’s value. + } + } + } + + // § 4.3.6. Consume a url token + // Note: This algorithm assumes that the initial "url(" has already been consumed. + // This algorithm also assumes that it’s being called to consume an "unquoted" value, like url(foo). + // A quoted value, like url("foo"), is parsed as a . Consume an ident-like token + // automatically handles this distinction; this algorithm shouldn’t be called directly otherwise. + function consumeUrlToken() { + // Initially create a with its value set to the empty string. + type = types.Url; + + // Consume as much whitespace as possible. + offset = utils.findWhiteSpaceEnd(source, offset); + + // Repeatedly consume the next input code point from the stream: + for (; offset < source.length; offset++) { + const code = source.charCodeAt(offset); + + switch (charCodeDefinitions.charCodeCategory(code)) { + // U+0029 RIGHT PARENTHESIS ()) + case 0x0029: + // Return the . + offset++; + return; + + // EOF + // case EofCategory: + // This is a parse error. Return the . + // return; + + // whitespace + case charCodeDefinitions.WhiteSpaceCategory: + // Consume as much whitespace as possible. + offset = utils.findWhiteSpaceEnd(source, offset); + + // If the next input code point is U+0029 RIGHT PARENTHESIS ()) or EOF, + // consume it and return the + // (if EOF was encountered, this is a parse error); + if (getCharCode(offset) === 0x0029 || offset >= source.length) { + if (offset < source.length) { + offset++; } - - // Otherwise, consume a url token, and return it. - consumeUrlToken(); return; - } + } - // Otherwise, if the next input code point is U+0028 LEFT PARENTHESIS ((), consume it. - // Create a with its value set to string and return it. - if (getCharCode(offset) === 0x0028) { - type = types.Function; - offset++; - return; - } + // otherwise, consume the remnants of a bad url, create a , + // and return it. + offset = utils.consumeBadUrlRemnants(source, offset); + type = types.BadUrl; + return; - // Otherwise, create an with its value set to string and return it. - type = types.Ident; + // U+0022 QUOTATION MARK (") + // U+0027 APOSTROPHE (') + // U+0028 LEFT PARENTHESIS (() + // non-printable code point + case 0x0022: + case 0x0027: + case 0x0028: + case charCodeDefinitions.NonPrintableCategory: + // This is a parse error. Consume the remnants of a bad url, + // create a , and return it. + offset = utils.consumeBadUrlRemnants(source, offset); + type = types.BadUrl; + return; + + // U+005C REVERSE SOLIDUS (\) + case 0x005c: + // If the stream starts with a valid escape, consume an escaped code point and + // append the returned code point to the ’s value. + if ( + charCodeDefinitions.isValidEscape(code, getCharCode(offset + 1)) + ) { + offset = utils.consumeEscaped(source, offset) - 1; + break; + } + + // Otherwise, this is a parse error. Consume the remnants of a bad url, + // create a , and return it. + offset = utils.consumeBadUrlRemnants(source, offset); + type = types.BadUrl; + return; + + // anything else + // Append the current input code point to the ’s value. + } } + } - // § 4.3.5. Consume a string token - function consumeStringToken(endingCodePoint) { - // This algorithm may be called with an ending code point, which denotes the code point - // that ends the string. If an ending code point is not specified, - // the current input code point is used. - if (!endingCodePoint) { - endingCodePoint = getCharCode(offset++); + // ensure source is a string + source = String(source || ''); + + const sourceLength = source.length; + let start = charCodeDefinitions.isBOM(getCharCode(0)); + let offset = start; + let type; + + // https://drafts.csswg.org/css-syntax-3/#consume-token + // § 4.3.1. Consume a token + while (offset < sourceLength) { + const code = source.charCodeAt(offset); + + switch (charCodeDefinitions.charCodeCategory(code)) { + // whitespace + case charCodeDefinitions.WhiteSpaceCategory: + // Consume as much whitespace as possible. Return a . + type = types.WhiteSpace; + offset = utils.findWhiteSpaceEnd(source, offset + 1); + break; + + // U+0022 QUOTATION MARK (") + case 0x0022: + // Consume a string token and return it. + consumeStringToken(); + break; + + // U+0023 NUMBER SIGN (#) + case 0x0023: + // If the next input code point is a name code point or the next two input code points are a valid escape, then: + if ( + charCodeDefinitions.isName(getCharCode(offset + 1)) || + charCodeDefinitions.isValidEscape( + getCharCode(offset + 1), + getCharCode(offset + 2) + ) + ) { + // Create a . + type = types.Hash; + + // If the next 3 input code points would start an identifier, set the ’s type flag to "id". + // if (isIdentifierStart(getCharCode(offset + 1), getCharCode(offset + 2), getCharCode(offset + 3))) { + // // TODO: set id flag + // } + + // Consume a name, and set the ’s value to the returned string. + offset = utils.consumeName(source, offset + 1); + + // Return the . + } else { + // Otherwise, return a with its value set to the current input code point. + type = types.Delim; + offset++; } - // Initially create a with its value set to the empty string. - type = types.String; + break; - // Repeatedly consume the next input code point from the stream: - for (; offset < source.length; offset++) { - const code = source.charCodeAt(offset); + // U+0027 APOSTROPHE (') + case 0x0027: + // Consume a string token and return it. + consumeStringToken(); + break; - switch (charCodeDefinitions.charCodeCategory(code)) { - // ending code point - case endingCodePoint: - // Return the . - offset++; - return; + // U+0028 LEFT PARENTHESIS (() + case 0x0028: + // Return a <(-token>. + type = types.LeftParenthesis; + offset++; + break; - // EOF - // case EofCategory: - // This is a parse error. Return the . - // return; + // U+0029 RIGHT PARENTHESIS ()) + case 0x0029: + // Return a <)-token>. + type = types.RightParenthesis; + offset++; + break; - // newline - case charCodeDefinitions.WhiteSpaceCategory: - if (charCodeDefinitions.isNewline(code)) { - // This is a parse error. Reconsume the current input code point, - // create a , and return it. - offset += utils.getNewlineLength(source, offset, code); - type = types.BadString; - return; - } - break; + // U+002B PLUS SIGN (+) + case 0x002b: + // If the input stream starts with a number, ... + if ( + charCodeDefinitions.isNumberStart( + code, + getCharCode(offset + 1), + getCharCode(offset + 2) + ) + ) { + // ... reconsume the current input code point, consume a numeric token, and return it. + consumeNumericToken(); + } else { + // Otherwise, return a with its value set to the current input code point. + type = types.Delim; + offset++; + } + break; - // U+005C REVERSE SOLIDUS (\) - case 0x005C: - // If the next input code point is EOF, do nothing. - if (offset === source.length - 1) { - break; - } + // U+002C COMMA (,) + case 0x002c: + // Return a . + type = types.Comma; + offset++; + break; - const nextCode = getCharCode(offset + 1); - - // Otherwise, if the next input code point is a newline, consume it. - if (charCodeDefinitions.isNewline(nextCode)) { - offset += utils.getNewlineLength(source, offset + 1, nextCode); - } else if (charCodeDefinitions.isValidEscape(code, nextCode)) { - // Otherwise, (the stream starts with a valid escape) consume - // an escaped code point and append the returned code point to - // the ’s value. - offset = utils.consumeEscaped(source, offset) - 1; - } - break; - - // anything else - // Append the current input code point to the ’s value. + // U+002D HYPHEN-MINUS (-) + case 0x002d: + // If the input stream starts with a number, reconsume the current input code point, consume a numeric token, and return it. + if ( + charCodeDefinitions.isNumberStart( + code, + getCharCode(offset + 1), + getCharCode(offset + 2) + ) + ) { + consumeNumericToken(); + } else { + // Otherwise, if the next 2 input code points are U+002D HYPHEN-MINUS U+003E GREATER-THAN SIGN (->), consume them and return a . + if ( + getCharCode(offset + 1) === 0x002d && + getCharCode(offset + 2) === 0x003e + ) { + type = types.CDC; + offset = offset + 3; + } else { + // Otherwise, if the input stream starts with an identifier, ... + if ( + charCodeDefinitions.isIdentifierStart( + code, + getCharCode(offset + 1), + getCharCode(offset + 2) + ) + ) { + // ... reconsume the current input code point, consume an ident-like token, and return it. + consumeIdentLikeToken(); + } else { + // Otherwise, return a with its value set to the current input code point. + type = types.Delim; + offset++; } + } } - } + break; - // § 4.3.6. Consume a url token - // Note: This algorithm assumes that the initial "url(" has already been consumed. - // This algorithm also assumes that it’s being called to consume an "unquoted" value, like url(foo). - // A quoted value, like url("foo"), is parsed as a . Consume an ident-like token - // automatically handles this distinction; this algorithm shouldn’t be called directly otherwise. - function consumeUrlToken() { - // Initially create a with its value set to the empty string. - type = types.Url; - - // Consume as much whitespace as possible. - offset = utils.findWhiteSpaceEnd(source, offset); - - // Repeatedly consume the next input code point from the stream: - for (; offset < source.length; offset++) { - const code = source.charCodeAt(offset); - - switch (charCodeDefinitions.charCodeCategory(code)) { - // U+0029 RIGHT PARENTHESIS ()) - case 0x0029: - // Return the . - offset++; - return; - - // EOF - // case EofCategory: - // This is a parse error. Return the . - // return; - - // whitespace - case charCodeDefinitions.WhiteSpaceCategory: - // Consume as much whitespace as possible. - offset = utils.findWhiteSpaceEnd(source, offset); - - // If the next input code point is U+0029 RIGHT PARENTHESIS ()) or EOF, - // consume it and return the - // (if EOF was encountered, this is a parse error); - if (getCharCode(offset) === 0x0029 || offset >= source.length) { - if (offset < source.length) { - offset++; - } - return; - } - - // otherwise, consume the remnants of a bad url, create a , - // and return it. - offset = utils.consumeBadUrlRemnants(source, offset); - type = types.BadUrl; - return; - - // U+0022 QUOTATION MARK (") - // U+0027 APOSTROPHE (') - // U+0028 LEFT PARENTHESIS (() - // non-printable code point - case 0x0022: - case 0x0027: - case 0x0028: - case charCodeDefinitions.NonPrintableCategory: - // This is a parse error. Consume the remnants of a bad url, - // create a , and return it. - offset = utils.consumeBadUrlRemnants(source, offset); - type = types.BadUrl; - return; - - // U+005C REVERSE SOLIDUS (\) - case 0x005C: - // If the stream starts with a valid escape, consume an escaped code point and - // append the returned code point to the ’s value. - if (charCodeDefinitions.isValidEscape(code, getCharCode(offset + 1))) { - offset = utils.consumeEscaped(source, offset) - 1; - break; - } - - // Otherwise, this is a parse error. Consume the remnants of a bad url, - // create a , and return it. - offset = utils.consumeBadUrlRemnants(source, offset); - type = types.BadUrl; - return; - - // anything else - // Append the current input code point to the ’s value. - } - } - } - - // ensure source is a string - source = String(source || ''); - - const sourceLength = source.length; - let start = charCodeDefinitions.isBOM(getCharCode(0)); - let offset = start; - let type; - - // https://drafts.csswg.org/css-syntax-3/#consume-token - // § 4.3.1. Consume a token - while (offset < sourceLength) { - const code = source.charCodeAt(offset); - - switch (charCodeDefinitions.charCodeCategory(code)) { - // whitespace - case charCodeDefinitions.WhiteSpaceCategory: - // Consume as much whitespace as possible. Return a . - type = types.WhiteSpace; - offset = utils.findWhiteSpaceEnd(source, offset + 1); - break; - - // U+0022 QUOTATION MARK (") - case 0x0022: - // Consume a string token and return it. - consumeStringToken(); - break; - - // U+0023 NUMBER SIGN (#) - case 0x0023: - // If the next input code point is a name code point or the next two input code points are a valid escape, then: - if (charCodeDefinitions.isName(getCharCode(offset + 1)) || charCodeDefinitions.isValidEscape(getCharCode(offset + 1), getCharCode(offset + 2))) { - // Create a . - type = types.Hash; - - // If the next 3 input code points would start an identifier, set the ’s type flag to "id". - // if (isIdentifierStart(getCharCode(offset + 1), getCharCode(offset + 2), getCharCode(offset + 3))) { - // // TODO: set id flag - // } - - // Consume a name, and set the ’s value to the returned string. - offset = utils.consumeName(source, offset + 1); - - // Return the . - } else { - // Otherwise, return a with its value set to the current input code point. - type = types.Delim; - offset++; - } - - break; - - // U+0027 APOSTROPHE (') - case 0x0027: - // Consume a string token and return it. - consumeStringToken(); - break; - - // U+0028 LEFT PARENTHESIS (() - case 0x0028: - // Return a <(-token>. - type = types.LeftParenthesis; - offset++; - break; - - // U+0029 RIGHT PARENTHESIS ()) - case 0x0029: - // Return a <)-token>. - type = types.RightParenthesis; - offset++; - break; - - // U+002B PLUS SIGN (+) - case 0x002B: - // If the input stream starts with a number, ... - if (charCodeDefinitions.isNumberStart(code, getCharCode(offset + 1), getCharCode(offset + 2))) { - // ... reconsume the current input code point, consume a numeric token, and return it. - consumeNumericToken(); - } else { - // Otherwise, return a with its value set to the current input code point. - type = types.Delim; - offset++; - } - break; - - // U+002C COMMA (,) - case 0x002C: - // Return a . - type = types.Comma; - offset++; - break; - - // U+002D HYPHEN-MINUS (-) - case 0x002D: - // If the input stream starts with a number, reconsume the current input code point, consume a numeric token, and return it. - if (charCodeDefinitions.isNumberStart(code, getCharCode(offset + 1), getCharCode(offset + 2))) { - consumeNumericToken(); - } else { - // Otherwise, if the next 2 input code points are U+002D HYPHEN-MINUS U+003E GREATER-THAN SIGN (->), consume them and return a . - if (getCharCode(offset + 1) === 0x002D && - getCharCode(offset + 2) === 0x003E) { - type = types.CDC; - offset = offset + 3; - } else { - // Otherwise, if the input stream starts with an identifier, ... - if (charCodeDefinitions.isIdentifierStart(code, getCharCode(offset + 1), getCharCode(offset + 2))) { - // ... reconsume the current input code point, consume an ident-like token, and return it. - consumeIdentLikeToken(); - } else { - // Otherwise, return a with its value set to the current input code point. - type = types.Delim; - offset++; - } - } - } - break; - - // U+002E FULL STOP (.) - case 0x002E: - // If the input stream starts with a number, ... - if (charCodeDefinitions.isNumberStart(code, getCharCode(offset + 1), getCharCode(offset + 2))) { - // ... reconsume the current input code point, consume a numeric token, and return it. - consumeNumericToken(); - } else { - // Otherwise, return a with its value set to the current input code point. - type = types.Delim; - offset++; - } - - break; - - // U+002F SOLIDUS (/) - case 0x002F: - // If the next two input code point are U+002F SOLIDUS (/) followed by a U+002A ASTERISK (*), - if (getCharCode(offset + 1) === 0x002A) { - // ... consume them and all following code points up to and including the first U+002A ASTERISK (*) - // followed by a U+002F SOLIDUS (/), or up to an EOF code point. - type = types.Comment; - offset = source.indexOf('*/', offset + 2); - offset = offset === -1 ? source.length : offset + 2; - } else { - type = types.Delim; - offset++; - } - break; - - // U+003A COLON (:) - case 0x003A: - // Return a . - type = types.Colon; - offset++; - break; - - // U+003B SEMICOLON (;) - case 0x003B: - // Return a . - type = types.Semicolon; - offset++; - break; - - // U+003C LESS-THAN SIGN (<) - case 0x003C: - // If the next 3 input code points are U+0021 EXCLAMATION MARK U+002D HYPHEN-MINUS U+002D HYPHEN-MINUS (!--), ... - if (getCharCode(offset + 1) === 0x0021 && - getCharCode(offset + 2) === 0x002D && - getCharCode(offset + 3) === 0x002D) { - // ... consume them and return a . - type = types.CDO; - offset = offset + 4; - } else { - // Otherwise, return a with its value set to the current input code point. - type = types.Delim; - offset++; - } - - break; - - // U+0040 COMMERCIAL AT (@) - case 0x0040: - // If the next 3 input code points would start an identifier, ... - if (charCodeDefinitions.isIdentifierStart(getCharCode(offset + 1), getCharCode(offset + 2), getCharCode(offset + 3))) { - // ... consume a name, create an with its value set to the returned value, and return it. - type = types.AtKeyword; - offset = utils.consumeName(source, offset + 1); - } else { - // Otherwise, return a with its value set to the current input code point. - type = types.Delim; - offset++; - } - - break; - - // U+005B LEFT SQUARE BRACKET ([) - case 0x005B: - // Return a <[-token>. - type = types.LeftSquareBracket; - offset++; - break; - - // U+005C REVERSE SOLIDUS (\) - case 0x005C: - // If the input stream starts with a valid escape, ... - if (charCodeDefinitions.isValidEscape(code, getCharCode(offset + 1))) { - // ... reconsume the current input code point, consume an ident-like token, and return it. - consumeIdentLikeToken(); - } else { - // Otherwise, this is a parse error. Return a with its value set to the current input code point. - type = types.Delim; - offset++; - } - break; - - // U+005D RIGHT SQUARE BRACKET (]) - case 0x005D: - // Return a <]-token>. - type = types.RightSquareBracket; - offset++; - break; - - // U+007B LEFT CURLY BRACKET ({) - case 0x007B: - // Return a <{-token>. - type = types.LeftCurlyBracket; - offset++; - break; - - // U+007D RIGHT CURLY BRACKET (}) - case 0x007D: - // Return a <}-token>. - type = types.RightCurlyBracket; - offset++; - break; - - // digit - case charCodeDefinitions.DigitCategory: - // Reconsume the current input code point, consume a numeric token, and return it. - consumeNumericToken(); - break; - - // name-start code point - case charCodeDefinitions.NameStartCategory: - // Reconsume the current input code point, consume an ident-like token, and return it. - consumeIdentLikeToken(); - break; - - // EOF - // case EofCategory: - // Return an . - // break; - - // anything else - default: - // Return a with its value set to the current input code point. - type = types.Delim; - offset++; + // U+002E FULL STOP (.) + case 0x002e: + // If the input stream starts with a number, ... + if ( + charCodeDefinitions.isNumberStart( + code, + getCharCode(offset + 1), + getCharCode(offset + 2) + ) + ) { + // ... reconsume the current input code point, consume a numeric token, and return it. + consumeNumericToken(); + } else { + // Otherwise, return a with its value set to the current input code point. + type = types.Delim; + offset++; } - // put token to stream - onToken(type, start, start = offset); + break; + + // U+002F SOLIDUS (/) + case 0x002f: + // If the next two input code point are U+002F SOLIDUS (/) followed by a U+002A ASTERISK (*), + if (getCharCode(offset + 1) === 0x002a) { + // ... consume them and all following code points up to and including the first U+002A ASTERISK (*) + // followed by a U+002F SOLIDUS (/), or up to an EOF code point. + type = types.Comment; + offset = source.indexOf('*/', offset + 2); + offset = offset === -1 ? source.length : offset + 2; + } else { + type = types.Delim; + offset++; + } + break; + + // U+003A COLON (:) + case 0x003a: + // Return a . + type = types.Colon; + offset++; + break; + + // U+003B SEMICOLON (;) + case 0x003b: + // Return a . + type = types.Semicolon; + offset++; + break; + + // U+003C LESS-THAN SIGN (<) + case 0x003c: + // If the next 3 input code points are U+0021 EXCLAMATION MARK U+002D HYPHEN-MINUS U+002D HYPHEN-MINUS (!--), ... + if ( + getCharCode(offset + 1) === 0x0021 && + getCharCode(offset + 2) === 0x002d && + getCharCode(offset + 3) === 0x002d + ) { + // ... consume them and return a . + type = types.CDO; + offset = offset + 4; + } else { + // Otherwise, return a with its value set to the current input code point. + type = types.Delim; + offset++; + } + + break; + + // U+0040 COMMERCIAL AT (@) + case 0x0040: + // If the next 3 input code points would start an identifier, ... + if ( + charCodeDefinitions.isIdentifierStart( + getCharCode(offset + 1), + getCharCode(offset + 2), + getCharCode(offset + 3) + ) + ) { + // ... consume a name, create an with its value set to the returned value, and return it. + type = types.AtKeyword; + offset = utils.consumeName(source, offset + 1); + } else { + // Otherwise, return a with its value set to the current input code point. + type = types.Delim; + offset++; + } + + break; + + // U+005B LEFT SQUARE BRACKET ([) + case 0x005b: + // Return a <[-token>. + type = types.LeftSquareBracket; + offset++; + break; + + // U+005C REVERSE SOLIDUS (\) + case 0x005c: + // If the input stream starts with a valid escape, ... + if (charCodeDefinitions.isValidEscape(code, getCharCode(offset + 1))) { + // ... reconsume the current input code point, consume an ident-like token, and return it. + consumeIdentLikeToken(); + } else { + // Otherwise, this is a parse error. Return a with its value set to the current input code point. + type = types.Delim; + offset++; + } + break; + + // U+005D RIGHT SQUARE BRACKET (]) + case 0x005d: + // Return a <]-token>. + type = types.RightSquareBracket; + offset++; + break; + + // U+007B LEFT CURLY BRACKET ({) + case 0x007b: + // Return a <{-token>. + type = types.LeftCurlyBracket; + offset++; + break; + + // U+007D RIGHT CURLY BRACKET (}) + case 0x007d: + // Return a <}-token>. + type = types.RightCurlyBracket; + offset++; + break; + + // digit + case charCodeDefinitions.DigitCategory: + // Reconsume the current input code point, consume a numeric token, and return it. + consumeNumericToken(); + break; + + // name-start code point + case charCodeDefinitions.NameStartCategory: + // Reconsume the current input code point, consume an ident-like token, and return it. + consumeIdentLikeToken(); + break; + + // EOF + // case EofCategory: + // Return an . + // break; + + // anything else + default: + // Return a with its value set to the current input code point. + type = types.Delim; + offset++; } + + // put token to stream + onToken(type, start, (start = offset)); + } } exports.AtKeyword = types.AtKeyword; diff --git a/node_modules/css-tree/cjs/tokenizer/names.cjs b/node_modules/css-tree/cjs/tokenizer/names.cjs index d302aed..1594589 100644 --- a/node_modules/css-tree/cjs/tokenizer/names.cjs +++ b/node_modules/css-tree/cjs/tokenizer/names.cjs @@ -1,31 +1,31 @@ 'use strict'; const tokenNames = [ - 'EOF-token', - 'ident-token', - 'function-token', - 'at-keyword-token', - 'hash-token', - 'string-token', - 'bad-string-token', - 'url-token', - 'bad-url-token', - 'delim-token', - 'number-token', - 'percentage-token', - 'dimension-token', - 'whitespace-token', - 'CDO-token', - 'CDC-token', - 'colon-token', - 'semicolon-token', - 'comma-token', - '[-token', - ']-token', - '(-token', - ')-token', - '{-token', - '}-token' + 'EOF-token', + 'ident-token', + 'function-token', + 'at-keyword-token', + 'hash-token', + 'string-token', + 'bad-string-token', + 'url-token', + 'bad-url-token', + 'delim-token', + 'number-token', + 'percentage-token', + 'dimension-token', + 'whitespace-token', + 'CDO-token', + 'CDC-token', + 'colon-token', + 'semicolon-token', + 'comma-token', + '[-token', + ']-token', + '(-token', + ')-token', + '{-token', + '}-token', ]; module.exports = tokenNames; diff --git a/node_modules/css-tree/cjs/tokenizer/types.cjs b/node_modules/css-tree/cjs/tokenizer/types.cjs index a89b810..9faaa0d 100644 --- a/node_modules/css-tree/cjs/tokenizer/types.cjs +++ b/node_modules/css-tree/cjs/tokenizer/types.cjs @@ -2,31 +2,31 @@ // CSS Syntax Module Level 3 // https://www.w3.org/TR/css-syntax-3/ -const EOF = 0; // -const Ident = 1; // -const Function = 2; // -const AtKeyword = 3; // -const Hash = 4; // -const String = 5; // -const BadString = 6; // -const Url = 7; // -const BadUrl = 8; // -const Delim = 9; // -const Number = 10; // -const Percentage = 11; // -const Dimension = 12; // -const WhiteSpace = 13; // -const CDO = 14; // -const CDC = 15; // -const Colon = 16; // : -const Semicolon = 17; // ; -const Comma = 18; // , -const LeftSquareBracket = 19; // <[-token> +const EOF = 0; // +const Ident = 1; // +const Function = 2; // +const AtKeyword = 3; // +const Hash = 4; // +const String = 5; // +const BadString = 6; // +const Url = 7; // +const BadUrl = 8; // +const Delim = 9; // +const Number = 10; // +const Percentage = 11; // +const Dimension = 12; // +const WhiteSpace = 13; // +const CDO = 14; // +const CDC = 15; // +const Colon = 16; // : +const Semicolon = 17; // ; +const Comma = 18; // , +const LeftSquareBracket = 19; // <[-token> const RightSquareBracket = 20; // <]-token> -const LeftParenthesis = 21; // <(-token> -const RightParenthesis = 22; // <)-token> -const LeftCurlyBracket = 23; // <{-token> -const RightCurlyBracket = 24; // <}-token> +const LeftParenthesis = 21; // <(-token> +const RightParenthesis = 22; // <)-token> +const LeftCurlyBracket = 23; // <{-token> +const RightCurlyBracket = 24; // <}-token> const Comment = 25; exports.AtKeyword = AtKeyword; diff --git a/node_modules/css-tree/cjs/tokenizer/utils.cjs b/node_modules/css-tree/cjs/tokenizer/utils.cjs index c3798e3..21f62bb 100644 --- a/node_modules/css-tree/cjs/tokenizer/utils.cjs +++ b/node_modules/css-tree/cjs/tokenizer/utils.cjs @@ -3,108 +3,112 @@ const charCodeDefinitions = require('./char-code-definitions.cjs'); function getCharCode(source, offset) { - return offset < source.length ? source.charCodeAt(offset) : 0; + return offset < source.length ? source.charCodeAt(offset) : 0; } function getNewlineLength(source, offset, code) { - if (code === 13 /* \r */ && getCharCode(source, offset + 1) === 10 /* \n */) { - return 2; - } + if (code === 13 /* \r */ && getCharCode(source, offset + 1) === 10 /* \n */) { + return 2; + } - return 1; + return 1; } function cmpChar(testStr, offset, referenceCode) { - let code = testStr.charCodeAt(offset); + let code = testStr.charCodeAt(offset); - // code.toLowerCase() for A..Z - if (charCodeDefinitions.isUppercaseLetter(code)) { - code = code | 32; - } + // code.toLowerCase() for A..Z + if (charCodeDefinitions.isUppercaseLetter(code)) { + code = code | 32; + } - return code === referenceCode; + return code === referenceCode; } function cmpStr(testStr, start, end, referenceStr) { - if (end - start !== referenceStr.length) { - return false; + if (end - start !== referenceStr.length) { + return false; + } + + if (start < 0 || end > testStr.length) { + return false; + } + + for (let i = start; i < end; i++) { + const referenceCode = referenceStr.charCodeAt(i - start); + let testCode = testStr.charCodeAt(i); + + // testCode.toLowerCase() for A..Z + if (charCodeDefinitions.isUppercaseLetter(testCode)) { + testCode = testCode | 32; } - if (start < 0 || end > testStr.length) { - return false; + if (testCode !== referenceCode) { + return false; } + } - for (let i = start; i < end; i++) { - const referenceCode = referenceStr.charCodeAt(i - start); - let testCode = testStr.charCodeAt(i); - - // testCode.toLowerCase() for A..Z - if (charCodeDefinitions.isUppercaseLetter(testCode)) { - testCode = testCode | 32; - } - - if (testCode !== referenceCode) { - return false; - } - } - - return true; + return true; } function findWhiteSpaceStart(source, offset) { - for (; offset >= 0; offset--) { - if (!charCodeDefinitions.isWhiteSpace(source.charCodeAt(offset))) { - break; - } + for (; offset >= 0; offset--) { + if (!charCodeDefinitions.isWhiteSpace(source.charCodeAt(offset))) { + break; } + } - return offset + 1; + return offset + 1; } function findWhiteSpaceEnd(source, offset) { - for (; offset < source.length; offset++) { - if (!charCodeDefinitions.isWhiteSpace(source.charCodeAt(offset))) { - break; - } + for (; offset < source.length; offset++) { + if (!charCodeDefinitions.isWhiteSpace(source.charCodeAt(offset))) { + break; } + } - return offset; + return offset; } function findDecimalNumberEnd(source, offset) { - for (; offset < source.length; offset++) { - if (!charCodeDefinitions.isDigit(source.charCodeAt(offset))) { - break; - } + for (; offset < source.length; offset++) { + if (!charCodeDefinitions.isDigit(source.charCodeAt(offset))) { + break; } + } - return offset; + return offset; } // § 4.3.7. Consume an escaped code point function consumeEscaped(source, offset) { - // It assumes that the U+005C REVERSE SOLIDUS (\) has already been consumed and - // that the next input code point has already been verified to be part of a valid escape. - offset += 2; + // It assumes that the U+005C REVERSE SOLIDUS (\) has already been consumed and + // that the next input code point has already been verified to be part of a valid escape. + offset += 2; - // hex digit - if (charCodeDefinitions.isHexDigit(getCharCode(source, offset - 1))) { - // Consume as many hex digits as possible, but no more than 5. - // Note that this means 1-6 hex digits have been consumed in total. - for (const maxOffset = Math.min(source.length, offset + 5); offset < maxOffset; offset++) { - if (!charCodeDefinitions.isHexDigit(getCharCode(source, offset))) { - break; - } - } - - // If the next input code point is whitespace, consume it as well. - const code = getCharCode(source, offset); - if (charCodeDefinitions.isWhiteSpace(code)) { - offset += getNewlineLength(source, offset, code); - } + // hex digit + if (charCodeDefinitions.isHexDigit(getCharCode(source, offset - 1))) { + // Consume as many hex digits as possible, but no more than 5. + // Note that this means 1-6 hex digits have been consumed in total. + for ( + const maxOffset = Math.min(source.length, offset + 5); + offset < maxOffset; + offset++ + ) { + if (!charCodeDefinitions.isHexDigit(getCharCode(source, offset))) { + break; + } } - return offset; + // If the next input code point is whitespace, consume it as well. + const code = getCharCode(source, offset); + if (charCodeDefinitions.isWhiteSpace(code)) { + offset += getNewlineLength(source, offset, code); + } + } + + return offset; } // §4.3.11. Consume a name @@ -112,140 +116,150 @@ function consumeEscaped(source, offset) { // to ensure the returned code points would constitute an . If that is the intended use, // ensure that the stream starts with an identifier before calling this algorithm. function consumeName(source, offset) { - // Let result initially be an empty string. - // Repeatedly consume the next input code point from the stream: - for (; offset < source.length; offset++) { - const code = source.charCodeAt(offset); + // Let result initially be an empty string. + // Repeatedly consume the next input code point from the stream: + for (; offset < source.length; offset++) { + const code = source.charCodeAt(offset); - // name code point - if (charCodeDefinitions.isName(code)) { - // Append the code point to result. - continue; - } - - // the stream starts with a valid escape - if (charCodeDefinitions.isValidEscape(code, getCharCode(source, offset + 1))) { - // Consume an escaped code point. Append the returned code point to result. - offset = consumeEscaped(source, offset) - 1; - continue; - } - - // anything else - // Reconsume the current input code point. Return result. - break; + // name code point + if (charCodeDefinitions.isName(code)) { + // Append the code point to result. + continue; } - return offset; + // the stream starts with a valid escape + if ( + charCodeDefinitions.isValidEscape(code, getCharCode(source, offset + 1)) + ) { + // Consume an escaped code point. Append the returned code point to result. + offset = consumeEscaped(source, offset) - 1; + continue; + } + + // anything else + // Reconsume the current input code point. Return result. + break; + } + + return offset; } // §4.3.12. Consume a number function consumeNumber(source, offset) { - let code = source.charCodeAt(offset); + let code = source.charCodeAt(offset); - // 2. If the next input code point is U+002B PLUS SIGN (+) or U+002D HYPHEN-MINUS (-), - // consume it and append it to repr. - if (code === 0x002B || code === 0x002D) { - code = source.charCodeAt(offset += 1); + // 2. If the next input code point is U+002B PLUS SIGN (+) or U+002D HYPHEN-MINUS (-), + // consume it and append it to repr. + if (code === 0x002b || code === 0x002d) { + code = source.charCodeAt((offset += 1)); + } + + // 3. While the next input code point is a digit, consume it and append it to repr. + if (charCodeDefinitions.isDigit(code)) { + offset = findDecimalNumberEnd(source, offset + 1); + code = source.charCodeAt(offset); + } + + // 4. If the next 2 input code points are U+002E FULL STOP (.) followed by a digit, then: + if ( + code === 0x002e && + charCodeDefinitions.isDigit(source.charCodeAt(offset + 1)) + ) { + // 4.1 Consume them. + // 4.2 Append them to repr. + offset += 2; + + // 4.3 Set type to "number". + // TODO + + // 4.4 While the next input code point is a digit, consume it and append it to repr. + + offset = findDecimalNumberEnd(source, offset); + } + + // 5. If the next 2 or 3 input code points are U+0045 LATIN CAPITAL LETTER E (E) + // or U+0065 LATIN SMALL LETTER E (e), ... , followed by a digit, then: + if (cmpChar(source, offset, 101 /* e */)) { + let sign = 0; + code = source.charCodeAt(offset + 1); + + // ... optionally followed by U+002D HYPHEN-MINUS (-) or U+002B PLUS SIGN (+) ... + if (code === 0x002d || code === 0x002b) { + sign = 1; + code = source.charCodeAt(offset + 2); } - // 3. While the next input code point is a digit, consume it and append it to repr. + // ... followed by a digit if (charCodeDefinitions.isDigit(code)) { - offset = findDecimalNumberEnd(source, offset + 1); - code = source.charCodeAt(offset); + // 5.1 Consume them. + // 5.2 Append them to repr. + + // 5.3 Set type to "number". + // TODO + + // 5.4 While the next input code point is a digit, consume it and append it to repr. + offset = findDecimalNumberEnd(source, offset + 1 + sign + 1); } + } - // 4. If the next 2 input code points are U+002E FULL STOP (.) followed by a digit, then: - if (code === 0x002E && charCodeDefinitions.isDigit(source.charCodeAt(offset + 1))) { - // 4.1 Consume them. - // 4.2 Append them to repr. - offset += 2; - - // 4.3 Set type to "number". - // TODO - - // 4.4 While the next input code point is a digit, consume it and append it to repr. - - offset = findDecimalNumberEnd(source, offset); - } - - // 5. If the next 2 or 3 input code points are U+0045 LATIN CAPITAL LETTER E (E) - // or U+0065 LATIN SMALL LETTER E (e), ... , followed by a digit, then: - if (cmpChar(source, offset, 101 /* e */)) { - let sign = 0; - code = source.charCodeAt(offset + 1); - - // ... optionally followed by U+002D HYPHEN-MINUS (-) or U+002B PLUS SIGN (+) ... - if (code === 0x002D || code === 0x002B) { - sign = 1; - code = source.charCodeAt(offset + 2); - } - - // ... followed by a digit - if (charCodeDefinitions.isDigit(code)) { - // 5.1 Consume them. - // 5.2 Append them to repr. - - // 5.3 Set type to "number". - // TODO - - // 5.4 While the next input code point is a digit, consume it and append it to repr. - offset = findDecimalNumberEnd(source, offset + 1 + sign + 1); - } - } - - return offset; + return offset; } // § 4.3.14. Consume the remnants of a bad url // ... its sole use is to consume enough of the input stream to reach a recovery point // where normal tokenizing can resume. function consumeBadUrlRemnants(source, offset) { - // Repeatedly consume the next input code point from the stream: - for (; offset < source.length; offset++) { - const code = source.charCodeAt(offset); + // Repeatedly consume the next input code point from the stream: + for (; offset < source.length; offset++) { + const code = source.charCodeAt(offset); - // U+0029 RIGHT PARENTHESIS ()) - // EOF - if (code === 0x0029) { - // Return. - offset++; - break; - } - - if (charCodeDefinitions.isValidEscape(code, getCharCode(source, offset + 1))) { - // Consume an escaped code point. - // Note: This allows an escaped right parenthesis ("\)") to be encountered - // without ending the . This is otherwise identical to - // the "anything else" clause. - offset = consumeEscaped(source, offset); - } + // U+0029 RIGHT PARENTHESIS ()) + // EOF + if (code === 0x0029) { + // Return. + offset++; + break; } - return offset; + if ( + charCodeDefinitions.isValidEscape(code, getCharCode(source, offset + 1)) + ) { + // Consume an escaped code point. + // Note: This allows an escaped right parenthesis ("\)") to be encountered + // without ending the . This is otherwise identical to + // the "anything else" clause. + offset = consumeEscaped(source, offset); + } + } + + return offset; } // § 4.3.7. Consume an escaped code point // Note: This algorithm assumes that escaped is valid without leading U+005C REVERSE SOLIDUS (\) function decodeEscaped(escaped) { - // Single char escaped that's not a hex digit - if (escaped.length === 1 && !charCodeDefinitions.isHexDigit(escaped.charCodeAt(0))) { - return escaped[0]; - } + // Single char escaped that's not a hex digit + if ( + escaped.length === 1 && + !charCodeDefinitions.isHexDigit(escaped.charCodeAt(0)) + ) { + return escaped[0]; + } - // Interpret the hex digits as a hexadecimal number. - let code = parseInt(escaped, 16); + // Interpret the hex digits as a hexadecimal number. + let code = parseInt(escaped, 16); - if ( - (code === 0) || // If this number is zero, - (code >= 0xD800 && code <= 0xDFFF) || // or is for a surrogate, - (code > 0x10FFFF) // or is greater than the maximum allowed code point - ) { - // ... return U+FFFD REPLACEMENT CHARACTER - code = 0xFFFD; - } + if ( + code === 0 || // If this number is zero, + (code >= 0xd800 && code <= 0xdfff) || // or is for a surrogate, + code > 0x10ffff // or is greater than the maximum allowed code point + ) { + // ... return U+FFFD REPLACEMENT CHARACTER + code = 0xfffd; + } - // Otherwise, return the code point with that value. - return String.fromCodePoint(code); + // Otherwise, return the code point with that value. + return String.fromCodePoint(code); } exports.cmpChar = cmpChar; diff --git a/node_modules/css-tree/cjs/utils/List.cjs b/node_modules/css-tree/cjs/utils/List.cjs index ec25f46..ff44fcc 100644 --- a/node_modules/css-tree/cjs/utils/List.cjs +++ b/node_modules/css-tree/cjs/utils/List.cjs @@ -19,455 +19,455 @@ let releasedCursors = null; class List { - static createItem(data) { - return { - prev: null, - next: null, - data - }; + static createItem(data) { + return { + prev: null, + next: null, + data, + }; + } + + constructor() { + this.head = null; + this.tail = null; + this.cursor = null; + } + createItem(data) { + return List.createItem(data); + } + + // cursor helpers + allocateCursor(prev, next) { + let cursor; + + if (releasedCursors !== null) { + cursor = releasedCursors; + releasedCursors = releasedCursors.cursor; + cursor.prev = prev; + cursor.next = next; + cursor.cursor = this.cursor; + } else { + cursor = { + prev, + next, + cursor: this.cursor, + }; } - constructor() { - this.head = null; - this.tail = null; - this.cursor = null; + this.cursor = cursor; + + return cursor; + } + releaseCursor() { + const { cursor } = this; + + this.cursor = cursor.cursor; + cursor.prev = null; + cursor.next = null; + cursor.cursor = releasedCursors; + releasedCursors = cursor; + } + updateCursors(prevOld, prevNew, nextOld, nextNew) { + let { cursor } = this; + + while (cursor !== null) { + if (cursor.prev === prevOld) { + cursor.prev = prevNew; + } + + if (cursor.next === nextOld) { + cursor.next = nextNew; + } + + cursor = cursor.cursor; } - createItem(data) { - return List.createItem(data); + } + *[Symbol.iterator]() { + for (let cursor = this.head; cursor !== null; cursor = cursor.next) { + yield cursor.data; + } + } + + // getters + get size() { + let size = 0; + + for (let cursor = this.head; cursor !== null; cursor = cursor.next) { + size++; } - // cursor helpers - allocateCursor(prev, next) { - let cursor; + return size; + } + get isEmpty() { + return this.head === null; + } + get first() { + return this.head && this.head.data; + } + get last() { + return this.tail && this.tail.data; + } - if (releasedCursors !== null) { - cursor = releasedCursors; - releasedCursors = releasedCursors.cursor; - cursor.prev = prev; - cursor.next = next; - cursor.cursor = this.cursor; - } else { - cursor = { - prev, - next, - cursor: this.cursor - }; - } + // convertors + fromArray(array) { + let cursor = null; + this.head = null; - this.cursor = cursor; + for (let data of array) { + const item = List.createItem(data); - return cursor; - } - releaseCursor() { - const { cursor } = this; - - this.cursor = cursor.cursor; - cursor.prev = null; - cursor.next = null; - cursor.cursor = releasedCursors; - releasedCursors = cursor; - } - updateCursors(prevOld, prevNew, nextOld, nextNew) { - let { cursor } = this; - - while (cursor !== null) { - if (cursor.prev === prevOld) { - cursor.prev = prevNew; - } - - if (cursor.next === nextOld) { - cursor.next = nextNew; - } - - cursor = cursor.cursor; - } - } - *[Symbol.iterator]() { - for (let cursor = this.head; cursor !== null; cursor = cursor.next) { - yield cursor.data; - } - } - - // getters - get size() { - let size = 0; - - for (let cursor = this.head; cursor !== null; cursor = cursor.next) { - size++; - } - - return size; - } - get isEmpty() { - return this.head === null; - } - get first() { - return this.head && this.head.data; - } - get last() { - return this.tail && this.tail.data; - } - - // convertors - fromArray(array) { - let cursor = null; - this.head = null; - - for (let data of array) { - const item = List.createItem(data); - - if (cursor !== null) { - cursor.next = item; - } else { - this.head = item; - } - - item.prev = cursor; - cursor = item; - } - - this.tail = cursor; - return this; - } - toArray() { - return [...this]; - } - toJSON() { - return [...this]; - } - - // array-like methods - forEach(fn, thisArg = this) { - // push cursor - const cursor = this.allocateCursor(null, this.head); - - while (cursor.next !== null) { - const item = cursor.next; - cursor.next = item.next; - fn.call(thisArg, item.data, item, this); - } - - // pop cursor - this.releaseCursor(); - } - forEachRight(fn, thisArg = this) { - // push cursor - const cursor = this.allocateCursor(this.tail, null); - - while (cursor.prev !== null) { - const item = cursor.prev; - cursor.prev = item.prev; - fn.call(thisArg, item.data, item, this); - } - - // pop cursor - this.releaseCursor(); - } - reduce(fn, initialValue, thisArg = this) { - // push cursor - let cursor = this.allocateCursor(null, this.head); - let acc = initialValue; - let item; - - while (cursor.next !== null) { - item = cursor.next; - cursor.next = item.next; - - acc = fn.call(thisArg, acc, item.data, item, this); - } - - // pop cursor - this.releaseCursor(); - - return acc; - } - reduceRight(fn, initialValue, thisArg = this) { - // push cursor - let cursor = this.allocateCursor(this.tail, null); - let acc = initialValue; - let item; - - while (cursor.prev !== null) { - item = cursor.prev; - cursor.prev = item.prev; - - acc = fn.call(thisArg, acc, item.data, item, this); - } - - // pop cursor - this.releaseCursor(); - - return acc; - } - some(fn, thisArg = this) { - for (let cursor = this.head; cursor !== null; cursor = cursor.next) { - if (fn.call(thisArg, cursor.data, cursor, this)) { - return true; - } - } - - return false; - } - map(fn, thisArg = this) { - const result = new List(); - - for (let cursor = this.head; cursor !== null; cursor = cursor.next) { - result.appendData(fn.call(thisArg, cursor.data, cursor, this)); - } - - return result; - } - filter(fn, thisArg = this) { - const result = new List(); - - for (let cursor = this.head; cursor !== null; cursor = cursor.next) { - if (fn.call(thisArg, cursor.data, cursor, this)) { - result.appendData(cursor.data); - } - } - - return result; - } - - nextUntil(start, fn, thisArg = this) { - if (start === null) { - return; - } - - // push cursor - const cursor = this.allocateCursor(null, start); - - while (cursor.next !== null) { - const item = cursor.next; - cursor.next = item.next; - if (fn.call(thisArg, item.data, item, this)) { - break; - } - } - - // pop cursor - this.releaseCursor(); - } - prevUntil(start, fn, thisArg = this) { - if (start === null) { - return; - } - - // push cursor - const cursor = this.allocateCursor(start, null); - - while (cursor.prev !== null) { - const item = cursor.prev; - cursor.prev = item.prev; - if (fn.call(thisArg, item.data, item, this)) { - break; - } - } - - // pop cursor - this.releaseCursor(); - } - - // mutation - clear() { - this.head = null; - this.tail = null; - } - copy() { - const result = new List(); - - for (let data of this) { - result.appendData(data); - } - - return result; - } - prepend(item) { - // head - // ^ - // item - this.updateCursors(null, item, this.head, item); - - // insert to the beginning of the list - if (this.head !== null) { - // new item <- first item - this.head.prev = item; - // new item -> first item - item.next = this.head; - } else { - // if list has no head, then it also has no tail - // in this case tail points to the new item - this.tail = item; - } - - // head always points to new item + if (cursor !== null) { + cursor.next = item; + } else { this.head = item; - return this; - } - prependData(data) { - return this.prepend(List.createItem(data)); - } - append(item) { - return this.insert(item); - } - appendData(data) { - return this.insert(List.createItem(data)); - } - insert(item, before = null) { - if (before !== null) { - // prev before - // ^ - // item - this.updateCursors(before.prev, item, before, item); + } - if (before.prev === null) { - // insert to the beginning of list - if (this.head !== before) { - throw new Error('before doesn\'t belong to list'); - } - // since head points to before therefore list doesn't empty - // no need to check tail - this.head = item; - before.prev = item; - item.next = before; - this.updateCursors(null, item); - } else { - // insert between two items - before.prev.next = item; - item.prev = before.prev; - before.prev = item; - item.next = before; - } - } else { - // tail - // ^ - // item - this.updateCursors(this.tail, item, null, item); + item.prev = cursor; + cursor = item; + } - // insert to the ending of the list - if (this.tail !== null) { - // last item -> new item - this.tail.next = item; - // last item <- new item - item.prev = this.tail; - } else { - // if list has no tail, then it also has no head - // in this case head points to new item - this.head = item; - } + this.tail = cursor; + return this; + } + toArray() { + return [...this]; + } + toJSON() { + return [...this]; + } - // tail always points to new item - this.tail = item; + // array-like methods + forEach(fn, thisArg = this) { + // push cursor + const cursor = this.allocateCursor(null, this.head); + + while (cursor.next !== null) { + const item = cursor.next; + cursor.next = item.next; + fn.call(thisArg, item.data, item, this); + } + + // pop cursor + this.releaseCursor(); + } + forEachRight(fn, thisArg = this) { + // push cursor + const cursor = this.allocateCursor(this.tail, null); + + while (cursor.prev !== null) { + const item = cursor.prev; + cursor.prev = item.prev; + fn.call(thisArg, item.data, item, this); + } + + // pop cursor + this.releaseCursor(); + } + reduce(fn, initialValue, thisArg = this) { + // push cursor + let cursor = this.allocateCursor(null, this.head); + let acc = initialValue; + let item; + + while (cursor.next !== null) { + item = cursor.next; + cursor.next = item.next; + + acc = fn.call(thisArg, acc, item.data, item, this); + } + + // pop cursor + this.releaseCursor(); + + return acc; + } + reduceRight(fn, initialValue, thisArg = this) { + // push cursor + let cursor = this.allocateCursor(this.tail, null); + let acc = initialValue; + let item; + + while (cursor.prev !== null) { + item = cursor.prev; + cursor.prev = item.prev; + + acc = fn.call(thisArg, acc, item.data, item, this); + } + + // pop cursor + this.releaseCursor(); + + return acc; + } + some(fn, thisArg = this) { + for (let cursor = this.head; cursor !== null; cursor = cursor.next) { + if (fn.call(thisArg, cursor.data, cursor, this)) { + return true; + } + } + + return false; + } + map(fn, thisArg = this) { + const result = new List(); + + for (let cursor = this.head; cursor !== null; cursor = cursor.next) { + result.appendData(fn.call(thisArg, cursor.data, cursor, this)); + } + + return result; + } + filter(fn, thisArg = this) { + const result = new List(); + + for (let cursor = this.head; cursor !== null; cursor = cursor.next) { + if (fn.call(thisArg, cursor.data, cursor, this)) { + result.appendData(cursor.data); + } + } + + return result; + } + + nextUntil(start, fn, thisArg = this) { + if (start === null) { + return; + } + + // push cursor + const cursor = this.allocateCursor(null, start); + + while (cursor.next !== null) { + const item = cursor.next; + cursor.next = item.next; + if (fn.call(thisArg, item.data, item, this)) { + break; + } + } + + // pop cursor + this.releaseCursor(); + } + prevUntil(start, fn, thisArg = this) { + if (start === null) { + return; + } + + // push cursor + const cursor = this.allocateCursor(start, null); + + while (cursor.prev !== null) { + const item = cursor.prev; + cursor.prev = item.prev; + if (fn.call(thisArg, item.data, item, this)) { + break; + } + } + + // pop cursor + this.releaseCursor(); + } + + // mutation + clear() { + this.head = null; + this.tail = null; + } + copy() { + const result = new List(); + + for (let data of this) { + result.appendData(data); + } + + return result; + } + prepend(item) { + // head + // ^ + // item + this.updateCursors(null, item, this.head, item); + + // insert to the beginning of the list + if (this.head !== null) { + // new item <- first item + this.head.prev = item; + // new item -> first item + item.next = this.head; + } else { + // if list has no head, then it also has no tail + // in this case tail points to the new item + this.tail = item; + } + + // head always points to new item + this.head = item; + return this; + } + prependData(data) { + return this.prepend(List.createItem(data)); + } + append(item) { + return this.insert(item); + } + appendData(data) { + return this.insert(List.createItem(data)); + } + insert(item, before = null) { + if (before !== null) { + // prev before + // ^ + // item + this.updateCursors(before.prev, item, before, item); + + if (before.prev === null) { + // insert to the beginning of list + if (this.head !== before) { + throw new Error("before doesn't belong to list"); } + // since head points to before therefore list doesn't empty + // no need to check tail + this.head = item; + before.prev = item; + item.next = before; + this.updateCursors(null, item); + } else { + // insert between two items + before.prev.next = item; + item.prev = before.prev; + before.prev = item; + item.next = before; + } + } else { + // tail + // ^ + // item + this.updateCursors(this.tail, item, null, item); - return this; + // insert to the ending of the list + if (this.tail !== null) { + // last item -> new item + this.tail.next = item; + // last item <- new item + item.prev = this.tail; + } else { + // if list has no tail, then it also has no head + // in this case head points to new item + this.head = item; + } + + // tail always points to new item + this.tail = item; } - insertData(data, before) { - return this.insert(List.createItem(data), before); + + return this; + } + insertData(data, before) { + return this.insert(List.createItem(data), before); + } + remove(item) { + // item + // ^ + // prev next + this.updateCursors(item, item.prev, item, item.next); + + if (item.prev !== null) { + item.prev.next = item.next; + } else { + if (this.head !== item) { + throw new Error("item doesn't belong to list"); + } + + this.head = item.next; } - remove(item) { - // item - // ^ - // prev next - this.updateCursors(item, item.prev, item, item.next); - if (item.prev !== null) { - item.prev.next = item.next; - } else { - if (this.head !== item) { - throw new Error('item doesn\'t belong to list'); - } + if (item.next !== null) { + item.next.prev = item.prev; + } else { + if (this.tail !== item) { + throw new Error("item doesn't belong to list"); + } - this.head = item.next; - } - - if (item.next !== null) { - item.next.prev = item.prev; - } else { - if (this.tail !== item) { - throw new Error('item doesn\'t belong to list'); - } - - this.tail = item.prev; - } - - item.prev = null; - item.next = null; - - return item; + this.tail = item.prev; } - push(data) { - this.insert(List.createItem(data)); - } - pop() { - return this.tail !== null ? this.remove(this.tail) : null; - } - unshift(data) { - this.prepend(List.createItem(data)); - } - shift() { - return this.head !== null ? this.remove(this.head) : null; - } - prependList(list) { - return this.insertList(list, this.head); - } - appendList(list) { - return this.insertList(list); - } - insertList(list, before) { - // ignore empty lists - if (list.head === null) { - return this; - } - if (before !== undefined && before !== null) { - this.updateCursors(before.prev, list.tail, before, list.head); + item.prev = null; + item.next = null; - // insert in the middle of dist list - if (before.prev !== null) { - // before.prev <-> list.head - before.prev.next = list.head; - list.head.prev = before.prev; - } else { - this.head = list.head; - } - - before.prev = list.tail; - list.tail.next = before; - } else { - this.updateCursors(this.tail, list.tail, null, list.head); - - // insert to end of the list - if (this.tail !== null) { - // if destination list has a tail, then it also has a head, - // but head doesn't change - // dest tail -> source head - this.tail.next = list.head; - // dest tail <- source head - list.head.prev = this.tail; - } else { - // if list has no a tail, then it also has no a head - // in this case points head to new item - this.head = list.head; - } - - // tail always start point to new item - this.tail = list.tail; - } - - list.head = null; - list.tail = null; - return this; + return item; + } + push(data) { + this.insert(List.createItem(data)); + } + pop() { + return this.tail !== null ? this.remove(this.tail) : null; + } + unshift(data) { + this.prepend(List.createItem(data)); + } + shift() { + return this.head !== null ? this.remove(this.head) : null; + } + prependList(list) { + return this.insertList(list, this.head); + } + appendList(list) { + return this.insertList(list); + } + insertList(list, before) { + // ignore empty lists + if (list.head === null) { + return this; } - replace(oldItem, newItemOrList) { - if ('head' in newItemOrList) { - this.insertList(newItemOrList, oldItem); - } else { - this.insert(newItemOrList, oldItem); - } - this.remove(oldItem); + if (before !== undefined && before !== null) { + this.updateCursors(before.prev, list.tail, before, list.head); + + // insert in the middle of dist list + if (before.prev !== null) { + // before.prev <-> list.head + before.prev.next = list.head; + list.head.prev = before.prev; + } else { + this.head = list.head; + } + + before.prev = list.tail; + list.tail.next = before; + } else { + this.updateCursors(this.tail, list.tail, null, list.head); + + // insert to end of the list + if (this.tail !== null) { + // if destination list has a tail, then it also has a head, + // but head doesn't change + // dest tail -> source head + this.tail.next = list.head; + // dest tail <- source head + list.head.prev = this.tail; + } else { + // if list has no a tail, then it also has no a head + // in this case points head to new item + this.head = list.head; + } + + // tail always start point to new item + this.tail = list.tail; } + + list.head = null; + list.tail = null; + return this; + } + replace(oldItem, newItemOrList) { + if ('head' in newItemOrList) { + this.insertList(newItemOrList, oldItem); + } else { + this.insert(newItemOrList, oldItem); + } + + this.remove(oldItem); + } } exports.List = List; diff --git a/node_modules/css-tree/cjs/utils/clone.cjs b/node_modules/css-tree/cjs/utils/clone.cjs index f84c30f..88aa23c 100644 --- a/node_modules/css-tree/cjs/utils/clone.cjs +++ b/node_modules/css-tree/cjs/utils/clone.cjs @@ -3,23 +3,23 @@ const List = require('./List.cjs'); function clone(node) { - const result = {}; + const result = {}; - for (const key in node) { - let value = node[key]; + for (const key in node) { + let value = node[key]; - if (value) { - if (Array.isArray(value) || value instanceof List.List) { - value = value.map(clone); - } else if (value.constructor === Object) { - value = clone(value); - } - } - - result[key] = value; + if (value) { + if (Array.isArray(value) || value instanceof List.List) { + value = value.map(clone); + } else if (value.constructor === Object) { + value = clone(value); + } } - return result; + result[key] = value; + } + + return result; } exports.clone = clone; diff --git a/node_modules/css-tree/cjs/utils/create-custom-error.cjs b/node_modules/css-tree/cjs/utils/create-custom-error.cjs index d1d3e53..2fef5db 100644 --- a/node_modules/css-tree/cjs/utils/create-custom-error.cjs +++ b/node_modules/css-tree/cjs/utils/create-custom-error.cjs @@ -1,18 +1,21 @@ 'use strict'; function createCustomError(name, message) { - // use Object.create(), because some VMs prevent setting line/column otherwise - // (iOS Safari 10 even throws an exception) - const error = Object.create(SyntaxError.prototype); - const errorStack = new Error(); + // use Object.create(), because some VMs prevent setting line/column otherwise + // (iOS Safari 10 even throws an exception) + const error = Object.create(SyntaxError.prototype); + const errorStack = new Error(); - return Object.assign(error, { - name, - message, - get stack() { - return (errorStack.stack || '').replace(/^(.+\n){1,3}/, `${name}: ${message}\n`); - } - }); + return Object.assign(error, { + name, + message, + get stack() { + return (errorStack.stack || '').replace( + /^(.+\n){1,3}/, + `${name}: ${message}\n` + ); + }, + }); } exports.createCustomError = createCustomError; diff --git a/node_modules/css-tree/cjs/utils/ident.cjs b/node_modules/css-tree/cjs/utils/ident.cjs index cd70911..3a2a81b 100644 --- a/node_modules/css-tree/cjs/utils/ident.cjs +++ b/node_modules/css-tree/cjs/utils/ident.cjs @@ -6,96 +6,99 @@ const utils = require('../tokenizer/utils.cjs'); const REVERSE_SOLIDUS = 0x005c; // U+005C REVERSE SOLIDUS (\) function decode(str) { - const end = str.length - 1; - let decoded = ''; + const end = str.length - 1; + let decoded = ''; - for (let i = 0; i < str.length; i++) { - let code = str.charCodeAt(i); + for (let i = 0; i < str.length; i++) { + let code = str.charCodeAt(i); - if (code === REVERSE_SOLIDUS) { - // special case at the ending - if (i === end) { - // if the next input code point is EOF, do nothing - break; - } + if (code === REVERSE_SOLIDUS) { + // special case at the ending + if (i === end) { + // if the next input code point is EOF, do nothing + break; + } - code = str.charCodeAt(++i); + code = str.charCodeAt(++i); - // consume escaped - if (charCodeDefinitions.isValidEscape(REVERSE_SOLIDUS, code)) { - const escapeStart = i - 1; - const escapeEnd = utils.consumeEscaped(str, escapeStart); + // consume escaped + if (charCodeDefinitions.isValidEscape(REVERSE_SOLIDUS, code)) { + const escapeStart = i - 1; + const escapeEnd = utils.consumeEscaped(str, escapeStart); - i = escapeEnd - 1; - decoded += utils.decodeEscaped(str.substring(escapeStart + 1, escapeEnd)); - } else { - // \r\n - if (code === 0x000d && str.charCodeAt(i + 1) === 0x000a) { - i++; - } - } - } else { - decoded += str[i]; + i = escapeEnd - 1; + decoded += utils.decodeEscaped( + str.substring(escapeStart + 1, escapeEnd) + ); + } else { + // \r\n + if (code === 0x000d && str.charCodeAt(i + 1) === 0x000a) { + i++; } + } + } else { + decoded += str[i]; } + } - return decoded; + return decoded; } // https://drafts.csswg.org/cssom/#serialize-an-identifier // § 2.1. Common Serializing Idioms function encode(str) { - let encoded = ''; + let encoded = ''; - // If the character is the first character and is a "-" (U+002D), - // and there is no second character, then the escaped character. - // Note: That's means a single dash string "-" return as escaped dash, - // so move the condition out of the main loop - if (str.length === 1 && str.charCodeAt(0) === 0x002D) { - return '\\-'; + // If the character is the first character and is a "-" (U+002D), + // and there is no second character, then the escaped character. + // Note: That's means a single dash string "-" return as escaped dash, + // so move the condition out of the main loop + if (str.length === 1 && str.charCodeAt(0) === 0x002d) { + return '\\-'; + } + + // To serialize an identifier means to create a string represented + // by the concatenation of, for each character of the identifier: + for (let i = 0; i < str.length; i++) { + const code = str.charCodeAt(i); + + // If the character is NULL (U+0000), then the REPLACEMENT CHARACTER (U+FFFD). + if (code === 0x0000) { + encoded += '\uFFFD'; + continue; } - // To serialize an identifier means to create a string represented - // by the concatenation of, for each character of the identifier: - for (let i = 0; i < str.length; i++) { - const code = str.charCodeAt(i); - - // If the character is NULL (U+0000), then the REPLACEMENT CHARACTER (U+FFFD). - if (code === 0x0000) { - encoded += '\uFFFD'; - continue; - } - - if ( - // If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F ... - // Note: Do not compare with 0x0001 since 0x0000 is precessed before - code <= 0x001F || code === 0x007F || - // [or] ... is in the range [0-9] (U+0030 to U+0039), - (code >= 0x0030 && code <= 0x0039 && ( - // If the character is the first character ... - i === 0 || - // If the character is the second character ... and the first character is a "-" (U+002D) - i === 1 && str.charCodeAt(0) === 0x002D - )) - ) { - // ... then the character escaped as code point. - encoded += '\\' + code.toString(16) + ' '; - continue; - } - - // If the character is not handled by one of the above rules and is greater - // than or equal to U+0080, is "-" (U+002D) or "_" (U+005F), or is in one - // of the ranges [0-9] (U+0030 to U+0039), [A-Z] (U+0041 to U+005A), - // or \[a-z] (U+0061 to U+007A), then the character itself. - if (charCodeDefinitions.isName(code)) { - encoded += str.charAt(i); - } else { - // Otherwise, the escaped character. - encoded += '\\' + str.charAt(i); - } + if ( + // If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F ... + // Note: Do not compare with 0x0001 since 0x0000 is precessed before + code <= 0x001f || + code === 0x007f || + // [or] ... is in the range [0-9] (U+0030 to U+0039), + (code >= 0x0030 && + code <= 0x0039 && + // If the character is the first character ... + (i === 0 || + // If the character is the second character ... and the first character is a "-" (U+002D) + (i === 1 && str.charCodeAt(0) === 0x002d))) + ) { + // ... then the character escaped as code point. + encoded += '\\' + code.toString(16) + ' '; + continue; } - return encoded; + // If the character is not handled by one of the above rules and is greater + // than or equal to U+0080, is "-" (U+002D) or "_" (U+005F), or is in one + // of the ranges [0-9] (U+0030 to U+0039), [A-Z] (U+0041 to U+005A), + // or \[a-z] (U+0061 to U+007A), then the character itself. + if (charCodeDefinitions.isName(code)) { + encoded += str.charAt(i); + } else { + // Otherwise, the escaped character. + encoded += '\\' + str.charAt(i); + } + } + + return encoded; } exports.decode = decode; diff --git a/node_modules/css-tree/cjs/utils/index.cjs b/node_modules/css-tree/cjs/utils/index.cjs index cdae621..3229261 100644 --- a/node_modules/css-tree/cjs/utils/index.cjs +++ b/node_modules/css-tree/cjs/utils/index.cjs @@ -7,8 +7,6 @@ const names = require('./names.cjs'); const string = require('./string.cjs'); const url = require('./url.cjs'); - - exports.clone = clone.clone; exports.ident = ident; exports.List = List.List; diff --git a/node_modules/css-tree/cjs/utils/names.cjs b/node_modules/css-tree/cjs/utils/names.cjs index 92c73c7..6a4b2f9 100644 --- a/node_modules/css-tree/cjs/utils/names.cjs +++ b/node_modules/css-tree/cjs/utils/names.cjs @@ -8,103 +8,109 @@ const keyword = getKeywordDescriptor; const property = getPropertyDescriptor; const vendorPrefix = getVendorPrefix; function isCustomProperty(str, offset) { - offset = offset || 0; + offset = offset || 0; - return str.length - offset >= 2 && - str.charCodeAt(offset) === HYPHENMINUS && - str.charCodeAt(offset + 1) === HYPHENMINUS; + return ( + str.length - offset >= 2 && + str.charCodeAt(offset) === HYPHENMINUS && + str.charCodeAt(offset + 1) === HYPHENMINUS + ); } function getVendorPrefix(str, offset) { - offset = offset || 0; + offset = offset || 0; - // verdor prefix should be at least 3 chars length - if (str.length - offset >= 3) { - // vendor prefix starts with hyper minus following non-hyper minus - if (str.charCodeAt(offset) === HYPHENMINUS && - str.charCodeAt(offset + 1) !== HYPHENMINUS) { - // vendor prefix should contain a hyper minus at the ending - const secondDashIndex = str.indexOf('-', offset + 2); + // verdor prefix should be at least 3 chars length + if (str.length - offset >= 3) { + // vendor prefix starts with hyper minus following non-hyper minus + if ( + str.charCodeAt(offset) === HYPHENMINUS && + str.charCodeAt(offset + 1) !== HYPHENMINUS + ) { + // vendor prefix should contain a hyper minus at the ending + const secondDashIndex = str.indexOf('-', offset + 2); - if (secondDashIndex !== -1) { - return str.substring(offset, secondDashIndex + 1); - } - } + if (secondDashIndex !== -1) { + return str.substring(offset, secondDashIndex + 1); + } } + } - return ''; + return ''; } function getKeywordDescriptor(keyword) { - if (keywords.has(keyword)) { - return keywords.get(keyword); - } + if (keywords.has(keyword)) { + return keywords.get(keyword); + } - const name = keyword.toLowerCase(); - let descriptor = keywords.get(name); + const name = keyword.toLowerCase(); + let descriptor = keywords.get(name); - if (descriptor === undefined) { - const custom = isCustomProperty(name, 0); - const vendor = !custom ? getVendorPrefix(name, 0) : ''; - descriptor = Object.freeze({ - basename: name.substr(vendor.length), - name, - prefix: vendor, - vendor, - custom - }); - } + if (descriptor === undefined) { + const custom = isCustomProperty(name, 0); + const vendor = !custom ? getVendorPrefix(name, 0) : ''; + descriptor = Object.freeze({ + basename: name.substr(vendor.length), + name, + prefix: vendor, + vendor, + custom, + }); + } - keywords.set(keyword, descriptor); + keywords.set(keyword, descriptor); - return descriptor; + return descriptor; } function getPropertyDescriptor(property) { - if (properties.has(property)) { - return properties.get(property); + if (properties.has(property)) { + return properties.get(property); + } + + let name = property; + let hack = property[0]; + + if (hack === '/') { + hack = property[1] === '/' ? '//' : '/'; + } else if ( + hack !== '_' && + hack !== '*' && + hack !== '$' && + hack !== '#' && + hack !== '+' && + hack !== '&' + ) { + hack = ''; + } + + const custom = isCustomProperty(name, hack.length); + + // re-use result when possible (the same as for lower case) + if (!custom) { + name = name.toLowerCase(); + if (properties.has(name)) { + const descriptor = properties.get(name); + properties.set(property, descriptor); + return descriptor; } + } - let name = property; - let hack = property[0]; + const vendor = !custom ? getVendorPrefix(name, hack.length) : ''; + const prefix = name.substr(0, hack.length + vendor.length); + const descriptor = Object.freeze({ + basename: name.substr(prefix.length), + name: name.substr(hack.length), + hack, + vendor, + prefix, + custom, + }); - if (hack === '/') { - hack = property[1] === '/' ? '//' : '/'; - } else if (hack !== '_' && - hack !== '*' && - hack !== '$' && - hack !== '#' && - hack !== '+' && - hack !== '&') { - hack = ''; - } + properties.set(property, descriptor); - const custom = isCustomProperty(name, hack.length); - - // re-use result when possible (the same as for lower case) - if (!custom) { - name = name.toLowerCase(); - if (properties.has(name)) { - const descriptor = properties.get(name); - properties.set(property, descriptor); - return descriptor; - } - } - - const vendor = !custom ? getVendorPrefix(name, hack.length) : ''; - const prefix = name.substr(0, hack.length + vendor.length); - const descriptor = Object.freeze({ - basename: name.substr(prefix.length), - name: name.substr(hack.length), - hack, - vendor, - prefix, - custom - }); - - properties.set(property, descriptor); - - return descriptor; + return descriptor; } exports.isCustomProperty = isCustomProperty; diff --git a/node_modules/css-tree/cjs/utils/string.cjs b/node_modules/css-tree/cjs/utils/string.cjs index d9c5d01..954c79b 100644 --- a/node_modules/css-tree/cjs/utils/string.cjs +++ b/node_modules/css-tree/cjs/utils/string.cjs @@ -4,95 +4,105 @@ const charCodeDefinitions = require('../tokenizer/char-code-definitions.cjs'); const utils = require('../tokenizer/utils.cjs'); const REVERSE_SOLIDUS = 0x005c; // U+005C REVERSE SOLIDUS (\) -const QUOTATION_MARK = 0x0022; // " -const APOSTROPHE = 0x0027; // ' +const QUOTATION_MARK = 0x0022; // " +const APOSTROPHE = 0x0027; // ' function decode(str) { - const len = str.length; - const firstChar = str.charCodeAt(0); - const start = firstChar === QUOTATION_MARK || firstChar === APOSTROPHE ? 1 : 0; - const end = start === 1 && len > 1 && str.charCodeAt(len - 1) === firstChar ? len - 2 : len - 1; - let decoded = ''; + const len = str.length; + const firstChar = str.charCodeAt(0); + const start = + firstChar === QUOTATION_MARK || firstChar === APOSTROPHE ? 1 : 0; + const end = + start === 1 && len > 1 && str.charCodeAt(len - 1) === firstChar ? + len - 2 + : len - 1; + let decoded = ''; - for (let i = start; i <= end; i++) { - let code = str.charCodeAt(i); + for (let i = start; i <= end; i++) { + let code = str.charCodeAt(i); - if (code === REVERSE_SOLIDUS) { - // special case at the ending - if (i === end) { - // if the next input code point is EOF, do nothing - // otherwise include last quote as escaped - if (i !== len - 1) { - decoded = str.substr(i + 1); - } - break; - } - - code = str.charCodeAt(++i); - - // consume escaped - if (charCodeDefinitions.isValidEscape(REVERSE_SOLIDUS, code)) { - const escapeStart = i - 1; - const escapeEnd = utils.consumeEscaped(str, escapeStart); - - i = escapeEnd - 1; - decoded += utils.decodeEscaped(str.substring(escapeStart + 1, escapeEnd)); - } else { - // \r\n - if (code === 0x000d && str.charCodeAt(i + 1) === 0x000a) { - i++; - } - } - } else { - decoded += str[i]; + if (code === REVERSE_SOLIDUS) { + // special case at the ending + if (i === end) { + // if the next input code point is EOF, do nothing + // otherwise include last quote as escaped + if (i !== len - 1) { + decoded = str.substr(i + 1); } - } + break; + } - return decoded; + code = str.charCodeAt(++i); + + // consume escaped + if (charCodeDefinitions.isValidEscape(REVERSE_SOLIDUS, code)) { + const escapeStart = i - 1; + const escapeEnd = utils.consumeEscaped(str, escapeStart); + + i = escapeEnd - 1; + decoded += utils.decodeEscaped( + str.substring(escapeStart + 1, escapeEnd) + ); + } else { + // \r\n + if (code === 0x000d && str.charCodeAt(i + 1) === 0x000a) { + i++; + } + } + } else { + decoded += str[i]; + } + } + + return decoded; } // https://drafts.csswg.org/cssom/#serialize-a-string // § 2.1. Common Serializing Idioms function encode(str, apostrophe) { - const quote = apostrophe ? '\'' : '"'; - const quoteCode = apostrophe ? APOSTROPHE : QUOTATION_MARK; - let encoded = ''; - let wsBeforeHexIsNeeded = false; + const quote = apostrophe ? "'" : '"'; + const quoteCode = apostrophe ? APOSTROPHE : QUOTATION_MARK; + let encoded = ''; + let wsBeforeHexIsNeeded = false; - for (let i = 0; i < str.length; i++) { - const code = str.charCodeAt(i); + for (let i = 0; i < str.length; i++) { + const code = str.charCodeAt(i); - // If the character is NULL (U+0000), then the REPLACEMENT CHARACTER (U+FFFD). - if (code === 0x0000) { - encoded += '\uFFFD'; - continue; - } - - // If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F, - // the character escaped as code point. - // Note: Do not compare with 0x0001 since 0x0000 is precessed before - if (code <= 0x001f || code === 0x007F) { - encoded += '\\' + code.toString(16); - wsBeforeHexIsNeeded = true; - continue; - } - - // If the character is '"' (U+0022) or "\" (U+005C), the escaped character. - if (code === quoteCode || code === REVERSE_SOLIDUS) { - encoded += '\\' + str.charAt(i); - wsBeforeHexIsNeeded = false; - } else { - if (wsBeforeHexIsNeeded && (charCodeDefinitions.isHexDigit(code) || charCodeDefinitions.isWhiteSpace(code))) { - encoded += ' '; - } - - // Otherwise, the character itself. - encoded += str.charAt(i); - wsBeforeHexIsNeeded = false; - } + // If the character is NULL (U+0000), then the REPLACEMENT CHARACTER (U+FFFD). + if (code === 0x0000) { + encoded += '\uFFFD'; + continue; } - return quote + encoded + quote; + // If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F, + // the character escaped as code point. + // Note: Do not compare with 0x0001 since 0x0000 is precessed before + if (code <= 0x001f || code === 0x007f) { + encoded += '\\' + code.toString(16); + wsBeforeHexIsNeeded = true; + continue; + } + + // If the character is '"' (U+0022) or "\" (U+005C), the escaped character. + if (code === quoteCode || code === REVERSE_SOLIDUS) { + encoded += '\\' + str.charAt(i); + wsBeforeHexIsNeeded = false; + } else { + if ( + wsBeforeHexIsNeeded && + (charCodeDefinitions.isHexDigit(code) || + charCodeDefinitions.isWhiteSpace(code)) + ) { + encoded += ' '; + } + + // Otherwise, the character itself. + encoded += str.charAt(i); + wsBeforeHexIsNeeded = false; + } + } + + return quote + encoded + quote; } exports.decode = decode; diff --git a/node_modules/css-tree/cjs/utils/url.cjs b/node_modules/css-tree/cjs/utils/url.cjs index e0e5c22..8ad6453 100644 --- a/node_modules/css-tree/cjs/utils/url.cjs +++ b/node_modules/css-tree/cjs/utils/url.cjs @@ -3,105 +3,112 @@ const charCodeDefinitions = require('../tokenizer/char-code-definitions.cjs'); const utils = require('../tokenizer/utils.cjs'); -const SPACE = 0x0020; // U+0020 SPACE -const REVERSE_SOLIDUS = 0x005c; // U+005C REVERSE SOLIDUS (\) -const QUOTATION_MARK = 0x0022; // " -const APOSTROPHE = 0x0027; // ' -const LEFTPARENTHESIS = 0x0028; // U+0028 LEFT PARENTHESIS (() +const SPACE = 0x0020; // U+0020 SPACE +const REVERSE_SOLIDUS = 0x005c; // U+005C REVERSE SOLIDUS (\) +const QUOTATION_MARK = 0x0022; // " +const APOSTROPHE = 0x0027; // ' +const LEFTPARENTHESIS = 0x0028; // U+0028 LEFT PARENTHESIS (() const RIGHTPARENTHESIS = 0x0029; // U+0029 RIGHT PARENTHESIS ()) function decode(str) { - const len = str.length; - let start = 4; // length of "url(" - let end = str.charCodeAt(len - 1) === RIGHTPARENTHESIS ? len - 2 : len - 1; - let decoded = ''; + const len = str.length; + let start = 4; // length of "url(" + let end = str.charCodeAt(len - 1) === RIGHTPARENTHESIS ? len - 2 : len - 1; + let decoded = ''; - while (start < end && charCodeDefinitions.isWhiteSpace(str.charCodeAt(start))) { - start++; - } + while ( + start < end && + charCodeDefinitions.isWhiteSpace(str.charCodeAt(start)) + ) { + start++; + } - while (start < end && charCodeDefinitions.isWhiteSpace(str.charCodeAt(end))) { - end--; - } + while (start < end && charCodeDefinitions.isWhiteSpace(str.charCodeAt(end))) { + end--; + } - for (let i = start; i <= end; i++) { - let code = str.charCodeAt(i); + for (let i = start; i <= end; i++) { + let code = str.charCodeAt(i); - if (code === REVERSE_SOLIDUS) { - // special case at the ending - if (i === end) { - // if the next input code point is EOF, do nothing - // otherwise include last left parenthesis as escaped - if (i !== len - 1) { - decoded = str.substr(i + 1); - } - break; - } - - code = str.charCodeAt(++i); - - // consume escaped - if (charCodeDefinitions.isValidEscape(REVERSE_SOLIDUS, code)) { - const escapeStart = i - 1; - const escapeEnd = utils.consumeEscaped(str, escapeStart); - - i = escapeEnd - 1; - decoded += utils.decodeEscaped(str.substring(escapeStart + 1, escapeEnd)); - } else { - // \r\n - if (code === 0x000d && str.charCodeAt(i + 1) === 0x000a) { - i++; - } - } - } else { - decoded += str[i]; + if (code === REVERSE_SOLIDUS) { + // special case at the ending + if (i === end) { + // if the next input code point is EOF, do nothing + // otherwise include last left parenthesis as escaped + if (i !== len - 1) { + decoded = str.substr(i + 1); } - } + break; + } - return decoded; + code = str.charCodeAt(++i); + + // consume escaped + if (charCodeDefinitions.isValidEscape(REVERSE_SOLIDUS, code)) { + const escapeStart = i - 1; + const escapeEnd = utils.consumeEscaped(str, escapeStart); + + i = escapeEnd - 1; + decoded += utils.decodeEscaped( + str.substring(escapeStart + 1, escapeEnd) + ); + } else { + // \r\n + if (code === 0x000d && str.charCodeAt(i + 1) === 0x000a) { + i++; + } + } + } else { + decoded += str[i]; + } + } + + return decoded; } function encode(str) { - let encoded = ''; - let wsBeforeHexIsNeeded = false; + let encoded = ''; + let wsBeforeHexIsNeeded = false; - for (let i = 0; i < str.length; i++) { - const code = str.charCodeAt(i); + for (let i = 0; i < str.length; i++) { + const code = str.charCodeAt(i); - // If the character is NULL (U+0000), then the REPLACEMENT CHARACTER (U+FFFD). - if (code === 0x0000) { - encoded += '\uFFFD'; - continue; - } - - // If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F, - // the character escaped as code point. - // Note: Do not compare with 0x0001 since 0x0000 is precessed before - if (code <= 0x001f || code === 0x007F) { - encoded += '\\' + code.toString(16); - wsBeforeHexIsNeeded = true; - continue; - } - - if (code === SPACE || - code === REVERSE_SOLIDUS || - code === QUOTATION_MARK || - code === APOSTROPHE || - code === LEFTPARENTHESIS || - code === RIGHTPARENTHESIS) { - encoded += '\\' + str.charAt(i); - wsBeforeHexIsNeeded = false; - } else { - if (wsBeforeHexIsNeeded && charCodeDefinitions.isHexDigit(code)) { - encoded += ' '; - } - - encoded += str.charAt(i); - wsBeforeHexIsNeeded = false; - } + // If the character is NULL (U+0000), then the REPLACEMENT CHARACTER (U+FFFD). + if (code === 0x0000) { + encoded += '\uFFFD'; + continue; } - return 'url(' + encoded + ')'; + // If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F, + // the character escaped as code point. + // Note: Do not compare with 0x0001 since 0x0000 is precessed before + if (code <= 0x001f || code === 0x007f) { + encoded += '\\' + code.toString(16); + wsBeforeHexIsNeeded = true; + continue; + } + + if ( + code === SPACE || + code === REVERSE_SOLIDUS || + code === QUOTATION_MARK || + code === APOSTROPHE || + code === LEFTPARENTHESIS || + code === RIGHTPARENTHESIS + ) { + encoded += '\\' + str.charAt(i); + wsBeforeHexIsNeeded = false; + } else { + if (wsBeforeHexIsNeeded && charCodeDefinitions.isHexDigit(code)) { + encoded += ' '; + } + + encoded += str.charAt(i); + wsBeforeHexIsNeeded = false; + } + } + + return 'url(' + encoded + ')'; } exports.decode = decode; diff --git a/node_modules/css-tree/cjs/walker/create.cjs b/node_modules/css-tree/cjs/walker/create.cjs index 3938a9f..df89020 100644 --- a/node_modules/css-tree/cjs/walker/create.cjs +++ b/node_modules/css-tree/cjs/walker/create.cjs @@ -1,291 +1,304 @@ 'use strict'; const { hasOwnProperty } = Object.prototype; -const noop = function() {}; +const noop = function () {}; function ensureFunction(value) { - return typeof value === 'function' ? value : noop; + return typeof value === 'function' ? value : noop; } function invokeForType(fn, type) { - return function(node, item, list) { - if (node.type === type) { - fn.call(this, node, item, list); - } - }; + return function (node, item, list) { + if (node.type === type) { + fn.call(this, node, item, list); + } + }; } function getWalkersFromStructure(name, nodeType) { - const structure = nodeType.structure; - const walkers = []; + const structure = nodeType.structure; + const walkers = []; - for (const key in structure) { - if (hasOwnProperty.call(structure, key) === false) { - continue; - } - - let fieldTypes = structure[key]; - const walker = { - name: key, - type: false, - nullable: false - }; - - if (!Array.isArray(fieldTypes)) { - fieldTypes = [fieldTypes]; - } - - for (const fieldType of fieldTypes) { - if (fieldType === null) { - walker.nullable = true; - } else if (typeof fieldType === 'string') { - walker.type = 'node'; - } else if (Array.isArray(fieldType)) { - walker.type = 'list'; - } - } - - if (walker.type) { - walkers.push(walker); - } + for (const key in structure) { + if (hasOwnProperty.call(structure, key) === false) { + continue; } - if (walkers.length) { - return { - context: nodeType.walkContext, - fields: walkers - }; + let fieldTypes = structure[key]; + const walker = { + name: key, + type: false, + nullable: false, + }; + + if (!Array.isArray(fieldTypes)) { + fieldTypes = [fieldTypes]; } - return null; + for (const fieldType of fieldTypes) { + if (fieldType === null) { + walker.nullable = true; + } else if (typeof fieldType === 'string') { + walker.type = 'node'; + } else if (Array.isArray(fieldType)) { + walker.type = 'list'; + } + } + + if (walker.type) { + walkers.push(walker); + } + } + + if (walkers.length) { + return { + context: nodeType.walkContext, + fields: walkers, + }; + } + + return null; } function getTypesFromConfig(config) { - const types = {}; + const types = {}; - for (const name in config.node) { - if (hasOwnProperty.call(config.node, name)) { - const nodeType = config.node[name]; + for (const name in config.node) { + if (hasOwnProperty.call(config.node, name)) { + const nodeType = config.node[name]; - if (!nodeType.structure) { - throw new Error('Missed `structure` field in `' + name + '` node type definition'); - } + if (!nodeType.structure) { + throw new Error( + 'Missed `structure` field in `' + name + '` node type definition' + ); + } - types[name] = getWalkersFromStructure(name, nodeType); - } + types[name] = getWalkersFromStructure(name, nodeType); } + } - return types; + return types; } function createTypeIterator(config, reverse) { - const fields = config.fields.slice(); - const contextName = config.context; - const useContext = typeof contextName === 'string'; + const fields = config.fields.slice(); + const contextName = config.context; + const useContext = typeof contextName === 'string'; - if (reverse) { - fields.reverse(); + if (reverse) { + fields.reverse(); + } + + return function (node, context, walk, walkReducer) { + let prevContextValue; + + if (useContext) { + prevContextValue = context[contextName]; + context[contextName] = node; } - return function(node, context, walk, walkReducer) { - let prevContextValue; + for (const field of fields) { + const ref = node[field.name]; - if (useContext) { - prevContextValue = context[contextName]; - context[contextName] = node; + if (!field.nullable || ref) { + if (field.type === 'list') { + const breakWalk = + reverse ? + ref.reduceRight(walkReducer, false) + : ref.reduce(walkReducer, false); + + if (breakWalk) { + return true; + } + } else if (walk(ref)) { + return true; } + } + } - for (const field of fields) { - const ref = node[field.name]; - - if (!field.nullable || ref) { - if (field.type === 'list') { - const breakWalk = reverse - ? ref.reduceRight(walkReducer, false) - : ref.reduce(walkReducer, false); - - if (breakWalk) { - return true; - } - } else if (walk(ref)) { - return true; - } - } - } - - if (useContext) { - context[contextName] = prevContextValue; - } - }; + if (useContext) { + context[contextName] = prevContextValue; + } + }; } function createFastTraveralMap({ - StyleSheet, - Atrule, - Rule, - Block, - DeclarationList + StyleSheet, + Atrule, + Rule, + Block, + DeclarationList, }) { - return { - Atrule: { - StyleSheet, - Atrule, - Rule, - Block - }, - Rule: { - StyleSheet, - Atrule, - Rule, - Block - }, - Declaration: { - StyleSheet, - Atrule, - Rule, - Block, - DeclarationList - } - }; + return { + Atrule: { + StyleSheet, + Atrule, + Rule, + Block, + }, + Rule: { + StyleSheet, + Atrule, + Rule, + Block, + }, + Declaration: { + StyleSheet, + Atrule, + Rule, + Block, + DeclarationList, + }, + }; } function createWalker(config) { - const types = getTypesFromConfig(config); - const iteratorsNatural = {}; - const iteratorsReverse = {}; - const breakWalk = Symbol('break-walk'); - const skipNode = Symbol('skip-node'); + const types = getTypesFromConfig(config); + const iteratorsNatural = {}; + const iteratorsReverse = {}; + const breakWalk = Symbol('break-walk'); + const skipNode = Symbol('skip-node'); - for (const name in types) { - if (hasOwnProperty.call(types, name) && types[name] !== null) { - iteratorsNatural[name] = createTypeIterator(types[name], false); - iteratorsReverse[name] = createTypeIterator(types[name], true); + for (const name in types) { + if (hasOwnProperty.call(types, name) && types[name] !== null) { + iteratorsNatural[name] = createTypeIterator(types[name], false); + iteratorsReverse[name] = createTypeIterator(types[name], true); + } + } + + const fastTraversalIteratorsNatural = createFastTraveralMap(iteratorsNatural); + const fastTraversalIteratorsReverse = createFastTraveralMap(iteratorsReverse); + + const walk = function (root, options) { + function walkNode(node, item, list) { + const enterRet = enter.call(context, node, item, list); + + if (enterRet === breakWalk) { + return true; + } + + if (enterRet === skipNode) { + return false; + } + + if (iterators.hasOwnProperty(node.type)) { + if (iterators[node.type](node, context, walkNode, walkReducer)) { + return true; } + } + + if (leave.call(context, node, item, list) === breakWalk) { + return true; + } + + return false; } - const fastTraversalIteratorsNatural = createFastTraveralMap(iteratorsNatural); - const fastTraversalIteratorsReverse = createFastTraveralMap(iteratorsReverse); + let enter = noop; + let leave = noop; + let iterators = iteratorsNatural; + let walkReducer = (ret, data, item, list) => + ret || walkNode(data, item, list); + const context = { + break: breakWalk, + skip: skipNode, - const walk = function(root, options) { - function walkNode(node, item, list) { - const enterRet = enter.call(context, node, item, list); + root, + stylesheet: null, + atrule: null, + atrulePrelude: null, + rule: null, + selector: null, + block: null, + declaration: null, + function: null, + }; - if (enterRet === breakWalk) { - return true; - } + if (typeof options === 'function') { + enter = options; + } else if (options) { + enter = ensureFunction(options.enter); + leave = ensureFunction(options.leave); - if (enterRet === skipNode) { - return false; - } + if (options.reverse) { + iterators = iteratorsReverse; + } - if (iterators.hasOwnProperty(node.type)) { - if (iterators[node.type](node, context, walkNode, walkReducer)) { - return true; - } - } - - if (leave.call(context, node, item, list) === breakWalk) { - return true; - } - - return false; + if (options.visit) { + if (fastTraversalIteratorsNatural.hasOwnProperty(options.visit)) { + iterators = + options.reverse ? + fastTraversalIteratorsReverse[options.visit] + : fastTraversalIteratorsNatural[options.visit]; + } else if (!types.hasOwnProperty(options.visit)) { + throw new Error( + 'Bad value `' + + options.visit + + '` for `visit` option (should be: ' + + Object.keys(types).sort().join(', ') + + ')' + ); } - let enter = noop; - let leave = noop; - let iterators = iteratorsNatural; - let walkReducer = (ret, data, item, list) => ret || walkNode(data, item, list); - const context = { - break: breakWalk, - skip: skipNode, + enter = invokeForType(enter, options.visit); + leave = invokeForType(leave, options.visit); + } + } - root, - stylesheet: null, - atrule: null, - atrulePrelude: null, - rule: null, - selector: null, - block: null, - declaration: null, - function: null - }; + if (enter === noop && leave === noop) { + throw new Error( + "Neither `enter` nor `leave` walker handler is set or both aren't a function" + ); + } - if (typeof options === 'function') { - enter = options; - } else if (options) { - enter = ensureFunction(options.enter); - leave = ensureFunction(options.leave); + walkNode(root); + }; - if (options.reverse) { - iterators = iteratorsReverse; - } + walk.break = breakWalk; + walk.skip = skipNode; - if (options.visit) { - if (fastTraversalIteratorsNatural.hasOwnProperty(options.visit)) { - iterators = options.reverse - ? fastTraversalIteratorsReverse[options.visit] - : fastTraversalIteratorsNatural[options.visit]; - } else if (!types.hasOwnProperty(options.visit)) { - throw new Error('Bad value `' + options.visit + '` for `visit` option (should be: ' + Object.keys(types).sort().join(', ') + ')'); - } + walk.find = function (ast, fn) { + let found = null; - enter = invokeForType(enter, options.visit); - leave = invokeForType(leave, options.visit); - } + walk(ast, function (node, item, list) { + if (fn.call(this, node, item, list)) { + found = node; + return breakWalk; + } + }); + + return found; + }; + + walk.findLast = function (ast, fn) { + let found = null; + + walk(ast, { + reverse: true, + enter(node, item, list) { + if (fn.call(this, node, item, list)) { + found = node; + return breakWalk; } + }, + }); - if (enter === noop && leave === noop) { - throw new Error('Neither `enter` nor `leave` walker handler is set or both aren\'t a function'); - } + return found; + }; - walkNode(root); - }; + walk.findAll = function (ast, fn) { + const found = []; - walk.break = breakWalk; - walk.skip = skipNode; + walk(ast, function (node, item, list) { + if (fn.call(this, node, item, list)) { + found.push(node); + } + }); - walk.find = function(ast, fn) { - let found = null; + return found; + }; - walk(ast, function(node, item, list) { - if (fn.call(this, node, item, list)) { - found = node; - return breakWalk; - } - }); - - return found; - }; - - walk.findLast = function(ast, fn) { - let found = null; - - walk(ast, { - reverse: true, - enter(node, item, list) { - if (fn.call(this, node, item, list)) { - found = node; - return breakWalk; - } - } - }); - - return found; - }; - - walk.findAll = function(ast, fn) { - const found = []; - - walk(ast, function(node, item, list) { - if (fn.call(this, node, item, list)) { - found.push(node); - } - }); - - return found; - }; - - return walk; + return walk; } exports.createWalker = createWalker; diff --git a/node_modules/css-tree/data/patch.json b/node_modules/css-tree/data/patch.json index 16d8528..8e4a091 100644 --- a/node_modules/css-tree/data/patch.json +++ b/node_modules/css-tree/data/patch.json @@ -1,739 +1,721 @@ { - "atrules": { - "charset": { - "prelude": "" - }, - "font-face": { - "descriptors": { - "unicode-range": { - "comment": "replaces , an old production name", - "syntax": "#" - } - } - } + "atrules": { + "charset": { + "prelude": "" }, - "properties": { - "-moz-background-clip": { - "comment": "deprecated syntax in old Firefox, https://developer.mozilla.org/en/docs/Web/CSS/background-clip", - "syntax": "padding | border" - }, - "-moz-border-radius-bottomleft": { - "comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-left-radius", - "syntax": "<'border-bottom-left-radius'>" - }, - "-moz-border-radius-bottomright": { - "comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius", - "syntax": "<'border-bottom-right-radius'>" - }, - "-moz-border-radius-topleft": { - "comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/border-top-left-radius", - "syntax": "<'border-top-left-radius'>" - }, - "-moz-border-radius-topright": { - "comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/border-bottom-right-radius", - "syntax": "<'border-bottom-right-radius'>" - }, - "-moz-control-character-visibility": { - "comment": "firefox specific keywords, https://bugzilla.mozilla.org/show_bug.cgi?id=947588", - "syntax": "visible | hidden" - }, - "-moz-osx-font-smoothing": { - "comment": "misssed old syntax https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth", - "syntax": "auto | grayscale" - }, - "-moz-user-select": { - "comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/user-select", - "syntax": "none | text | all | -moz-none" - }, - "-ms-flex-align": { - "comment": "misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align", - "syntax": "start | end | center | baseline | stretch" - }, - "-ms-flex-item-align": { - "comment": "misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-align", - "syntax": "auto | start | end | center | baseline | stretch" - }, - "-ms-flex-line-pack": { - "comment": "misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-line-pack", - "syntax": "start | end | center | justify | distribute | stretch" - }, - "-ms-flex-negative": { - "comment": "misssed old syntax implemented in IE; TODO: find references for comfirmation", - "syntax": "<'flex-shrink'>" - }, - "-ms-flex-pack": { - "comment": "misssed old syntax implemented in IE, https://www.w3.org/TR/2012/WD-css3-flexbox-20120322/#flex-pack", - "syntax": "start | end | center | justify | distribute" - }, - "-ms-flex-order": { - "comment": "misssed old syntax implemented in IE; https://msdn.microsoft.com/en-us/library/jj127303(v=vs.85).aspx", - "syntax": "" - }, - "-ms-flex-positive": { - "comment": "misssed old syntax implemented in IE; TODO: find references for comfirmation", - "syntax": "<'flex-grow'>" - }, - "-ms-flex-preferred-size": { - "comment": "misssed old syntax implemented in IE; TODO: find references for comfirmation", - "syntax": "<'flex-basis'>" - }, - "-ms-interpolation-mode": { - "comment": "https://msdn.microsoft.com/en-us/library/ff521095(v=vs.85).aspx", - "syntax": "nearest-neighbor | bicubic" - }, - "-ms-grid-column-align": { - "comment": "add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466338.aspx", - "syntax": "start | end | center | stretch" - }, - "-ms-grid-row-align": { - "comment": "add this property first since it uses as fallback for flexbox, https://msdn.microsoft.com/en-us/library/windows/apps/hh466348.aspx", - "syntax": "start | end | center | stretch" - }, - "-ms-hyphenate-limit-last": { - "comment": "misssed old syntax implemented in IE; https://www.w3.org/TR/css-text-4/#hyphenate-line-limits", - "syntax": "none | always | column | page | spread" - }, - "-webkit-appearance": { - "comment": "webkit specific keywords", - "references": [ - "http://css-infos.net/property/-webkit-appearance" - ], - "syntax": "none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button" - }, - "-webkit-background-clip": { - "comment": "https://developer.mozilla.org/en/docs/Web/CSS/background-clip", - "syntax": "[ | border | padding | content | text ]#" - }, - "-webkit-column-break-after": { - "comment": "added, http://help.dottoro.com/lcrthhhv.php", - "syntax": "always | auto | avoid" - }, - "-webkit-column-break-before": { - "comment": "added, http://help.dottoro.com/lcxquvkf.php", - "syntax": "always | auto | avoid" - }, - "-webkit-column-break-inside": { - "comment": "added, http://help.dottoro.com/lclhnthl.php", - "syntax": "always | auto | avoid" - }, - "-webkit-font-smoothing": { - "comment": "https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth", - "syntax": "auto | none | antialiased | subpixel-antialiased" - }, - "-webkit-mask-box-image": { - "comment": "missed; https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-box-image", - "syntax": "[ | | none ] [ {4} <-webkit-mask-box-repeat>{2} ]?" - }, - "-webkit-print-color-adjust": { - "comment": "missed", - "references": [ - "https://developer.mozilla.org/en/docs/Web/CSS/-webkit-print-color-adjust" - ], - "syntax": "economy | exact" - }, - "-webkit-text-security": { - "comment": "missed; http://help.dottoro.com/lcbkewgt.php", - "syntax": "none | circle | disc | square" - }, - "-webkit-user-drag": { - "comment": "missed; http://help.dottoro.com/lcbixvwm.php", - "syntax": "none | element | auto" - }, - "-webkit-user-select": { - "comment": "auto is supported by old webkit, https://developer.mozilla.org/en-US/docs/Web/CSS/user-select", - "syntax": "auto | none | text | all" - }, - "alignment-baseline": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/text.html#AlignmentBaselineProperty" - ], - "syntax": "auto | baseline | before-edge | text-before-edge | middle | central | after-edge | text-after-edge | ideographic | alphabetic | hanging | mathematical" - }, - "background-clip": { - "comment": "used from CSS Backgrounds and Borders 4 since it adds new values", - "references": [ - "https://github.com/csstree/csstree/issues/190" - ], - "syntax": "#" - }, - "baseline-shift": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/text.html#BaselineShiftProperty" - ], - "syntax": "baseline | sub | super | " - }, - "behavior": { - "comment": "added old IE property https://msdn.microsoft.com/en-us/library/ms530723(v=vs.85).aspx", - "syntax": "+" - }, - "clip-rule": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/masking.html#ClipRuleProperty" - ], - "syntax": "nonzero | evenodd" - }, - "cue": { - "comment": "https://www.w3.org/TR/css3-speech/#property-index", - "syntax": "<'cue-before'> <'cue-after'>?" - }, - "cue-after": { - "comment": "https://www.w3.org/TR/css3-speech/#property-index", - "syntax": " ? | none" - }, - "cue-before": { - "comment": "https://www.w3.org/TR/css3-speech/#property-index", - "syntax": " ? | none" - }, - "cursor": { - "comment": "added legacy keywords: hand, -webkit-grab. -webkit-grabbing, -webkit-zoom-in, -webkit-zoom-out, -moz-grab, -moz-grabbing, -moz-zoom-in, -moz-zoom-out", - "references": [ - "https://www.sitepoint.com/css3-cursor-styles/" - ], - "syntax": "[ [ [ ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing | hand | -webkit-grab | -webkit-grabbing | -webkit-zoom-in | -webkit-zoom-out | -moz-grab | -moz-grabbing | -moz-zoom-in | -moz-zoom-out ] ]" - }, - "display": { - "comment": "extended with -ms-flexbox", - "syntax": "| <-non-standard-display>" - }, - "position": { - "comment": "extended with -webkit-sticky", - "syntax": "| -webkit-sticky" - }, - "dominant-baseline": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/text.html#DominantBaselineProperty" - ], - "syntax": "auto | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge" - }, - "image-rendering": { - "comment": "extended with <-non-standard-image-rendering>, added SVG keywords optimizeSpeed and optimizeQuality", - "references": [ - "https://developer.mozilla.org/en/docs/Web/CSS/image-rendering", - "https://www.w3.org/TR/SVG/painting.html#ImageRenderingProperty" - ], - "syntax": "| optimizeSpeed | optimizeQuality | <-non-standard-image-rendering>" - }, - "fill": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/painting.html#FillProperty" - ], - "syntax": "" - }, - "fill-opacity": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/painting.html#FillProperty" - ], - "syntax": "" - }, - "fill-rule": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/painting.html#FillProperty" - ], - "syntax": "nonzero | evenodd" - }, - "filter": { - "comment": "extend with IE legacy syntaxes", - "syntax": "| <-ms-filter-function-list>" - }, - "glyph-orientation-horizontal": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/text.html#GlyphOrientationHorizontalProperty" - ], - "syntax": "" - }, - "glyph-orientation-vertical": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/text.html#GlyphOrientationVerticalProperty" - ], - "syntax": "" - }, - "kerning": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/text.html#KerningProperty" - ], - "syntax": "auto | " - }, - "letter-spacing": { - "comment": "fix syntax -> ", - "references": [ - "https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/letter-spacing" - ], - "syntax": "normal | " - }, - "marker": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/painting.html#MarkerProperties" - ], - "syntax": "none | " - }, - "marker-end": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/painting.html#MarkerProperties" - ], - "syntax": "none | " - }, - "marker-mid": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/painting.html#MarkerProperties" - ], - "syntax": "none | " - }, - "marker-start": { - "comment": "added SVG property", - "references": [ - "https://www.w3.org/TR/SVG/painting.html#MarkerProperties" - ], - "syntax": "none | " - }, - "max-width": { - "comment": "extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/max-width", - "syntax": "| <-non-standard-width>" - }, - "width": { - "references": [ - "https://developer.mozilla.org/en-US/docs/Web/CSS/width", - "https://github.com/csstree/stylelint-validator/issues/29" - ], - "syntax": "| fill | stretch | intrinsic | -moz-max-content | -webkit-max-content | -moz-fit-content | -webkit-fit-content" - }, - "min-width": { - "comment": "extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width", - "syntax": "| <-non-standard-width>" - }, - "overflow": { - "comment": "extend by vendor keywords https://developer.mozilla.org/en-US/docs/Web/CSS/overflow", - "syntax": "| <-non-standard-overflow>" - }, - "pause": { - "comment": "https://www.w3.org/TR/css3-speech/#property-index", - "syntax": "<'pause-before'> <'pause-after'>?" - }, - "pause-after": { - "comment": "https://www.w3.org/TR/css3-speech/#property-index", - "syntax": "