Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--all should report which files it failed to instrument #175

Open
novemberborn opened this issue Feb 28, 2016 · 2 comments
Open

--all should report which files it failed to instrument #175

novemberborn opened this issue Feb 28, 2016 · 2 comments

Comments

@novemberborn
Copy link
Contributor

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

@novemberborn novemberborn changed the title --all should report which fails it failed to instrument --all should report which files it failed to instrument Mar 5, 2016
@bcoe
Copy link
Member

bcoe commented Jun 27, 2016

@novemberborn I think the new approach used for --all on the 7.x branch might address this problem, if you get a second take a look.

@tp
Copy link

tp commented Jul 6, 2016

Also had issues with --all, upgrading to [email protected] fixed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants