Skip to content
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

fix(client): fix detection of Angular context after string interpolation #1922

Merged
merged 1 commit into from Sep 22, 2023

Conversation

atscott
Copy link
Collaborator

@atscott atscott commented Sep 12, 2023

This probably still has its own issues but seems to be at least an improvement over past scanner issues.

It may be good to spend more time on the correctness of this or just ts.createSourceFile. This previously wasn't done due to perfomance concerns.

fixes #1872

This probably still has its own issues but seems to be at least an improvement over
past scanner issues.

It may be good to spend more time on the correctness of this or just
`ts.createSourceFile`. This previously wasn't done due to perfomance
concerns.

fixes angular#1872
@atscott atscott added the target: patch This PR is targeted for the next patch release label Sep 12, 2023
@atscott atscott added the action: merge Ready to merge label Sep 14, 2023
@atscott atscott merged commit bd6282e into angular:main Sep 22, 2023
5 checks passed
atscott added a commit that referenced this pull request Sep 22, 2023
…ion (#1922)

This probably still has its own issues but seems to be at least an improvement over
past scanner issues.

It may be good to spend more time on the correctness of this or just
`ts.createSourceFile`. This previously wasn't done due to perfomance
concerns.

fixes #1872

(cherry picked from commit bd6282e)
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Oct 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge Ready to merge target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

String interpolation before inline template breaks language features
2 participants