babel-plugin-transform-inline-consecutive-adds
Advanced tools
Comparing version 0.3.0-alpha.a7421897 to 0.3.0-alpha.ac576234
@@ -157,3 +157,2 @@ "use strict"; | ||
var body = varDecl.parentPath.get("body"); | ||
if (!collapser.isInitTypeValid(init)) { | ||
@@ -163,2 +162,4 @@ return; | ||
var body = varDecl.parentPath.get("body"); | ||
var _getContiguousStateme = getContiguousStatementsAndExpressions(body, startIndex + 1, body.length, collapser.isExpressionTypeValid, collapser.getExpressionChecker(name, checkReference)), | ||
@@ -165,0 +166,0 @@ _getContiguousStateme2 = _slicedToArray(_getContiguousStateme, 2), |
{ | ||
"name": "babel-plugin-transform-inline-consecutive-adds", | ||
"version": "0.3.0-alpha.a7421897", | ||
"version": "0.3.0-alpha.ac576234", | ||
"description": "This plugin inlines consecutive property assignments, array pushes, etc.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
26969