Matan Lurey
Matan Lurey
Doesn't seem too crazy _to me_ ;) Not a P1, but would be nice to support ❤️
@nex3 @kevmoo [Happy to do this if we agree] 1. Can we add travis support to this package? 2. Can we add [AppVeyor](https://www.appveyor.com/) for track windows support?
It might be worth it in the long run - for example I need IE testing for Angular at some point.
Nice, that seems like a reasonable way to do some testing. Thanks Kevin!
Would you be OK with operator overloads _if_ we also include non-overload ways of using them?
Ack. Personally I'd love to see the overloads (similar to the API provided by some build systems, like Skylark/Bazel), but I want the functionality more than the specific APIs. I'll...
OK, an issue with implementing this is `Glob` exposes a lot of internals: * `Context get context` * `String get pattern` * `bool get caseSensitive` From what I can tell,...
Sure, but what do I return for `context` or `caseSensitive`?
Ack. Thanks @nex3!