-
Notifications
You must be signed in to change notification settings - Fork 168
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: handle faulty imports #12793
fix: handle faulty imports #12793
Conversation
Do not throw silently for incompatible import paths. Fix comment removal for JS files to accept ' as string. fixes #12765
169912a
to
4e4d79a
Compare
The original |
flow-server/src/main/java/com/vaadin/flow/internal/StringUtil.java
Outdated
Show resolved
Hide resolved
flow-server/src/main/java/com/vaadin/flow/internal/StringUtil.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Johannes Eriksson <[email protected]>
The main reason is that it is used to clean the |
Is |
Well it is for polymer template and there it is actually fine to have it with |
Aight, my suggestion would be to refactor the method to reduce the code duplication and mention in the JavaDoc why the parameter is required (different parsing requirements for polymer templates). |
Done. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Hi @caalador and @joheriks, when i performed cherry-pick to this commit to 2.8, i have encountered the following issue. Can you take a look and pick it manually? |
Hi @caalador and @joheriks, when i performed cherry-pick to this commit to 9.0, i have encountered the following issue. Can you take a look and pick it manually? |
Hi @caalador and @joheriks, when i performed cherry-pick to this commit to 2.7, i have encountered the following issue. Can you take a look and pick it manually? |
Do not throw silently for incompatible import paths. Fix comment removal for JS files to accept ' as string. fixes #12765
Do not throw silently for incompatible import paths. Fix comment removal for JS files to accept ' as string. fixes #12765
Do not throw silently for incompatible import paths. Fix comment removal for JS files to accept ' as string. fixes #12765
Do not throw silently for incompatible import paths. Fix comment removal for JS files to accept ' as string. fixes #12765
Do not throw silently for incompatible import paths. Fix comment removal for JS files to accept ' as string. fixes #12765
Do not throw silently for incompatible import paths. Fix comment removal for JS files to accept ' as string. fixes #12765
Do not throw silently for incompatible import paths. Fix comment removal for JS files to accept ' as string. fixes #12765 Co-authored-by: caalador <[email protected]>
This ticket/PR has been released with platform 23.0.0.beta1 and is also targeting the upcoming stable 23.0.0 version. |
Do not throw silently for incompatible
import paths. Fix comment removal
for JS files to accept ' as string.
fixes #12765