fuzdev / fuzdev/gro

migrate to Oxc and Rolldown

Open
#506 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
19
Forks
0
Avg merge
1d 6h
Merged PRs (30d)
3

Description

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:

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading src/lib/esbuild_helpers.ts and the other listed esbuild_* files to map the current bundling pieces. Run src/lib/esbuild_plugin_svelte.test.ts while comparing the Oxc and Rolldown constraints described in the issue. Done means the listed esbuild-based pieces have been migrated to Oxc and Rolldown where supported.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vite
Domain
build-system
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.