Ian Walter

Results 62 comments of Ian Walter

``` getopts × 1,348,413 ops/sec minimist × 274,594 ops/sec yargs × 34,735 ops/sec mri × 719,357 ops/sec ``` On ``` MacBook Pro (15-inch, 2017) 2.8 GHz Intel Core i7 16...

> @ianwalter Do you think you can update [`getopts.d.ts`](https://github.com/jorgebucaran/getopts/blob/a01490fb0e5fa8c267912e79726739cdb1a9b607/getopts.d.ts) too? Sorry, was on vacation and forgot about this. Will update it now.

I'm interested. I would like to set up CI to get #32 and #34 squared away.

Yea I ended up just writing my own but haven't published it yet: https://github.com/ianwalter/exclude-assets-plugin/

Not sure how I missed this issue, but it's because `nanoclone` is using [Object.create](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/create) which uses the old object as the prototype. I got around this on my fork, see:...

Thanks, can you get the tests passing?

Tests fail for me locally and havent had a chance to look into why.

Sorry it took me a while to get to this @girishramnani. I moved CI to GitHub actions. Can you pull in master?

Yes, I still want to implement this feature, but it's not very high on the priority list so I don't know when it will land. PRs welcome!