Commit e987ea8
committed
feat(typescript): update grammar and AST listener for new parser
- Update method calls and property accesses to match new grammar (e.g., `typeRef()` → `type_()`, `Identifier()` → `identifier()`)
- Refactor parameter and variable handling to support new AST structures
- Improve import parsing with new `importFromBlock` and namespace support
- Enhance arrow function and decorator detection with parent context traversal
- Add helper methods for position tracking and template string lexing1 parent 3f650eb commit e987ea8
File tree
6 files changed
+1374
-1299
lines changed- chapi-ast-typescript/src/main
- antlr
- java/chapi/ast/antlr
- kotlin/chapi/ast/typescriptast
6 files changed
+1374
-1299
lines changed
0 commit comments