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 Nov 2, 2022
1 parent 687d1cd commit 2ea0aac
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 2ea0aac

Please sign in to comment.