kdy1.dev

kdy1.dev

Follow
homenewslettermembers

Comments like +1 or "Is there any update" are spam

DongYoon KangDongYoon Kang
Jul 19, 20235 min read

Do not leave such comments · I received a comment on GitHub issue, and I marked it as a spam. The author of the comment complained, and while responding...

Comments like +1 or "Is there any update" are spam

Verifying swc minifier using dbg-swc

DongYoon KangDongYoon Kang
Dec 14, 20222 min read

Learn more about the way to find a minimal reproduction for swc minifier · Everyone wants a faster build. But the build time should never be the highest...

Verifying swc minifier using dbg-swc

Open-sourcing the new TypeScript type checker

DongYoon KangDongYoon Kang
Oct 27, 20223 min read

Learn more about the reasoning behind the decision · For context, I'm the creator of the swc project and I previously announced that I would use Go for...

Open-sourcing the new TypeScript type checker

Status update of my tsc port

DongYoon KangDongYoon Kang
Oct 10, 20224 min read

Learn more about my new tsc implementation · I'm the creator of swc, a web build tool written in Rust. And I'm working at Vercel to make web development...

Status update of my tsc port

A journey toward a fast and good minifier

DongYoon KangDongYoon Kang
Jun 7, 20229 min read

Learn more about my journey toward a fast and good minifier · This blog post will tell you about the techniques involved in making the minifier 100x...

A journey toward a fast and good minifier

I'm porting tsc to Go

DongYoon KangDongYoon Kang
Jan 26, 20223 min read

Learn more why I chose Go over Rust for my TypeScript type checker port. · I’m porting tsc to Go I’m porting the TypeScript Type Checker tsc to Go, and...

I'm porting tsc to Go