DongYoon KangforSWC: The Rust-based platform for the Webblog.swc.rs·Sep 15, 2023ChangeLog: v1.3.85CHANGELOG.md Full ChangeLog minify() now support scripts PR: https://github.com/swc-project/swc/pull/7943 The JavaScript API of minify() had module: bool for a long time, but the swc minifier didn't respect it. It's now fixed, and it's now resp...Discuss·141 readsChangelog
DongYoon KangforSWC: The Rust-based platform for the Webblog.swc.rs·Sep 14, 2023ChangeLog: v1.3.84CHANGELOG.md Full ChangeLog Fix for generator PR: https://github.com/swc-project/swc/pull/7932 Fix for emitAssertForImportAttributes PR: https://github.com/swc-project/swc/pull/7936 This PR also adds format.emitAssertForImportAttributes to mi...DiscussChangelog
DongYoon KangforSWC: The Rust-based platform for the Webblog.swc.rs·Sep 9, 2023ChangeLog: v1.3.83CHANGELOG.md Full ChangeLog Fix for jsc.paths projects using pnpm PR: https://github.com/swc-project/swc/pull/7918 https://github.com/swc-project/swc/pull/7866 caused a problem for some projects because node_modules were excluded from the candi...DiscussChangelog
DongYoon KangforSWC: The Rust-based platform for the Webblog.swc.rs·Sep 1, 2023ChangeLog: v1.3.82CHANGELOG.md Full ChangeLog Fix for jsc.paths https://github.com/swc-project/swc/pull/7901 SWC now uses fully specified paths for .ts files. Fix for sourcemap https://github.com/swc-project/swc/pull/7900 Now, the output source map does not co...DiscussChangeLogChangelog
DongYoon KangforSWC: The Rust-based platform for the Webblog.swc.rs·Aug 30, 2023ChangeLog: v1.3.81CHANGELOG.md Full ChangeLog Bugfixes for codegen of yield https://github.com/swc-project/swc/pull/7858 The fix was quite trivial. for explicit resource management https://github.com/swc-project/swc/pull/7881 Previously, the transforms for exp...Discuss·103 readsChangeLogChangelog
DongYoon KangforSWC: The Rust-based platform for the Webblog.swc.rs·Aug 25, 2023ChangeLog: v1.3.80CHANGELOG.md Full ChangeLog This is a hotfix for node_modules issue of jsc.paths. Issue: https://github.com/swc-project/swc/issues/7863DiscussChangeLogChangelog
DongYoon KangforSWC: The Rust-based platform for the Webblog.swc.rs·Aug 25, 2023ChangeLog: v1.3.79CHANGELOG.md Full ChangeLog Fix for jsc.paths https://github.com/swc-project/swc/pull/7852 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...Discuss·93 readsChangeLogChangelog
DongYoon KangforSWC: The Rust-based platform for the Webblog.swc.rs·Aug 17, 2023ChangeLog: v1.3.78CHANGELOG.md Full ChangeLog This version includes many fixes. #7820: A bug of ascii_only is fixed. Code generation for { Ì: "\u0069\u0307\u0300", } is fixed. #7788: A bug of a rest pattern is fixed. Previously, if the input code contains...Discuss·185 readsChangeLogChangelog
DongYoon KangforSWC: The Rust-based platform for the Webblog.swc.rs·Aug 10, 2023ChangeLog: v1.3.76CHANGELOG.md Full ChangeLog This version is mainly about minifier bugfixes, but it also includes a fix for jsc.paths. Noticeable changes are: Fix for jsc.paths (#7775) Fix for minifier bug related to unused properties (#7785) Fix for another m...Discuss·171 readsChangeLogChangelog
DongYoon KangforSWC: The Rust-based platform for the Webblog.swc.rs·Aug 8, 2023ChangeLog: v1.3.75CHANGELOG.md Full ChangeLog 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) ...Discuss·151 readsChangeLogChangelog