@babel/plugin-syntax-pipeline-operator
Advanced tools
Comparing version 7.3.0 to 7.5.0
@@ -18,3 +18,3 @@ "use strict"; | ||
const proposals = ["minimal", "smart"]; | ||
const proposals = ["minimal", "smart", "fsharp"]; | ||
exports.proposals = proposals; | ||
@@ -21,0 +21,0 @@ |
{ | ||
"name": "@babel/plugin-syntax-pipeline-operator", | ||
"version": "7.3.0", | ||
"version": "7.5.0", | ||
"description": "Allow parsing of the pipeline operator", | ||
@@ -21,5 +21,5 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-pipeline-operator", | ||
"devDependencies": { | ||
"@babel/core": "^7.2.0" | ||
"@babel/core": "^7.5.0" | ||
}, | ||
"gitHead": "f6ee26c3da4c903818fd61fd9e5e8e1970185f77" | ||
"gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4" | ||
} |
import { declare } from "@babel/helper-plugin-utils"; | ||
export const proposals = ["minimal", "smart"]; | ||
export const proposals = ["minimal", "smart", "fsharp"]; | ||
@@ -5,0 +5,0 @@ export default declare((api, { proposal }) => { |
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
3845