-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[Patch port] fix(compiler): incorrect spans for template literals (#60323) #60331
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
Conversation
Caretaker note: this is cherry-pick of a PR that has landed already. |
@crisbeto it looks like there are some legit failures on CI, adding the "cleanup" label for now (and removing the "merge" one). |
0455579
to
7f010ca
Compare
oops sorry about that, it should be good now. |
Fixes that we were producing zero-length spans for template literals and template literal elements. Fixes angular#60320. Fixes angular#60319. PR Close angular#60323
7f010ca
to
e667a6f
Compare
This PR was merged into the repository by commit 56b551d. The changes were merged into the following branches: 19.2.x |
Hello, thanks for the prompt fix, can we release a new version with this? |
@fisker We do a patch release evey week, usually on wednesday us times. |
@fisker Angular v19.2.2, which includes the fix from this PR, was released to NPM a couple minutes ago as a part of the regular release process. |
Thank you! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Note: this is a patch port of #60323.
Fixes that we were producing zero-length spans for template literals and template literal elements.
Fixes #60320.
Fixes #60319.