File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* Changes after this point: https://github.com/microsoft/TypeScript/wiki/API-Breaking-Changes#typescript-48
3
3
*/
4
- import TsCurrentModule , {
4
+ import type {
5
+ default as TsCurrentModule ,
5
6
AssertClause ,
6
7
ExportDeclaration ,
7
8
Expression ,
@@ -14,8 +15,8 @@ import TsCurrentModule, {
14
15
NamedExportBindings ,
15
16
} from "typescript" ;
16
17
import type TsFourSevenModule from "typescript-4.7" ;
17
- import { TsTransformPathsContext } from "../../types" ;
18
- import { DownSampleTsTypes } from "../utils" ;
18
+ import type { TsTransformPathsContext } from "../../types" ;
19
+ import type { DownSampleTsTypes } from "../utils" ;
19
20
20
21
/* ****************************************************************************************************************** */
21
22
// region: Mapping
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Changes after this point: https://github.com/microsoft/TypeScript/wiki/API-Breaking-Changes#typescript-40
3
3
*/
4
- import TsCurrentModule , {
4
+ import type {
5
+ default as TsCurrentModule ,
5
6
EntityName ,
6
7
ExportDeclaration ,
7
8
Expression ,
@@ -19,8 +20,8 @@ import TsCurrentModule, {
19
20
TypeNode ,
20
21
} from "typescript" ;
21
22
import type TsThreeEightModule from "typescript-3" ;
22
- import { TsTransformPathsContext } from "../../types" ;
23
- import { DownSampleTsTypes } from "../utils" ;
23
+ import type { TsTransformPathsContext } from "../../types" ;
24
+ import type { DownSampleTsTypes } from "../utils" ;
24
25
25
26
/* ****************************************************************************************************************** */
26
27
// region: Mapping
You can’t perform that action at this time.
0 commit comments