istanbuljs / nyc

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

fix `nyc merge` stringify hitting Invalid string length #1570

Closed skimi closed 1 week ago

skimi commented 1 week ago

Fixes https://github.com/istanbuljs/nyc/issues/1451

null, 2 pretty prints the json but this adds so much white space we hit the node limitation in string sizes https://github.com/nodejs/node/issues/35973#issuecomment-722253319