From 1b0aab2ce9e7f429ceeda98ee0cda448085918ec Mon Sep 17 00:00:00 2001 From: Mihai Bazon Date: Tue, 9 Oct 2012 16:25:45 +0300 Subject: added $propdoc to AST nodes and some cleanups hopefully we can make the AST documentation self-generating --- lib/transform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/transform.js') diff --git a/lib/transform.js b/lib/transform.js index e19210f9..2ba004ee 100644 --- a/lib/transform.js +++ b/lib/transform.js @@ -65,7 +65,7 @@ TreeTransformer.prototype = new TreeWalker; x = this; descend(x, tw); } else { - x = this.clone(); + tw.stack[tw.stack - 1] = x = this.clone(); descend(x, tw); y = tw.after(x, in_list); if (y !== undefined) x = y; -- cgit v1.2.3 ected'>koszko Wojtek's customized Guix aboutsummaryrefslogtreecommitdiff
path: root/hydra.gnu.org.pub
AgeCommit message (Expand)Author