Skip to main content

Command Palette

Search for a command to run...

ChangeLog: v1.3.79

Updated
1 min readView as Markdown
D
I created SWC, an open-source compiler project, and previously worked at Deno and Vercel. These days, I spend a lot of time building Labor0, along with Watchtower and The AI Platform at Zephyr Cloud IO.

Fix for jsc.paths

I finally fixed jsc.paths. As always, there's no 100%, but I'm still pretty sure. I verified that it's working for a nest.js app.

Minifier bugfixes

Wrong minification

These PRs fix various bugs in the SWC minifier.

Wrong default value for config

This PR fixes the default value of jsc.minify.format.comments when the minifier is invoked via swc.transform() API.

New package: @swc/types

Many vendors have similar APIs as @swc/core, but they can't depend on @swc/core them because it's a huge package. For those users, I decided to extract typings as a separate package.