fix: hyphens are not valid in identifiers in template expressions#87
fix: hyphens are not valid in identifiers in template expressions#87forivall wants to merge 4 commits intodlvandenberg:mainfrom
Conversation
|
Hi @forivall ! Thanks for the contribution :) Can you update the version in |
```sh tree-sitter version --bump patch && tree-sitter build && cargo build && npm i ```
705eae0 to
0354d50
Compare
|
FYI, the force push just updated the formatting of my test changes with also, as i mention in the commit, to update the version seamlessly, i ran note that i had to manually change the version in |
This change also is the beginning of a separation between the parsing of the binding attributes (as defined in the angular compiler's
binding_parser.ts) from the expression parser, as identifiers in expressions are much stricter than what is allowed in parsing html attribute names (which are then parsed by the binding parser, as seen above)