@babel/helper-define-polyfill-provider
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -10,3 +10,4 @@ "use strict"; | ||
if (path.listKey) { | ||
if (!path.parentPath.node[path.listKey].includes(path.node)) return true; | ||
var _path$parentPath$node; | ||
if (!((_path$parentPath$node = path.parentPath.node) != null && (_path$parentPath$node = _path$parentPath$node[path.listKey]) != null && _path$parentPath$node.includes(path.node))) return true; | ||
} else { | ||
@@ -13,0 +14,0 @@ if (path.parentPath.node[path.key] !== path.node) return true; |
{ | ||
"name": "@babel/helper-define-polyfill-provider", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Babel helper to create your own polyfill provider", | ||
@@ -58,3 +58,3 @@ "repository": { | ||
}, | ||
"gitHead": "1ce88db2507db2ef3d2ed2a2f920a3cf0b9364b5" | ||
"gitHead": "2da4da8e1a3d87640c88a3cd7e650cbb1c049a33" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
221206
2570