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.10
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.11
Choose a head ref
  • 15 commits
  • 137 files changed
  • 2 contributors

Commits on Mar 17, 2025

  1. chore: Update changelog

    swc-bot committed Mar 17, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    3ca53ad View commit details
  2. chore(es/minifier): Make test.sh faster (#10209)

    **Description:**
    
    We can run `size.rs` tests concurrently with compress tests, so do it. Without this patch, the script is too slow.
    kdy1 authored Mar 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f28d96e View commit details
  3. test(es/minifier): Add full tests back (#10212)

    **Description:**
    
    It helps to catch an edge case, so let's have it in the repository, along with the new size tests
    
    **Related issue:**
    
     - This PR inverts #10208
    kdy1 authored Mar 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e6c04b4 View commit details
  4. fix(es/ast): Fix Typo in API (#10210)

    **Description:**
    
    This is a breaking change, so I deprecated it instead of removing it.
    kdy1 authored Mar 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8eb87ba View commit details
  5. test(es/minifier): Remove full tests with too large input (#10213)

    **Description:**
    
    As suggested with #10208 (comment). It's nearly impossible to read this to debug stuffs.
    kdy1 authored Mar 17, 2025
    Copy the full SHA
    99b590f View commit details
  6. fix(es/minifier): Do not drop numbers incorrectly (#10211)

    **Description:**
    
    Previously, numbers could be dropped wrongly if they were not zero-valued. It's unrealistic in real-world world source code, but it's still a bug.
    kdy1 authored Mar 17, 2025
    Copy the full SHA
    80ccd86 View commit details
  7. refactor(es/minifier): Move some deps to dev deps (#10216)

    **Description:**
    
    I made a mistake. This PR also adds a size test for the `swc` crate, to ensure that the issue described in privatenumber/minification-benchmarks#664 is not our fault.
    kdy1 authored Mar 17, 2025
    Copy the full SHA
    1dcdbbc View commit details
  8. chore: Publish crates with swc_core v16.6.1

    kdy1 committed Mar 17, 2025
    Copy the full SHA
    fc88960 View commit details
  9. fix(es/minifier): Allow TypeScript nodes to fix styled-jsx (#10221)

    **Description:**
    
    `styled-jsx` passes typescript input to the `Evaluator`.
    kdy1 authored Mar 17, 2025
    Copy the full SHA
    9d87d4d View commit details
  10. chore: Publish crates with swc_core v16.6.2

    kdy1 committed Mar 17, 2025
    Copy the full SHA
    611c5b1 View commit details
  11. feat(es/minifier): Default to the smallest size (#10218)

    **Description:**
    
    AFAIK all bundlers used in production support extracting license comments. I think we can default to the smallest size.
    kdy1 authored Mar 17, 2025
    Copy the full SHA
    800f51a View commit details
  12. chore: Publish crates with swc_core v16.7.0

    kdy1 committed Mar 17, 2025
    Copy the full SHA
    eabecda View commit details
  13. Copy the full SHA
    3a2f89e View commit details
  14. chore: Update changelog

    swc-bot committed Mar 17, 2025
    Copy the full SHA
    96ddb00 View commit details
  15. Copy the full SHA
    6eeb0d6 View commit details
Loading