()
| 37 | |
| 38 | /** No-op: pure-TS parser needs no async init. Kept for API compatibility. */ |
| 39 | export function ensureParserInitialized(): Promise<void> { |
| 40 | return READY |
| 41 | } |
| 42 | |
| 43 | /** Always succeeds — pure-TS needs no init. */ |
| 44 | export function getParserModule(): ParserModule | null { |
no outgoing calls
no test coverage detected