@absolutejs/absolute 0.19.0-beta.726 → 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.
@@ -4994,7 +4994,7 @@ var resolveRuntimeAngularModulePath = async (pagePath) => {
4994
4994
  };
4995
4995
  var angularSsrContext = new AsyncLocalStorage3;
4996
4996
  setSsrContextGetter(() => angularSsrContext.getStore());
4997
- async function handleAngularPageRequest(input) {
4997
+ var handleAngularPageRequest = async (input) => {
4998
4998
  const requestId = `angular_${Date.now()}_${Math.random().toString(BASE_36_RADIX).substring(2, RANDOM_ID_END_INDEX)}`;
4999
4999
  return angularSsrContext.run(requestId, async () => {
5000
5000
  await ensureAngularCompiler();
@@ -5065,10 +5065,10 @@ async function handleAngularPageRequest(input) {
5065
5065
  });
5066
5066
  }
5067
5067
  });
5068
- }
5068
+ };
5069
5069
  export {
5070
5070
  handleAngularPageRequest
5071
5071
  };
5072
5072
 
5073
- //# debugId=473BE2627542240A64756E2164756E21
5073
+ //# debugId=504CE919ADB2B48564756E2164756E21
5074
5074
  //# sourceMappingURL=server.js.map