@babel/plugin-syntax-flow
Advanced tools
+1
-1
| import { declare } from '@babel/helper-plugin-utils'; | ||
| const index = declare((api, options) => { | ||
| api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.5"); | ||
| api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.6"); | ||
| const { | ||
@@ -6,0 +6,0 @@ all, |
+4
-4
| { | ||
| "name": "@babel/plugin-syntax-flow", | ||
| "version": "8.0.0-rc.5", | ||
| "version": "8.0.0-rc.6", | ||
| "description": "Allow parsing of the flow syntax", | ||
@@ -20,9 +20,9 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.5" | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.6" | ||
| }, | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-rc.5" | ||
| "@babel/core": "^8.0.0-rc.6" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-rc.5" | ||
| "@babel/core": "^8.0.0-rc.6" | ||
| }, | ||
@@ -29,0 +29,0 @@ "engines": { |