Elan Shanker

Results 54 comments of Elan Shanker

Your point is to eliminate the following behavior described in the readme? > If matchers is omitted, the array will be sorted naturally (alphabetically). Natural sort will also be used...

What would you want to happen in a case where an entry matches multiple matchers? Would you want it to ignore all other matchers past the first matched one? Or...

Can you provide an example of the file tree and matchers list you're using that would demonstrate your desired behavior? If you already have the list of files in an...

Some of my thoughts on the tests captured in https://github.com/paulmillr/chokidar/pull/396#issuecomment-155087328 I did end up spending a bunch of time recently refactoring the tests and accomplishing the first bullet on that...

Being able to set the mode from a CLI switch is something I've wanted for a while, but mocha's grep does not play nicely with `.only` - so I haven't...

To answer a question you posed earlier: > how would you structure them for the long term I don't have much of a problem with the current general structure, and...

I think what this thread has helped to bring to light, at least for me, is that the primary target for refactoring should be the way the mode switching works...

Yes, a perf suite would be nice, and is a separate issue imo. Once, long ago, I spent an hour trying to adapt gaze's benchmark code, but it didn't seem...