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

Missing options for Report constructor in type definition #382

Closed
fasttime opened this issue Mar 23, 2022 · 0 comments · Fixed by #417
Closed

Missing options for Report constructor in type definition #382

fasttime opened this issue Mar 23, 2022 · 0 comments · Fixed by #417

Comments

@fasttime
Copy link
Contributor

  • Version: v7.11.0
  • Platform: Darwin

The type definition for the constructor of the class Report should include the options skipFull and excludeNodeModules (see the implementation). AFAICT these should be both optional booleans:

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

Successfully merging a pull request may close this issue.

2 participants