You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I want to thank all contributors, this package really makes elm so pleasant to develop!
I had the idea to introduce a feature where you can with one command remove unused imports and convert (..) to the concrete things actually imported from each package.
Motivation: During development, I prefer to import (..) for less hassle, but as soon as someone else has to read the code, clear imports are key.
Let me know what you think!
The text was updated successfully, but these errors were encountered:
First I want to thank all contributors, this package really makes elm so pleasant to develop!
I had the idea to introduce a feature where you can with one command remove unused imports and convert (..) to the concrete things actually imported from each package.
Motivation: During development, I prefer to import (..) for less hassle, but as soon as someone else has to read the code, clear imports are key.
Let me know what you think!
The text was updated successfully, but these errors were encountered: