@parcel/babel-ast-utils
Advanced tools
Comparing version 2.0.0-nightly.1962 to 2.0.0-nightly.1963
{ | ||
"name": "@parcel/babel-ast-utils", | ||
"version": "2.0.0-nightly.1962+8d643288", | ||
"version": "2.0.0-nightly.1963+1f558665", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -26,5 +26,5 @@ "license": "MIT", | ||
"@parcel/source-map": "2.0.0-alpha.4.13", | ||
"@parcel/utils": "2.0.0-nightly.340+8d643288" | ||
"@parcel/utils": "2.0.0-nightly.341+1f558665" | ||
}, | ||
"gitHead": "8d64328859b787164e596a2140cccfa320e3a799" | ||
"gitHead": "1f5586657f1ea8660ca1f06abdd75687851ebbb2" | ||
} |
@@ -47,3 +47,3 @@ // @flow strict-local | ||
options: PluginOptions, | ||
|}) { | ||
|}): Promise<{|content: string, map: ?SourceMap|}> { | ||
let sourceFileName: string = relativeUrl(options.projectRoot, asset.filePath); | ||
@@ -50,0 +50,0 @@ let generated; |
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
6412