@absolutejs/absolute 0.19.0-beta.959 → 0.19.0-beta.960
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/build.js +2 -6
- package/dist/build.js.map +3 -3
- package/dist/index.js +2 -6
- package/dist/index.js.map +3 -3
- package/dist/src/build/scanRouteRegistrations.d.ts +9 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9637,11 +9637,7 @@ var ELYSIA_ROUTE_METHODS, SKIP_DIRS, SOURCE_EXTENSIONS, getScriptKind = (filePat
|
|
|
9637
9637
|
for (const file2 of files) {
|
|
9638
9638
|
extractRoutesFromFile(file2, collected);
|
|
9639
9639
|
}
|
|
9640
|
-
|
|
9641
|
-
for (const route of collected) {
|
|
9642
|
-
dedup.set(`${route.method} ${route.path}`, route);
|
|
9643
|
-
}
|
|
9644
|
-
return Array.from(dedup.values());
|
|
9640
|
+
return collected;
|
|
9645
9641
|
};
|
|
9646
9642
|
var init_scanRouteRegistrations = __esm(() => {
|
|
9647
9643
|
ELYSIA_ROUTE_METHODS = new Set([
|
|
@@ -34952,5 +34948,5 @@ export {
|
|
|
34952
34948
|
ANGULAR_INIT_TIMEOUT_MS
|
|
34953
34949
|
};
|
|
34954
34950
|
|
|
34955
|
-
//# debugId=
|
|
34951
|
+
//# debugId=252287D2668B6BE164756E2164756E21
|
|
34956
34952
|
//# sourceMappingURL=index.js.map
|