swc_mut_cjs_exports icon indicating copy to clipboard operation
swc_mut_cjs_exports copied to clipboard

[SWC plugin] mutable CJS exports

Results 15 swc_mut_cjs_exports issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://togithub.com/swc-project/swc)) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`8.15.5` -> `9.12.1`](https://renovatebot.com/diffs/npm/pnpm/8.15.5/9.12.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | minor | `20.11.1` -> `20.18.0` | --- ### Release Notes nodejs/node (node)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | softprops/action-gh-release | action | digest | `9d7c94c` -> `0a7d9cd` | --- ### Configuration...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.15.5` -> `8.15.9`](https://renovatebot.com/diffs/npm/pnpm/8.15.5/8.15.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/8.15.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Hello. Looks like you have published some kind of workaround to solve jest-swc integration problem. Probably you can also fix this one using same approach? https://github.com/swc-project/plugins/issues/310 P.S. Sorry, I'm not...

## Issue Note that `module.type` in the swc config is set to `commonjs` for this issue. When a member (in this case, a TS enum) is re-exported in a barrel...

help wanted

I've read #79 but I think I'm seeing a related issue. ### minimal reproducible code There are two input source files: ```ts // 1. application/web/foo.test.ts const run = jest.fn() const...

To be compatible with `sinon.stub(obj, "method")`, else this code must be changed to `sinon.stub(obj, "method").get(sinon.stub())`