Popular repositories
468 contributions in the last year
Less
More
Contribution activity
April 2021
Created 9 commits in 1 repository
Created a pull request in sveltejs/kit that received 7 comments
create-svelte: fix global.d.ts rename, Windows build issue, missing adapter-node
Fixes #1093
Fix global.d.ts getting renamed to global.d.js
Fix create-svelte build script on Windows
Make
svelte.config.cjs adapter-agnosticRemov…
+8
−5
•
7
comments
Opened 9 other pull requests in 1 repository
sveltejs/kit
8
merged
1
closed
- Fix Windows build output containing backslashes
- Build non-example packages before attempting release
-
adapter-node: include missing entry point -
Move server-side
fetchresponsibility to adapters instead of build step -
Prefer native
fetchwhen available -
Fix default
$error.sveltepage - Use global URLSearchParams instead of import from url
- Add Vite to envinfo for GH issues
- create-svelte: update tsconfig to allow es2020 module and lib
Reviewed 5 pull requests in 2 repositories
vitejs/vite 3 pull requests
sveltejs/kit 2 pull requests
Created an issue in vitejs/vite that received 10 comments
Unrestricted directory traversal with @fs
Describe the bug The entire filesystem is indiscriminately exposed while the Vite dev server is running. Combined with the fact that the server is …
10
comments