istanbuljs/nyc

--all should report which files it failed to instrument

Open

#175 ouverte le 28 févr. 2016

Voir sur GitHub
 (2 commentaires) (1 réaction) (0 assignés)JavaScript (5 468 stars) (392 forks)batch import
Great First Contributionenhancementhelp wantedneeds-investigation

Description

#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.

Guide contributeur