@babel/helper-remap-async-to-generator
Advanced tools
Comparing version 7.22.17 to 7.22.20
@@ -38,3 +38,3 @@ "use strict"; | ||
const isProperty = path.isObjectMethod() || path.isClassMethod() || path.parentPath.isObjectProperty() || path.parentPath.isClassProperty(); | ||
if (!isProperty && !isIIFE && path.isCallExpression()) { | ||
if (!isProperty && !isIIFE && path.isExpression()) { | ||
(0, _helperAnnotateAsPure.default)(path); | ||
@@ -41,0 +41,0 @@ } |
{ | ||
"name": "@babel/helper-remap-async-to-generator", | ||
"version": "7.22.17", | ||
"version": "7.22.20", | ||
"description": "Helper function to remap async functions to generators", | ||
@@ -18,8 +18,8 @@ "repository": { | ||
"@babel/helper-annotate-as-pure": "^7.22.5", | ||
"@babel/helper-environment-visitor": "^7.22.5", | ||
"@babel/helper-wrap-function": "^7.22.17" | ||
"@babel/helper-environment-visitor": "^7.22.20", | ||
"@babel/helper-wrap-function": "^7.22.20" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.17", | ||
"@babel/traverse": "^7.22.17" | ||
"@babel/core": "^7.22.20", | ||
"@babel/traverse": "^7.22.20" | ||
}, | ||
@@ -26,0 +26,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
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
9965