Invalid syntax for "if" statement in latest coffeescript
2.2.0 has a much more sophisticated parser. Empty ifs are no longer valid syntax. Use a no-op function to demonstrate validate coffeescript parsing.
This commit is contained in:
parent
aa1d989a90
commit
86207e7d4c
@ -1,2 +1,3 @@
|
||||
if
|
||||
if (->)
|
||||
noOp = "complete"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user