mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
Removing empty parens from the grammar.
This commit is contained in:
@@ -407,7 +407,6 @@ grammar =
|
||||
# the trick.
|
||||
Parenthetical: [
|
||||
o "( Expression )", -> new Parens $2
|
||||
o "( )", -> new Parens new Literal ''
|
||||
]
|
||||
|
||||
# The condition portion of a while loop.
|
||||
|
||||
Reference in New Issue
Block a user