@babel/plugin-transform-regenerator
Advanced tools
+1
-1
@@ -1111,3 +1111,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
| }) => { | ||
| assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-beta.4"); | ||
| assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.1"); | ||
| return { | ||
@@ -1114,0 +1114,0 @@ name: "transform-regenerator", |
+14
-14
@@ -5,3 +5,3 @@ { | ||
| "description": "Explode async and generator functions into a state machine.", | ||
| "version": "8.0.0-beta.4", | ||
| "version": "8.0.0-rc.1", | ||
| "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator", | ||
@@ -15,3 +15,3 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.4" | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.1" | ||
| }, | ||
@@ -26,14 +26,14 @@ "license": "MIT", | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-beta.4", | ||
| "@babel/helper-check-duplicate-nodes": "^8.0.0-beta.4", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.4", | ||
| "@babel/plugin-proposal-function-sent": "^8.0.0-beta.4", | ||
| "@babel/plugin-transform-arrow-functions": "^8.0.0-beta.4", | ||
| "@babel/plugin-transform-block-scoping": "^8.0.0-beta.4", | ||
| "@babel/plugin-transform-classes": "^8.0.0-beta.4", | ||
| "@babel/plugin-transform-for-of": "^8.0.0-beta.4", | ||
| "@babel/plugin-transform-modules-commonjs": "^8.0.0-beta.4", | ||
| "@babel/plugin-transform-parameters": "^8.0.0-beta.4", | ||
| "@babel/plugin-transform-runtime": "^8.0.0-beta.4", | ||
| "babel-plugin-polyfill-regenerator": "^0.6.5", | ||
| "@babel/core": "^8.0.0-rc.1", | ||
| "@babel/helper-check-duplicate-nodes": "^8.0.0-rc.1", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.1", | ||
| "@babel/plugin-proposal-function-sent": "^8.0.0-rc.1", | ||
| "@babel/plugin-transform-arrow-functions": "^8.0.0-rc.1", | ||
| "@babel/plugin-transform-block-scoping": "^8.0.0-rc.1", | ||
| "@babel/plugin-transform-classes": "^8.0.0-rc.1", | ||
| "@babel/plugin-transform-for-of": "^8.0.0-rc.1", | ||
| "@babel/plugin-transform-modules-commonjs": "^8.0.0-rc.1", | ||
| "@babel/plugin-transform-parameters": "^8.0.0-rc.1", | ||
| "@babel/plugin-transform-runtime": "^8.0.0-rc.1", | ||
| "babel-plugin-polyfill-regenerator": "^0.6.6", | ||
| "mocha": "^10.0.0", | ||
@@ -40,0 +40,0 @@ "recast": "^0.23.3", |
Sorry, the diff of this file is too big to display
173741
-0.02%