dlvandenberg / tree-sitter-angular

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

Bracket Notation not working correctly #22

Closed dlvandenberg closed 5 months ago

dlvandenberg commented 5 months ago

The parser does not support the following:

obj.access['thing'].thing

Specifically the bracket notation.