File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11export * from "./cursorlessCommandIds" ;
22export * from "./testUtil/extractTargetedMarks" ;
33export { 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" ;
66export { default as SpyIDE } from "./ide/spy/SpyIDE" ;
77export { HatStability } from "./ide/types/HatStability" ;
88export * from "./util" ;
@@ -11,8 +11,9 @@ export { getKey, splitKey } from "./util/splitKey";
1111export { hrtimeBigintToSeconds } from "./util/timeUtils" ;
1212export * from "./util/walkSync" ;
1313export * 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" ;
1617export * from "./ide/types/ide.types" ;
1718export * from "./ide/types/Capabilities" ;
1819export * from "./ide/types/CommandId" ;
Original file line number Diff line number Diff line change 1010 "resolveJsonModule" : true ,
1111 "composite" : true ,
1212 "forceConsistentCasingInFileNames" : true ,
13+ "isolatedModules" : true ,
1314 "strict" : true
1415 }
1516}
You can’t perform that action at this time.
0 commit comments