@colbymchenry/codegraph-darwin-x64 1.0.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/dist/bin/codegraph.js +111 -11
- package/lib/dist/bin/codegraph.js.map +1 -1
- package/lib/dist/db/index.d.ts +22 -1
- package/lib/dist/db/index.d.ts.map +1 -1
- package/lib/dist/db/index.js +46 -1
- package/lib/dist/db/index.js.map +1 -1
- package/lib/dist/db/queries.d.ts +14 -0
- package/lib/dist/db/queries.d.ts.map +1 -1
- package/lib/dist/db/queries.js +25 -0
- package/lib/dist/db/queries.js.map +1 -1
- package/lib/dist/directory.d.ts +43 -0
- package/lib/dist/directory.d.ts.map +1 -1
- package/lib/dist/directory.js +121 -0
- package/lib/dist/directory.js.map +1 -1
- package/lib/dist/extraction/grammars.d.ts +11 -3
- package/lib/dist/extraction/grammars.d.ts.map +1 -1
- package/lib/dist/extraction/grammars.js +14 -5
- package/lib/dist/extraction/grammars.js.map +1 -1
- package/lib/dist/extraction/index.d.ts.map +1 -1
- package/lib/dist/extraction/index.js +161 -34
- package/lib/dist/extraction/index.js.map +1 -1
- package/lib/dist/extraction/languages/c-cpp.d.ts.map +1 -1
- package/lib/dist/extraction/languages/c-cpp.js +47 -2
- package/lib/dist/extraction/languages/c-cpp.js.map +1 -1
- package/lib/dist/extraction/languages/csharp.d.ts.map +1 -1
- package/lib/dist/extraction/languages/csharp.js +20 -0
- package/lib/dist/extraction/languages/csharp.js.map +1 -1
- package/lib/dist/extraction/languages/dart.d.ts.map +1 -1
- package/lib/dist/extraction/languages/dart.js +22 -0
- package/lib/dist/extraction/languages/dart.js.map +1 -1
- package/lib/dist/extraction/languages/java.d.ts.map +1 -1
- package/lib/dist/extraction/languages/java.js +213 -9
- package/lib/dist/extraction/languages/java.js.map +1 -1
- package/lib/dist/extraction/languages/kotlin.d.ts.map +1 -1
- package/lib/dist/extraction/languages/kotlin.js +51 -0
- package/lib/dist/extraction/languages/kotlin.js.map +1 -1
- package/lib/dist/extraction/languages/scala.d.ts.map +1 -1
- package/lib/dist/extraction/languages/scala.js +19 -9
- package/lib/dist/extraction/languages/scala.js.map +1 -1
- package/lib/dist/extraction/parse-worker.js +4 -1
- package/lib/dist/extraction/parse-worker.js.map +1 -1
- package/lib/dist/extraction/tree-sitter-types.d.ts +13 -0
- package/lib/dist/extraction/tree-sitter-types.d.ts.map +1 -1
- package/lib/dist/extraction/tree-sitter.d.ts +119 -0
- package/lib/dist/extraction/tree-sitter.d.ts.map +1 -1
- package/lib/dist/extraction/tree-sitter.js +890 -11
- package/lib/dist/extraction/tree-sitter.js.map +1 -1
- package/lib/dist/index.d.ts +33 -0
- package/lib/dist/index.d.ts.map +1 -1
- package/lib/dist/index.js +68 -7
- package/lib/dist/index.js.map +1 -1
- package/lib/dist/installer/index.d.ts.map +1 -1
- package/lib/dist/installer/index.js +33 -67
- package/lib/dist/installer/index.js.map +1 -1
- package/lib/dist/installer/instructions-template.d.ts +3 -3
- package/lib/dist/installer/instructions-template.d.ts.map +1 -1
- package/lib/dist/installer/instructions-template.js +4 -4
- package/lib/dist/installer/targets/claude.d.ts +18 -12
- package/lib/dist/installer/targets/claude.d.ts.map +1 -1
- package/lib/dist/installer/targets/claude.js +78 -6
- package/lib/dist/installer/targets/claude.js.map +1 -1
- package/lib/dist/installer/targets/shared.d.ts +12 -2
- package/lib/dist/installer/targets/shared.d.ts.map +1 -1
- package/lib/dist/installer/targets/shared.js +13 -12
- package/lib/dist/installer/targets/shared.js.map +1 -1
- package/lib/dist/installer/targets/types.d.ts +7 -0
- package/lib/dist/installer/targets/types.d.ts.map +1 -1
- package/lib/dist/mcp/engine.d.ts.map +1 -1
- package/lib/dist/mcp/engine.js +8 -0
- package/lib/dist/mcp/engine.js.map +1 -1
- package/lib/dist/mcp/server-instructions.d.ts +18 -14
- package/lib/dist/mcp/server-instructions.d.ts.map +1 -1
- package/lib/dist/mcp/server-instructions.js +57 -52
- package/lib/dist/mcp/server-instructions.js.map +1 -1
- package/lib/dist/mcp/session.d.ts.map +1 -1
- package/lib/dist/mcp/session.js +23 -18
- package/lib/dist/mcp/session.js.map +1 -1
- package/lib/dist/mcp/tools.d.ts +51 -1
- package/lib/dist/mcp/tools.d.ts.map +1 -1
- package/lib/dist/mcp/tools.js +585 -151
- package/lib/dist/mcp/tools.js.map +1 -1
- package/lib/dist/project-config.d.ts +19 -0
- package/lib/dist/project-config.d.ts.map +1 -0
- package/lib/dist/project-config.js +180 -0
- package/lib/dist/project-config.js.map +1 -0
- package/lib/dist/reasoning/config.d.ts +45 -0
- package/lib/dist/reasoning/config.d.ts.map +1 -0
- package/lib/dist/reasoning/config.js +171 -0
- package/lib/dist/reasoning/config.js.map +1 -0
- package/lib/dist/reasoning/credentials.d.ts +5 -0
- package/lib/dist/reasoning/credentials.d.ts.map +1 -0
- package/lib/dist/reasoning/credentials.js +83 -0
- package/lib/dist/reasoning/credentials.js.map +1 -0
- package/lib/dist/reasoning/login.d.ts +21 -0
- package/lib/dist/reasoning/login.d.ts.map +1 -0
- package/lib/dist/reasoning/login.js +85 -0
- package/lib/dist/reasoning/login.js.map +1 -0
- package/lib/dist/reasoning/reasoner.d.ts +43 -0
- package/lib/dist/reasoning/reasoner.d.ts.map +1 -0
- package/lib/dist/reasoning/reasoner.js +308 -0
- package/lib/dist/reasoning/reasoner.js.map +1 -0
- package/lib/dist/resolution/c-fnptr-synthesizer.d.ts +33 -0
- package/lib/dist/resolution/c-fnptr-synthesizer.d.ts.map +1 -0
- package/lib/dist/resolution/c-fnptr-synthesizer.js +352 -0
- package/lib/dist/resolution/c-fnptr-synthesizer.js.map +1 -0
- package/lib/dist/resolution/callback-synthesizer.d.ts +6 -1
- package/lib/dist/resolution/callback-synthesizer.d.ts.map +1 -1
- package/lib/dist/resolution/callback-synthesizer.js +1109 -1
- package/lib/dist/resolution/callback-synthesizer.js.map +1 -1
- package/lib/dist/resolution/frameworks/goframe.d.ts +41 -0
- package/lib/dist/resolution/frameworks/goframe.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/goframe.js +112 -0
- package/lib/dist/resolution/frameworks/goframe.js.map +1 -0
- package/lib/dist/resolution/frameworks/index.d.ts +1 -0
- package/lib/dist/resolution/frameworks/index.d.ts.map +1 -1
- package/lib/dist/resolution/frameworks/index.js +5 -1
- package/lib/dist/resolution/frameworks/index.js.map +1 -1
- package/lib/dist/resolution/frameworks/react.d.ts.map +1 -1
- package/lib/dist/resolution/frameworks/react.js +17 -60
- package/lib/dist/resolution/frameworks/react.js.map +1 -1
- package/lib/dist/resolution/goframe-synthesizer.d.ts +28 -0
- package/lib/dist/resolution/goframe-synthesizer.d.ts.map +1 -0
- package/lib/dist/resolution/goframe-synthesizer.js +158 -0
- package/lib/dist/resolution/goframe-synthesizer.js.map +1 -0
- package/lib/dist/resolution/name-matcher.d.ts.map +1 -1
- package/lib/dist/resolution/name-matcher.js +48 -8
- package/lib/dist/resolution/name-matcher.js.map +1 -1
- package/lib/dist/resolution/strip-comments.d.ts +1 -1
- package/lib/dist/resolution/strip-comments.d.ts.map +1 -1
- package/lib/dist/resolution/strip-comments.js +2 -0
- package/lib/dist/resolution/strip-comments.js.map +1 -1
- package/lib/dist/sync/watcher.d.ts +68 -1
- package/lib/dist/sync/watcher.d.ts.map +1 -1
- package/lib/dist/sync/watcher.js +212 -14
- package/lib/dist/sync/watcher.js.map +1 -1
- package/lib/dist/telemetry/index.d.ts +0 -3
- package/lib/dist/telemetry/index.d.ts.map +1 -1
- package/lib/dist/telemetry/index.js +4 -7
- package/lib/dist/telemetry/index.js.map +1 -1
- package/lib/dist/upgrade/index.d.ts.map +1 -1
- package/lib/dist/upgrade/index.js +40 -4
- package/lib/dist/upgrade/index.js.map +1 -1
- package/lib/dist/utils.d.ts +14 -1
- package/lib/dist/utils.d.ts.map +1 -1
- package/lib/dist/utils.js +20 -2
- package/lib/dist/utils.js.map +1 -1
- package/lib/node_modules/.package-lock.json +1 -1
- package/lib/package.json +2 -2
- package/package.json +1 -1
|
@@ -16,12 +16,19 @@ export declare class TreeSitterExtractor {
|
|
|
16
16
|
private nodes;
|
|
17
17
|
private edges;
|
|
18
18
|
private unresolvedReferences;
|
|
19
|
+
private static readonly VALUE_REF_LANGS;
|
|
20
|
+
private static readonly MAX_VALUE_REF_NODES;
|
|
21
|
+
private readonly valueRefsEnabled;
|
|
22
|
+
private fileScopeValues;
|
|
23
|
+
private fileScopeValueCounts;
|
|
24
|
+
private valueRefScopes;
|
|
19
25
|
private errors;
|
|
20
26
|
private extractor;
|
|
21
27
|
private nodeStack;
|
|
22
28
|
private methodIndex;
|
|
23
29
|
private fnRefSpec;
|
|
24
30
|
private fnRefCandidates;
|
|
31
|
+
private vueStoreFile;
|
|
25
32
|
constructor(filePath: string, source: string, language?: Language);
|
|
26
33
|
/**
|
|
27
34
|
* Parse and extract from the source code
|
|
@@ -59,6 +66,21 @@ export declare class TreeSitterExtractor {
|
|
|
59
66
|
* callback + same-file ops struct) — is.
|
|
60
67
|
*/
|
|
61
68
|
private flushFnRefCandidates;
|
|
69
|
+
/**
|
|
70
|
+
* Record value-reference bookkeeping as nodes are created: file-scope const/var symbols with
|
|
71
|
+
* distinctive names become reference targets; function/method/const/var symbols become reader
|
|
72
|
+
* scopes whose bodies flushValueRefs scans.
|
|
73
|
+
*/
|
|
74
|
+
private captureValueRefScope;
|
|
75
|
+
/**
|
|
76
|
+
* Emit same-file `references` edges from a symbol to the file-scope const/var it reads (TS/JS).
|
|
77
|
+
* The engine doesn't edge const→consumer, so impact analysis misses "change this table, affect
|
|
78
|
+
* its readers" (the ReScript-PR false positive). Same-file only (resolution is unambiguous),
|
|
79
|
+
* distinctive target names only (dodges the local-shadowing precision trap documented on
|
|
80
|
+
* function_ref), deduped per (reader, target). Default on (CODEGRAPH_VALUE_REFS=0 disables) +
|
|
81
|
+
* additive. Shadowed targets are pruned — see below.
|
|
82
|
+
*/
|
|
83
|
+
private flushValueRefs;
|
|
62
84
|
/**
|
|
63
85
|
* Visit a node and extract information
|
|
64
86
|
*/
|
|
@@ -92,10 +114,41 @@ export declare class TreeSitterExtractor {
|
|
|
92
114
|
* (class, struct, interface, trait). File nodes do not count as class-like.
|
|
93
115
|
*/
|
|
94
116
|
private isInsideClassLikeNode;
|
|
117
|
+
/**
|
|
118
|
+
* Ruby `CONST = …` assignment whose LHS is a `constant` node — a class/module
|
|
119
|
+
* (or top-level) constant worth extracting as a symbol even inside a class.
|
|
120
|
+
* Other languages don't give an assignment a `constant`-typed LHS, so this
|
|
121
|
+
* gate is effectively Ruby-only.
|
|
122
|
+
*/
|
|
123
|
+
private isClassScopeConstantAssignment;
|
|
95
124
|
/**
|
|
96
125
|
* Extract a function
|
|
97
126
|
*/
|
|
98
127
|
private extractFunction;
|
|
128
|
+
/**
|
|
129
|
+
* Detect a React component declared via an HOC wrapper whose result is itself a
|
|
130
|
+
* component: `forwardRef(...)`, `memo(...)`, `React.forwardRef/memo(...)`, and
|
|
131
|
+
* styled-components / emotion `styled.tag\`…\`` / `styled(Base)\`…\``. These
|
|
132
|
+
* initializers are a call / tagged-template (not a bare arrow), so the const is
|
|
133
|
+
* otherwise classified `constant` — and a constant is skipped by both the
|
|
134
|
+
* JSX-render edge synthesizer and component resolution, so `<Button/>` usages
|
|
135
|
+
* get no edge and callers/impact silently return empty (#841).
|
|
136
|
+
*
|
|
137
|
+
* Returns `{ inner }` — the inline render function to extract as the component
|
|
138
|
+
* body, or `null` when the wrapper has no inline function (`memo(Imported)`,
|
|
139
|
+
* `styled.button\`…\``) and only a bodyless component node is minted — or
|
|
140
|
+
* `undefined` when this initializer is not a recognized component wrapper.
|
|
141
|
+
*/
|
|
142
|
+
private reactComponentHoc;
|
|
143
|
+
/**
|
|
144
|
+
* Emit a `component` node for an HOC-wrapped React component declaration (see
|
|
145
|
+
* reactComponentHoc). Named by the declarator (`Button`) and located at it so
|
|
146
|
+
* the node range spans the body. When the wrapper has an inline render
|
|
147
|
+
* function, its body is walked so the component's callees (hooks, helpers) are
|
|
148
|
+
* captured under the component node — matching how a plain
|
|
149
|
+
* `const Foo = () => …` arrow component already behaves.
|
|
150
|
+
*/
|
|
151
|
+
private extractReactComponentNode;
|
|
99
152
|
/**
|
|
100
153
|
* Extract a class
|
|
101
154
|
*/
|
|
@@ -157,6 +210,72 @@ export declare class TreeSitterExtractor {
|
|
|
157
210
|
* `=> { return {...} }` block. Returns null for any other body shape.
|
|
158
211
|
*/
|
|
159
212
|
private functionReturnedObject;
|
|
213
|
+
/**
|
|
214
|
+
* RTK Query: from a `createApi({ ..., endpoints: build => ({...}) })` or a
|
|
215
|
+
* `baseApi.injectEndpoints({ endpoints: build => ({...}) })` call initializer,
|
|
216
|
+
* return the object literal of endpoint definitions (the object the `endpoints`
|
|
217
|
+
* arrow returns). Returns null for any other call — the common case — so this
|
|
218
|
+
* stays cheap and silent. Keyed on the RTK entry-point names (`createApi` /
|
|
219
|
+
* `injectEndpoints`) like the framework extractors key on their library APIs.
|
|
220
|
+
*/
|
|
221
|
+
private findRtkEndpointsObject;
|
|
222
|
+
/**
|
|
223
|
+
* Extract each RTK Query endpoint (`getX: build.query({...})` / `build.mutation`)
|
|
224
|
+
* as a function node named by the endpoint key, spanning its primary handler
|
|
225
|
+
* (the `queryFn`/`query` arrow) so the fetch logic's calls attribute to the
|
|
226
|
+
* endpoint. Without this an endpoint exists only as an object-literal property —
|
|
227
|
+
* never a node — so the generated `useXQuery` hook can't be bridged to it.
|
|
228
|
+
*/
|
|
229
|
+
private extractRtkEndpoints;
|
|
230
|
+
/**
|
|
231
|
+
* The primary handler arrow of a `build.query({ queryFn|query: (…) => … })`
|
|
232
|
+
* endpoint — prefers `queryFn`, then `query`, else the first function-valued
|
|
233
|
+
* property. Returns null when the endpoint is config-only (no handler arrow).
|
|
234
|
+
*/
|
|
235
|
+
private rtkEndpointHandler;
|
|
236
|
+
/**
|
|
237
|
+
* RTK Query generated-hook bindings. `export const { useGetXQuery,
|
|
238
|
+
* useUpdateYMutation } = someApi` destructures the hooks RTK generates per
|
|
239
|
+
* endpoint off a createApi result. They are real exported symbols that
|
|
240
|
+
* components import, but destructured bindings aren't otherwise extracted —
|
|
241
|
+
* mint a function node per binding matching the RTK hook convention so the hook
|
|
242
|
+
* resolves and the synthesizer can bridge it to its endpoint. Gated tight by the
|
|
243
|
+
* caller (object-pattern off a bare identifier) + the name convention here, so
|
|
244
|
+
* ordinary destructures stay unextracted.
|
|
245
|
+
*/
|
|
246
|
+
private extractRtkHookBindings;
|
|
247
|
+
/** Cheap per-file heuristic: the file carries ≥2 distinct Vue-store signals
|
|
248
|
+
* (defineStore/createStore/Vuex, or the actions/mutations/getters/namespaced
|
|
249
|
+
* vocabulary). Gates the non-exported `const actions = {…}` Vuex-module form so
|
|
250
|
+
* a stray `const actions` in unrelated code is never mistaken for a store. */
|
|
251
|
+
private looksLikeVueStoreFile;
|
|
252
|
+
/** True if an object literal has ≥1 inline function member (`key: () => …` /
|
|
253
|
+
* `method(){}`) — distinguishes an inline action map (zustand/SvelteKit form
|
|
254
|
+
* actions) from a Pinia SETUP store's all-shorthand `return { foo, bar }`
|
|
255
|
+
* (whose functions are body-local consts, walked normally instead). */
|
|
256
|
+
private objectHasInlineFunctions;
|
|
257
|
+
/** Vue store action/mutation/getter collections defined INLINE in a store call:
|
|
258
|
+
* `defineStore({ actions: {…}, getters: {…} })` (Pinia options form),
|
|
259
|
+
* `defineStore('id', { actions: {…} })`, `createStore({ mutations: {…} })`,
|
|
260
|
+
* `new Vuex.Store({ actions: {…} })`. Returns the object literals under those
|
|
261
|
+
* keys so their methods become nodes. Gated on the store-factory callee. */
|
|
262
|
+
private findVueStoreCollectionObjects;
|
|
263
|
+
/** Extract the methods of a store-config object's `actions`/`mutations`/`getters`
|
|
264
|
+
* properties. Used for the canonical Vuex MODULE shape `export default {
|
|
265
|
+
* namespaced, actions: {…}, mutations: {…} }` — object-literal methods aren't
|
|
266
|
+
* otherwise extracted, so the actions/mutations would never be nodes. */
|
|
267
|
+
private extractStoreCollectionMethods;
|
|
268
|
+
/** The SETUP function of a Pinia setup store (`defineStore('id', () => {…})`)
|
|
269
|
+
* — an arrow/function arg with a block body. Returns null for the options form
|
|
270
|
+
* (`defineStore({…})`) and for any non-defineStore call. The setup body's local
|
|
271
|
+
* function consts are the store's actions; the generic body walk doesn't reach
|
|
272
|
+
* them (nested functions are separate scopes), so they're extracted explicitly. */
|
|
273
|
+
private findPiniaSetupFn;
|
|
274
|
+
/** Extract a Pinia setup store's actions: the body-local `const foo = () => …`
|
|
275
|
+
* / `function foo(){}` declarations, named by the binding. (State refs and other
|
|
276
|
+
* consts are left to the normal value-extraction; only the functions matter as
|
|
277
|
+
* the store's callable surface.) */
|
|
278
|
+
private extractPiniaSetupBody;
|
|
160
279
|
/**
|
|
161
280
|
* Extract a variable declaration (const, let, var, etc.)
|
|
162
281
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tree-sitter.d.ts","sourceRoot":"","sources":["../../src/extraction/tree-sitter.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,OAAO,EACL,QAAQ,EAIR,gBAAgB,EAGjB,MAAM,UAAU,CAAC;AAoBlB,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"tree-sitter.d.ts","sourceRoot":"","sources":["../../src/extraction/tree-sitter.ts"],"names":[],"mappings":"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"}
|