mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
after correctly recording objectnode's children, bin/node_coffee --tree is working pretty nicely
This commit is contained in:
@@ -474,7 +474,7 @@ ObjectNode: exports.ObjectNode: inherit Node, {
|
||||
type: 'Object'
|
||||
|
||||
constructor: (props) ->
|
||||
@objects: @properties: props or []
|
||||
@children: @objects: @properties: props or []
|
||||
this
|
||||
|
||||
# All the mucking about with commas is to make sure that CommentNodes and
|
||||
|
||||
Reference in New Issue
Block a user