rsnext/packages/next/build/swc
Donny/강동윤 e79f788f74
Update swc (#30790)
## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`



This PR applies

 - https://github.com/swc-project/swc/pull/2610

This increases the pass limit (which is required to prevent hanging) from 30 to 100.
Fixes https://github.com/vercel/next.js/issues/30636.

 - https://github.com/swc-project/swc/pull/2625

This marks assignment with operators as `usage`+ `assign`. Previously it was only `assisgn`. This is to preserve assignments to variables used like `(a += '').split('.'))`.

Fixes https://github.com/vercel/next.js/issues/30414.

---

I expect this to fix some more issues on next.js repository, but I didn't list them because it's not tested.
2021-11-02 10:57:09 +00:00
..
.cargo Update swc (#30685) 2021-10-31 12:15:39 +00:00
npm Fix publish native including non-packages (#30589) 2021-10-28 19:36:30 -05:00
src Update swc (#30790) 2021-11-02 10:57:09 +00:00
tests Add auto-commonjs and update swc (#30661) 2021-10-30 13:31:58 +00:00
.rustfmt.toml Port next-ssg getStaticProps/getServerSideProps tree shaking Babel transform to rust (#27552) 2021-08-03 14:02:23 +02:00
build.rs Add initial next swc package with first transform (#27355) 2021-07-27 17:07:28 +02:00
Cargo.lock Update swc (#30790) 2021-11-02 10:57:09 +00:00
Cargo.toml Update swc (#30790) 2021-11-02 10:57:09 +00:00
index.js Keep attempting to load binary files after failure (#30755) 2021-11-01 20:14:28 +00:00
rust-toolchain Add/styled jsx swc (#29005) 2021-09-15 09:24:31 +02:00