|
| 1 | +// IMPORTANT! |
| 2 | +// This file has been automatically generated, |
| 3 | +// in order to update its content execute "pnpm run update" |
| 4 | +// |
| 5 | +// Replace type information to use "@typescript-eslint/types" instead of "estree". |
| 6 | +// |
| 7 | +declare module 'estree' { |
| 8 | + import type { TSESTree } from '@typescript-eslint/types'; |
| 9 | + |
| 10 | + export type Node = TSESTree.Node; |
| 11 | + export type Program = TSESTree.Program; |
| 12 | + export type Expression = TSESTree.Expression; |
| 13 | + export type Statement = TSESTree.Statement; |
| 14 | + export type Pattern = TSESTree.DestructuringPattern; |
| 15 | + export type AccessorProperty = TSESTree.AccessorProperty; |
| 16 | + export type ArrayExpression = TSESTree.ArrayExpression; |
| 17 | + export type ArrayPattern = TSESTree.ArrayPattern; |
| 18 | + export type ArrowFunctionExpression = TSESTree.ArrowFunctionExpression; |
| 19 | + export type AssignmentExpression = TSESTree.AssignmentExpression; |
| 20 | + export type AssignmentPattern = TSESTree.AssignmentPattern; |
| 21 | + export type AwaitExpression = TSESTree.AwaitExpression; |
| 22 | + export type BinaryExpression = TSESTree.BinaryExpression; |
| 23 | + export type BlockStatement = TSESTree.BlockStatement; |
| 24 | + export type BreakStatement = TSESTree.BreakStatement; |
| 25 | + export type CallExpression = TSESTree.CallExpression; |
| 26 | + export type CatchClause = TSESTree.CatchClause; |
| 27 | + export type ChainExpression = TSESTree.ChainExpression; |
| 28 | + export type ClassBody = TSESTree.ClassBody; |
| 29 | + export type ClassDeclaration = TSESTree.ClassDeclaration; |
| 30 | + export type ClassExpression = TSESTree.ClassExpression; |
| 31 | + export type ConditionalExpression = TSESTree.ConditionalExpression; |
| 32 | + export type ContinueStatement = TSESTree.ContinueStatement; |
| 33 | + export type DebuggerStatement = TSESTree.DebuggerStatement; |
| 34 | + export type DoWhileStatement = TSESTree.DoWhileStatement; |
| 35 | + export type EmptyStatement = TSESTree.EmptyStatement; |
| 36 | + export type ExportAllDeclaration = TSESTree.ExportAllDeclaration; |
| 37 | + export type ExportDefaultDeclaration = TSESTree.ExportDefaultDeclaration; |
| 38 | + export type ExportNamedDeclaration = TSESTree.ExportNamedDeclaration; |
| 39 | + export type ExportSpecifier = TSESTree.ExportSpecifier; |
| 40 | + export type ExpressionStatement = TSESTree.ExpressionStatement; |
| 41 | + export type ForInStatement = TSESTree.ForInStatement; |
| 42 | + export type ForOfStatement = TSESTree.ForOfStatement; |
| 43 | + export type ForStatement = TSESTree.ForStatement; |
| 44 | + export type FunctionDeclaration = TSESTree.FunctionDeclaration; |
| 45 | + export type FunctionExpression = TSESTree.FunctionExpression; |
| 46 | + export type Identifier = TSESTree.Identifier; |
| 47 | + export type IfStatement = TSESTree.IfStatement; |
| 48 | + export type ImportDeclaration = TSESTree.ImportDeclaration; |
| 49 | + export type ImportDefaultSpecifier = TSESTree.ImportDefaultSpecifier; |
| 50 | + export type ImportExpression = TSESTree.ImportExpression; |
| 51 | + export type ImportNamespaceSpecifier = TSESTree.ImportNamespaceSpecifier; |
| 52 | + export type ImportSpecifier = TSESTree.ImportSpecifier; |
| 53 | + export type LabeledStatement = TSESTree.LabeledStatement; |
| 54 | + export type Literal = TSESTree.Literal; |
| 55 | + export type LogicalExpression = TSESTree.LogicalExpression; |
| 56 | + export type MemberExpression = TSESTree.MemberExpression; |
| 57 | + export type MetaProperty = TSESTree.MetaProperty; |
| 58 | + export type MethodDefinition = TSESTree.MethodDefinition; |
| 59 | + export type NewExpression = TSESTree.NewExpression; |
| 60 | + export type ObjectExpression = TSESTree.ObjectExpression; |
| 61 | + export type ObjectPattern = TSESTree.ObjectPattern; |
| 62 | + export type PrivateIdentifier = TSESTree.PrivateIdentifier; |
| 63 | + export type Property = TSESTree.Property; |
| 64 | + export type PropertyDefinition = TSESTree.PropertyDefinition; |
| 65 | + export type RestElement = TSESTree.RestElement; |
| 66 | + export type ReturnStatement = TSESTree.ReturnStatement; |
| 67 | + export type SequenceExpression = TSESTree.SequenceExpression; |
| 68 | + export type SpreadElement = TSESTree.SpreadElement; |
| 69 | + export type Super = TSESTree.Super; |
| 70 | + export type SwitchCase = TSESTree.SwitchCase; |
| 71 | + export type SwitchStatement = TSESTree.SwitchStatement; |
| 72 | + export type TaggedTemplateExpression = TSESTree.TaggedTemplateExpression; |
| 73 | + export type TemplateElement = TSESTree.TemplateElement; |
| 74 | + export type TemplateLiteral = TSESTree.TemplateLiteral; |
| 75 | + export type ThisExpression = TSESTree.ThisExpression; |
| 76 | + export type ThrowStatement = TSESTree.ThrowStatement; |
| 77 | + export type TryStatement = TSESTree.TryStatement; |
| 78 | + export type UnaryExpression = TSESTree.UnaryExpression; |
| 79 | + export type UpdateExpression = TSESTree.UpdateExpression; |
| 80 | + export type VariableDeclaration = TSESTree.VariableDeclaration; |
| 81 | + export type VariableDeclarator = TSESTree.VariableDeclarator; |
| 82 | + export type WhileStatement = TSESTree.WhileStatement; |
| 83 | + export type WithStatement = TSESTree.WithStatement; |
| 84 | + export type YieldExpression = TSESTree.YieldExpression; |
| 85 | +} |
0 commit comments