mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 03:21:20 -05:00
fixing some implicit object parses for issue #541
This commit is contained in:
@@ -140,6 +140,7 @@ grammar = {
|
||||
# Assignment of a variable, property, or index to a value.
|
||||
Assign: [
|
||||
o "Assignable = Expression", -> new AssignNode $1, $3
|
||||
o "Assignable = INDENT Expression OUTDENT", -> new AssignNode $1, $4
|
||||
]
|
||||
|
||||
# Assignment when it happens within an object literal. The difference from
|
||||
|
||||
Reference in New Issue
Block a user