@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.
@@ -3361,7 +3361,7 @@ var buildDirtyResponse = (index, maybeProps) => {
3361
3361
  headers: { "Content-Type": "text/html" }
3362
3362
  });
3363
3363
  };
3364
- async function handleReactPageRequest(input) {
3364
+ var handleReactPageRequest = async (input) => {
3365
3365
  if (!isReactPageRequestInput(input)) {
3366
3366
  throw new Error("React page handler requires an object input with Page and index.");
3367
3367
  }
@@ -3404,7 +3404,7 @@ async function handleReactPageRequest(input) {
3404
3404
  status: 500
3405
3405
  });
3406
3406
  }
3407
- }
3407
+ };
3408
3408
  // src/react/Island.tsx
3409
3409
  init_islandMarkupAttributes();
3410
3410
  init_renderIslandMarkup();
@@ -3569,5 +3569,5 @@ export {
3569
3569
  Island
3570
3570
  };
3571
3571
 
3572
- //# debugId=1441C5DB930D617464756E2164756E21
3572
+ //# debugId=0B3BD63FB113E63564756E2164756E21
3573
3573
  //# sourceMappingURL=index.js.map