@absolutejs/absolute 0.19.0-beta.297 → 0.19.0-beta.298

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/index.js CHANGED
@@ -205405,8 +205405,9 @@ ${stubs}
205405
205405
  if (!specifier.startsWith("@absolutejs/absolute/"))
205406
205406
  return `${prefix}/@stub/${encodeURIComponent(specifier)}${suffix}`;
205407
205407
  const resolved = resolveAbsoluteSpecifier(specifier, projectRoot, filePath, frameworkDirs);
205408
- if (resolved)
205409
- return `${prefix}/@src/${resolved}${suffix}`;
205408
+ if (resolved) {
205409
+ return `${prefix}${srcUrl(resolved, projectRoot)}${suffix}`;
205410
+ }
205410
205411
  return `${prefix}/@stub/${encodeURIComponent(specifier)}${suffix}`;
205411
205412
  };
205412
205413
  result = result.replace(/^((?:import\s+[\s\S]+?\s+from|export\s+[\s\S]+?\s+from|import)\s*["'])([^"'./][^"']*)(["'])/gm, stubReplace);
@@ -215464,5 +215465,5 @@ export {
215464
215465
  ANGULAR_INIT_TIMEOUT_MS
215465
215466
  };
215466
215467
 
215467
- //# debugId=874B4D2025D5DD5264756E2164756E21
215468
+ //# debugId=5696831B5F14212964756E2164756E21
215468
215469
  //# sourceMappingURL=index.js.map