babel-helper-remap-async-to-generator
Advanced tools
Comparing version 6.4.6 to 6.5.0
@@ -30,6 +30,2 @@ /* @flow */ | ||
var awaitVisitor = { | ||
Function: function Function(path) { | ||
path.skip(); | ||
}, | ||
ArrowFunctionExpression: function ArrowFunctionExpression(path) { | ||
@@ -92,2 +88,3 @@ if (!path.node.async) { | ||
var declar = t.variableDeclaration("let", [t.variableDeclarator(t.identifier(asyncFnId.name), t.callExpression(container, []))]); | ||
declar._blockHoist = true; | ||
@@ -94,0 +91,0 @@ retFunction.id = asyncFnId; |
{ | ||
"name": "babel-helper-remap-async-to-generator", | ||
"version": "6.4.6", | ||
"version": "6.5.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator", |
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
4109
90