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

Add verbose mode for downlevel-dts script #34

Open
trivikr opened this issue Sep 23, 2021 · 0 comments
Open

Add verbose mode for downlevel-dts script #34

trivikr opened this issue Sep 23, 2021 · 0 comments

Comments

@trivikr
Copy link
Owner

trivikr commented Sep 23, 2021

Is your feature request related to a problem? Please describe.

The downlevel-dts script node scripts/build-downlevel-dts.js does not emit any output while processing declaration types.

Describe the solution you'd like

Use yargs, and except a parameter (say log-level)

  • example choices: "silent", "fatal", "error", "warn", "info", "debug", "trace"
  • default: "info"

The script should respect the value passed in log-level, and emit logs accordingly.

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

No branches or pull requests

1 participant