-
-
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.11
head repository: swc-project/swc
compare: v1.11.12
Commits on Mar 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cde2f0f - Browse repository at this point
Copy the full SHA cde2f0fView commit details
Commits on Mar 18, 2025
-
fix(es/types): Fix broken types (#10224)
Broken in this commit: nicksrandall@e71b000
Configuration menu - View commit details
-
Copy full SHA for 540bdf8 - Browse repository at this point
Copy the full SHA 540bdf8View commit details -
feat(es/fast-lexer): Enhance identifier handling with Unicode support (…
…#10226) **Description:** - Added support for Unicode characters in identifiers, allowing for a broader range of valid identifiers. - Introduced methods to handle Unicode escape sequences and UTF-8 characters in identifiers. - Updated the lexer to utilize these new methods, improving the parsing of identifiers that include non-ASCII characters. - Added tests to verify the correct handling of identifiers with Unicode characters and escape sequences.
Configuration menu - View commit details
-
Copy full SHA for 482b63a - Browse repository at this point
Copy the full SHA 482b63aView commit details
Commits on Mar 19, 2025
-
feat(es/minifier): Invoke IIFE into block (#10220)
**Description:** This is maybe the biggest missing feature of terser as compared to gcc because its lack of proper scope support. But we have. Further development: 1. invoke IIFE with return into labelled break 2. invoke IIFE in place where value is needed like `if (() => {} ())` 3. invoke IIFE in seq and other side effect free expressions **Related issue:** - Closes #10054
Configuration menu - View commit details
-
Copy full SHA for c9a6c23 - Browse repository at this point
Copy the full SHA c9a6c23View commit details
Commits on Mar 20, 2025
-
fix(es/minifier): Make
inline_globals
noop by default (#10231)**Related issue:** - Closes #10230
Configuration menu - View commit details
-
Copy full SHA for b192dc8 - Browse repository at this point
Copy the full SHA b192dc8View commit details -
perf(es/minifier): Merge
dead_branch_remover
into pure optimizer (#…Configuration menu - View commit details
-
Copy full SHA for 6841523 - Browse repository at this point
Copy the full SHA 6841523View commit details -
feat(es/minifier): Remove needless blocks (#10234)
**Description:** I postponed this while working on `dead_branch_remover` removal PR.
Configuration menu - View commit details
-
Copy full SHA for 0817970 - Browse repository at this point
Copy the full SHA 0817970View commit details -
Revert "feat(es/minifier): Remove needless blocks (#10234)"
This reverts commit 0817970.
1Configuration menu - View commit details
-
Copy full SHA for 7db84c3 - Browse repository at this point
Copy the full SHA 7db84c3View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1115d37 - Browse repository at this point
Copy the full SHA 1115d37View commit details -
Revert "fix(es/minifier): Make
inline_globals
noop by default (#10231……)" This reverts commit b192dc8.
1Configuration menu - View commit details
-
Copy full SHA for 5787f49 - Browse repository at this point
Copy the full SHA 5787f49View commit details -
Revert "feat(es/minifier): Invoke IIFE into block (#10220)"
This reverts commit c9a6c23.
1Configuration menu - View commit details
-
Copy full SHA for 52c74c8 - Browse repository at this point
Copy the full SHA 52c74c8View commit details -
feat(swc_parallel): Introduce
rayon
mode (#10237)**Description:** It enables parallelism based on `rayon` instead of `chili`
Configuration menu - View commit details
-
Copy full SHA for 3c2213c - Browse repository at this point
Copy the full SHA 3c2213cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c4d9e2 - Browse repository at this point
Copy the full SHA 7c4d9e2View commit details -
Revert "Revert "feat(es/minifier): Invoke IIFE into block (#10220)""
This reverts commit 52c74c8.
Configuration menu - View commit details
-
Copy full SHA for c1b602d - Browse repository at this point
Copy the full SHA c1b602dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 234789d - Browse repository at this point
Copy the full SHA 234789dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd3dac - Browse repository at this point
Copy the full SHA 7cd3dacView commit details -
Revert "Revert "feat(es/minifier): Remove needless blocks (#10234)""
This reverts commit 7db84c3.
Configuration menu - View commit details
-
Copy full SHA for c47b9da - Browse repository at this point
Copy the full SHA c47b9daView commit details -
fix(es/minifier): Fix access to
GLOBALS
in char freq compute (#10239)**Description:** The bug was not detected because `chili` is far better for reusing the current thread.
Configuration menu - View commit details
-
Copy full SHA for 6286663 - Browse repository at this point
Copy the full SHA 6286663View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5d156 - Browse repository at this point
Copy the full SHA ea5d156View commit details -
**Description:** Let's fix CI, given that I made relevant PRs.
Configuration menu - View commit details
-
Copy full SHA for 69788d7 - Browse repository at this point
Copy the full SHA 69788d7View commit details
Commits on Mar 22, 2025
-
doc(es): Improve documentation (#10247)
**Description:** Add some documentations to some methods. **Related issue:** - Closes #10244
Configuration menu - View commit details
-
Copy full SHA for 549e38d - Browse repository at this point
Copy the full SHA 549e38dView commit details
Commits on Mar 23, 2025
-
feat(ts/fast-strip): Add start/end span information (#10251)
**Description:** Note: This PR does not include a fix for the parser diagnostics. **Related issue:** - Closes #10188
Configuration menu - View commit details
-
Copy full SHA for ab39a62 - Browse repository at this point
Copy the full SHA ab39a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c28dc3 - Browse repository at this point
Copy the full SHA 5c28dc3View commit details -
feat(ts/fast-strip): Improve error message snippet (#10253)
**Description:** We use `miette` with a very strange config
Configuration menu - View commit details
-
Copy full SHA for f4f426c - Browse repository at this point
Copy the full SHA f4f426cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 254bcf9 - Browse repository at this point
Copy the full SHA 254bcf9View commit details -
feat(ts/fast-strip): Remove line numbers (#10254)
**Description:** We use string search to replace line numbers
Configuration menu - View commit details
-
Copy full SHA for 40e216d - Browse repository at this point
Copy the full SHA 40e216dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27379cd - Browse repository at this point
Copy the full SHA 27379cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0783c18 - Browse repository at this point
Copy the full SHA 0783c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4985b52 - Browse repository at this point
Copy the full SHA 4985b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 090c0f3 - Browse repository at this point
Copy the full SHA 090c0f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e6a08a - Browse repository at this point
Copy the full SHA 5e6a08aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3179067 - Browse repository at this point
Copy the full SHA 3179067View commit details
There are no files selected for viewing