@babel/plugin-syntax-flow
Advanced tools
Comparing version 8.0.0-alpha.7 to 8.0.0-alpha.8
import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare((api, options) => { | ||
api.assertVersion("8.0.0-alpha.7"); | ||
api.assertVersion("8.0.0-alpha.8"); | ||
const { | ||
@@ -6,0 +6,0 @@ all, |
{ | ||
"name": "@babel/plugin-syntax-flow", | ||
"version": "8.0.0-alpha.7", | ||
"version": "8.0.0-alpha.8", | ||
"description": "Allow parsing of the flow syntax", | ||
@@ -20,9 +20,9 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.7" | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.8" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.7" | ||
"@babel/core": "^8.0.0-alpha.8" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.7" | ||
"@babel/core": "^8.0.0-alpha.8" | ||
}, | ||
@@ -29,0 +29,0 @@ "engines": { |
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
5071