MCPcopy
hub / github.com/giancarloerra/SocratiCode / AstGrepLangModule

Interface AstGrepLangModule

src/services/code-graph.ts:452–456  ·  view source on GitHub ↗

Module export shape exposed by `@ast-grep/lang-*` packages.

Source from the content-addressed store, hash-verified

450
451/** Module export shape exposed by `@ast-grep/lang-*` packages. */
452interface AstGrepLangModule {
453 libraryPath: string;
454 extensions: string[];
455 languageSymbol?: string;
456}
457
458/** Snapshot of dynamic-language registration state, for diagnostics. */
459export interface DynamicLanguageStatus {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected