You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Chrome Developer Tools
Hi, I found the coverage tool very useful for some purposes. Currently our project is being written in TypeScript and transpiled to Javascript. The coverage tools shows the executed lines in the final JS file. This is a little bad for projects that use transpilers. Is there a way we can force the coverage tool to use the sourcemaps and display the usage statistics in the actual sourcecode. If this is not possible is there a way to help with the implementation of such feature.