@absolutejs/absolute 0.19.0-beta.71 → 0.19.0-beta.72

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/dist/build.js CHANGED
@@ -202918,9 +202918,9 @@ export default {};
202918
202918
  return files;
202919
202919
  }, invalidateModule = (filePath) => {
202920
202920
  const resolved = resolve17(filePath);
202921
- console.log(`[invalidate] ${resolved} (cached: ${getTransformed(resolved) !== undefined}, cacheKeys: ${getTransformed(filePath) !== undefined})`);
202922
202921
  invalidate(filePath);
202923
- invalidate(resolved);
202922
+ if (resolved !== filePath)
202923
+ invalidate(resolved);
202924
202924
  mtimeCache.delete(filePath);
202925
202925
  mtimeCache.delete(resolved);
202926
202926
  }, warmCache = (pathname) => {
@@ -204903,5 +204903,5 @@ export {
204903
204903
  build
204904
204904
  };
204905
204905
 
204906
- //# debugId=687730A6593954D964756E2164756E21
204906
+ //# debugId=C76781E040DC65C064756E2164756E21
204907
204907
  //# sourceMappingURL=build.js.map