@babel/plugin-syntax-export-default-from
Advanced tools
Comparing version 8.0.0-alpha.9 to 8.0.0-alpha.10
import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare(api => { | ||
api.assertVersion("8.0.0-alpha.9"); | ||
api.assertVersion("8.0.0-alpha.10"); | ||
return { | ||
@@ -6,0 +6,0 @@ name: "syntax-export-default-from", |
{ | ||
"name": "@babel/plugin-syntax-export-default-from", | ||
"version": "8.0.0-alpha.9", | ||
"version": "8.0.0-alpha.10", | ||
"description": "Allow parsing of export default from", | ||
@@ -19,9 +19,9 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.9" | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.10" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.9" | ||
"@babel/core": "^8.0.0-alpha.10" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.9" | ||
"@babel/core": "^8.0.0-alpha.10" | ||
}, | ||
@@ -28,0 +28,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-export-default-from", |
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
69846