Anton Gilgur
Anton Gilgur
### reproduction > When running `rollup.watch` (programmatically) For some context, the codebase has [watch mode integration tests](https://github.com/ezolenko/rollup-plugin-typescript2/blob/f6db59613a66f58c48310aa8fa785951970b5d6d/__tests__/integration/watch.spec.ts) that pass successfully and similarly use the Rollup API. So a failing test...
This is a relatively complex issue to debug and fix, so I would suggest working around this (`check: true` or no watch mode) for now, as I don't think I'll...
@ezolenko can you test this with the provided repro before closing? Per my [previous comment](https://github.com/ezolenko/rollup-plugin-typescript2/issues/433#issuecomment-1407813274), given that this was happening with `clean: true`, I suspect this might be due to...
Unfortunately I was indeed able to reproduce this with `0.35.0`, so it likely does require implementing `shouldTransformCachedModule`. I added a PR to the repro repo: https://github.com/mav-rik/rollup-plugin-typescript2-issue-433/pull/1 Great repro with some...
As this is a breaking change due to use of `createRequire`, should probably go out in the same release as #458
Tests are failing due to use of `createRequire`... this might require bumping `ts-jest` 😕
Dang thought we were past all Windows pathing issues 😅 Looks like something is expanding/converting the path in a way Rollup doesn't like `./build-self/index.mjs` -> `C:\sandbox\other\rpt2\rollup-plugin-typescript2\build-self\index.mjs`. I'm not sure if...
Was thinking about this a bit and if it's possible to hook into Helm's rendering logic line-by-line, that would effectively act as instrumentation, which could then be counted and totaled....
> our implementation is very close to @agilgur5's idea. > it seems that the work of @laureanray is here: [main...laureanray:helm-unittest:feat/coverage-report](https://github.com/helm-unittest/helm-unittest/compare/main...laureanray:helm-unittest:feat/coverage-report) really interesting to see -- the instrumenter seems to be...
> Please let me know if it can help. Mmm not entirely. I believe that fulfills a subset of the feature where there is 1-to-1 naming. For the example I...