ChangeLog: v1.3.79


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.