It is necessary to return the --quiet parameter to the babel-cli settings
- Dominant language
- TypeScript
- Stars
- 44k
- Forks
- 6k
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 23
Description
### 💻
- [ ] Would you like to work on this feature?
### What problem are you trying to solve?
I use a custom plugin to collect statistics about the source code and use `babel-cli` for this, but along with useful information, I get the entire source code of the bundle in the console
### Describe the solution you'd like
It would be just great if the `--quiet` option was returned to `babel-cli` so that it doesn't output the transformed code to the console.
In such situations, the output of the module source code is absolutely useless
### Describe alternatives you've considered
I can't imagine what the alternative might be yet
### Documentation, Adoption, Migration Strategy
_No response_
Contributor guide
Research direction
Start by locating babel-cli's option parsing and the code path that prints transformed source, then investigate the previous --quiet behavior in repository history. Done means the CLI accepts --quiet and suppresses the unwanted source output while preserving useful plugin statistics; add or update coverage where the option handling is tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100