-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Coffeescript code like this:
arrayOfObjects = [
'object1property1': "foo"
'object1property2': "bar"
,
'object2property1': "foo"
'object2property2':
'object2property2subproperty1': "ba"
'object2property2subproperty2': "r"
]
triggers strange syntax errors. On the comma I get
mismatched input ',' expecting RULE_RBRACKET
On the "object2property2" and "object2property2subproperty2" lines I get:
no viable alternative at input ':'
Is it the same problem as deeply nested properties described here? Thanks.
Metadata
Metadata
Assignees
Labels
No labels