yargs / cliui

easily create complex multi-column command-line-interfaces.
ISC License
372 stars 41 forks source link

update deps and transition to pure esm #121

Closed chutchi2 closed 2 years ago

bcoe commented 2 years ago

Hello @chutchi2, I appreciate the patch, but at this time I do not have the time to invest in moving yargs and its dependencies to ESM.

I'm considering doing so in yargs@18, but when I do so I'd like to have a plan that encompases yargs and all its dependencies at the same time. When doing so, I'm hoping we'll be able to drop rollup, and have TypeScript output ESM?

bcoe commented 2 years ago

I've opened this patch to get this library building again:

https://github.com/yargs/cliui/pull/122