@absolutejs/absolute 0.19.0-beta.371 → 0.19.0-beta.373

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/build.js CHANGED
@@ -169404,18 +169404,7 @@ var indexContentCache, resolveDevClientDir = () => {
169404
169404
  const content = [
169405
169405
  ...hmrPreamble,
169406
169406
  ...reactImports,
169407
- `import type { ComponentType } from 'react'`,
169408
169407
  `import { ${componentName} } from '${pagesRelPath}/${componentName}';
169409
- `,
169410
- `type PropsOf<C> = C extends ComponentType<infer P> ? P : never;
169411
- `,
169412
- `declare global {`,
169413
- ` interface Window {`,
169414
- ` __INITIAL_PROPS__?: PropsOf<typeof ${componentName}>`,
169415
- ` __REACT_ROOT__?: ReturnType<typeof hydrateRoot | typeof createRoot>`,
169416
- ` __HMR_CLIENT_ONLY_MODE__?: boolean`,
169417
- ` }`,
169418
- `}
169419
169408
  `,
169420
169409
  ...errorBoundaryDef,
169421
169410
  `// Hydration with error handling and fallback`,
@@ -176139,10 +176128,9 @@ var init_escapeScriptContent = __esm(() => {
176139
176128
  "\u2028": "\\u2028",
176140
176129
  "\u2029": "\\u2029",
176141
176130
  "&": "\\u0026",
176142
- "<": "\\u003C",
176143
- ">": "\\u003E"
176131
+ "<": "\\u003C"
176144
176132
  };
176145
- ESCAPE_REGEX = /[&><\u2028\u2029]/g;
176133
+ ESCAPE_REGEX = /[&<\u2028\u2029]/g;
176146
176134
  });
176147
176135
 
176148
176136
  // src/svelte/renderToReadableStream.ts
@@ -179151,5 +179139,5 @@ export {
179151
179139
  build
179152
179140
  };
179153
179141
 
179154
- //# debugId=F6A1E9B26F37A45164756E2164756E21
179142
+ //# debugId=5588E667DFA3363264756E2164756E21
179155
179143
  //# sourceMappingURL=build.js.map