-
Notifications
You must be signed in to change notification settings - Fork 27k
fix(compiler-cli): missingStructuralDirective diagnostic produces fal… #64579
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
6b19830 to
a33d1e0
Compare
|
@mattlewis92 Could you please sign the CLA, I've added you as co-author on the commit. |
It looks like I committed under the wrong email, can you change the commit author to |
…se negatives Fixes a bug in the missingStructuralDirective diagnostic where structural directives with missing imports were not reported when the element using the structural directive contained other directives Fixes angular#64467 co-authored-by: Matt Lewis <npm@mattlewis.me>
a33d1e0 to
6f8a171
Compare
|
Thanks for the quick feedback, we're good now ! |
|
G3 has been cleaned up. Since this is somehow breaking (it was inside G3), we'll target the next major for it ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
reviewed-for: fw-compiler, public-api
|
This PR was merged into the repository. The changes were merged into the following branches:
|
|
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. |
…se negatives
Fixes a bug in the missingStructuralDirective diagnostic where structural directives with missing imports were not reported when the element using the structural directive contained other directives
Fixes #64467