gro icon indicating copy to clipboard operation
gro copied to clipboard

migrate to Oxc and Rolldown

Open ryanatkn opened this issue 1 year ago • 0 comments

Oxc is the future of SvelteKit and Vite, replacing esbuild which has been good for my/Gro's usage. Rolldown will handle the server and worker bundling cases but it's not ready yet. (edit: now in beta, https://rolldown.rs/)

One simple piece was completed in #518, replacing es-module-lexer with oxc-parser, but it got more complicated in #523

I opted for ts-blank-space for type stripping in #544 instead of oxc-transform, which is currently alpha and requires sourcemaps, but I think it's likely I'll make the switch when it has a beta/more stable release.

See all the esbuild_* files:

ryanatkn avatar Oct 05 '24 03:10 ryanatkn