Closed semagarcia closed 1 year ago
Hello,
Is there any news on this one ?
I still have the issue into the latest stencil-component-starter
project.
Hey all 👋
I apologize for how long it took for someone on the Stencil team to respond to this. I've tested this with the latest version of the component starter, and it appears that the sourcemaps are being generated correctly at this time. Should anyone be encountering an issue in an already established project with sourcemapping, please feel free to open a new issue. Thanks, and once again, I apologize for the lack of response.
Stencil version:
I'm submitting a ... (check one with "x") [X] bug report [ ] feature request [ ] support request
Current behavior: Hi. I've forked the repo and I've added a couple of methods into MyComponent class. The content is irrelevant because its purpose is only to increase the length of the source. Doing so, some lines will be uncovered by the default tests included by the repo.
After that, I've executed tests with coverage flag (jest --coverage). When I review the HTML report generated, the lines highlighted are wrong, because remapping js->ts seems to be incorrect.
Expected behavior: The couple of methods added should be highlighted as not called methods (uncovered).
Steps to reproduce: To reproduce the bug you can follow the previous detailed steps or you can clone this branch.
Related code: Nothing.
Other information: Other dependency versions: