aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets/_bacon.js
blob: c07ffb9beb8ad8defa34322f6a209f4bb8e90597 (plain) (blame)
1
export let hello = true;
ocess2 Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/src/components (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-16[ci] formatGravatar matthewp 1-1/+1
2022-06-16feat: add SSR adaptor for cloudflare pages functions (#3600)Gravatar Richard Cooke 8-0/+194
2022-06-16[ci] formatGravatar matthewp 11-76/+60
2022-06-16Inline hydration directive scripts (#3605)Gravatar Matthew Phillips 19-174/+203
* Inline hydration scripts * Adds a changeset * Update directiveAstroKeys type
2022-06-16[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-15[ci] formatGravatar tony-sull 3-5/+8
2022-06-15Adds support base64 encoding in Netlify Functions (#3592)Gravatar Tony Sullivan 7-7/+169
* Adding support for base64 encoded responses in Netlify Functions * chore: add changeset * removing the regex check for a more simple header-based check * nit: cleaning up the readme a bit
2022-06-15Update README.md (#3597)Gravatar Dan Jutan 1-12/+29
- Fix the tree to reflect the actual example contents - Remove RSS and Sitemap bullet points, since they aren't in the project
2022-06-15fix: check node version and find acceptable host accordingly (#3599)Gravatar Ari Gibson 2-1/+8
2022-06-15[ci] formatGravatar matthewp 7-98/+92
2022-06-15Consolidate hydration scripts into just one (#3571)Gravatar Matthew Phillips 37-288/+533
* Remove redundant hydration scripts * Prebuild the island JS * Fix build * Updates to tests * Update more references * Custom element test now has two classic scripts * Account for non-default exports * Restructure hydration directives * Move nested logic into the island component * Remove try/catch
2022-06-15[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-14[ci] release (#3596)astro@1.0.0-beta.46Gravatar github-actions[bot] 34-81/+67
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-14[ci] formatGravatar natemoo-re 1-2/+1
2022-06-14Collect project meta info (#3587)Gravatar Nate Moore 3-0/+103
* chore: add project meta * Update index.ts
2022-06-14[ci] formatGravatar matthewp 1-3/+3
2022-06-14Handle importing multiple CSS packages in same bundle (#3595)Gravatar Matthew Phillips 5-1/+23
* Handle importing multiple CSS packages in same bundle * Changeset