@babel/plugin-transform-optional-chaining
Advanced tools
+4
-2
@@ -34,4 +34,6 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
| operator: "!" | ||
| }) || parentPath.isLoop({ | ||
| }) || parentPath.isForStatement({ | ||
| test: node | ||
| }) || parentPath.isWhile({ | ||
| test: node | ||
| }); | ||
@@ -216,3 +218,3 @@ } | ||
| var index = declare((api, options) => { | ||
| api.assertVersion("8.0.0-beta.2"); | ||
| api.assertVersion("8.0.0-beta.3"); | ||
| const { | ||
@@ -219,0 +221,0 @@ loose = false |
+8
-8
| { | ||
| "name": "@babel/plugin-transform-optional-chaining", | ||
| "version": "8.0.0-beta.2", | ||
| "version": "8.0.0-beta.3", | ||
| "description": "Transform optional chaining operators into a series of nil checks", | ||
@@ -20,13 +20,13 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.2", | ||
| "@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-beta.2" | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.3", | ||
| "@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-beta.3" | ||
| }, | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-beta.2" | ||
| "@babel/core": "^8.0.0-beta.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-beta.2", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.2", | ||
| "@babel/plugin-transform-block-scoping": "^8.0.0-beta.2", | ||
| "@babel/traverse": "^8.0.0-beta.2" | ||
| "@babel/core": "^8.0.0-beta.3", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.3", | ||
| "@babel/plugin-transform-block-scoping": "^8.0.0-beta.3", | ||
| "@babel/traverse": "^8.0.0-beta.3" | ||
| }, | ||
@@ -33,0 +33,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
37888
0.52%248
0.81%