aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/svelte/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-06[ci] formatfix/map-file-404-logsGravatar FredKSchott 1-2/+2
2022-04-22[ci] formatGravatar tony-sull 1-3/+1
2022-04-22Support custom svelte compiler options in @astrojs/svelte (#3181)Gravatar Tony Sullivan 1-16/+40
* updating svelte integration to allow custom user config * test: adding a test to verify that svelte options are piped through the integration * updating the README with docs on overridding svelte options * chore: adding changeset * fix: copy/paste bug in test validation * removing temporary debug scripts
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-0/+48
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback