Skip to content

Indented function arguments should be valid syntax #83

@nickretallack

Description

@nickretallack

This coffeescript should be valid.

a b,
  c
  d

In regular coffeescript, it generates

a(b, c, d);

But redux says:

Syntax error on line 2, column 4: unexpected '\n'
1 : a b,
2 :   c
^ :~~~~^
3 :   d
4 :

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/85521-indented-function-arguments-should-be-valid-syntax?utm_campaign=plugin&utm_content=tracker%2F33145&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F33145&utm_medium=issues&utm_source=github).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions