@babel/plugin-transform-optional-chaining
Advanced tools
+1
-1
@@ -222,3 +222,3 @@ 'use strict'; | ||
| var _api$assumption, _api$assumption2; | ||
| api.assertVersion("^7.0.0-0 || >8.0.0-alpha <8.0.0-beta"); | ||
| api.assertVersion("^7.0.0-0 || ^8.0.0-0 || >8.0.0-alpha <8.0.0-beta"); | ||
| const { | ||
@@ -225,0 +225,0 @@ loose = false |
+5
-5
| { | ||
| "name": "@babel/plugin-transform-optional-chaining", | ||
| "version": "7.28.5", | ||
| "version": "7.28.6", | ||
| "description": "Transform optional chaining operators into a series of nil checks", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-plugin-utils": "^7.27.1", | ||
| "@babel/helper-plugin-utils": "^7.28.6", | ||
| "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1" | ||
@@ -28,6 +28,6 @@ }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.28.5", | ||
| "@babel/core": "^7.28.6", | ||
| "@babel/helper-plugin-test-runner": "^7.27.1", | ||
| "@babel/plugin-transform-block-scoping": "^7.28.5", | ||
| "@babel/traverse": "^7.28.5" | ||
| "@babel/plugin-transform-block-scoping": "^7.28.6", | ||
| "@babel/traverse": "^7.28.6" | ||
| }, | ||
@@ -34,0 +34,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
37833
0.09%