@parcel/utils 2.0.0-nightly.1248 → 2.0.0-nightly.1252

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -36135,6 +36135,7 @@ async function $6aebdac47db0459e$export$6643be4f4e63e994(fs, moduleName, dir) {
36135
36135
  let orgDirContent = (await fs.readdir(orgDirPath)).sort(); // Add all org packages
36136
36136
  potentialModules.push(...orgDirContent.map((i)=>`${item}/${i}`));
36137
36137
  }));
36138
+ else potentialModules.push(...modules);
36138
36139
  }
36139
36140
  } catch (err) {} // Move up a directory
36140
36141
  dir = (0, ($parcel$interopDefault($8C1kk$path))).dirname(dir);