-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pulling this library into yargs #1
Comments
@JaKXz regarding the |
... pretty ugly, but: https://github.com/stefanpenner/sweet-array-slice |
re: the It does cc @iarna |
Accessing indexes of arguments is fine. IIRC, it's not even a hash lookup because arguments is magic, it's like, a C-level array index access. |
|
this
to be the typeConfig string #9Node 4+
, so perhaps we can add a babel transpilation step to this repo, if you want to use newer syntax (for the time being). chore: add babel-cli and config to build lib folder #2nyc
... alternatively, and maybe better, is looking into how we could pull this workflow off withlerna
; basically, I'd like to be able to release yargs' modules both individually, and in a bundle with yargs.The text was updated successfully, but these errors were encountered: