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