Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into fix-source-map
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Oct 8, 2024
2 parents f11b726 + 6e7a009 commit 06577ba
Show file tree
Hide file tree
Showing 266 changed files with 1,584 additions and 1,373 deletions.
27 changes: 18 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@



- **(ci)** Fix target triples ([#9622](/~https://github.com/swc-project/swc/issues/9622)) ([f625035](/~https://github.com/swc-project/swc/commit/f625035f8a21eb6d2bc487669a534257f3ef7c7c))


- **(es/minifier)** Compress consecutive return statements properly ([#9620](/~https://github.com/swc-project/swc/issues/9620)) ([8263da1](/~https://github.com/swc-project/swc/commit/8263da17664cc7cb5d49e1a8e9fbca8037fe991f))


Expand All @@ -20,8 +23,17 @@



- **(bindings/html)** Accept `Buffer|string` instead of `Buffer` ([#9625](/~https://github.com/swc-project/swc/issues/9625)) ([62edb36](/~https://github.com/swc-project/swc/commit/62edb3628b26036cdc767b31d59e109c3970497c))


- **(es/preset-env)** Update preset-env data ([#9573](/~https://github.com/swc-project/swc/issues/9573)) ([9a11d34](/~https://github.com/swc-project/swc/commit/9a11d34ee569f64e8db02fc90beacbba0f2de0cf))


- **(es/testing)** Parse test code as a `Program` instead of a `Module` ([#9264](/~https://github.com/swc-project/swc/issues/9264)) ([166b858](/~https://github.com/swc-project/swc/commit/166b8581c226b127f5d503cd21c22c0a3a8c675c))


- **(es/testing)** Parse test code as a `Program` instead of a `Module` ([#9623](/~https://github.com/swc-project/swc/issues/9623)) ([bfea322](/~https://github.com/swc-project/swc/commit/bfea3223515e378c3ebe669f4a9012919f4f9547))

### Miscellaneous Tasks


Expand Down Expand Up @@ -49,6 +61,12 @@

- **(es/typescript)** Simplifying enum and namespace transforms ([#9558](/~https://github.com/swc-project/swc/issues/9558)) ([2480bb0](/~https://github.com/swc-project/swc/commit/2480bb00fc71d588af506eb18f33afa56622361f))

### Build



- Update `rustc` to `nightly-2024-10-07` ([#9624](/~https://github.com/swc-project/swc/issues/9624)) ([6a3b0fc](/~https://github.com/swc-project/swc/commit/6a3b0fc1660cba4310880881f21e3bf81aceac0d))

## [1.7.29] - 2024-10-01

### Bug Fixes
Expand Down Expand Up @@ -1322,18 +1340,9 @@
- **(es)** Allow input source map file to be omitted ([#8951](/~https://github.com/swc-project/swc/issues/8951)) ([606cb67](/~https://github.com/swc-project/swc/commit/606cb677c42dd43c24ba49ad0912998e33159560))


- **(es/ast)** Pin version of unicodes ([#8941](/~https://github.com/swc-project/swc/issues/8941)) ([6362ff4](/~https://github.com/swc-project/swc/commit/6362ff4ba80afc9c887a8817582ae976a05c1d90))


- **(es/compat)** Avoid reserved name for private method ([#8949](/~https://github.com/swc-project/swc/issues/8949)) ([7053bb1](/~https://github.com/swc-project/swc/commit/7053bb16ce19ba476760b7fe0b1627d1210d6e18))


- **(es/minifier)** Abort inliner on mutation via property ([#8938](/~https://github.com/swc-project/swc/issues/8938)) ([257afc9](/~https://github.com/swc-project/swc/commit/257afc92c9b2a751935f8fdee1b84bc9222359b6))


- **(es/minifier)** Don't invoke IIFE containing reserved words ([#8939](/~https://github.com/swc-project/swc/issues/8939)) ([5a3456c](/~https://github.com/swc-project/swc/commit/5a3456c254a686ceef343ce5f9ec67b3e4644138))


- **(es/minifier)** Fix evaluation of `String.charCodeAt` ([#8946](/~https://github.com/swc-project/swc/issues/8946)) ([772c50f](/~https://github.com/swc-project/swc/commit/772c50fd7610768c43cf795b03dcae1d00f715d2))


Expand Down
Loading

0 comments on commit 06577ba

Please sign in to comment.