@parcel/babylon-walk
Advanced tools
Comparing version 2.0.0-nightly.1789 to 2.0.0-nightly.1795
@@ -70,4 +70,3 @@ "use strict"; | ||
if (deprecratedKey) { | ||
console.trace(`Visitor defined for ${nodeType} but it has been renamed to ${deprecratedKey}`); | ||
aliases = [deprecratedKey]; | ||
throw new Error(`Visitor defined for ${nodeType} but it has been renamed to ${deprecratedKey}`); | ||
} | ||
@@ -74,0 +73,0 @@ |
{ | ||
"name": "@parcel/babylon-walk", | ||
"version": "2.0.0-nightly.1789+b9e4105c", | ||
"version": "2.0.0-nightly.1795+bac3f05f", | ||
"license": "MIT", | ||
@@ -19,3 +19,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "b9e4105c50576ed22a99860e08e65491d4659a43" | ||
"gitHead": "bac3f05fa31574338f14ab9cd2c9bd78fb1c22ee" | ||
} |
@@ -64,6 +64,5 @@ // Copied from babel-traverse, but with virtual types handling removed | ||
if (deprecratedKey) { | ||
console.trace( | ||
throw new Error( | ||
`Visitor defined for ${nodeType} but it has been renamed to ${deprecratedKey}`, | ||
); | ||
aliases = [deprecratedKey]; | ||
} | ||
@@ -70,0 +69,0 @@ |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
25887
476