We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b484e66 commit 36541a9Copy full SHA for 36541a9
packages/cmake-file-api/src/index.ts
@@ -0,0 +1,27 @@
1
+export {
2
+ createSharedStatelessQuery,
3
+ createClientStatelessQuery,
4
+ createClientStatefulQuery,
5
+ createQuery, // deprecated alias
6
+ type VersionSpec,
7
+ type QueryRequest,
8
+ type StatefulQuery,
9
+} from "./query.js";
10
+
11
12
+ readReplyIndex,
13
+ isReplyErrorIndexPath,
14
+ readReplyErrorIndex,
15
+ readCodemodel,
16
+ readTarget,
17
+ readCache,
18
+ readCmakeFiles,
19
+ readToolchains,
20
+ readConfigureLog,
21
+ findCurrentReplyIndexPath,
22
+ readCurrentSharedCodemodel,
23
+ readCurrentTargets,
24
+ readCurrentTargetsDeep,
25
+} from "./reply.js";
26
27
+export * from "./schemas.js";
0 commit comments