0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/packages/integrations/lit
Emanuele Stoppa 803dd8061d
feat(container): provide a virtual module to load renderers (#11144)
* feat(container): provide a virtual module to load renderers

* address feedback

* chore: restore some default to allow to have PHP prototype working

* Thread through renderers and manifest

* Pass manifest too

* update changeset

* add diff

* Apply suggestions from code review

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* fix diff

* rebase and update lock

---------

Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-06-05 11:39:42 +01:00
..
src feat(container): provide a virtual module to load renderers (#11144) 2024-06-05 11:39:42 +01:00
test chore: use biome to sort imports - only test files (#10180) 2024-02-21 14:08:19 +00:00
.gitignore
CHANGELOG.md [ci] release (#11158) 2024-06-05 09:45:03 +02:00
client-shim.js [ci] format 2024-05-29 20:01:22 +00:00
client-shim.min.js [ci] format 2024-05-29 20:01:22 +00:00
hydration-support.js Upgrade lit deps (#7373) 2023-06-12 15:52:13 -04:00
package.json [ci] release (#11158) 2024-06-05 09:45:03 +02:00
README.md [ci] format 2023-12-21 20:36:15 +00:00
server-shim.js Fix typos (#10923) 2024-05-01 13:56:38 +08:00
server.js chore: import sort source code, exception for the astro package (#10242) 2024-02-27 11:15:27 +00:00
tsconfig.json config: migrate us to moduleResolution: 'node16' (#8519) 2023-09-13 16:49:22 +02:00

@astrojs/lit 🔥

This Astro integration enables server-side rendering and client-side hydration for your Lit custom elements.

Documentation

Read the @astrojs/lit docs

Support

Contributing

This package is maintained by Astro's Core team. You're welcome to submit an issue or PR! These links will help you get started:

License

MIT

Copyright (c) 2023present Astro