9aoy

Results 26 issues of 9aoy

## Summary enable rspack's nativeWatcher. https://rspack.rs/config/experiments#experimentsnativewatcher ## Related Links ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or not required).

change: perf

## Summary should not external `static import` to `dynamic import` which will cause mock factory error. ![62fc8fe3-0846-4ba9-a308-ca66984978fb](https://github.com/user-attachments/assets/0b30fa2f-b811-498c-bb84-a1e2b4bc1d0e) ## Related Links ## Checklist - [ ] Tests updated (or not required)....

change: fix

### Version ```sh rstest 0.3.1 ``` ### Details expect show error frame like below: ### Reproduce link https://github.com/web-infra-dev/rstest/blob/main/examples/node ### Reproduce Steps fake a `Module not found` error. ```ts import aaa...

## Summary use `virtual entry` + `virtualModulesPlugin.writeModule` to trigger recompile. ## Related Links fix https://github.com/web-infra-dev/rstest/issues/476 ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated...

change: fix

### What problem does this feature solve? If there is only one test file that needs to be run, the test details should be displayed, just like the detailed report...

### Version ```sh rstest 0.1.3 ``` ### Details Rstest can't rerun all tests when has command filter. ### Reproduce link https://github.com/web-infra-dev/rsbuild/blob/main/examples/node ### Reproduce Steps - prepare two test files(`index.test.ts`, `index1.test.ts`)...