Table of Contents
📊 Analysis Summary
Metric |
Count |
📁 Total Files |
2,454 |
🧱 Classes |
313 |
🔧 Functions |
4,611 |
📦 Imports |
5,527 |
📐 Interfaces |
700 |
📑 Type Aliases |
915 |
🎯 Enums |
66 |
✨ Decorators |
28 |
🔄 Re-exports |
467 |
⚡ Async Patterns |
32 |
💠 JSX Elements |
446 |
📊 Variables |
3,170 |
🔢 Line Count |
264,900 |
Root
Root Configuration (1 files)
packages
ast-spec/src (4 files)
ast-spec/src/base (16 files)
ast-spec/src/type/TSAbstractKeyword (1 files)
ast-spec/src/type/TSAnyKeyword (1 files)
ast-spec/src/type/TSArrayType (1 files)
ast-spec/src/type/TSAsyncKeyword (1 files)
ast-spec/src/type/TSBigIntKeyword (1 files)
ast-spec/src/type/TSBooleanKeyword (1 files)
ast-spec/src/type/TSConditionalType (1 files)
ast-spec/src/special/TSTypeParameter (1 files)
ast-spec/src/special/TSTypeParameterDeclaration (1 files)
ast-spec/src/special/PrivateIdentifier (1 files)
ast-spec/src/expression/MemberExpression (1 files)
ast-spec/src/declaration/ClassDeclaration (1 files)
ast-spec/src/expression/literal/StringLiteral (1 files)
ast-spec/src/expression/literal/BigIntLiteral (1 files)
ast-spec/src/expression/literal/BooleanLiteral (1 files)
ast-spec/src/expression/literal/NullLiteral (1 files)
ast-spec/src/expression/literal/NumberLiteral (1 files)
ast-spec/src/expression/literal/RegExpLiteral (1 files)
ast-spec/src/unions (32 files)
ast-spec/src/special/ImportAttribute (1 files)
ast-spec/src/declaration (2 files)
ast-spec/src/declaration/ExportAllDeclaration (1 files)
ast-spec/src/declaration/FunctionDeclaration (1 files)
ast-spec/src/declaration/TSDeclareFunction (1 files)
ast-spec/src/element/TSEnumMember (1 files)
ast-spec/src/special/TSEnumBody (1 files)
ast-spec/src/declaration/TSEnumDeclaration (1 files)
ast-spec/src/special/TSExternalModuleReference (1 files)
ast-spec/src/expression/ThisExpression (1 files)
ast-spec/src/type/TSQualifiedName (1 files)
ast-spec/src/declaration/TSImportEqualsDeclaration (1 files)
ast-spec/src/element/TSCallSignatureDeclaration (1 files)
ast-spec/src/element/TSConstructSignatureDeclaration (1 files)
ast-spec/src/element/TSIndexSignature (1 files)
ast-spec/src/element/TSMethodSignature (1 files)
ast-spec/src/element/TSPropertySignature (1 files)
ast-spec/src/special/TSInterfaceBody (1 files)
ast-spec/src/special/TSTypeParameterInstantiation (1 files)
ast-spec/src/special/TSInterfaceHeritage (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration (1 files)
ast-spec/src/special/TSModuleBlock (1 files)
ast-spec/src/type/TSDeclareKeyword (1 files)
ast-spec/src/type/TSExportKeyword (1 files)
ast-spec/src/type/TSFunctionType (1 files)
ast-spec/src/expression/ObjectExpression (1 files)
ast-spec/src/type/TSImportType (1 files)
ast-spec/src/type/TSIndexedAccessType (1 files)
ast-spec/src/type/TSInferType (1 files)
ast-spec/src/type/TSIntersectionType (1 files)
ast-spec/src/type/TSIntrinsicKeyword (1 files)
ast-spec/src/expression/UnaryExpression (1 files)
ast-spec/src/expression/UpdateExpression (1 files)
ast-spec/src/special/TemplateElement (1 files)
ast-spec/src/expression/TemplateLiteral (1 files)
ast-spec/src/type/TSLiteralType (1 files)
ast-spec/src/type/TSMappedType (1 files)
ast-spec/src/type/TSNamedTupleMember (1 files)
ast-spec/src/type/TSNeverKeyword (1 files)
ast-spec/src/type/TSNullKeyword (1 files)
ast-spec/src/type/TSNumberKeyword (1 files)
ast-spec/src/type/TSObjectKeyword (1 files)
ast-spec/src/type/TSOptionalType (1 files)
ast-spec/src/type/TSPrivateKeyword (1 files)
ast-spec/src/type/TSProtectedKeyword (1 files)
ast-spec/src/type/TSPublicKeyword (1 files)
ast-spec/src/type/TSReadonlyKeyword (1 files)
ast-spec/src/type/TSRestType (1 files)
ast-spec/src/type/TSStaticKeyword (1 files)
ast-spec/src/type/TSStringKeyword (1 files)
ast-spec/src/type/TSSymbolKeyword (1 files)
ast-spec/src/type/TSTemplateLiteralType (1 files)
ast-spec/src/type/TSThisType (1 files)
ast-spec/src/type/TSTupleType (1 files)
ast-spec/src/type/TSTypeLiteral (1 files)
ast-spec/src/type/TSTypeOperator (1 files)
ast-spec/src/type/TSTypePredicate (1 files)
ast-spec/src/special/CatchClause (1 files)
ast-spec/src/element/AccessorProperty (1 files)
ast-spec/src/expression/FunctionExpression (1 files)
ast-spec/src/element/MethodDefinition (1 files)
ast-spec/src/element/PropertyDefinition (1 files)
ast-spec/src/element/StaticBlock (1 files)
ast-spec/src/element/TSAbstractAccessorProperty (1 files)
ast-spec/src/element/TSAbstractMethodDefinition (1 files)
ast-spec/src/element/TSAbstractPropertyDefinition (1 files)
ast-spec/src/special/ClassBody (1 files)
ast-spec/src/special/EmptyStatement (1 files)
ast-spec/src/special/ExportSpecifier (1 files)
ast-spec/src/special/ImportDefaultSpecifier (1 files)
ast-spec/src/special/ImportNamespaceSpecifier (1 files)
ast-spec/src/special/ImportSpecifier (1 files)
ast-spec/src/token/BlockComment (1 files)
ast-spec/src/token/LineComment (1 files)
ast-spec/src/token/BooleanToken (1 files)
ast-spec/src/token/IdentifierToken (1 files)
ast-spec/src/token/JSXIdentifierToken (1 files)
ast-spec/src/token/JSXTextToken (1 files)
ast-spec/src/token/KeywordToken (1 files)
ast-spec/src/token/NullToken (1 files)
ast-spec/src/token/NumericToken (1 files)
ast-spec/src/token/PrivateIdentifierToken (1 files)
ast-spec/src/expression/AssignmentExpression (2 files)
ast-spec/src/token/PunctuatorToken (2 files)
ast-spec/src/token/RegularExpressionToken (1 files)
ast-spec/src/token/StringToken (1 files)
ast-spec/src/token/TemplateToken (1 files)
ast-spec/src/special/Program (1 files)
ast-spec/src/special/SwitchCase (1 files)
ast-spec/src/special/TSClassImplements (1 files)
ast-spec/src/special/VariableDeclarator (1 files)
ast-spec/src/special (1 files)
ast-spec/src/type/TSTypeQuery (1 files)
ast-spec/src/type/TSTypeReference (1 files)
ast-spec/src/type/TSUndefinedKeyword (1 files)
ast-spec/src/type/TSUnionType (1 files)
ast-spec/src/type/TSUnknownKeyword (1 files)
ast-spec/src/type/TSVoidKeyword (1 files)
ast-spec/src/type (1 files)
ast-spec/src/declaration/TSModuleDeclaration (1 files)
ast-spec/src/declaration/TSTypeAliasDeclaration (1 files)
ast-spec/src/declaration/VariableDeclaration (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration (1 files)
ast-spec/src/declaration/ExportNamedDeclaration (1 files)
ast-spec/src/declaration/ImportDeclaration (1 files)
ast-spec/src/declaration/TSNamespaceExportDeclaration (1 files)
ast-spec/src/statement/BreakStatement (1 files)
ast-spec/src/statement/ContinueStatement (1 files)
ast-spec/src/statement/DebuggerStatement (1 files)
ast-spec/src/statement/DoWhileStatement (1 files)
ast-spec/src/statement/ExpressionStatement (1 files)
ast-spec/src/statement/ForInStatement (1 files)
ast-spec/src/statement/ForOfStatement (1 files)
ast-spec/src/statement/ForStatement (1 files)
ast-spec/src/statement/IfStatement (1 files)
ast-spec/src/statement/LabeledStatement (1 files)
ast-spec/src/statement/ReturnStatement (1 files)
ast-spec/src/statement/SwitchStatement (1 files)
ast-spec/src/statement/ThrowStatement (1 files)
ast-spec/src/statement/TryStatement (1 files)
ast-spec/src/statement/TSExportAssignment (1 files)
ast-spec/src/statement/WhileStatement (1 files)
ast-spec/src/statement/WithStatement (1 files)
ast-spec/src/statement/BlockStatement (1 files)
ast-spec/src/expression/TSEmptyBodyFunctionExpression (1 files)
ast-spec/src/element/Property (1 files)
ast-spec/src/parameter/RestElement (1 files)
ast-spec/src/parameter/ObjectPattern (1 files)
ast-spec/src/parameter/AssignmentPattern (1 files)
ast-spec/src/parameter/ArrayPattern (1 files)
ast-spec/src/parameter/TSParameterProperty (1 files)
ast-spec/src/type/TSConstructorType (1 files)
ast-spec/src/special/TSTypeAnnotation (1 files)
ast-spec/src/expression/ArrowFunctionExpression (1 files)
ast-spec/src/expression/AwaitExpression (1 files)
ast-spec/src/expression/BinaryExpression (2 files)
ast-spec/src/expression/CallExpression (1 files)
ast-spec/src/expression/TSNonNullExpression (1 files)
ast-spec/src/expression/ChainExpression (1 files)
ast-spec/src/expression/ClassExpression (1 files)
ast-spec/src/expression/ConditionalExpression (1 files)
ast-spec/src/expression/ImportExpression (1 files)
ast-spec/src/jsx/JSXIdentifier (1 files)
ast-spec/src/jsx/JSXMemberExpression (1 files)
ast-spec/src/jsx/JSXNamespacedName (1 files)
ast-spec/src/jsx/JSXClosingElement (1 files)
ast-spec/src/jsx/JSXEmptyExpression (1 files)
ast-spec/src/jsx/JSXExpressionContainer (1 files)
ast-spec/src/jsx/JSXSpreadChild (1 files)
ast-spec/src/jsx/JSXAttribute (1 files)
ast-spec/src/jsx/JSXSpreadAttribute (1 files)
ast-spec/src/jsx/JSXOpeningElement (1 files)
ast-spec/src/jsx/JSXClosingFragment (1 files)
ast-spec/src/jsx/JSXOpeningFragment (1 files)
ast-spec/src/expression/JSXFragment (1 files)
ast-spec/src/jsx/JSXText (1 files)
ast-spec/src/expression/JSXElement (1 files)
ast-spec/src/expression/LogicalExpression (1 files)
ast-spec/src/expression/MetaProperty (1 files)
ast-spec/src/expression/NewExpression (1 files)
ast-spec/src/expression/SequenceExpression (1 files)
ast-spec/src/expression/Super (1 files)
ast-spec/src/expression/TaggedTemplateExpression (1 files)
ast-spec/src/expression/TSAsExpression (1 files)
ast-spec/src/expression/TSInstantiationExpression (1 files)
ast-spec/src/expression/TSSatisfiesExpression (1 files)
ast-spec/src/expression/TSTypeAssertion (1 files)
ast-spec/src/expression/YieldExpression (1 files)
ast-spec/src/element/SpreadElement (1 files)
ast-spec/src/expression/ArrayExpression (1 files)
ast-spec/src/expression/literal (1 files)
ast-spec/src/expression (1 files)
ast-spec/src/special/Decorator (1 files)
ast-spec/src/expression/Identifier (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/error/export-missing-name (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/error/implements-non-identifier (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/error/missing-body (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/error/missing-extends-type-param (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/error/missing-type-param (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/error/non-identifier-name (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/error/non-identifier-type-param (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/abstract (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/declare (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/decorator-many (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/decorator-one (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/empty (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/extends (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/extends-literal (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/extends-type-param (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/implements-many (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/implements-one (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/type-param (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/type-parameters-extends-type-param (1 files)
ast-spec/src/declaration/ClassDeclaration/fixtures/with-member-one (1 files)
ast-spec/src/declaration/ExportAllDeclaration/fixtures/error/missing-source (1 files)
ast-spec/src/declaration/ExportAllDeclaration/fixtures/error/non-string-source (1 files)
ast-spec/src/declaration/ExportAllDeclaration/fixtures/assertion (1 files)
ast-spec/src/declaration/ExportAllDeclaration/fixtures/kind-type (1 files)
ast-spec/src/declaration/ExportAllDeclaration/fixtures/named (1 files)
ast-spec/src/declaration/ExportAllDeclaration/fixtures/type-kind (1 files)
ast-spec/src/declaration/ExportAllDeclaration/fixtures/unnamed (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration/fixtures/error/enum (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration/fixtures/error/namespace (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration/fixtures/error/type-alias (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration/fixtures/error/variable-declaration (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration/fixtures/anonymous-class (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration/fixtures/anonymous-function (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration/fixtures/arrow-function-expression (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration/fixtures/class (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration/fixtures/class-expression (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration/fixtures/function (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration/fixtures/identifier (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration/fixtures/interface (1 files)
ast-spec/src/declaration/ExportDefaultDeclaration/fixtures/literal (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/anonymous-class (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/anonymous-function-expression (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/arrow-function (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/assertion (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/braced-identifier-aliased-to-number-literal-with-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/braced-identifier-aliased-to-number-literal-without-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/braced-number-literal-with-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/braced-number-literal-without-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/braced-string-literal-aliased-to-identifier-without-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/braced-string-literal-aliased-to-number-literal-without-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/braced-string-literal-aliased-to-string-literal-without-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/braced-string-literal-many-without-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/braced-string-literal-without-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/class-expression (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/identifier-direct (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/error/literal-direct (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/braced-identifier-aliased-to-identifier-with-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/braced-identifier-aliased-to-identifier-without-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/braced-identifier-aliased-to-string-literal-with-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/braced-identifier-aliased-to-string-literal-without-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/braced-identifier-many-with-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/braced-identifier-many-without-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/braced-identifier-with-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/braced-identifier-without-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/braced-string-literal-aliased-to-identifier-with-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/braced-string-literal-many-with-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/braced-string-literal-with-source (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/class (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/declare-function (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/enum (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/function-declaration (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/interface (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/namespace (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/type-alias (1 files)
ast-spec/src/declaration/ExportNamedDeclaration/fixtures/variable-declaration (1 files)
ast-spec/src/declaration/FunctionDeclaration/fixtures/error/missing-id-and-not-exported (1 files)
ast-spec/src/declaration/FunctionDeclaration/fixtures/error/missing-type-param (1 files)
ast-spec/src/declaration/FunctionDeclaration/fixtures/error/non-identifier-name (1 files)
ast-spec/src/declaration/FunctionDeclaration/fixtures/error/non-identifier-type-param (1 files)
ast-spec/src/declaration/FunctionDeclaration/fixtures/async (1 files)
ast-spec/src/declaration/FunctionDeclaration/fixtures/empty (1 files)
ast-spec/src/declaration/FunctionDeclaration/fixtures/generator (1 files)
ast-spec/src/declaration/FunctionDeclaration/fixtures/param-many (1 files)
ast-spec/src/declaration/FunctionDeclaration/fixtures/param-one (1 files)
ast-spec/src/declaration/FunctionDeclaration/fixtures/returnType (1 files)
ast-spec/src/declaration/FunctionDeclaration/fixtures/type-param-many (1 files)
ast-spec/src/declaration/FunctionDeclaration/fixtures/type-param-one (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/default-and-named-and-namespace (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/default-number-literal (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/default-string-literal (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/named-and-namespace (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/named-identifier-aliased-to-number-literal (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/named-identifier-aliased-to-string-literal (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/named-number-literal (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/named-number-literal-aliased-to-identifier (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/named-number-literal-aliased-to-number-literal (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/named-number-literal-aliased-to-string-literal (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/named-string-literal (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/named-string-literal-aliased-to-number-literal (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/named-string-literal-aliased-to-string-literal (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/namespace-and-default (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/namespace-and-named (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/namespace-and-namespace (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/namespace-non-identifier (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/error/non-string-source (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/assertion (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/default (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/default-and-named-many (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/default-and-named-none (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/default-and-named-one (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/default-and-namespace (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/named-many (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/named-none (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/named-one (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/named-string-literal-aliased-to-identifier (1 files)
ast-spec/src/declaration/ImportDeclaration/fixtures/side-effect (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/error/async (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/error/declare-with-body (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/error/generator (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/error/generator-ambient (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/error/generator-overload (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/error/missing-id-and-not-exported (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/error/missing-type-param (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/error/non-identifier-name (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/error/non-identifier-type-param (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/async-ambient (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/async-overload (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/empty (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/param-many (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/param-one (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/returnType (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/type-param-many (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/type-param-one (1 files)
ast-spec/src/declaration/TSDeclareFunction/fixtures/without-declare (1 files)
ast-spec/src/declaration/TSEnumDeclaration/fixtures/error/decorator (1 files)
ast-spec/src/declaration/TSEnumDeclaration/fixtures/error/missing-body (1 files)
ast-spec/src/declaration/TSEnumDeclaration/fixtures/error/missing-id (1 files)
ast-spec/src/declaration/TSEnumDeclaration/fixtures/error/non-identifier-name (1 files)
ast-spec/src/declaration/TSEnumDeclaration/fixtures/const (1 files)
ast-spec/src/declaration/TSEnumDeclaration/fixtures/declare (1 files)
ast-spec/src/declaration/TSEnumDeclaration/fixtures/empty (1 files)
ast-spec/src/declaration/TSEnumDeclaration/fixtures/with-member-one (1 files)
ast-spec/src/declaration/TSImportEqualsDeclaration/fixtures/error/entity-name-invalid (1 files)
ast-spec/src/declaration/TSImportEqualsDeclaration/fixtures/error/external-module-ref-non-string (1 files)
ast-spec/src/declaration/TSImportEqualsDeclaration/fixtures/error/external-module-ref-non-string-2 (1 files)
ast-spec/src/declaration/TSImportEqualsDeclaration/fixtures/error/external-module-ref-non-string-3 (1 files)
ast-spec/src/declaration/TSImportEqualsDeclaration/fixtures/error/import-kind (1 files)
ast-spec/src/declaration/TSImportEqualsDeclaration/fixtures/error/missing-id (1 files)
ast-spec/src/declaration/TSImportEqualsDeclaration/fixtures/error/missing-reference (1 files)
ast-spec/src/declaration/TSImportEqualsDeclaration/fixtures/entity-name-many (1 files)
ast-spec/src/declaration/TSImportEqualsDeclaration/fixtures/entity-name-one (1 files)
ast-spec/src/declaration/TSImportEqualsDeclaration/fixtures/external-module-ref-string (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/error/decorator (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/error/missing-body (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/error/missing-extends (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/error/missing-id (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/error/missing-type-param (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/error/non-identifier-extends (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/error/non-identifier-name (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/error/non-identifier-type-param (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/declare (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/empty (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/extends-many (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/extends-one (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/type-param-many (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/type-param-one (1 files)
ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/with-member-one (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/error/module-invalid-id (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/error/module-missing-body (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/error/namespace-declare-no-body (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/error/namespace-id-literal (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/error/namespace-invalid-id (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/error/namespace-no-body (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/global (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/module-declare (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/module-declare-no-body (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/module-id-identifier (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/module-id-literal (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/module-id-qualified-name (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/module-nested-once (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/module-nested-once-declare (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/module-nested-twice (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/module-nested-twice-declare (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/namespace-declare (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/namespace-id-identifier (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/namespace-id-qualified-name (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/namespace-nested-once (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/namespace-nested-once-declare (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/namespace-nested-once-export (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/namespace-nested-once-export-declare (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/namespace-nested-twice (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/namespace-nested-twice-declare (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/namespace-nested-twice-export (1 files)
ast-spec/src/declaration/TSModuleDeclaration/fixtures/namespace-nested-twice-export-declare (1 files)
ast-spec/src/declaration/TSNamespaceExportDeclaration/fixtures/error/missing-id (1 files)
ast-spec/src/declaration/TSNamespaceExportDeclaration/fixtures/error/non-identifier-name (1 files)
ast-spec/src/declaration/TSNamespaceExportDeclaration/fixtures/valid (1 files)
ast-spec/src/declaration/TSTypeAliasDeclaration/fixtures/error/decorator (1 files)
ast-spec/src/declaration/TSTypeAliasDeclaration/fixtures/error/missing-type-parameter (1 files)
ast-spec/src/declaration/TSTypeAliasDeclaration/fixtures/error/non-identifier-name (1 files)
ast-spec/src/declaration/TSTypeAliasDeclaration/fixtures/error/non-identifier-type-parameter (1 files)
ast-spec/src/declaration/TSTypeAliasDeclaration/fixtures/declare (1 files)
ast-spec/src/declaration/TSTypeAliasDeclaration/fixtures/type-param-many (1 files)
ast-spec/src/declaration/TSTypeAliasDeclaration/fixtures/type-param-one (1 files)
ast-spec/src/declaration/TSTypeAliasDeclaration/fixtures/valid (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/const-destructure-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/const-destructure-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/const-id-definite-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/const-id-definite-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/const-id-definite-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/const-id-definite-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/const-id-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/const-id-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-const-destructure-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-const-id-definite-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-const-id-definite-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-const-id-definite-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-const-id-definite-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-const-id-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-let-destructure-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-let-destructure-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-let-id-definite-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-let-id-definite-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-let-id-definite-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-let-id-definite-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-let-id-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-let-id-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-using-destructure-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-using-destructure-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-using-destructure-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-using-destructure-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-using-id-definite-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-using-id-definite-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-using-id-definite-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-using-id-definite-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-using-id-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-using-id-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-using-id-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-using-id-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-var-destructure-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-var-destructure-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-var-id-definite-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-var-id-definite-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-var-id-definite-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-var-id-definite-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-var-id-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/declare-var-id-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/decorator (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/let-destructure-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/let-destructure-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/let-id-definite-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/let-id-definite-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/let-id-definite-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/missing-id-with-value (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/no-variables (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/using-destructure-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/using-destructure-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/using-destructure-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/using-destructure-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/using-id-definite-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/using-id-definite-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/using-id-definite-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/using-id-definite-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/using-id-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/using-id-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/var-destructure-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/var-destructure-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/var-id-definite-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/var-id-definite-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/error/var-id-definite-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/await-using-multiple-declarations (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/await-using-with-value (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/const-destructure-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/const-destructure-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/const-id-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/const-id-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-const-destructure-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-const-destructure-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-const-destructure-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-const-id-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-const-id-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-const-id-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-let-destructure-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-let-destructure-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-let-id-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-let-id-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-var-destructure-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-var-destructure-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-var-id-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/declare-var-id-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/let-destructure-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/let-destructure-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/let-id-definite-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/let-id-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/let-id-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/let-id-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/let-id-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/multiple-declarations (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/using-id-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/using-id-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/using-multiple-declarations (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/var-destructure-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/var-destructure-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/var-id-definite-type-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/var-id-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/var-id-no-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/var-id-type-init (1 files)
ast-spec/src/declaration/VariableDeclaration/fixtures/var-id-type-no-init (1 files)
ast-spec/src/element/AccessorProperty/fixtures/error/modifier-abstract-accessor-with-value (1 files)
ast-spec/src/element/AccessorProperty/fixtures/error/modifier-abstract-property-with-value (1 files)
ast-spec/src/element/AccessorProperty/fixtures/error/modifier-override-with-no-extends (1 files)
ast-spec/src/element/AccessorProperty/fixtures/key-computed-complex (1 files)
ast-spec/src/element/AccessorProperty/fixtures/key-computed-number (1 files)
ast-spec/src/element/AccessorProperty/fixtures/key-computed-string (1 files)
ast-spec/src/element/AccessorProperty/fixtures/key-number (1 files)
ast-spec/src/element/AccessorProperty/fixtures/key-private (1 files)
ast-spec/src/element/AccessorProperty/fixtures/key-string (1 files)
ast-spec/src/element/AccessorProperty/fixtures/modifier-abstract (1 files)
ast-spec/src/element/AccessorProperty/fixtures/modifier-declare (1 files)
ast-spec/src/element/AccessorProperty/fixtures/modifier-override (1 files)
ast-spec/src/element/AccessorProperty/fixtures/modifier-private (1 files)
ast-spec/src/element/AccessorProperty/fixtures/modifier-protected (1 files)
ast-spec/src/element/AccessorProperty/fixtures/modifier-public (1 files)
ast-spec/src/element/AccessorProperty/fixtures/modifier-readonly (1 files)
ast-spec/src/element/AccessorProperty/fixtures/modifier-static (1 files)
ast-spec/src/element/AccessorProperty/fixtures/no-annotation-no-value (1 files)
ast-spec/src/element/AccessorProperty/fixtures/no-annotation-with-value (1 files)
ast-spec/src/element/AccessorProperty/fixtures/with-annotation-no-value (1 files)
ast-spec/src/element/AccessorProperty/fixtures/with-annotation-with-value (1 files)
ast-spec/src/element/MethodDefinition/fixtures/error/duplicated-accessibility-modifiers (1 files)
ast-spec/src/element/MethodDefinition/fixtures/error/mixed-accessibility-modifiers (1 files)
ast-spec/src/element/PropertyDefinition/fixtures/error/duplicated-accessibility-modifiers (1 files)
ast-spec/src/element/PropertyDefinition/fixtures/error/mixed-accessibility-modifiers (1 files)
ast-spec/src/element (1 files)
ast-spec/src/expression/ImportExpression/fixtures/error/extra-arguments (1 files)
ast-spec/src/expression/ImportExpression/fixtures/error/no-arguments (1 files)
ast-spec/src/expression/ObjectExpression/fixtures/error/missing-getter-body (1 files)
ast-spec/src/expression/ObjectExpression/fixtures/error/missing-method-body (1 files)
ast-spec/src/expression/ObjectExpression/fixtures/error/missing-setter-body (1 files)
ast-spec/src/expression/TSSatisfiesExpression/fixtures/array-array (1 files)
ast-spec/src/expression/TSSatisfiesExpression/fixtures/arrow-func-no-parentheses (1 files)
ast-spec/src/expression/TSSatisfiesExpression/fixtures/arrow-func-with-parentheses (1 files)
ast-spec/src/expression/TSSatisfiesExpression/fixtures/chained-satisfies (1 files)
ast-spec/src/expression/TSSatisfiesExpression/fixtures/conditional-no-parentheses (1 files)
ast-spec/src/expression/TSSatisfiesExpression/fixtures/conditional-with-parentheses (1 files)
ast-spec/src/expression/TSSatisfiesExpression/fixtures/identifier-keyword (1 files)
ast-spec/src/expression/TSSatisfiesExpression/fixtures/identifier-object-type (1 files)
ast-spec/src/expression/TSSatisfiesExpression/fixtures/identifier-tuple-type (1 files)
ast-spec/src/expression/TSSatisfiesExpression/fixtures/logical-no-parentheses (1 files)
ast-spec/src/expression/TSSatisfiesExpression/fixtures/logical-with-parentheses (1 files)
ast-spec/src/expression/TSSatisfiesExpression/fixtures/object-object-inner-parentheses (1 files)
ast-spec/src/expression/TSSatisfiesExpression/fixtures/object-object-outer-parentheses (1 files)
ast-spec/src/expression/UpdateExpression/fixtures/error/call-expr (1 files)
ast-spec/src/expression/UpdateExpression/fixtures/error/literal (1 files)
ast-spec/src/expression/UpdateExpression/fixtures/error/optional-chain (1 files)
ast-spec/src/expression/UpdateExpression/fixtures/error/optional-chain2 (1 files)
ast-spec/src/expression/UpdateExpression/fixtures/error/optional-chain3 (1 files)
ast-spec/src/expression/UpdateExpression/fixtures/error/paren-expr (1 files)
ast-spec/src/expression/UpdateExpression/fixtures/valid-assignment (1 files)
ast-spec/src/jsx (1 files)
ast-spec/src/parameter (1 files)
ast-spec/src/statement (1 files)
ast-spec/src/token (1 files)
ast-spec/src/jsx/JSXAttribute/fixtures/element-non-self-closing (1 files)
ast-spec/src/jsx/JSXAttribute/fixtures/element-self-closing (1 files)
ast-spec/src/jsx/JSXNamespacedName/fixtures/component (1 files)
ast-spec/src/jsx/JSXNamespacedName/fixtures/component-dashed (1 files)
ast-spec/src/legacy-fixtures/accessor-decorators/fixtures/accessor-decorator-factory-instance-member (1 files)
ast-spec/src/legacy-fixtures/accessor-decorators/fixtures/accessor-decorator-factory-static-member (1 files)
ast-spec/src/legacy-fixtures/accessor-decorators/fixtures/accessor-decorator-instance-member (1 files)
ast-spec/src/legacy-fixtures/accessor-decorators/fixtures/accessor-decorator-static-member (1 files)
ast-spec/src/legacy-fixtures/babylon-convergence/fixtures/type-parameter-whitespace-loc (1 files)
ast-spec/src/legacy-fixtures/babylon-convergence/fixtures/type-parameters (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/abstract-class-with-abstract-constructor (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/abstract-class-with-abstract-static-constructor (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/abstract-class-with-override-property (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/abstract-interface (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/await-without-async-function (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/class-private-identifier-field-with-accessibility-error (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/class-with-constructor-and-type-parameters (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/class-with-export-parameter-properties (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/class-with-implements-and-extends (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/class-with-static-parameter-properties (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/class-with-two-methods-computed-constructor (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/const-assertions (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/export-named-enum-computed-number (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/export-named-enum-computed-string (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/export-named-enum-computed-var-ref (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/export-with-import-assertions (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/import-type-error (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/interface-with-construct-signature-with-parameter-accessibility (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/new-target-in-arrow-function-body (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/error/var-with-definite-assignment (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/abstract-class-with-abstract-method (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/abstract-class-with-abstract-properties (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/abstract-class-with-abstract-readonly-property (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/abstract-class-with-declare-properties (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/abstract-class-with-optional-method (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/abstract-class-with-override-method (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/angle-bracket-type-assertion (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/angle-bracket-type-assertion-arrow-function (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/arrow-function-with-optional-parameter (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/arrow-function-with-type-parameters (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/async-function-expression (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/async-function-with-var-declaration (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/call-signatures (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/call-signatures-with-generics (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/cast-as-expression (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/cast-as-multi (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/cast-as-multi-assign (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/cast-as-operator (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/cast-as-simple (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/catch-clause-with-annotation (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/catch-clause-with-invalid-annotation (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-multi-line-keyword-abstract (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-multi-line-keyword-declare (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-private-identifier-field-with-annotation (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-private-identifier-readonly-field (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-static-blocks (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-accessibility-modifiers (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-constructor-and-modifier (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-constructor-and-parameter-property-with-modifiers (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-constructor-and-parameter-proptery-with-override-modifier (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-constructor-and-return-type (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-declare-properties (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-definite-assignment (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-extends-and-implements (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-extends-generic (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-extends-generic-multiple (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-generic-method (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-generic-method-default (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-implements (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-implements-generic (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-implements-generic-multiple (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-method (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-mixin (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-mixin-reference (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-optional-computed-method (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-optional-computed-property (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-optional-methods (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-optional-properties (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-optional-property-undefined (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-override-method (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-override-property (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-private-optional-property (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-private-parameter-properties (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-property-function (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-property-values (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-protected-parameter-properties (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-public-parameter-properties (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-readonly-parameter-properties (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-readonly-property (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-type-parameter (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-type-parameter-default (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/class-with-type-parameter-underscore (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/const-enum (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/declare-class-with-optional-method (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/declare-function (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/destructuring-assignment (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/destructuring-assignment-nested (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/destructuring-assignment-object (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/destructuring-assignment-property (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/directive-in-module (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/directive-in-namespace (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/dynamic-import-with-import-assertions (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-all-with-import-assertions (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-as-namespace (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-assignment (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-declare-const-named-enum (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-declare-named-enum (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-default-class-with-generic (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-default-class-with-multiple-generics (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-default-interface (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-named-class-with-generic (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-named-class-with-multiple-generics (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-named-enum (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-star-as-ns-from (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-type (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-type-as (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-type-from (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-type-from-as (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/export-type-star-from (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/function-anonymus-with-type-parameters (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/function-anynomus-with-return-type (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/function-overloads (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/function-with-await (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/function-with-object-type-with-optional-properties (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/function-with-object-type-without-annotation (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/function-with-type-parameters (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/function-with-type-parameters-that-have-comments (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/function-with-type-parameters-with-constraint (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/function-with-types (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/function-with-types-assignation (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/global-this (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/import-equal-declaration (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/import-equal-type-declaration (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/import-export-equal-declaration (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/import-export-equal-type-declaration (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/import-type-default (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/import-type-empty (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/import-type-named (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/import-type-named-as (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/import-type-star-as-ns (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/import-with-import-assertions (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/interface-extends (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/interface-extends-multiple (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/interface-type-parameters (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/interface-with-all-property-types (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/interface-with-extends-member-expression (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/interface-with-extends-type-parameters (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/interface-with-generic (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/interface-with-jsdoc (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/interface-with-method (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/interface-with-optional-properties (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/interface-without-type-annotation (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/intrinsic-keyword (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/keyof-operator (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/keyword-variables (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/nested-type-arguments (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/never-type-param (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/non-null-assertion-operator (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/null-and-undefined-type-annotations (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/nullish-coalescing (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/object-with-escaped-properties (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/object-with-typed-methods (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/optional-chain (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/optional-chain-call (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/optional-chain-call-with-non-null-assertion (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/optional-chain-call-with-parens (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/optional-chain-element-access (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/optional-chain-element-access-with-non-null-assertion (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/optional-chain-element-access-with-parens (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/optional-chain-with-non-null-assertion (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/optional-chain-with-parens (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/parenthesized-use-strict (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/private-fields-in-in (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/readonly-arrays (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/readonly-tuples (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/short-circuiting-assignment-and-and (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/short-circuiting-assignment-or-or (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/short-circuiting-assignment-question-question (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/symbol-type-param (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-alias-declaration (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-alias-declaration-export (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-alias-declaration-export-function-type (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-alias-declaration-export-object-type (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-alias-declaration-with-constrained-type-parameter (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-alias-object-without-annotation (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-assertion-in-arrow-function (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-assertion-in-function (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-assertion-in-interface (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-assertion-in-method (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-assertion-with-guard-in-arrow-function (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-assertion-with-guard-in-function (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-assertion-with-guard-in-interface (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-assertion-with-guard-in-method (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-guard-in-arrow-function (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-guard-in-function (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-guard-in-interface (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-guard-in-method (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-import-type (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-import-type-with-type-parameters-in-type-reference (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-parameters-comments (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-parameters-comments-heritage (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/type-reference-comments (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-keyword-bigint (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-keyword-boolean (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-keyword-false (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-keyword-never (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-keyword-null (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-keyword-number (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-keyword-object (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-keyword-string (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-keyword-symbol (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-keyword-true (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-keyword-undefined (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-keyword-unknown (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-keyword-void (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-method-signature (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/typed-this (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/union-intersection (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/unique-symbol (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/unknown-type-annotation (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/var-with-dotted-type (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/var-with-type (1 files)
ast-spec/src/legacy-fixtures/basics/fixtures/variable-declaration-type-annotation-spacing (1 files)
ast-spec/src/legacy-fixtures/class-decorators/fixtures/class-decorator (1 files)
ast-spec/src/legacy-fixtures/class-decorators/fixtures/class-decorator-factory (1 files)
ast-spec/src/legacy-fixtures/class-decorators/fixtures/class-parameter-property (1 files)
ast-spec/src/legacy-fixtures/class-decorators/fixtures/export-default-class-decorator (1 files)
ast-spec/src/legacy-fixtures/class-decorators/fixtures/export-named-class-decorator (1 files)
ast-spec/src/legacy-fixtures/comments/fixtures/type-assertion-regression-test (1 files)
ast-spec/src/legacy-fixtures/declare/fixtures/abstract-class (1 files)
ast-spec/src/legacy-fixtures/declare/fixtures/class (1 files)
ast-spec/src/legacy-fixtures/declare/fixtures/enum (1 files)
ast-spec/src/legacy-fixtures/declare/fixtures/function (1 files)
ast-spec/src/legacy-fixtures/declare/fixtures/interface (1 files)
ast-spec/src/legacy-fixtures/declare/fixtures/module (1 files)
ast-spec/src/legacy-fixtures/declare/fixtures/namespace (1 files)
ast-spec/src/legacy-fixtures/declare/fixtures/type-alias (1 files)
ast-spec/src/legacy-fixtures/declare/fixtures/variable (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/class-empty-extends (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/class-empty-extends-implements (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/class-extends-empty-implements (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/class-multiple-implements (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/decorator-on-enum-declaration (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/decorator-on-function (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/decorator-on-interface-declaration (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/decorator-on-variable (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/empty-type-arguments (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/empty-type-arguments-in-call-expression (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/empty-type-arguments-in-new-expression (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/empty-type-parameters (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/empty-type-parameters-in-arrow-function (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/empty-type-parameters-in-constructor (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/empty-type-parameters-in-function-expression (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/empty-type-parameters-in-method (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/empty-type-parameters-in-method-signature (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/enum-with-keywords (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/index-signature-parameters (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-empty-extends (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-implements (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-index-signature-export (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-index-signature-private (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-index-signature-protected (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-index-signature-public (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-index-signature-static (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-method-export (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-method-private (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-method-protected (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-method-public (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-method-readonly (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-method-static (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-multiple-extends (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-property-export (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-property-private (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-property-protected (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-property-public (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-property-static (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-property-with-default-value (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-with-no-body (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/interface-with-optional-index-signature (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/object-assertion-not-allowed (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/object-optional-not-allowed (1 files)
ast-spec/src/legacy-fixtures/errorRecovery/fixtures/error/solo-const (1 files)
ast-spec/src/legacy-fixtures/expressions/fixtures/error/instantiation-expression (1 files)
ast-spec/src/legacy-fixtures/expressions/fixtures/call-expression-type-arguments (1 files)
ast-spec/src/legacy-fixtures/expressions/fixtures/new-expression-type-arguments (1 files)
ast-spec/src/legacy-fixtures/expressions/fixtures/optional-call-expression-type-arguments (1 files)
ast-spec/src/legacy-fixtures/expressions/fixtures/tagged-template-expression-type-arguments (1 files)
ast-spec/src/legacy-fixtures/method-decorators/fixtures/method-decorator-factory-instance-member (1 files)
ast-spec/src/legacy-fixtures/method-decorators/fixtures/method-decorator-factory-static-member (1 files)
ast-spec/src/legacy-fixtures/method-decorators/fixtures/method-decorator-instance-member (1 files)
ast-spec/src/legacy-fixtures/method-decorators/fixtures/method-decorator-static-member (1 files)
ast-spec/src/legacy-fixtures/namespaces-and-modules/fixtures/ambient-module-declaration-with-import (1 files)
ast-spec/src/legacy-fixtures/namespaces-and-modules/fixtures/declare-namespace-with-exported-function (1 files)
ast-spec/src/legacy-fixtures/namespaces-and-modules/fixtures/global-module-declaration (1 files)
ast-spec/src/legacy-fixtures/namespaces-and-modules/fixtures/module-with-default-exports (1 files)
ast-spec/src/legacy-fixtures/namespaces-and-modules/fixtures/nested-internal-module (1 files)
ast-spec/src/legacy-fixtures/namespaces-and-modules/fixtures/shorthand-ambient-module-declaration (1 files)
ast-spec/src/legacy-fixtures/parameter-decorators/fixtures/error/parameter-array-pattern-decorator (1 files)
ast-spec/src/legacy-fixtures/parameter-decorators/fixtures/error/parameter-rest-element-decorator (1 files)
ast-spec/src/legacy-fixtures/parameter-decorators/fixtures/parameter-decorator-constructor (1 files)
ast-spec/src/legacy-fixtures/parameter-decorators/fixtures/parameter-decorator-decorator-instance-member (1 files)
ast-spec/src/legacy-fixtures/parameter-decorators/fixtures/parameter-decorator-decorator-static-member (1 files)
ast-spec/src/legacy-fixtures/parameter-decorators/fixtures/parameter-decorator-instance-member (1 files)
ast-spec/src/legacy-fixtures/parameter-decorators/fixtures/parameter-decorator-static-member (1 files)
ast-spec/src/legacy-fixtures/parameter-decorators/fixtures/parameter-object-pattern-decorator (1 files)
ast-spec/src/legacy-fixtures/property-decorators/fixtures/property-decorator-factory-instance-member (1 files)
ast-spec/src/legacy-fixtures/property-decorators/fixtures/property-decorator-factory-static-member (1 files)
ast-spec/src/legacy-fixtures/property-decorators/fixtures/property-decorator-instance-member (1 files)
ast-spec/src/legacy-fixtures/property-decorators/fixtures/property-decorator-static-member (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/array-type (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/conditional (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/conditional-infer (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/conditional-infer-nested (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/conditional-infer-simple (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/conditional-infer-with-constraint (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/conditional-with-null (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/constructor (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/constructor-abstract (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/constructor-empty (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/constructor-generic (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/constructor-in-generic (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/constructor-with-rest (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/function (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/function-generic (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/function-in-generic (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/function-with-array-destruction (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/function-with-object-destruction (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/function-with-rest (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/function-with-this (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/index-signature (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/index-signature-readonly (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/index-signature-without-type (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/indexed (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/interface-with-accessors (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/intersection-type (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/literal-number (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/literal-number-negative (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/literal-string (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/mapped (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/mapped-named-type (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/mapped-readonly (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/mapped-readonly-minus (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/mapped-readonly-plus (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/mapped-untypped (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/nested-types (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/object-literal-type-with-accessors (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/optional-variance-in (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/optional-variance-in-and-out (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/optional-variance-in-out (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/optional-variance-out (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/parenthesized-type (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/reference (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/reference-generic (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/reference-generic-nested (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/template-literal-type-1 (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/template-literal-type-2 (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/template-literal-type-3 (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/template-literal-type-4 (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/this-type (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/this-type-expanded (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/tuple (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/tuple-empty (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/tuple-named (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/tuple-named-optional (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/tuple-named-rest (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/tuple-named-type (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/tuple-optional (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/tuple-rest (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/tuple-type (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/type-literal (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/type-operator (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/typeof (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/typeof-this (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/typeof-with-type-parameters (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/union-intersection (1 files)
ast-spec/src/legacy-fixtures/types/fixtures/union-type (1 files)
ast-spec/src/parameter/AssignmentPattern/fixtures/decorated-assignment-pattern-parameter (1 files)
ast-spec/src/parameter/TSParameterProperty/fixtures/error/override-function-parameter (1 files)
ast-spec/src/parameter/TSParameterProperty/fixtures/error/override-method-parameter (1 files)
ast-spec/src/special/CatchClause/fixtures/error/with-initializer (1 files)
ast-spec/src/special/Decorator/fixtures/decorator-class-member-super-with-parens (1 files)
ast-spec/src/special/Decorator/fixtures/decorator-class-member-super-without-parens (1 files)
ast-spec/src/special/ExportSpecifier/fixtures/error/literal-specifier (1 files)
ast-spec/src/special/ExportSpecifier/fixtures/literal-specifier (1 files)
ast-spec/src/special/ExportSpecifier/fixtures/type-only-export-specifiers (1 files)
ast-spec/src/special/ExportSpecifier/fixtures/value-export-specifier (1 files)
ast-spec/src/special/ImportSpecifier/fixtures/type-only-import-specifier (1 files)
ast-spec/src/special/ImportSpecifier/fixtures/type-only-import-specifiers (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/arrow-const-modifier (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/arrow-const-modifier-extends (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/class-decl-const-in-modifier (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/class-decl-const-modifier (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/class-decl-const-modifier-extends (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/class-decl-const-modifier-multiple (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/class-decl-in-const-modifier (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/class-expr-const-in-modifier (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/class-expr-const-modifier (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/class-expr-const-modifier-extends (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/class-expr-const-modifier-multiple (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/class-expr-in-const-modifier (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/declare-func-const-modifier (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/func-decl-const-modifier (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/func-decl-const-modifier-extends (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/func-decl-const-modifier-multiple (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/func-expr-const-modifier (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/func-expr-const-modifier-extends (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/func-expr-const-modifier-multiple (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/interface-const-in-modifier-multiple (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/interface-const-modifier (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/interface-const-modifier-extends (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/interface-const-modifier-multiple (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/interface-in-const-modifier-multiple (1 files)
ast-spec/src/special/TSTypeParameter/fixtures/method-const-modifiers (1 files)
ast-spec/src/statement/ForInStatement/fixtures/error/using-initializer (1 files)
ast-spec/src/statement/ForInStatement/fixtures/expr-init (1 files)
ast-spec/src/statement/ForOfStatement/fixtures/error/decl-definite (1 files)
ast-spec/src/statement/ForOfStatement/fixtures/error/decl-definite-using (1 files)
ast-spec/src/statement/ForOfStatement/fixtures/error/decl-init (1 files)
ast-spec/src/statement/ForOfStatement/fixtures/error/decl-multi (1 files)
ast-spec/src/statement/ForOfStatement/fixtures/error/decl-type (1 files)
ast-spec/src/statement/ForOfStatement/fixtures/error/expr-not-assignment-target (1 files)
ast-spec/src/statement/ForOfStatement/fixtures/expr-init (1 files)
ast-spec/src/statement/ForOfStatement/fixtures/using-declaration (1 files)
ast-spec/src/statement/SwitchStatement/fixtures/error/multiple-default-cases (1 files)
ast-spec/src/statement/ThrowStatement/fixtures/error/missing-argument (1 files)
ast-spec/src/token/NumericToken/fixtures/bigint-literal (1 files)
ast-spec/src/type/TSImportType/fixtures/error/type-import-type-with-import-attributes-assert (1 files)
ast-spec/src/type/TSImportType/fixtures/type-import-type-with-import-attributes-with (1 files)
ast-spec/src/type/TSMappedType/fixtures/error/with-member-after (1 files)
ast-spec/src/type/TSMappedType/fixtures/error/with-member-before (1 files)
ast-spec/src/type/TSMappedType/fixtures/no-modifiers (1 files)
ast-spec/src/type/TSMappedType/fixtures/optional (1 files)
ast-spec/src/type/TSMappedType/fixtures/optional-minus (1 files)
ast-spec/src/type/TSMappedType/fixtures/optional-plus (1 files)
ast-spec/src/type/TSMappedType/fixtures/readonly (1 files)
ast-spec/src/type/TSMappedType/fixtures/readonly-minus (1 files)
ast-spec/src/type/TSMappedType/fixtures/readonly-optional (1 files)
ast-spec/src/type/TSMappedType/fixtures/readonly-plus (1 files)
ast-spec/tests (5 files)
ast-spec/tests/util/parsers (4 files)
ast-spec/tests/util (3 files)
ast-spec/tests/util/serializers (3 files)
ast-spec/tests/util/custom-matchers (1 files)
eslint-plugin/src/configs (1 files)
eslint-plugin/src/configs/eslintrc (13 files)
eslint-plugin/src/configs/flat (13 files)
eslint-plugin/src/util (42 files)
eslint-plugin/src/rules (132 files)
eslint-plugin/src/rules/naming-convention-utils (8 files)
eslint-plugin/src/rules/enum-utils (1 files)
eslint-plugin/src/rules/prefer-optional-chain-utils (5 files)
eslint-plugin/src (2 files)
eslint-plugin/tests (9 files)
eslint-plugin/tests/eslint-rules (7 files)
eslint-plugin/tests/fixtures (9 files)
eslint-plugin/tests/fixtures/consistent-type-exports (4 files)
eslint-plugin/tests/fixtures/unstrict (2 files)
eslint-plugin/tests/rules (127 files)
eslint-plugin/tests/rules/class-methods-use-this (2 files)
eslint-plugin/tests/rules/member-ordering (5 files)
eslint-plugin/tests/rules/naming-convention/cases (17 files)
eslint-plugin/tests/rules/naming-convention (1 files)
eslint-plugin/tests/rules/no-shadow (2 files)
eslint-plugin/tests/rules/no-unused-vars (2 files)
eslint-plugin/tests/rules/prefer-optional-chain (2 files)
eslint-plugin/tests/util (6 files)
eslint-plugin-internal/src/util (2 files)
eslint-plugin-internal/src/rules (9 files)
eslint-plugin-internal/src (1 files)
eslint-plugin-internal/tests (1 files)
eslint-plugin-internal/tests/fixtures (1 files)
eslint-plugin-internal/tests/rules (8 files)
integration-tests/fixtures/eslint-v8 (2 files)
integration-tests/fixtures/flat-config-types-@types__eslint-v8 (2 files)
integration-tests/fixtures/flat-config-types-@types__eslint-v9 (2 files)
integration-tests/fixtures/markdown (1 files)
integration-tests/fixtures/recommended-does-not-require-program (2 files)
integration-tests/fixtures/vue-jsx (2 files)
integration-tests/fixtures/vue-sfc (4 files)
integration-tests/tools (2 files)
integration-tests/tests (7 files)
parser/src (2 files)
parser/tests/fixtures/basics (9 files)
parser/tests/fixtures/scope-analysis (69 files)
parser/tests/fixtures/services (1 files)
parser/tests/test-utils (2 files)
parser/tests/lib (3 files)
project-service/src (3 files)
project-service/tests (2 files)
rule-schema-to-typescript-types/src (10 files)
rule-tester/src/types (5 files)
rule-tester/src (4 files)
rule-tester/src/utils (16 files)
rule-tester/tests (3 files)
scope-manager/src (5 files)
scope-manager/src/definition (15 files)
scope-manager/src/variable (5 files)
scope-manager/src/referencer (10 files)
scope-manager/src/scope (22 files)
scope-manager/src/lib (108 files)
scope-manager/tests/test-utils (4 files)
scope-manager/tests/eslint-scope (29 files)
scope-manager/tests/fixtures/block (2 files)
scope-manager/tests/fixtures/call-expression (3 files)
scope-manager/tests/fixtures/catch (2 files)
scope-manager/tests/fixtures/class/declaration (25 files)
scope-manager/tests/fixtures/class/expression (8 files)
scope-manager/tests/fixtures/decorators (8 files)
scope-manager/tests/fixtures/destructuring (4 files)
scope-manager/tests/fixtures/export (21 files)
scope-manager/tests/fixtures/functions/arrow/default-params (8 files)
scope-manager/tests/fixtures/functions/arrow (8 files)
scope-manager/tests/fixtures/functions/arrow/type-parameters (5 files)
scope-manager/tests/fixtures/functions/function-declaration/default-params (8 files)
scope-manager/tests/fixtures/functions/function-declaration (9 files)
scope-manager/tests/fixtures/functions/function-declaration/type-parameters (5 files)
scope-manager/tests/fixtures/functions/function-expression (8 files)
scope-manager/tests/fixtures/functions/function-expression/default-params (8 files)
scope-manager/tests/fixtures/functions/function-expression/type-parameters (5 files)
scope-manager/tests/fixtures/global-resolution/module (5 files)
scope-manager/tests/fixtures/global-resolution/script (5 files)
scope-manager/tests/fixtures/implicit (1 files)
scope-manager/tests/fixtures/import (12 files)
scope-manager/tests/fixtures/instantiation-expressions (2 files)
scope-manager/tests/fixtures/jsx (13 files)
scope-manager/tests/fixtures/jsx/factory (6 files)
scope-manager/tests/fixtures/member-expression (1 files)
scope-manager/tests/fixtures/new-expression (3 files)
scope-manager/tests/fixtures/ts-enum (6 files)
scope-manager/tests/fixtures/ts-module/declaration-merging (3 files)
scope-manager/tests/fixtures/ts-module (8 files)
scope-manager/tests/fixtures/type-annotation (10 files)
scope-manager/tests/fixtures/type-assertion (3 files)
scope-manager/tests/fixtures/type-assertion/assignment (3 files)
scope-manager/tests/fixtures/type-assertion/increment (3 files)
scope-manager/tests/fixtures/type-declaration (37 files)
scope-manager/tests/fixtures/type-declaration/function (7 files)
scope-manager/tests/fixtures/type-declaration/function/params (3 files)
scope-manager/tests/fixtures/type-declaration/signatures (12 files)
scope-manager/tests/fixtures/type-declaration/type-parameters/interface (5 files)
scope-manager/tests/fixtures/type-declaration/type-parameters (1 files)
scope-manager/tests/fixtures/type-declaration/type-parameters/type-decl (4 files)
scope-manager/tests (2 files)
scope-manager/tests/test-utils/custom-matchers (1 files)
scope-manager/tests/test-utils/serializers (8 files)
scope-manager/tests/types (2 files)
tsconfig-utils/src (3 files)
tsconfig-utils/tests/lib (1 files)
type-utils/src/typeOrValueSpecifiers (4 files)
type-utils/src (17 files)
type-utils/tests (11 files)
type-utils/tests/test-utils/custom-matchers (1 files)
type-utils/tests/fixtures (1 files)
types/src (4 files)
typescript-eslint/src (2 files)
typescript-eslint/tests (2 files)
typescript-estree/src/ts-estree (3 files)
typescript-estree/src (18 files)
typescript-estree/src/jsx (1 files)
typescript-estree/src/create-program (11 files)
typescript-estree/src/parseSettings (7 files)
typescript-estree/tests/fixtures/invalidFileErrors/js (4 files)
typescript-estree/tests/fixtures/invalidFileErrors/ts (4 files)
typescript-estree/tests/fixtures/moduleResolver (3 files)
typescript-estree/tests/fixtures/projectFolderIgnoreList/ignoreme (1 files)
typescript-estree/tests/fixtures/projectFolderIgnoreList/includeme (1 files)
typescript-estree/tests/fixtures/projectReferences (1 files)
typescript-estree/tests/fixtures/projectTrue/nested/deep (1 files)
typescript-estree/tests/fixtures/projectTrue/nested (1 files)
typescript-estree/tests/fixtures/projectTrue (1 files)
typescript-estree/tests/fixtures/semanticInfo/badTSConfig (1 files)
typescript-estree/tests/fixtures/semanticInfo (4 files)
typescript-estree/tests/fixtures/simpleProject (2 files)
typescript-estree/tests/lib (17 files)
typescript-estree/tests/test-utils (1 files)
typescript-estree/tests/test-utils/custom-matchers (1 files)
utils/src/ast-utils/eslint-utils (6 files)
utils/src (3 files)
utils/src/ts-eslint (12 files)
utils/src/ts-eslint/eslint (3 files)
utils/src/ast-utils (4 files)
utils/src/eslint-utils (8 files)
utils/src/ts-utils (3 files)
utils/tests/eslint-utils (6 files)
utils/tests/ts-eslint (2 files)
visitor-keys/src (3 files)
visitor-keys/tests (1 files)
website (3 files)
website/plugins/utils (2 files)
website/plugins (1 files)
website/plugins/generated-rule-docs (5 files)
website/plugins/generated-rule-docs/insertions (6 files)
website/sidebars (2 files)
website/src (1 files)
website/src/components/inputs (5 files)
website/src/components (7 files)
website/src/components/layout (6 files)
website/src/components/FinancialContributors (3 files)
website/src/components/FinancialContributors/Sponsors (1 files)
website/src/hooks (5 files)
website/src/components/ast (9 files)
website/src/components/lib (10 files)
website/src/components/linter (6 files)
website/src/components/config (3 files)
website/src/components/editor (8 files)
website/src/components/hooks (2 files)
website/src/components/typeDetails (3 files)
website/src/components/RulesTable (1 files)
website/src/components/TypeScriptOverlap (1 files)
website/src/components/team (3 files)
website/src/pages (2 files)
website/src/prism/language (1 files)
website/src/theme/BlogPostItem/Header/Title (1 files)
website/src/theme/BlogSidebar/Content (1 files)
website/src/theme/MDXComponents (7 files)
website/src/theme/CodeBlock/Content (1 files)
website/src/theme/NotFound/Content (1 files)
website/src/theme (1 files)
website-eslint/src (1 files)
website-eslint/src/mock (9 files)
dummypkg (1 files)
release (1 files)