Y
Hacker News
new
|
ask
|
show
|
jobs
by
risos
852 days ago
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).