-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
Description
This coffeescript should be valid.
a b,
c
dIn 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 :