tree-sitter / tree-sitter-typescript

TypeScript grammar for tree-sitter
MIT License
332 stars 103 forks source link

Various fixes for valid code not being parsed properly #252

Closed guillaumebrunerie closed 11 months ago

guillaumebrunerie commented 11 months ago

This pull request fixes five instances of valid code not being parsed correctly (mostly due to new or somewhat advanced features):

Checklist:

amaanq commented 11 months ago

Thanks for your work!