Skip to content

Macro call with a statement in colon shouldn't be expanded to multiple lines #96

Description

@dawdmaow
const keywords = collect(for it in Keyword: $it)

Expands to:

const keywords = collect(
    for it in Keyword:
      $it
  )

I don't think it's ideal.

nph version: v0.6.1-0-g0d8000e

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions