@parcel/scope-hoisting
Advanced tools
Comparing version 2.0.0-nightly.630 to 2.0.0-nightly.631
@@ -203,3 +203,3 @@ "use strict"; | ||
for (let b of bundles) { | ||
importedFiles.set((0, _nullthrows().default)(b.filePath), { | ||
importedFiles.set(b.id, { | ||
bundle: b, | ||
@@ -640,4 +640,3 @@ assets: new Set() | ||
let filePath = (0, _nullthrows().default)(importedBundle.filePath); | ||
let imported = importedFiles.get(filePath); | ||
let imported = importedFiles.get(importedBundle.id); | ||
@@ -650,3 +649,3 @@ if (!imported) { | ||
}; | ||
importedFiles.set(filePath, imported); | ||
importedFiles.set(importedBundle.id, imported); | ||
} | ||
@@ -653,0 +652,0 @@ |
{ | ||
"name": "@parcel/scope-hoisting", | ||
"version": "2.0.0-nightly.630+dc09f125", | ||
"version": "2.0.0-nightly.631+39ff8330", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -27,11 +27,11 @@ "license": "MIT", | ||
"@babel/types": "^7.12.13", | ||
"@parcel/babel-ast-utils": "2.0.0-nightly.2252+dc09f125", | ||
"@parcel/babylon-walk": "2.0.0-nightly.2252+dc09f125", | ||
"@parcel/diagnostic": "2.0.0-nightly.630+dc09f125", | ||
"@parcel/babel-ast-utils": "2.0.0-nightly.2253+39ff8330", | ||
"@parcel/babylon-walk": "2.0.0-nightly.2253+39ff8330", | ||
"@parcel/diagnostic": "2.0.0-nightly.631+39ff8330", | ||
"@parcel/source-map": "2.0.0-alpha.4.21", | ||
"@parcel/utils": "2.0.0-nightly.630+dc09f125", | ||
"@parcel/utils": "2.0.0-nightly.631+39ff8330", | ||
"globals": "^13.2.0", | ||
"nullthrows": "^1.1.1" | ||
}, | ||
"gitHead": "dc09f12563ad4fcc452760b2477fa6beb8af30fd" | ||
"gitHead": "39ff8330d68c6c0e01d9e8471dd94ce1eb2e62ec" | ||
} |
@@ -163,3 +163,3 @@ // @flow | ||
for (let b of bundles) { | ||
importedFiles.set(nullthrows(b.filePath), { | ||
importedFiles.set(b.id, { | ||
bundle: b, | ||
@@ -624,4 +624,3 @@ assets: new Set(), | ||
let filePath = nullthrows(importedBundle.filePath); | ||
let imported = importedFiles.get(filePath); | ||
let imported = importedFiles.get(importedBundle.id); | ||
if (!imported) { | ||
@@ -633,3 +632,3 @@ imported = { | ||
}; | ||
importedFiles.set(filePath, imported); | ||
importedFiles.set(importedBundle.id, imported); | ||
} | ||
@@ -636,0 +635,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
254774
6953