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