@babel/plugin-proposal-pipeline-operator
Advanced tools
Comparing version 7.22.5 to 7.22.15
@@ -8,3 +8,3 @@ "use strict"; | ||
var _core = require("@babel/core"); | ||
var _buildOptimizedSequenceExpression = require("./buildOptimizedSequenceExpression"); | ||
var _buildOptimizedSequenceExpression = require("./buildOptimizedSequenceExpression.js"); | ||
const fsharpVisitor = { | ||
@@ -11,0 +11,0 @@ BinaryExpression(path) { |
@@ -9,6 +9,6 @@ "use strict"; | ||
var _pluginSyntaxPipelineOperator = require("@babel/plugin-syntax-pipeline-operator"); | ||
var _minimalVisitor = require("./minimalVisitor"); | ||
var _hackVisitor = require("./hackVisitor"); | ||
var _fsharpVisitor = require("./fsharpVisitor"); | ||
var _smartVisitor = require("./smartVisitor"); | ||
var _minimalVisitor = require("./minimalVisitor.js"); | ||
var _hackVisitor = require("./hackVisitor.js"); | ||
var _fsharpVisitor = require("./fsharpVisitor.js"); | ||
var _smartVisitor = require("./smartVisitor.js"); | ||
const visitorsPerProposal = { | ||
@@ -15,0 +15,0 @@ minimal: _minimalVisitor.default, |
@@ -8,3 +8,3 @@ "use strict"; | ||
var _core = require("@babel/core"); | ||
var _buildOptimizedSequenceExpression = require("./buildOptimizedSequenceExpression"); | ||
var _buildOptimizedSequenceExpression = require("./buildOptimizedSequenceExpression.js"); | ||
const minimalVisitor = { | ||
@@ -11,0 +11,0 @@ BinaryExpression(path) { |
{ | ||
"name": "@babel/plugin-proposal-pipeline-operator", | ||
"version": "7.22.5", | ||
"version": "7.22.15", | ||
"description": "Transform pipeline operator into call expressions", | ||
@@ -27,3 +27,3 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@babel/core": "^7.22.15", | ||
"@babel/helper-plugin-test-runner": "^7.22.5" | ||
@@ -30,0 +30,0 @@ }, |
@@ -5,3 +5,3 @@ # @babel/plugin-proposal-pipeline-operator | ||
See our website [@babel/plugin-proposal-pipeline-operator](https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator) for more information. | ||
See our website [@babel/plugin-proposal-pipeline-operator](https://babeljs.io/docs/babel-plugin-proposal-pipeline-operator) for more information. | ||
@@ -8,0 +8,0 @@ ## Install |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
30400