esprima icon indicating copy to clipboard operation
esprima copied to clipboard

infrastructure: check coverage for source instead of generated JS

Open ljqx opened this issue 5 years ago • 0 comments

We better to check coverage for source file (.ts) instead for the JS file, to

  • make it easier to see which part of code is not covered.
  • remove generated file fixup https://github.com/jquery/esprima/blob/master/tools/fixupbundle.js

This could be done by source-map and https://www.npmjs.com/package/remap-istanbul.

ljqx avatar Dec 07 '20 13:12 ljqx