-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: swc-project/swc
base: v1.11.10
head repository: swc-project/swc
compare: v1.11.11
- 15 commits
- 137 files changed
- 2 contributors
Commits on Mar 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3ca53ad - Browse repository at this point
Copy the full SHA 3ca53adView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f28d96e - Browse repository at this point
Copy the full SHA f28d96eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e6c04b4 - Browse repository at this point
Copy the full SHA e6c04b4View commit details -
fix(es/ast): Fix Typo in API (#10210)
**Description:** This is a breaking change, so I deprecated it instead of removing it.
Configuration menu - View commit details
-
Copy full SHA for 8eb87ba - Browse repository at this point
Copy the full SHA 8eb87baView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 99b590f - Browse repository at this point
Copy the full SHA 99b590fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 80ccd86 - Browse repository at this point
Copy the full SHA 80ccd86View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1dcdbbc - Browse repository at this point
Copy the full SHA 1dcdbbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc88960 - Browse repository at this point
Copy the full SHA fc88960View commit details -
fix(es/minifier): Allow TypeScript nodes to fix
styled-jsx
(#10221)**Description:** `styled-jsx` passes typescript input to the `Evaluator`.
Configuration menu - View commit details
-
Copy full SHA for 9d87d4d - Browse repository at this point
Copy the full SHA 9d87d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 611c5b1 - Browse repository at this point
Copy the full SHA 611c5b1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 800f51a - Browse repository at this point
Copy the full SHA 800f51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eabecda - Browse repository at this point
Copy the full SHA eabecdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a2f89e - Browse repository at this point
Copy the full SHA 3a2f89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96ddb00 - Browse repository at this point
Copy the full SHA 96ddb00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eeb0d6 - Browse repository at this point
Copy the full SHA 6eeb0d6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.11.10...v1.11.11