MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / getSupportedLanguages

Function getSupportedLanguages

src/extraction/grammars.ts:569–571  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

567 * Get all supported languages (those with grammar definitions).
568 */
569export function getSupportedLanguages(): Language[] {
570 return [...(Object.keys(WASM_GRAMMAR_FILES) as GrammarLanguage[]), 'svelte', 'vue', 'astro', 'liquid'];
571}
572
573/**
574 * Reset the cached parser for a language to reclaim WASM heap memory.

Callers 2

extraction.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected