@babel/plugin-transform-nullish-coalescing-operator
Advanced tools
Comparing version 7.22.5 to 7.22.11
@@ -8,3 +8,2 @@ "use strict"; | ||
var _helperPluginUtils = require("@babel/helper-plugin-utils"); | ||
var _pluginSyntaxNullishCoalescingOperator = require("@babel/plugin-syntax-nullish-coalescing-operator"); | ||
var _core = require("@babel/core"); | ||
@@ -19,3 +18,3 @@ var _default = (0, _helperPluginUtils.declare)((api, { | ||
name: "transform-nullish-coalescing-operator", | ||
inherits: _pluginSyntaxNullishCoalescingOperator.default, | ||
inherits: require("@babel/plugin-syntax-nullish-coalescing-operator").default, | ||
visitor: { | ||
@@ -22,0 +21,0 @@ LogicalExpression(path) { |
{ | ||
"name": "@babel/plugin-transform-nullish-coalescing-operator", | ||
"version": "7.22.5", | ||
"version": "7.22.11", | ||
"description": "Remove nullish coalescing operator", | ||
@@ -27,3 +27,3 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.22.5", | ||
"@babel/core": "^7.22.11", | ||
"@babel/helper-plugin-test-runner": "^7.22.5" | ||
@@ -30,0 +30,0 @@ }, |
@@ -5,3 +5,3 @@ # @babel/plugin-transform-nullish-coalescing-operator | ||
See our website [@babel/plugin-transform-nullish-coalescing-operator](https://babeljs.io/docs/en/babel-plugin-transform-nullish-coalescing-operator) for more information. | ||
See our website [@babel/plugin-transform-nullish-coalescing-operator](https://babeljs.io/docs/babel-plugin-transform-nullish-coalescing-operator) for more information. | ||
@@ -8,0 +8,0 @@ ## Install |
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
17
9003
48