streamline
Advanced tools
Comparing version 0.1.29 to 0.1.30
@@ -419,6 +419,9 @@ | ||
return null; | ||
return _assignTemplate.generate(parent, { | ||
child = _assignTemplate.generate(parent, { | ||
$lhs: _identifier(child.value), | ||
$rhs: child.initializer | ||
}); | ||
if (parent.type === FOR) | ||
child = child.expression; | ||
return child; | ||
}).filter(function(child){ | ||
@@ -1511,3 +1514,3 @@ return child != null; | ||
} | ||
throw new Error(message + "\n" + err.stack); | ||
throw new Error(message); | ||
} | ||
@@ -1514,0 +1517,0 @@ } |
{ | ||
"name": "streamline", | ||
"description": "Asynchronous Javascript for dummies", | ||
"version": "0.1.29", | ||
"version": "0.1.30", | ||
"engines": { "node": ">=0.4.0" }, | ||
@@ -6,0 +6,0 @@ "dependencies": {}, |
600387
14243