| 1 | //! TypeScript / TSX parser for semantic analysis. |
| 2 | //! |
| 3 | //! Delegates to the existing [`TypeScriptExtractor`] which handles the full |
| 4 | //! tree-sitter extraction pipeline for TypeScript and TSX files. |
nothing calls this directly
no outgoing calls
no test coverage detected