@absolutejs/absolute 0.19.0-beta.827 → 0.19.0-beta.829
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
|
@@ -15431,8 +15431,6 @@ ${stubs}
|
|
|
15431
15431
|
const stubReplace = (_match, prefix, specifier, suffix) => {
|
|
15432
15432
|
if (specifier.startsWith("/") || specifier.startsWith("."))
|
|
15433
15433
|
return _match;
|
|
15434
|
-
if (!specifier.startsWith("@absolutejs/"))
|
|
15435
|
-
return `${prefix}/@stub/${encodeURIComponent(specifier)}${suffix}`;
|
|
15436
15434
|
const resolved = resolveAbsoluteSpecifier(specifier, projectRoot);
|
|
15437
15435
|
if (resolved) {
|
|
15438
15436
|
return `${prefix}${srcUrl(resolved, projectRoot)}${suffix}`;
|
|
@@ -26810,5 +26808,5 @@ export {
|
|
|
26810
26808
|
ANGULAR_INIT_TIMEOUT_MS
|
|
26811
26809
|
};
|
|
26812
26810
|
|
|
26813
|
-
//# debugId=
|
|
26811
|
+
//# debugId=993282EF627C26EC64756E2164756E21
|
|
26814
26812
|
//# sourceMappingURL=index.js.map
|