Commit b8407d0
authored
fix(test):
Close VP-165
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Ensures TypeScript declaration files in built chunks are also rewritten so type imports are correctly patched.
>
> - Extend rewrite scan to include `dist/chunks/*.d.ts`, alongside existing `*.js` and `*.d.ts` paths
> - Fixes unpatched type specifiers for `@vitest/*`, `vitest/*`, and vendor deps within chunked `.d.ts` files
>
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 7cb66f1. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->@vitest/* types path are not patched (#496)1 parent 70701e0 commit b8407d0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
| 756 | + | |
756 | 757 | | |
757 | 758 | | |
758 | 759 | | |
| |||
0 commit comments