@typescript-eslint/types
Advanced tools
Comparing version 8.22.1-alpha.0 to 8.22.1-alpha.1
@@ -57,2 +57,20 @@ import type * as TSESTree from './generated/ast-spec'; | ||
} | ||
interface ExportDefaultDeclaration { | ||
parent: TSESTree.BlockStatement | TSESTree.Program | TSESTree.TSModuleBlock; | ||
} | ||
interface ExportNamedDeclarationWithoutSourceWithMultiple { | ||
parent: TSESTree.BlockStatement | TSESTree.Program | TSESTree.TSModuleBlock; | ||
} | ||
interface ExportNamedDeclarationWithoutSourceWithSingle { | ||
parent: TSESTree.BlockStatement | TSESTree.Program | TSESTree.TSModuleBlock; | ||
} | ||
interface ExportNamedDeclarationWithSource { | ||
parent: TSESTree.BlockStatement | TSESTree.Program | TSESTree.TSModuleBlock; | ||
} | ||
interface FunctionDeclarationWithName { | ||
parent: TSESTree.BlockStatement | TSESTree.ExportDefaultDeclaration | TSESTree.ExportNamedDeclaration | TSESTree.Program; | ||
} | ||
interface FunctionDeclarationWithOptionalName { | ||
parent: TSESTree.ExportDefaultDeclaration; | ||
} | ||
interface JSXAttribute { | ||
@@ -59,0 +77,0 @@ parent: TSESTree.JSXOpeningElement; |
{ | ||
"name": "@typescript-eslint/types", | ||
"version": "8.22.1-alpha.0", | ||
"version": "8.22.1-alpha.1", | ||
"description": "Types for the TypeScript-ESTree AST spec", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
175353
2717