Skip to content

fix: hyphens are not valid in identifiers in template expressions#87

Open
forivall wants to merge 2 commits intodlvandenberg:mainfrom
forivall:no-hyphen-in-template-expression-identifiers
Open

fix: hyphens are not valid in identifiers in template expressions#87
forivall wants to merge 2 commits intodlvandenberg:mainfrom
forivall:no-hyphen-in-template-expression-identifiers

Conversation

@forivall
Copy link

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)

@dlvandenberg
Copy link
Owner

Hi @forivall ! Thanks for the contribution :) Can you update the version in package.json, Cargo.toml and pyproject.toml to the new patch version? Make sure to also run cargo build and npm run build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants