Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swc-project/swc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.22
Choose a base ref
...
head repository: swc-project/swc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.24
Choose a head ref
  • 14 commits
  • 507 files changed
  • 4 contributors

Commits on Apr 23, 2025

  1. chore: Update changelog

    swc-bot committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    d79e51f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2025

  1. fix(es/proposal): Preserve class id for hoisted classes when transfor…

    …ming `using` declarations (#10407)
    
    **Related issue:**
    
    - babel/babel#17172
    magic-akari authored Apr 26, 2025
    Configuration menu
    Copy the full SHA
    b703f21 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. refactor: Use debug level tracing for ast related tracing (#10411)

    **Description:**
    ast related tracing contains too much trace data and seems not suitable
    for info level tracing, so change it to debug level which is same as
    rustc
    https://github.com/rust-lang/rust/blob/2ea33b591050c4ca1a3752830b29112638faecf6/compiler/rustc_ast_lowering/src/index.rs#L74
    hardfist authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    3a0fa99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f15c6e View commit details
    Browse the repository at this point in the history
  3. fix(es/compat): Remove PURE mark from _async_to_generator (#10414)

    **Related issue:**
    
    - Closes #10413
    magic-akari authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    1c6f65c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57605e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c917771 View commit details
    Browse the repository at this point in the history
  6. chore: Update changelog

    swc-bot committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    a55c5b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37bb89c View commit details
    Browse the repository at this point in the history
  8. chore: Update changelog

    swc-bot committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    7f5a002 View commit details
    Browse the repository at this point in the history
  9. chore: Enable fat LTO by default (#10417)

    **Description:**
    
    Ensure that we use LTO for release binaries.
    kdy1 authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    69656ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    819b6da View commit details
    Browse the repository at this point in the history
  11. chore: Update changelog

    swc-bot committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    edda77d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d793259 View commit details
    Browse the repository at this point in the history
Loading