ABCoder's new TypeScript parser builds function-level code indices (UniAST) that preserve call chains and dependency relationships, replacing LSP-based resolution that required a JSON-RPC call per symbol. Graph-based indexing outperforms keyword search and embedding similarity for code agent context retrieval by maintaining structural relationships. Directly useful for anyone building code agents that need to navigate TypeScript repositories.