@mongosh/async-rewriter2
Advanced tools
Comparing version 0.14.0 to 0.15.0
@@ -282,2 +282,4 @@ "use strict"; | ||
return; | ||
if (path.parentPath.isUnaryExpression() && path.parentPath.node.operator === 'delete') | ||
return; | ||
if (path.isLiteral() || | ||
@@ -284,0 +286,0 @@ path.isArrayExpression() || |
{ | ||
"name": "@mongosh/async-rewriter2", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "MongoDB Shell Async Rewriter Package", | ||
@@ -40,3 +40,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "39df2de64c8448b4afaee905a038d615345a1e44" | ||
"gitHead": "f7e40434c5b3f078af12d7b705d7d0f1e4c73689" | ||
} |
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
93458
982