istanbuljs / nyc

the Istanbul command line interface
https://istanbul.js.org/
ISC License
5.55k stars 353 forks source link

refactor: remove out-dated argument of istanbul-lib-instrument #1478

Open AriPerkkio opened 1 year ago

AriPerkkio commented 1 year ago

The embedSource argument was removed before v1 release of istanbul-lib-instrument.

https://github.com/istanbuljs/istanbuljs/blob/istanbul-lib-instrument%401.10.0/packages/istanbul-lib-instrument/v0-changes.md#api-changes

  • embedSource no longer available. The original source is never packed in with the coverage object. This was causing all manner of special casing in the reporting code.