babel-helper-remap-async-to-generator
Advanced tools
Comparing version 6.0.15 to 6.0.16
@@ -56,4 +56,2 @@ /* @flow */ | ||
path.traverse(awaitVisitor); | ||
var built = t.callExpression(callId, [node]); | ||
@@ -101,2 +99,4 @@ var container = buildWrapper({ | ||
path.traverse(awaitVisitor); | ||
if (path.isClassMethod()) { | ||
@@ -103,0 +103,0 @@ return classMethod(path, callId); |
{ | ||
"name": "babel-helper-remap-async-to-generator", | ||
"version": "6.0.15", | ||
"version": "6.0.16", | ||
"description": "", | ||
@@ -10,7 +10,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator", | ||
"babel-runtime": "^5.0.0", | ||
"babel-template": "^6.0.15", | ||
"babel-template": "^6.0.16", | ||
"babel-types": "^6.0.15", | ||
"babel-traverse": "^6.0.14", | ||
"babel-traverse": "^6.0.16", | ||
"babel-helper-function-name": "^6.0.15" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updatedbabel-template@^6.0.16
Updatedbabel-traverse@^6.0.16