File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
export * from "./cursorlessCommandIds" ;
2
2
export * from "./testUtil/extractTargetedMarks" ;
3
3
export { default as FakeIDE } from "./ide/fake/FakeIDE" ;
4
- export { Message } from "./ide/spy/SpyMessages" ;
5
- export { SpyIDERecordedValues } from "./ide/spy/SpyIDE" ;
4
+ export type { Message } from "./ide/spy/SpyMessages" ;
5
+ export type { SpyIDERecordedValues } from "./ide/spy/SpyIDE" ;
6
6
export { default as SpyIDE } from "./ide/spy/SpyIDE" ;
7
7
export { HatStability } from "./ide/types/HatStability" ;
8
8
export * from "./util" ;
@@ -11,8 +11,9 @@ export { getKey, splitKey } from "./util/splitKey";
11
11
export { hrtimeBigintToSeconds } from "./util/timeUtils" ;
12
12
export * from "./util/walkSync" ;
13
13
export * from "./util/walkAsync" ;
14
- export { Listener , Notifier } from "./util/Notifier" ;
15
- export { TokenHatSplittingMode } from "./ide/types/Configuration" ;
14
+ export { Notifier } from "./util/Notifier" ;
15
+ export type { Listener } from "./util/Notifier" ;
16
+ export type { TokenHatSplittingMode } from "./ide/types/Configuration" ;
16
17
export * from "./ide/types/ide.types" ;
17
18
export * from "./ide/types/Capabilities" ;
18
19
export * from "./ide/types/CommandId" ;
Original file line number Diff line number Diff line change 10
10
"resolveJsonModule" : true ,
11
11
"composite" : true ,
12
12
"forceConsistentCasingInFileNames" : true ,
13
+ "isolatedModules" : true ,
13
14
"strict" : true
14
15
}
15
16
}
You can’t perform that action at this time.
0 commit comments