@babel/helpers
Advanced tools
Comparing version 7.13.0 to 7.13.10
@@ -122,3 +122,3 @@ "use strict"; | ||
if (binding == null ? void 0 : binding.scope.path.isProgram()) { | ||
if (binding != null && binding.scope.path.isProgram()) { | ||
exportBindingAssignments.push(makePath(child)); | ||
@@ -125,0 +125,0 @@ } |
{ | ||
"name": "@babel/helpers", | ||
"version": "7.13.0", | ||
"version": "7.13.10", | ||
"description": "Collection of helper functions used by Babel transforms.", | ||
@@ -23,4 +23,4 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"devDependencies": { | ||
"@babel/helper-plugin-test-runner": "7.12.13" | ||
"@babel/helper-plugin-test-runner": "7.13.10" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
78914
2148