Hyper-Z11
Hyper-Z11
#### Prerequisites checklist - [X] I have read the [contributing guidelines](https://github.com/eslint/.github/blob/master/CONTRIBUTING.md). #### What is the purpose of this pull request? To improve argument parsing. #### What changes did you make?...
**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** Do wrapping in `render` function (i mean **responsive**). **Describe alternatives you've considered** N/A **Additional...
**Is your feature request related to a problem? Please describe.** `sisteransi` and `picocolors` add dependency trees. **Describe the solution you'd like** Bundling `sisteransi` and `picocolors` in build process. In `@clack/core`:...
# ESM Migration In this PR, i migrate `ansi-colors` from **CommonJS** to **ESM**. ## What's New? 1. Add more color supports check. 2. Works both **CommonJS** and **ESM** _(although previously...
In this PR, i remove `picocolors` and use Node.js builtin `util.styleText`. **NOTE**, `util.styleText` is available since Node.js `v20.12.0` and above. If you don't want to target them, you can close...
### What is the problem you're trying to solve? We currently using `cosmiconfig` for configuration file seeker. But `cosmiconfig` is have 16 dependencies on [its tree](https://npmgraph.js.org/?q=cosmiconfig). ### What solution would...
We **ONLY** use `ms` for converting millisecond number to human-readable string. So, we can inline it for **smaller** install size. **Edit:** `debug` use ±15% code of `ms@2`.
# ESM Migration ## What's Changes? 1. `enquirer` now is ESM. 2. Update dependencies. 3. And other...
This is a duplicate of #4876
**Is your request related to a specific problem you're having?** To highlight code in the terminal, we need to use a library like `cli-highlight`. However, this library has not been...