yargs / yargs-parser

:muscle: the mighty option parser used by yargs
http://yargs.js.org/
ISC License
492 stars 120 forks source link

Allow the browser build to be imported #443

Closed TechplexEngineer closed 2 years ago

TechplexEngineer commented 2 years ago

Adding this small change will allow cloudflare worker users to easily use the yargs-parser as a library.

bcoe commented 2 years ago

@TechplexEngineer thank you for the contribution, that would be a great side-effect of ESM support, if we could run in a worker environment 😄

Let me know if there are any more changes needed.