Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-29 | Updates an error handler to expect updated `@astrojs/lit` behavior (#3766) | 1 | -34/+0 | ||
* fix: don't throw an error when the lit renderer doesn't provide a clientEntrypoint * updating the framework-lit example to match new behavior * fix: updating the playground example to latest lit syntax | |||||
2021-12-22 | Use accessible indentation (#2253) | 1 | -22/+22 | ||
2021-07-13 | [ci] yarn format | 1 | -3/+3 | ||
2021-07-13 | Adds support for a Lit renderer (#665) | 1 | -0/+34 | ||
* Adds support for a Lit renderer This adds `@astrojs/renderer-lit`. An experimental Lit renderer. * Removed cached submodule, mistake * Prevent globals clobbering * Add docs on globals |