Skip to content

Commit e6dca9c

Browse files
committed
refact: type only import
1 parent 26dcf1a commit e6dca9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/harmony/versions/four-seven.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import TsCurrentModule, {
1313
ModuleName,
1414
NamedExportBindings,
1515
} from "typescript";
16-
import TsFourSevenModule from "typescript-4.7";
16+
import type TsFourSevenModule from "typescript-4.7";
1717
import { TsTransformPathsContext } from "../../types";
1818
import { DownSampleTsTypes } from "../utils";
1919

src/harmony/versions/three-eight.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import TsCurrentModule, {
1818
NamedImportBindings,
1919
TypeNode,
2020
} from "typescript";
21-
import TsThreeEightModule from "typescript-3";
21+
import type TsThreeEightModule from "typescript-3";
2222
import { TsTransformPathsContext } from "../../types";
2323
import { DownSampleTsTypes } from "../utils";
2424

0 commit comments

Comments
 (0)