Skip to content

Commit

Permalink
fix: fix type-only imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Oct 3, 2022
1 parent 3f346d6 commit 599ac1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript-estree/src/convert.ts
Expand Up @@ -31,7 +31,7 @@ import type {
ParserWeakMapESTreeToTSNode,
} from './parser-options';
import type { SemanticOrSyntacticError } from './semantic-or-syntactic-errors';
import { TSESTree, TSESTreeToTSNode, TSNode } from './ts-estree';
import type { TSESTree, TSESTreeToTSNode, TSNode } from './ts-estree';
import { AST_NODE_TYPES } from './ts-estree';
import { typescriptVersionIsAtLeast } from './version-check';

Expand Down

0 comments on commit 599ac1a

Please sign in to comment.