babel-plugin-transform-class-constructor-call
Advanced tools
Comparing version
@@ -22,4 +22,4 @@ "use strict"; | ||
function findConstructorCall(path) /*: ?Object*/ { | ||
var methods /*: Array<Object>*/ = path.get("body.body"); | ||
function findConstructorCall(path) { | ||
var methods = path.get("body.body"); | ||
@@ -26,0 +26,0 @@ for (var _iterator = methods, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _getIterator(_iterator);;) { |
{ | ||
"name": "babel-plugin-transform-class-constructor-call", | ||
"version": "6.5.0", | ||
"version": "6.6.4", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-constructor-call", | ||
"dependencies": { | ||
"babel-template": "^6.3.13", | ||
"babel-template": "^6.6.4", | ||
"babel-plugin-syntax-class-constructor-call": "^6.3.13", | ||
@@ -15,0 +15,0 @@ "babel-runtime": "^5.0.0" |
3709
-0.93%Updated