-
Notifications
You must be signed in to change notification settings - Fork 167
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
Show a warning when @HtmlImport is used in npm mode #6417
Conversation
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.
I see that Flow tests did not bat an eye when you changed the behavior regarding @HtmlImport
annotation, which implies that there is no test which verified that those annotations get converted into @JsModule
annotations when those are not present.
Since we are only logging, I am not sure how we'd test for that in a sensible fashion. :\
Reviewed 2 of 3 files at r1, 1 of 1 files at r2.
Reviewable status: all discussions resolved, 0 of 1 LGTMs obtained
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.
According to my observation, the conversion of @HtmlImport
into @JsModule
doesn't work and since it was a temporary feature, we'd better remove the related code.
Reviewable status: all discussions resolved, 0 of 1 LGTMs obtained (waiting on @ujoni)
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.
Reviewed 1 of 1 files at r3.
Reviewable status: complete! all discussions resolved, 1 of 1 LGTMs obtained
Fix #6401
This change is