mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
recording else_body as a child of IfNode, when added after the face
This commit is contained in:
@@ -960,6 +960,7 @@ IfNode: exports.IfNode: inherit Node, {
|
||||
# Rewrite a chain of IfNodes to add a default case as the final else.
|
||||
add_else: (exprs) ->
|
||||
if @is_chain() then @else_body.add_else(exprs) else @else_body: exprs and exprs.unwrap()
|
||||
@children.push(exprs)
|
||||
this
|
||||
|
||||
# If the else_body is an IfNode itself, then we've got an if-else chain.
|
||||
|
||||
Reference in New Issue
Block a user