aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/index-of.mjs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-09Add some more bench snippetsGravatar Jarred Sumner 1-0/+12
ocess-env-override Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/examples/docs/src/components (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-21[ci] formatGravatar natemoo-re 1-52/+54
2022-04-21[ci] release (#3172)Gravatar github-actions[bot] 34-82/+84
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-21Feat: [create astro] add directory prompt (#3168)Gravatar Ben Holmes 11-20/+161
* wip: add prompt for directory with validation * feat: wire up dir response to cwd * feat: improve error handling on non-empty dirs * fix: update test helpers to execaSync * chore: add .skipped to old tests for clarity * deps: add mocha and chai to create-astro * feat: add directory step test with fixture * feat: update turbo to run create-astro tests again 🥳 * chore: changeset
2022-04-21chore: upgrade compiler (#3171)Gravatar Nate Moore 3-5/+10
2022-04-21[ci] formatGravatar natemoo-re 1-1/+1
2022-04-21fix(preact): use updateConfig hook (#3166)Gravatar Nate Moore 2-3/+8
2022-04-21chore(webapi): fix types (#3167)Gravatar Nate Moore 1-1/+1
2022-04-21[ci] release (#3169)astro@1.0.0-beta.16Gravatar github-actions[bot] 31-60/+61
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-21[ci] formatGravatar matthewp 4-10/+12
2022-04-21Improvements to build and dev when building for subpaths (#3156)Gravatar Tony Sullivan 5-3/+51
* `astro build` should include the `base` provided in astro config * test: updating build test to expect the base path in links/scripts * ignore the default "base" value when building links/scripts * fix: handling config that provides a base but no site * fix: config.site was being ignored since it's a URL not a string * hack: handle base path in dev for /public assets * fix: dev redirect needs to ignore base default of ./ * fix: extra safety checks for the base path redirect * refactor: simplifying it to remove the regex * one last safety check - only redirect GET and use a 302 status * fix: lost the leading slash when redirecting * nit: adding comments to the test explaining how base is verified * Remove extra console.log * Adds a changeset Co-authored-by: unknown <matthew@skypack.dev>
2022-04-21[ci] release (#3165)@astrojs/react@0.1.1@astrojs/netlify@0.3.2@astrojs/deno@0.1.2Gravatar github-actions[bot] 15-24/+35
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-21[ci] formatGravatar matthewp 5-29/+30
2022-04-21Fixes using React.lazy and Suspense (#3160)Gravatar Matthew Phillips 21-14/+183
* Revert "Revert "Fixes using React.lazy and Suspense"" This reverts commit e621c2f7d3844e950168f4198e4dd1c6f43031d0. * Adds a changeset * Fix ts errors * Remove netlify metadata folder
2022-04-21[ci] release (#3161)astro@1.0.0-beta.15@astrojs/lit@0.1.2Gravatar github-actions[bot] 34-73/+76
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-21[ci] formatGravatar matthewp 1-4/+4
2022-04-21Make 'lit' always be bundled in SSR (#3164)Gravatar Matthew Phillips 4-2/+24
* Make 'lit' always be bundled in SSR * Adds a changeset
2022-04-21[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-20[ci] formatGravatar natemoo-re 3-8/+8
2022-04-20Improved HMR (#3138)Gravatar Nate Moore 4-16/+51
* WIP: improved HMR * fix(hmr): improve hmr filtering to avoid full reloads * chore: add changeset
2022-04-20Revert "Fixes using React.lazy and Suspense"Gravatar Matthew Phillips 20-186/+14
This reverts commit 700d4f9649b72e98a56586a480e6d3c413cf45f1.
2022-04-20Fixes using React.lazy and SuspenseGravatar unknown 20-14/+186
2022-04-20Add test to verify Lit works in SSR (#3158)Gravatar Matthew Phillips 2-0/+36
2022-04-20Netlify adapter, add --build flag in the readme (#3157)Gravatar Matthew Phillips 1-1/+1
2022-04-20[ci] update lockfile (#3153)Gravatar Fred K. Schott 28-936/+838
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-04-20[ci] collect statsGravatar FredKSchott 1-0/+1
2022-04-19[ci] release (#3151)astro@1.0.0-beta.14@astrojs/vue@0.1.3@astrojs/vercel@0.1.3@astrojs/solid-js@0.1.2@astrojs/markdown-remark@0.9.2@astrojs/deno@0.1.1Gravatar github-actions[bot] 40-101/+109
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>