AliasSorter (alias_sorter v0.1.0)

Sorts and groups aliases.

limitations

Limitations

  • AliasSorter works on text and not on AST.

Link to this section Summary

Link to this section Functions

@spec features(keyword()) :: [{:extensions, [String.t()]}]

Callback implementation for Mix.Tasks.Format.features/1.

Link to this function

format(contents, opts)

@spec format(
  String.t(),
  keyword()
) :: String.t()

Callback implementation for Mix.Tasks.Format.format/2.