@babel/plugin-syntax-pipeline-operator
Advanced tools
Comparing version 7.16.7 to 7.17.0
@@ -11,3 +11,3 @@ "use strict"; | ||
const PIPELINE_PROPOSALS = ["minimal", "fsharp", "hack", "smart"]; | ||
const TOPIC_TOKENS = ["^", "%", "#"]; | ||
const TOPIC_TOKENS = ["^^", "@@", "^", "%", "#"]; | ||
const documentationURL = "https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator"; | ||
@@ -14,0 +14,0 @@ |
{ | ||
"name": "@babel/plugin-syntax-pipeline-operator", | ||
"version": "7.16.7", | ||
"version": "7.17.0", | ||
"description": "Allow parsing of the pipeline operator", | ||
@@ -26,3 +26,3 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.16.7" | ||
"@babel/core": "^7.17.0" | ||
}, | ||
@@ -29,0 +29,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
3727