rsnext/packages/next-swc/crates/core
LongYinan 24c0fc0169
Prevent spaces between expressions from being removed (#35613)
fixes https://github.com/vercel/next.js/issues/35609

## Bug

- [x] 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`


Co-authored-by: John Daly <1719443+JohnDaly@users.noreply.github.com>
2022-03-26 09:05:01 +00:00
..
src Prevent spaces between expressions from being removed (#35613) 2022-03-26 09:05:01 +00:00
tests Prevent spaces between expressions from being removed (#35613) 2022-03-26 09:05:01 +00:00
Cargo.toml SWC import modularization plugin (#34969) 2022-03-22 14:20:57 +01:00