dlvandenberg / tree-sitter-angular

Tree Sitter Grammar for Angular
MIT License
34 stars 9 forks source link

Syntax broken when using `??` operator #9

Closed triglav closed 6 months ago

triglav commented 7 months ago

Hello, I believe the syntax breaks when using the ?? operator when binding to a property.

dlvandenberg commented 6 months ago

This should be fixed in #8 . Can you check with the latest parser?

triglav commented 6 months ago

It works now as expected. Thank you!