Skip to main content

Command Palette

Search for a command to run...

ChangeLog: v1.3.86

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.

Static-linked msvc runtime

This PR will make user without msvc runtime installed happy.

Preserve instead of panic for jsc.paths

SWC now preserves the original import specifier if the resolver for jsc.paths fails to resolve.

Private name & logical assignments

chrome 74 is a bizarre target because class_property is not required but logical_assignments is required.

This caused an issue to SWC, but it's now fixed.