Highlights
- Arctic Code Vault Contributor
- Pro
Pinned
422 contributions in the last year
Less
More
Contribution activity
March 2021
Rich-Harris has no activity
yet for this period.
February 2021
Created 20 commits in 8 repositories
Created 7 repositories
- Rich-Harris/vite-repro-ssr-sourcemap-sources JavaScript
- Rich-Harris/vite-repro-ssr-fix-stacktrace JavaScript
- Rich-Harris/vite-ssr-load-errors JavaScript
- Rich-Harris/d3-modules JavaScript
- Rich-Harris/vite-repro-transformation JavaScript
- Rich-Harris/vite TypeScript
- Rich-Harris/vite-preload-repro JavaScript
Opened 7 pull requests in 2 repositories
vitejs/vite
6
merged
- fix: add source and sourcesContent to transformed SSR modules
- fix: determine anonymous function wrapper offset at runtime
- fix: handle ssrLoadModule failures
- fix: reject ssrLoadModule promises if evaluation fails
- fix: always transform applicable requests
- fix: reject preload promise if link fails to load
sveltejs/svelte
1
merged
Reviewed 1 pull request in 1 repository
sveltejs/svelte 1 pull request
Created an issue in d3/d3 that received 21 comments
D3 packages are incompatible with Node projects that use `"type": "module"`
I hope this is the right place to open this issue, as it's something that affects all d3-*
packages as well as d3
itself. Please redirect me if not!
…
21
comments
Opened 5 other issues in 1 repository
vitejs/vite
4
closed
1
open
- map.sources and map.sourcesContent are unpopulated for files without transformer plugins
- ssrFixStacktrace generates incorrect stack traces in Node 12
- SSR module load errors are not handled
- ssrLoadModule promises resolve even if evaluation fails
- __vitePreload dependencies could be relative to import.meta.url