Releases: guobin211/tree-sitter-rsx
Releases · guobin211/tree-sitter-rsx
support for zed
0.1.5 chore: increment version to 0.1.5
0.1.4: feat: Refactor RSXParser to improve directive handling and add new tests
feat: Refactor RSXParser to improve directive handling and add new tests
- Updated TypeScript definitions in rsx-parser.d.ts to use consistent syntax.
- Refactored rsx-parser.js to enhance parsing logic for directives, including support for new directive formats.
- Added comprehensive tests in test-parser.js for various directive scenarios, including conditional and loop directives.
- Improved error handling and reporting mechanisms within the parser.
- Ensured compatibility with new directive syntax and added test cases for client components.