mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
range comprehensions are working smooth
This commit is contained in:
@@ -883,7 +883,7 @@ ForNode: exports.ForNode: inherit Node, {
|
||||
@step: source.step
|
||||
@object: !!source.object
|
||||
[@name, @index]: [@index, @name] if @object
|
||||
@children: [@body, @source, @filter]
|
||||
@children: compact [@body, @source, @filter]
|
||||
this
|
||||
|
||||
top_sensitive: ->
|
||||
|
||||
Reference in New Issue
Block a user