istanbuljs/nyc

--all should report which files it failed to instrument

Open

#175 aperta il 28 feb 2016

Vedi su GitHub
 (2 commenti) (1 reazione) (0 assegnatari)JavaScript (392 fork)batch import
Great First Contributionenhancementhelp wantedneeds-investigation

Metriche repository

Star
 (5468 star)
Metriche merge PR
 (Merge medio 1176g 10h) (2 PR mergiate in 30 g)

Descrizione

#173 uses --all on a file containing unrecognized syntax. Requiring babel-core/register is the correct solution but it's unfortunate that nyc spits out a rather deep stack trace. Instead it should report which file it failed to instrument, offering suggestions regarding excluding those files or hooking up a transpiler.

Guida contributor