tree-sitter / tree-sitter-typescript

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

fix: decorator_call_expression type arguments #301

Closed nohehf closed 2 weeks ago

nohehf commented 3 weeks ago

This fixes #283, I added a test case for what was failing before, that now passes.

nohehf commented 3 weeks ago

I did not realise that the parser was this long, maybe it should not be included in the PR, let me know what you think.

nohehf commented 3 weeks ago

@amaanq could you review this one please ?

nohehf commented 2 weeks ago

@hendrikvanantwerpen maybe ? (sorry to disturb if I do, I just feel like it could be nice to fix this)

amaanq commented 2 weeks ago

yeah sorry for the delay @nohehf, but thanks for the PR!

nohehf commented 2 weeks ago

Thanks for merging @amaanq (and thanks for the review @hendrikvanantwerpen) !