mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 00:32:15 +03:00
581aafb4df
**Description:** - `Pass`: `FnMut(&mut Program)`. **Breaking Changes:** - `chain!`: Use a tuple instead. You can replace all `chain!(` with `(` with IDE feature and it will work. - `chain!` with 13 or more args: Use nested tuples for items after 13th element. **Related issue:** - Related to https://github.com/swc-project/swc/issues/9601 |
||
---|---|---|
.. | ||
pass | ||
fixture.rs |