@babel/plugin-transform-optional-chaining
Advanced tools
+3
-1
@@ -38,4 +38,6 @@ 'use strict'; | ||
| operator: "!" | ||
| }) || parentPath.isLoop({ | ||
| }) || parentPath.isForStatement({ | ||
| test: node | ||
| }) || parentPath.isWhile({ | ||
| test: node | ||
| }); | ||
@@ -42,0 +44,0 @@ } |
+4
-4
| { | ||
| "name": "@babel/plugin-transform-optional-chaining", | ||
| "version": "7.27.1", | ||
| "version": "7.28.5", | ||
| "description": "Transform optional chaining operators into a series of nil checks", | ||
@@ -27,6 +27,6 @@ "repository": { | ||
| "devDependencies": { | ||
| "@babel/core": "^7.27.1", | ||
| "@babel/core": "^7.28.5", | ||
| "@babel/helper-plugin-test-runner": "^7.27.1", | ||
| "@babel/plugin-transform-block-scoping": "^7.27.1", | ||
| "@babel/traverse": "^7.27.1" | ||
| "@babel/plugin-transform-block-scoping": "^7.28.5", | ||
| "@babel/traverse": "^7.28.5" | ||
| }, | ||
@@ -33,0 +33,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
37798
0.52%239
0.84%