@absolutejs/absolute 0.19.0-beta.296 → 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/build.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);
@@ -208019,5 +208020,5 @@ export {
208019
208020
  build
208020
208021
  };
208021
208022
 
208022
- //# debugId=EAC020018AB1A28864756E2164756E21
208023
+ //# debugId=644DCDD520880E7D64756E2164756E21
208023
208024
  //# sourceMappingURL=build.js.map