Closed
Description
I find code-coverage is an extremely valuable tool for ensuring that a codebase is well tested. It's also a great way to figure out performance bottlenecks.
newer versions of v8 have built in code coverage, through the inspector API:
https://v8project.blogspot.com/2017/12/javascript-code-coverage.html
It would be really nice if we could figure out a way to expose this functionality out of the gate in deno, with source-map support; something I've been trying to do retroactively in Node.js.
Metadata
Metadata
Assignees
Labels
No labels