@parcel/logger
Advanced tools
Comparing version 2.0.0-nightly.173 to 2.0.0-nightly.177
@@ -65,3 +65,2 @@ "use strict"; | ||
error(input, realOrigin) { | ||
// $FlowFixMe origin is undefined on PluginInputDiagnostic | ||
let diagnostic = (0, _diagnostic.anyToDiagnostic)(input); | ||
@@ -136,3 +135,2 @@ | ||
error(input) { | ||
// $FlowFixMe it should work, don't really wanna mess with the types of logger.error though... | ||
logger.error(input, this.origin); | ||
@@ -139,0 +137,0 @@ } |
{ | ||
"name": "@parcel/logger", | ||
"version": "2.0.0-nightly.173+bac3f05f", | ||
"version": "2.0.0-nightly.177+db7e3a12", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -19,6 +19,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@parcel/diagnostic": "2.0.0-nightly.173+bac3f05f", | ||
"@parcel/events": "2.0.0-nightly.173+bac3f05f" | ||
"@parcel/diagnostic": "2.0.0-nightly.177+db7e3a12", | ||
"@parcel/events": "2.0.0-nightly.177+db7e3a12" | ||
}, | ||
"gitHead": "bac3f05fa31574338f14ab9cd2c9bd78fb1c22ee" | ||
"gitHead": "db7e3a12105630abc44058bff7a88eb612f12e75" | ||
} |
@@ -50,3 +50,2 @@ // @flow strict-local | ||
error(input: Diagnostifiable, realOrigin?: string): void { | ||
// $FlowFixMe origin is undefined on PluginInputDiagnostic | ||
let diagnostic = anyToDiagnostic(input); | ||
@@ -134,3 +133,2 @@ if (typeof realOrigin === 'string') { | ||
): void { | ||
// $FlowFixMe it should work, don't really wanna mess with the types of logger.error though... | ||
logger.error(input, this.origin); | ||
@@ -137,0 +135,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
15025
426