@babel/plugin-syntax-pipeline-operator
Advanced tools
Comparing version 8.0.0-alpha.4 to 8.0.0-alpha.5
@@ -10,3 +10,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
}) => { | ||
api.assertVersion(7); | ||
api.assertVersion("8.0.0-alpha.5"); | ||
if (typeof proposal !== "string" || !PIPELINE_PROPOSALS.includes(proposal)) { | ||
@@ -13,0 +13,0 @@ const proposalList = PIPELINE_PROPOSALS.map(p => `"${p}"`).join(", "); |
{ | ||
"name": "@babel/plugin-syntax-pipeline-operator", | ||
"version": "8.0.0-alpha.4", | ||
"version": "8.0.0-alpha.5", | ||
"description": "Allow parsing of the pipeline operator", | ||
@@ -20,9 +20,9 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.4" | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.5" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.4" | ||
"@babel/core": "^8.0.0-alpha.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.4" | ||
"@babel/core": "^8.0.0-alpha.5" | ||
}, | ||
@@ -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
7044