🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@SkyZeroZx
Copy link
Contributor

@SkyZeroZx SkyZeroZx commented Dec 11, 2025

This change omits treating {{ }} interpolation syntax as valid inside @let binding strings, preventing the interpolation curly braces from superseding the match of the surrounding binding expression and ensuring the highlighter reflects the correct semantics of @let bindings.

fixes #61643

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

image

What is the new behavior?

image

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

This change omits treating `{{ }}` interpolation syntax as valid inside `@let` binding strings, preventing the interpolation curly braces from superseding the match of the surrounding binding expression and ensuring the highlighter reflects the correct semantics of `@let` bindings.

fixes angular#61643
@pullapprove pullapprove bot requested a review from devversion December 11, 2025 03:58
@angular-robot angular-robot bot added the area: language-service Issues related to Angular's VS Code language service label Dec 11, 2025
@ngbot ngbot bot added this to the Backlog milestone Dec 11, 2025
@JeanMeche JeanMeche requested review from atscott and removed request for devversion December 11, 2025 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: language-service Issues related to Angular's VS Code language service

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@let doesn't support string interpolation using @let var = '{{ variable }}' syntax

1 participant