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
elixir --version
mix deps | grep locked | grep styler
# Given alias Foo.Bar.Baz Baz.Bop.Boom.wee() Baz.Bop.Boom.wee() # Get: alias Baz.Bop.Boom alias Foo.Bar.Baz Boom.wee() Boom.wee()
fix should be either writing the entire alias (Foo.Bar.Baz.Bop.Boom) or not lifting modules whose first element is an alias
The text was updated successfully, but these errors were encountered:
fix: lifting deeply nested aliases of aliases (#153)
0beb6a5
Closes #151
Successfully merging a pull request may close this issue.
Versions
elixir --version
mix deps | grep locked | grep styler
Example Input
fix should be either writing the entire alias (Foo.Bar.Baz.Bop.Boom) or not lifting modules whose first element is an alias
The text was updated successfully, but these errors were encountered: