Hacker News new | ask | show | jobs
by sod 843 days ago
They did exactly that. Just not esbuild.

They sponser https://github.com/kdy1 (see the vercel in his profile), who spearheads swc, which is very similar in goals and scope to esbuild. swc may ring a bell, as it's the parser/compiler that is used by deno and bun.

1 comments

Deno uses swc, but Bun does not, it uses its own parser/transpiler written in zig.

Source: check the language breakdown on zig's repo: 0% rust (what swc is written in).