summaryrefslogtreecommitdiff
path: root/examples/framework-lit/src/components (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 1-56/+104
2022-06-29Updates an error handler to expect updated `@astrojs/lit` behavior (#3766)Gravatar Tony Sullivan 2-8/+4
* 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-22Use accessible indentation (#2253)Gravatar Jonathan Neal 3-63/+90
2021-07-13[ci] yarn formatGravatar matthewp 2-9/+7
2021-07-13Adds support for a Lit renderer (#665)Gravatar Matthew Phillips 3-0/+86
* 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