@typescript-eslint/types
Advanced tools
Comparing version 8.20.1-alpha.10 to 8.20.1-alpha.11
@@ -46,3 +46,3 @@ import type * as TSESTree from './generated/ast-spec'; | ||
interface ImportAttribute { | ||
parent: TSESTree.ExportAllDeclaration | TSESTree.ExportNamedDeclaration | TSESTree.ImportDeclaration; | ||
parent: TSESTree.ExportAllDeclaration | TSESTree.ExportNamedDeclaration | TSESTree.ImportDeclaration | TSESTree.TSImportType; | ||
} | ||
@@ -49,0 +49,0 @@ interface ImportDefaultSpecifier { |
{ | ||
"name": "@typescript-eslint/types", | ||
"version": "8.20.1-alpha.10", | ||
"version": "8.20.1-alpha.11", | ||
"description": "Types for the TypeScript-ESTree AST spec", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
173833
2698