Skip to content

pipeify functions whose first argument is a pipe #133

@novaugust

Description

@novaugust

Versions

  • Elixir: use elixir --version
  • Styler: use mix deps | grep locked | grep styler

Example Input

# should get piped but doesn't, because the root node is not a pipe
a(b |> c |> d)

# correctly gets piped since the root node is a pipe
a(b(c)) |> d()

Stacktrace / Current Behaviour

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions