Command Palette
Search for a command to run...
More from this blog
Announcing Backward Compatibility for Wasm plugins
We are thrilled to announce a major quality-of-life improvement for the entire SWC ecosystem. Starting from @swc/core v1.15.0, our Wasm plugins are now backward-compatible! Previously, developers using Wasm plugins often had to update them with each ...
SWC plugin registry
Recently, I've been preoccupied with Wasm plugin compatibility issues in swc. I realized that backward compatibility would be difficult to achieve right now, so I decided to create a plugin registry that I had been putting off. The first thing that d...
ChangeLog: v1.3.100
CHANGELOG.md Full ChangeLog Bugfixes ES parser https://github.com/swc-project/swc/pull/8332 ES codegen https://github.com/swc-project/swc/pull/8346 https://github.com/swc-project/swc/pull/8351 ES: fixer pass https://github.com/swc-project/...
ChangeLog: v1.3.99
CHANGELOG.md Full ChangeLog Note: v1.3.98 is skipped because CI failed, and we want to keep git tags immutable. This is a very large release. So please check the links above.
ChangeLog: v1.3.97
CHAGNELOG.md Full ChangeLog This patch is mostly about the performance improvement. Bugfix: ascii_only: false PR: https://github.com/swc-project/swc/pull/8217 Performance improvements hstr instead of string-cache PR: https://github.com/swc-pro...