@parcel/babel-ast-utils
Advanced tools
Comparing version 2.0.0-nightly.1852 to 2.0.0-nightly.1854
@@ -71,2 +71,7 @@ "use strict"; | ||
map.addIndexedMappings(generated.rawMappings); | ||
let originalMap = await asset.getMapBuffer(); | ||
if (originalMap) { | ||
map.extends(originalMap); | ||
} | ||
} | ||
@@ -73,0 +78,0 @@ |
{ | ||
"name": "@parcel/babel-ast-utils", | ||
"version": "2.0.0-nightly.1852+b2b56a27", | ||
"version": "2.0.0-nightly.1854+6bf8145c", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -22,5 +22,5 @@ "license": "MIT", | ||
"@parcel/source-map": "2.0.0-alpha.4.9", | ||
"@parcel/utils": "2.0.0-nightly.230+b2b56a27" | ||
"@parcel/utils": "2.0.0-nightly.232+6bf8145c" | ||
}, | ||
"gitHead": "b2b56a27bc36d86e5221ec91dbf2fe11787e0c45" | ||
"gitHead": "6bf8145c61334e29e20f0619d6ce52b9dcd1f236" | ||
} |
@@ -63,2 +63,7 @@ // @flow strict-local | ||
map.addIndexedMappings(generated.rawMappings); | ||
let originalMap = await asset.getMapBuffer(); | ||
if (originalMap) { | ||
map.extends(originalMap); | ||
} | ||
} | ||
@@ -65,0 +70,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
6267
170