jquery / esprima

ECMAScript parsing infrastructure for multipurpose analysis
http://esprima.org
BSD 2-Clause "Simplified" License
7.05k stars 787 forks source link

infrastructure: check coverage for source instead of generated JS #2061

Open ljqx opened 3 years ago

ljqx commented 3 years ago

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

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