## Versions * Styler: 1.0.0 ## Example Input Ideally, styler adds aliases to snippets of any shape. But it's currently ignoring snippets like this: ```elixir A.B.C.f() A.B.C.g() ``` It correctly lifts the alias so long as a [directive is encountered](https://github.com/adobe/elixir-styler/blob/ea8c72308b317a3201170c976b4cc2f8a09a1c09/lib/style/module_directives.ex#L98-L101) or we're inside a normal [defmodule](https://github.com/adobe/elixir-styler/blob/main/lib/style/module_directives.ex#L74-L87) h/t mr @halfdan for the report