@absolutejs/absolute 0.19.0-beta.949 → 0.19.0-beta.950
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/angular/components/core/streamingSlotRegistrar.js +1 -1
- package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
- package/dist/angular/index.js +5 -2
- package/dist/angular/index.js.map +3 -3
- package/dist/angular/server.js +5 -2
- package/dist/angular/server.js.map +3 -3
- package/dist/build.js +5 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +5 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12990,7 +12990,10 @@ export const __ABSOLUTE_PAGE_USES_LEGACY_ANIMATIONS__ = true;
|
|
|
12990
12990
|
...candidatePaths.map((file4) => resolve23(file4)),
|
|
12991
12991
|
...compiledFallbackPaths
|
|
12992
12992
|
];
|
|
12993
|
-
let candidate = normalizedCandidates.find((file4) => existsSync17(file4) && file4.endsWith(`${sep3}
|
|
12993
|
+
let candidate = normalizedCandidates.find((file4) => existsSync17(file4) && file4.endsWith(`${sep3}${relativeEntry}`));
|
|
12994
|
+
if (!candidate) {
|
|
12995
|
+
candidate = normalizedCandidates.find((file4) => existsSync17(file4) && file4.endsWith(`${sep3}pages${sep3}${jsName}`));
|
|
12996
|
+
}
|
|
12994
12997
|
if (!candidate) {
|
|
12995
12998
|
candidate = normalizedCandidates.find((file4) => existsSync17(file4) && file4.endsWith(`${sep3}${jsName}`));
|
|
12996
12999
|
}
|
|
@@ -33326,5 +33329,5 @@ export {
|
|
|
33326
33329
|
ANGULAR_INIT_TIMEOUT_MS
|
|
33327
33330
|
};
|
|
33328
33331
|
|
|
33329
|
-
//# debugId=
|
|
33332
|
+
//# debugId=95C7C917B738012264756E2164756E21
|
|
33330
33333
|
//# sourceMappingURL=index.js.map
|