@babel/plugin-transform-arrow-functions
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 noNewArrows = api.assumption("noNewArrows") ?? !options.spec; | ||
@@ -6,0 +6,0 @@ return { |
{ | ||
"name": "@babel/plugin-transform-arrow-functions", | ||
"version": "8.0.0-alpha.7", | ||
"version": "8.0.0-alpha.8", | ||
"description": "Compile ES2015 arrow functions to ES5", | ||
@@ -20,12 +20,12 @@ "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/helper-plugin-test-runner": "^8.0.0-alpha.7", | ||
"@babel/traverse": "^8.0.0-alpha.7", | ||
"@babel/types": "^8.0.0-alpha.7" | ||
"@babel/core": "^8.0.0-alpha.8", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.8", | ||
"@babel/traverse": "^8.0.0-alpha.8", | ||
"@babel/types": "^8.0.0-alpha.8" | ||
}, | ||
@@ -32,0 +32,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
5327