@babel/plugin-proposal-partial-application
Advanced tools
Comparing version 8.0.0-alpha.5 to 8.0.0-alpha.6
@@ -6,3 +6,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare(api => { | ||
api.assertVersion("8.0.0-alpha.5"); | ||
api.assertVersion("8.0.0-alpha.6"); | ||
function hasArgumentPlaceholder(node) { | ||
@@ -9,0 +9,0 @@ return node.arguments.some(arg => types.isArgumentPlaceholder(arg)); |
{ | ||
"name": "@babel/plugin-proposal-partial-application", | ||
"version": "8.0.0-alpha.5", | ||
"version": "8.0.0-alpha.6", | ||
"description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression", | ||
@@ -20,11 +20,11 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.5", | ||
"@babel/plugin-syntax-partial-application": "^8.0.0-alpha.5" | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.6", | ||
"@babel/plugin-syntax-partial-application": "^8.0.0-alpha.6" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.5" | ||
"@babel/core": "^8.0.0-alpha.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.5", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.5" | ||
"@babel/core": "^8.0.0-alpha.6", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.6" | ||
}, | ||
@@ -31,0 +31,0 @@ "engines": { |
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
+ Addedelectron-to-chromium@1.5.62(transitive)
- Removedelectron-to-chromium@1.5.63(transitive)
Updated@babel/plugin-syntax-partial-application@^8.0.0-alpha.6