Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(compiler): lexer support for template literals in object literals #61601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

JeanMeche
Copy link
Member

This commit fixes a shortcoming of the lexer with template literals

fixes #61572

@JeanMeche JeanMeche requested a review from crisbeto May 22, 2025 03:51
@angular-robot angular-robot bot added the area: compiler Issues related to `ngc`, Angular's template compiler label May 22, 2025
@ngbot ngbot bot added this to the Backlog milestone May 22, 2025
@JeanMeche JeanMeche force-pushed the fix/template-literals-lexer-object branch from aea2edd to 6f929eb Compare May 22, 2025 08:43
This commit fixes a shortcoming of the lexer with template literals

fixes angular#61572
@JeanMeche JeanMeche force-pushed the fix/template-literals-lexer-object branch from 6f929eb to 19a4d7e Compare May 22, 2025 09:00
@JeanMeche JeanMeche added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels May 22, 2025
@JeanMeche
Copy link
Member Author

(Presubmit is green, failing targets are unrelated)

thePunderWoman pushed a commit that referenced this pull request May 26, 2025
…#61601)

This commit fixes a shortcoming of the lexer with template literals

fixes #61572

PR Close #61601
thePunderWoman pushed a commit that referenced this pull request May 26, 2025
…#61601)

This commit fixes a shortcoming of the lexer with template literals

fixes #61572

PR Close #61601
@thePunderWoman
Copy link
Contributor

This PR was merged into the repository by commit 3e102f0.

The changes were merged into the following branches: main, 19.2.x, 20.0.x

@JeanMeche JeanMeche deleted the fix/template-literals-lexer-object branch June 2, 2025 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: compiler Issues related to `ngc`, Angular's template compiler target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow template literal in attribute with string record value
3 participants