istanbuljs/nyc

--all should report which files it failed to instrument

Open

#175 geöffnet am 28. Feb. 2016

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (392 Forks)batch import
Great First Contributionenhancementhelp wantedneeds-investigation

Repository-Metriken

Stars
 (5.468 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide