@parcel/diagnostic
Advanced tools
Comparing version 2.0.0-nightly.250 to 2.0.0-nightly.252
{ | ||
"name": "@parcel/diagnostic", | ||
"version": "2.0.0-nightly.250+d3e9d809", | ||
"version": "2.0.0-nightly.252+3c1c7db9", | ||
"license": "MIT", | ||
@@ -21,3 +21,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "d3e9d8093c0d5848d1a01469ffa9f0ff77b604e4" | ||
"gitHead": "3c1c7db9559771af7df9f39ead4513b56afd3c9b" | ||
} |
@@ -25,3 +25,4 @@ // @flow | ||
export type DiagnosticCodeFrame = {| | ||
code: string, | ||
// if no code is passed, it will be read in from Diagnostic#filePath | ||
code?: string, | ||
codeHighlights: DiagnosticCodeHighlight | Array<DiagnosticCodeHighlight>, | ||
@@ -40,3 +41,3 @@ |}; | ||
// Asset metadata | ||
// Asset metadata, filePath is absolute or relative to the project root | ||
filePath?: FilePath, | ||
@@ -43,0 +44,0 @@ language?: string, |
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
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
10654
303