MCPcopy
hub / github.com/athasdev/athas / ParserSource

Interface ParserSource

scripts/postinstall.ts:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51const PARSERS_DIR = `${process.cwd()}/public/tree-sitter/parsers`;
52
53interface ParserSource {
54 package: string;
55 subdir?: string;
56}
57
58// All bundled parsers — built from source using tree-sitter-cli.
59const BUNDLED_PARSERS: Record<string, ParserSource> = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected