We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The lsp doesn't break imports
The lsp changes
import A as B import A as C
into
import A as C
breaking all references to B.*
B.*
Don't merge incompatible import statements
The text was updated successfully, but these errors were encountered:
Please be more specific, when does this happen?
We don't merge imports, but elm-format can do that.
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
The lsp doesn't break imports
Current Behavior
The lsp changes
into
breaking all references to
B.*
Possible Solution
Don't merge incompatible import statements
The text was updated successfully, but these errors were encountered: