Highlights
- Pro
Block or Report
Block or report Rich-Harris
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
2,656 contributions in the last year
Less
More
Contribution activity
August 2022
Created 3 repositories
- Rich-Harris/sveltekit-app-overrides-demo JavaScript
- Rich-Harris/rollup-unescaped-assets JavaScript
- Rich-Harris/generated-types TypeScript
Created a pull request in sveltejs/kit that received 8 comments
Remove session
Implements #5883. This removes event.session from load, the session store, and getSession. It's easy to use event.locals in handle along with +layo…
+53
−457
•
8
comments
Opened 22 other pull requests in 1 repository
sveltejs/kit
1
open
21
merged
-
Avoid running
loadon the server unnecessarily -
Accumulate
data - fix SEO docs
-
respect
export const prerender = falsein+page.server.js - remove ability for +page.server.js to respond to GET requests with JSON
- Prerendered server redirects
- check if data is serializable
- add types for config.package so the docs build
-
avoid double import of
$env/dynamic/[mode]modules - add tests to project structure
- makes some tests less flaky
- use LayoutLoad inside +layout.js files
- Ignore favicon request
-
create .ts files from
<script context="module" lang="ts"> - Only search for layout name in basename, rather than fully resolved pathname
- fix actions
- try to appease changesets
- Unbundling
-
remove unused
asynckeyword - handle spaces in filenames when migrating
- add readme to svelte-migrate
- it begins
Reviewed 76 pull requests in 2 repositories
sveltejs/kit
25 pull requests
- Version Packages (next)
-
Accumulate
data - Version Packages (next)
- [fix] correct parent data type for layouts
- check if data is serializable
- [docs] note on parent and waterfalls
- [fix] make errors in Action less restrictive
- [fix] handle set-cookie in setHeaders
-
[fix] Handle
throw error/redirectin+server.js - [fix] Run svelte-kit sync before svelte-check in check scripts
- Version Packages (next)
- Version Packages (next)
- [fix] support linked @sveltejs/kit package in Vite 3.0.3+
- Version Packages (next)
- Prerendered server redirects
- [chore] remove chokidar as dependency of kit
-
[fix] set
statusto 303 when POST provides alocation - Update all non-major dependencies - autoclosed
- Version Packages (next)
- [breaking] move packaging functionality into its own package
- chore: give verbose names to form args "e"
- [fix] Fix params and parent data types
- Version Packages (next)
- [fix] manifest generation
- Version Packages (next)
- Some pull request reviews not shown.
sveltejs/sites
1 pull request
Created an issue in sveltejs/kit that received 1 comment
Make it possible to return more than JSON from server-only load functions
Describe the problem
Right now, the output of load in +layout.server.js or +page.server.js has to be serialized with JSON.stringify so that it can …
1
comment





