mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
Array comprehensions are alive and well on the self-compiler
This commit is contained in:
@@ -754,7 +754,7 @@ OpNode: exports.OpNode: inherit Node, {
|
||||
PREFIX_OPERATORS: ['typeof', 'delete']
|
||||
|
||||
constructor: (operator, first, second, flip) ->
|
||||
@children: [@first: first, @second: second]
|
||||
@children: compact [@first: first, @second: second]
|
||||
@operator: @CONVERSIONS[operator] or operator
|
||||
@flip: !!flip
|
||||
this
|
||||
|
||||
Reference in New Issue
Block a user