-
-
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.3.84
head repository: swc-project/swc
compare: v1.3.85
- 13 commits
- 283 files changed
- 6 contributors
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 26b01bd - Browse repository at this point
Copy the full SHA 26b01bdView commit details
Commits on Sep 13, 2023
-
feat(es/compat): Support
pure_getters
foroptional_chaining
(#7933)**Related issue:** - Closes #7921
1Configuration menu - View commit details
-
Copy full SHA for c091c5e - Browse repository at this point
Copy the full SHA c091c5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 858a4f4 - Browse repository at this point
Copy the full SHA 858a4f4View commit details -
fix(es/minifier): Parse a file as a module only if
opts.module
is `……true` (#7943) **Description:** Previously it was impossible to minify non-strict code (e.g. `delete identifier;`) because `minify()` unconditionally parsed the input as a module regardless of the `module` setting. **BREAKING CHANGE:** `minify()` now respects the `module` parameter instead of ignoring it, so users who had been processing modules with `minify()` without passing `{ module: true }` will now need to pass it. **Related issue** - Closes #6130. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
1Configuration menu - View commit details
-
Copy full SHA for b87ac64 - Browse repository at this point
Copy the full SHA b87ac64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 418a2e3 - Browse repository at this point
Copy the full SHA 418a2e3View commit details
Commits on Sep 14, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 05ca19b - Browse repository at this point
Copy the full SHA 05ca19bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47388a0 - Browse repository at this point
Copy the full SHA 47388a0View commit details -
fix(es/compat): Handle single expression case in static block (#7944)
**Related issue:** - Closes #7922
1Configuration menu - View commit details
-
Copy full SHA for a80aec4 - Browse repository at this point
Copy the full SHA a80aec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8d454 - Browse repository at this point
Copy the full SHA 9f8d454View commit details -
feat(es/module): Add an option to make resolver fully resolve `index.…
1Configuration menu - View commit details
-
Copy full SHA for 7e8d72d - Browse repository at this point
Copy the full SHA 7e8d72dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ad8ec - Browse repository at this point
Copy the full SHA 16ad8ecView commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 94b45e9 - Browse repository at this point
Copy the full SHA 94b45e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67e3081 - Browse repository at this point
Copy the full SHA 67e3081View 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.3.84...v1.3.85