@absolutejs/absolute 0.19.0-beta.963 → 0.19.0-beta.965

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.
@@ -5745,16 +5745,8 @@ init_ssrRender();
5745
5745
  var lastSelector = "angular-page";
5746
5746
  var isRecord5 = (value) => typeof value === "object" && value !== null;
5747
5747
  var isAngularComponent2 = (value) => typeof value === "function";
5748
- var isAngularPageDefinition = (value) => isRecord5(value) && isAngularComponent2(value.component);
5749
5748
  var resolvePageComponent = (pageModule) => {
5750
- const page = Reflect.get(pageModule, "page");
5751
- if (isAngularPageDefinition(page)) {
5752
- return page.component;
5753
- }
5754
5749
  const defaultExport = pageModule.default;
5755
- if (isAngularPageDefinition(defaultExport)) {
5756
- return defaultExport.component;
5757
- }
5758
5750
  if (isAngularComponent2(defaultExport)) {
5759
5751
  return defaultExport;
5760
5752
  }
@@ -5923,8 +5915,6 @@ var handleAngularPageRequest = async (input) => {
5923
5915
  }
5924
5916
  });
5925
5917
  };
5926
- // src/angular/page.ts
5927
- var defineAngularPage = (definition) => definition;
5928
5918
  // src/angular/pendingTask.ts
5929
5919
  import { inject, PendingTasks } from "@angular/core";
5930
5920
  var withPendingTask = async (work) => {
@@ -5939,7 +5929,6 @@ export {
5939
5929
  withPendingTask,
5940
5930
  provideDeterministicEnv,
5941
5931
  handleAngularPageRequest,
5942
- defineAngularPage,
5943
5932
  createDeterministicRandom,
5944
5933
  buildAbsoluteHttpTransferCacheOptions,
5945
5934
  DETERMINISTIC_SEED,
@@ -5948,5 +5937,5 @@ export {
5948
5937
  ABSOLUTE_HTTP_TRANSFER_CACHE_SKIP_HEADER
5949
5938
  };
5950
5939
 
5951
- //# debugId=398F502574C5F34A64756E2164756E21
5940
+ //# debugId=16B24AB89A49274064756E2164756E21
5952
5941
  //# sourceMappingURL=server.js.map