mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 15:25:01 +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 |
||
---|---|---|
.. | ||
__tests__ | ||
benches | ||
e2e | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
.npmignore | ||
binding.d.ts | ||
binding.js | ||
jest.config.js | ||
package.json | ||
postinstall.d.ts | ||
postinstall.js | ||
tsconfig.json |