fix: resolve TypeScript errors in adapter config implementation
- Add type declarations for astro:adapter-config/client virtual module
- Add manifest property to SSRResult interface
- Fix Object.entries type assertions in prefetch and router
- Add explicit return type to Netlify adapter's internalFetchHeaders function
c2a0d56
3 months ago
by matthewp
-0.09%
refactor: extract internalFetchHeaders from manifest into SSRResult
Follow existing pattern of extracting specific fields from manifest rather than passing the entire manifest object to SSRResult. This matches how other fields like base, trailingSlash, and serverIslandNameMap are handled.
f3c03f6
3 months ago
by matthewp
+0.02%
Address PR feedback: clean up tests and update comment
- Remove incomplete test stubs for actions and view transitions
- Remove unused manifestPath variable
- Update prefetch comment to be less strict about dependencies
abaa04f
3 months ago
by matthewp
-0.16%
Fix import sorting in create-vite and router files
ea52496
3 months ago
by matthewp
+0.1%
Fix skew protection test to check correct manifest file
The test was checking ssr.mjs which is just a wrapper, but the actual
serialized manifest is in the manifest_*.mjs file in the build directory.
152298a
3 months ago
by matthewp
-0.06%
Fix virtual module to return empty headers during SSR
This prevents timeouts in integration tests where client-side files
importing the virtual module are processed during SSR.
a33869a
3 months ago
by matthewp
+0.23%
Merge branch 'main' into netlify-skew-protection
4e36b0d
3 months ago
by matthewp
+0.1%
Merge branch 'main' into netlify-skew-protection
61a1910
3 months ago
by matthewp
0%
Update .changeset/netlify-skew-protection.md
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
b5d57a4
3 months ago
by matthewp
-0.07%
Merge branch 'netlify-skew-protection' of github.com:withastro/astro into netlify-skew-protection