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: [email protected]
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: [email protected]
Choose a head ref
  • 17 commits
  • 137 files changed
  • 3 contributors

Commits on Jul 2, 2025

  1. chore(ci): Fix CI (#10755)

    **Description:**
    
    I needed to publish crates so I force-merged #10754
    kdy1 authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    c3d5ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c47dab5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44471b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Configuration menu
    Copy the full SHA
    12e3180 View commit details
    Browse the repository at this point in the history
  2. chore(plugin/runner): Remove unused feature and dependency (#10764)

    **Description:**
    
    It seems `virtual-fs` is never used and `wasmer/wat` is not needed for swc_plugin_runner, so remove it
    hardfist authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    a7d8a0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4124ac1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4304f91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdf3a98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce5138d View commit details
    Browse the repository at this point in the history
  7. refactor(es): Make swc_ecma_lint optional for swc crate (#10767)

    **Description:**
    
    swc_ecma_lint is not necessary for parser & transform, so make it optional for Rust API users
    hardfist authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    f80415b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ca12c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d3ce83 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. perf(es/lints): Make rules not parallel (#10772)

    **Description:**
    
    Those are very slow in `rayon` mode
    kdy1 authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    4e6001c View commit details
    Browse the repository at this point in the history
  2. perf(es/lints): Merge critical rules (#10773)

    **Description:**
    
    This PR reduces overhead of the visitor pattern
    kdy1 authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    816e75a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c686c7f View commit details
    Browse the repository at this point in the history
  4. perf: Replace rayon with par-iter (#10774)

    **Description:**
    
    It seems like I made a mistake while migrating to `par-iter`
    kdy1 authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    a6e6ebe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7986c3b View commit details
    Browse the repository at this point in the history
Loading