Skip to main content

Command Palette

Search for a command to run...

ChangeLog: v1.3.75

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.

This version contains lots of patches. Most importantly, the GitHub release is now created again (#7768). Still, this version is mainly about the bugfixes for the SWC minifier.

  • Fix codegen of escape sequences (#7687)

  • Alias output as format (#7746)

  • Fix panic related to Array.slice (#7745)

  • Add preserving logic for typeof foo (#7763)


This version also includes some minor bugfixes like

  • Fix usage of plugin fs cache (#7748)

  • Fix infinite loop of systemjs in some edge cases (#7741)

  • Fix loose mode of the spread pass (#7760)


Additionally, there were some refactorings regarding unsafe.

  • Drop lexical (#7758)

  • Do not use transmute needlessly (#7771)