|
1 | 1 | export * from "./cursorlessCommandIds";
|
2 | 2 | export * from "./cursorlessSideBarIds";
|
3 |
| -export * from "./testUtil/extractTargetedMarks"; |
4 |
| -export { default as FakeIDE } from "./ide/fake/FakeIDE"; |
5 |
| -export type { Message } from "./ide/spy/SpyMessages"; |
6 |
| -export type { SpyIDERecordedValues } from "./ide/spy/SpyIDE"; |
7 |
| -export { default as SpyIDE } from "./ide/spy/SpyIDE"; |
8 |
| -export { HatStability } from "./ide/types/HatStability"; |
9 |
| -export * from "./util"; |
10 |
| -export * from "./ide/util/messages"; |
11 |
| -export { getKey, splitKey } from "./util/splitKey"; |
12 |
| -export * from "./util/disposableFrom"; |
13 |
| -export * from "./util/camelCaseToAllDown"; |
14 |
| -export { Notifier } from "./util/Notifier"; |
15 |
| -export type { Listener } from "./util/Notifier"; |
16 |
| -export type { TokenHatSplittingMode } from "./ide/types/Configuration"; |
17 |
| -export * from "./ide/types/ide.types"; |
| 3 | +export * from "./errors"; |
| 4 | +export * from "./extensionDependencies"; |
| 5 | +export * from "./FakeCommandServerApi"; |
| 6 | +export * from "./ide/fake/FakeIDE"; |
| 7 | +export * from "./ide/inMemoryTextDocument/InMemoryTextDocument"; |
| 8 | +export * from "./ide/normalized/NormalizedIDE"; |
| 9 | +export * from "./ide/spy/SpyIDE"; |
| 10 | +export * from "./ide/spy/SpyMessages"; |
18 | 11 | export * from "./ide/types/Capabilities";
|
19 |
| -export * from "./ide/types/CommandId"; |
20 |
| -export * from "./ide/types/FlashDescriptor"; |
21 | 12 | export * from "./ide/types/Clipboard";
|
| 13 | +export * from "./ide/types/CommandHistoryStorage"; |
| 14 | +export * from "./ide/types/CommandId"; |
22 | 15 | export * from "./ide/types/Configuration";
|
23 |
| -export * from "./ide/types/State"; |
| 16 | +export * from "./ide/types/events.types"; |
| 17 | +export * from "./ide/types/Events"; |
| 18 | +export * from "./ide/types/FileSystem.types"; |
| 19 | +export * from "./ide/types/FlashDescriptor"; |
24 | 20 | export * from "./ide/types/Hats";
|
| 21 | +export * from "./ide/types/HatStability"; |
| 22 | +export * from "./ide/types/hatStyles.types"; |
| 23 | +export * from "./ide/types/ide.types"; |
25 | 24 | export * from "./ide/types/Messages";
|
26 |
| -export * from "./ide/types/Events"; |
27 |
| -export * from "./ide/types/QuickPickOptions"; |
28 |
| -export * from "./ide/types/events.types"; |
29 | 25 | export * from "./ide/types/Paths";
|
30 |
| -export * from "./ide/types/CommandHistoryStorage"; |
| 26 | +export * from "./ide/types/QuickPickOptions"; |
31 | 27 | export * from "./ide/types/RawTreeSitterQueryProvider";
|
32 |
| -export * from "./ide/types/FileSystem.types"; |
33 |
| -export * from "./ide/inMemoryTextDocument/InMemoryTextDocument"; |
34 |
| -export * from "./types/RangeExpansionBehavior"; |
35 |
| -export * from "./types/InputBoxOptions"; |
36 |
| -export * from "./types/Position"; |
37 |
| -export * from "./types/Range"; |
38 |
| -export * from "./types/Edit"; |
39 |
| -export * from "./types/RevealLineAt"; |
40 |
| -export * from "./types/Selection"; |
41 |
| -export * from "./types/TextDocument"; |
42 |
| -export * from "./types/TextEditor"; |
43 |
| -export * from "./types/TextEditorDecorationType"; |
44 |
| -export * from "./types/TextEditorEdit"; |
45 |
| -export * from "./types/TextEditorOptions"; |
46 |
| -export * from "./types/TextLine"; |
47 |
| -export * from "./types/Token"; |
48 |
| -export * from "./types/SpokenFormType"; |
49 |
| -export * from "./types/HatTokenMap"; |
50 |
| -export * from "./types/ScopeProvider"; |
51 |
| -export * from "./types/SpokenForm"; |
52 |
| -export * from "./types/commandHistory"; |
53 |
| -export * from "./types/TalonSpokenForms"; |
54 |
| -export * from "./types/TestHelpers"; |
55 |
| -export * from "./types/TreeSitter"; |
56 |
| -export * from "./util/textFormatters"; |
57 |
| -export * from "./util/regex"; |
58 |
| -export * from "./util/serializedMarksToTokenHats"; |
59 |
| -export * from "./types/snippet.types"; |
| 28 | +export * from "./ide/types/State"; |
| 29 | +export * from "./ide/util/messages"; |
| 30 | +export * from "./scopeSupportFacets/languageScopeSupport"; |
| 31 | +export * from "./scopeSupportFacets/scopeSupportFacetInfos"; |
| 32 | +export * from "./scopeSupportFacets/scopeSupportFacets.types"; |
| 33 | +export * from "./scopeSupportFacets/textualScopeSupportFacetInfos"; |
| 34 | +export * from "./StoredTargetKey"; |
| 35 | +export * from "./testUtil/asyncSafety"; |
| 36 | +export * from "./testUtil/extractTargetedMarks"; |
60 | 37 | export * from "./testUtil/fromPlainObject";
|
61 |
| -export * from "./testUtil/spyToPlainObject"; |
62 |
| -export { default as DefaultMap } from "./util/DefaultMap"; |
63 |
| -export * from "./types/GeneralizedRange"; |
64 |
| -export * from "./types/RangeOffsets"; |
65 |
| -export * from "./util/omitByDeep"; |
66 |
| -export * from "./util/range"; |
67 |
| -export * from "./util/object"; |
68 |
| -export * from "./util/uniqWithHash"; |
69 |
| -export * from "./testUtil/testConstants"; |
| 38 | +export * from "./testUtil/getSnapshotForComparison"; |
70 | 39 | export * from "./testUtil/serialize";
|
| 40 | +export * from "./testUtil/serializeTestFixture"; |
71 | 41 | export * from "./testUtil/shouldUpdateFixtures";
|
| 42 | +export * from "./testUtil/spyToPlainObject"; |
72 | 43 | export * from "./testUtil/TestCaseSnapshot";
|
73 |
| -export * from "./testUtil/serializeTestFixture"; |
74 |
| -export * from "./testUtil/getSnapshotForComparison"; |
75 |
| -export * from "./testUtil/asyncSafety"; |
76 |
| -export * from "./util/typeUtils"; |
77 |
| -export * from "./ide/types/hatStyles.types"; |
78 |
| -export * from "./errors"; |
79 |
| -export * from "./util/CompositeKeyMap"; |
80 |
| -export * from "./ide/normalized/NormalizedIDE"; |
| 44 | +export * from "./testUtil/testConstants"; |
| 45 | +export * from "./types/command/ActionDescriptor"; |
81 | 46 | export * from "./types/command/command.types";
|
82 |
| -export * from "./types/command/PartialTargetDescriptor.types"; |
| 47 | +export * from "./types/command/CommandV6.types"; |
| 48 | +export * from "./types/command/CommandV7.types"; |
83 | 49 | export * from "./types/command/DestinationDescriptor.types";
|
84 |
| -export * from "./types/command/ActionDescriptor"; |
| 50 | +export * from "./types/command/legacy/ActionCommandV5"; |
85 | 51 | export * from "./types/command/legacy/CommandV0V1.types";
|
86 | 52 | export * from "./types/command/legacy/CommandV2.types";
|
87 | 53 | export * from "./types/command/legacy/CommandV3.types";
|
88 | 54 | export * from "./types/command/legacy/CommandV4.types";
|
89 |
| -export * from "./types/command/legacy/targetDescriptorV2.types"; |
90 |
| -export * from "./types/command/legacy/ActionCommandV5"; |
91 | 55 | export * from "./types/command/legacy/CommandV5.types";
|
92 |
| -export * from "./types/command/legacy/PartialTargetDescriptorV5.types"; |
93 |
| -export * from "./types/command/CommandV6.types"; |
94 |
| -export * from "./types/command/CommandV7.types"; |
95 | 56 | export * from "./types/command/legacy/PartialTargetDescriptorV3.types";
|
96 | 57 | export * from "./types/command/legacy/PartialTargetDescriptorV4.types";
|
| 58 | +export * from "./types/command/legacy/PartialTargetDescriptorV5.types"; |
| 59 | +export * from "./types/command/legacy/targetDescriptorV2.types"; |
| 60 | +export * from "./types/command/PartialTargetDescriptor.types"; |
| 61 | +export * from "./types/commandHistory"; |
97 | 62 | export * from "./types/CommandServerApi";
|
98 |
| -export * from "./util/itertools"; |
99 |
| -export * from "./extensionDependencies"; |
100 |
| -export * from "./FakeCommandServerApi"; |
| 63 | +export * from "./types/Edit"; |
| 64 | +export * from "./types/GeneralizedRange"; |
| 65 | +export * from "./types/HatTokenMap"; |
| 66 | +export * from "./types/InputBoxOptions"; |
| 67 | +export * from "./types/Position"; |
| 68 | +export * from "./types/Range"; |
| 69 | +export * from "./types/RangeExpansionBehavior"; |
| 70 | +export * from "./types/RangeOffsets"; |
| 71 | +export * from "./types/RevealLineAt"; |
| 72 | +export * from "./types/ScopeProvider"; |
| 73 | +export * from "./types/Selection"; |
| 74 | +export * from "./types/snippet.types"; |
| 75 | +export * from "./types/SpokenForm"; |
| 76 | +export * from "./types/SpokenFormType"; |
| 77 | +export * from "./types/TalonSpokenForms"; |
101 | 78 | export * from "./types/TestCaseFixture";
|
| 79 | +export * from "./types/TestHelpers"; |
| 80 | +export * from "./types/TextDocument"; |
| 81 | +export * from "./types/TextEditor"; |
| 82 | +export * from "./types/TextEditorDecorationType"; |
| 83 | +export * from "./types/TextEditorEdit"; |
| 84 | +export * from "./types/TextEditorOptions"; |
| 85 | +export * from "./types/TextLine"; |
| 86 | +export * from "./types/Token"; |
| 87 | +export * from "./types/TreeSitter"; |
| 88 | +export * from "./util"; |
| 89 | +export * from "./util/camelCaseToAllDown"; |
| 90 | +export * from "./util/clientSupportsFallback"; |
| 91 | +export * from "./util/CompositeKeyDefaultMap"; |
| 92 | +export * from "./util/CompositeKeyMap"; |
| 93 | +export * from "./util/DefaultMap"; |
| 94 | +export * from "./util/disposableFrom"; |
102 | 95 | export * from "./util/ensureCommandShape";
|
103 | 96 | export * from "./util/getEnvironmentVariableStrict";
|
104 |
| -export * from "./util/CompositeKeyDefaultMap"; |
| 97 | +export * from "./util/itertools"; |
| 98 | +export * from "./util/Notifier"; |
| 99 | +export * from "./util/object"; |
| 100 | +export * from "./util/omitByDeep"; |
| 101 | +export * from "./util/range"; |
| 102 | +export * from "./util/regex"; |
| 103 | +export * from "./util/serializedMarksToTokenHats"; |
| 104 | +export * from "./util/splitKey"; |
| 105 | +export * from "./util/textFormatters"; |
105 | 106 | export * from "./util/toPlainObject";
|
106 | 107 | export * from "./util/type";
|
107 |
| -export * from "./util/clientSupportsFallback"; |
108 |
| -export * from "./scopeSupportFacets/scopeSupportFacets.types"; |
109 |
| -export * from "./scopeSupportFacets/scopeSupportFacetInfos"; |
110 |
| -export * from "./scopeSupportFacets/textualScopeSupportFacetInfos"; |
111 |
| -export * from "./scopeSupportFacets/languageScopeSupport"; |
112 |
| -export * from "./StoredTargetKey"; |
| 108 | +export * from "./util/typeUtils"; |
| 109 | +export * from "./util/uniqWithHash"; |
0 commit comments