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) don't organize imports in error state #1500

Merged
merged 1 commit into from May 28, 2022

Commits on May 28, 2022

  1. (fix) don't organize imports in error state

    If there's a parser error, we fall back to only the script contents, so organize imports likely throws out a lot of seemingly unused imports because they are only used in the template. Therefore do nothing in this case.
    sveltejs#1476
    Simon committed May 28, 2022
    Copy the full SHA
    a63011d View commit details
    Browse the repository at this point in the history