()
| 567 | * Get all supported languages (those with grammar definitions). |
| 568 | */ |
| 569 | export 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. |
no outgoing calls
no test coverage detected