@absolutejs/absolute 0.19.0-beta.725 → 0.19.0-beta.727

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.
@@ -13934,7 +13934,7 @@ var resolveRuntimeAngularModulePath = async (pagePath) => {
13934
13934
  };
13935
13935
  var angularSsrContext = new AsyncLocalStorage3;
13936
13936
  setSsrContextGetter(() => angularSsrContext.getStore());
13937
- async function handleAngularPageRequest(input) {
13937
+ var handleAngularPageRequest = async (input) => {
13938
13938
  const requestId = `angular_${Date.now()}_${Math.random().toString(BASE_36_RADIX).substring(2, RANDOM_ID_END_INDEX)}`;
13939
13939
  return angularSsrContext.run(requestId, async () => {
13940
13940
  await ensureAngularCompiler();
@@ -14005,7 +14005,7 @@ async function handleAngularPageRequest(input) {
14005
14005
  });
14006
14006
  }
14007
14007
  });
14008
- }
14008
+ };
14009
14009
  // src/angular/createIsland.ts
14010
14010
  init_renderIslandMarkup();
14011
14011
  var createTypedIsland = (registry) => (props) => renderIslandMarkup(registry, props);
@@ -14314,5 +14314,5 @@ export {
14314
14314
  Island
14315
14315
  };
14316
14316
 
14317
- //# debugId=3CB55B415035DFEF64756E2164756E21
14317
+ //# debugId=5B98D9DE8933B9D164756E2164756E21
14318
14318
  //# sourceMappingURL=index.js.map