Allow expand in array literals

This commit is contained in:
Anthony Van de Gejuchte
2016-06-11 01:40:45 +02:00
committed by Richard van Velzen
parent 0a3d780327
commit f9cab7ad61
6 changed files with 89 additions and 9 deletions

View File

@@ -227,4 +227,8 @@ TreeTransformer.prototype = new TreeWalker;
self.value = self.value.transform(tw);
});
_(AST_Expansion, function(self, tw){
self.expression = self.expression.transform(tw);
});
})();