What's new
Node parser improvements:
- Fix TSX grammar loading:
.tsxfiles now correctly use the TSX grammar,.tsuses TypeScript - Extract function-like object pairs (e.g.
onClick: () => {}) as method entities - Classify
const foo = () => {}declarations asfunctiontype instead ofvariable - Skip inner variables declared inside function scopes from top-level extraction
- Improved traversal: consistent recursion preserving parent-child relationships
- Extract nested class methods and fields for TS/JS
Full changelog: v0.3.3...v0.3.4