@babel/plugin-transform-async-generator-functions
Advanced tools
Comparing version 8.0.0-alpha.10 to 8.0.0-alpha.11
@@ -76,3 +76,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare(api => { | ||
api.assertVersion("8.0.0-alpha.10"); | ||
api.assertVersion("8.0.0-alpha.11"); | ||
const yieldStarVisitor = traverse.visitors.merge([{ | ||
@@ -79,0 +79,0 @@ ArrowFunctionExpression(path) { |
{ | ||
"name": "@babel/plugin-transform-async-generator-functions", | ||
"version": "8.0.0-alpha.10", | ||
"version": "8.0.0-alpha.11", | ||
"description": "Turn async generator functions into ES2015 generators", | ||
@@ -20,12 +20,12 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-environment-visitor": "^8.0.0-alpha.10", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.10", | ||
"@babel/helper-remap-async-to-generator": "^8.0.0-alpha.10" | ||
"@babel/helper-environment-visitor": "^8.0.0-alpha.11", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.11", | ||
"@babel/helper-remap-async-to-generator": "^8.0.0-alpha.11" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.10" | ||
"@babel/core": "^8.0.0-alpha.11" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.10", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.10", | ||
"@babel/core": "^8.0.0-alpha.11", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.11", | ||
"babel-plugin-polyfill-corejs3": "^0.10.4", | ||
@@ -32,0 +32,0 @@ "core-js-pure": "^3.30.2" |
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
86700