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

@@ -657,7 +657,7 @@ function OutputStream(options) {
DEFPRINT(AST_Expansion, function (self, output) {
output.print('...');
self.symbol.print(output);
self.expression.print(output);
});
DEFPRINT(AST_Destructuring, function (self, output) {