Denis Malinochkin
Denis Malinochkin
> Btw what app were you perf testing this on? The flamegraph is built on a single file application based on the [reproduction repository](https://github.com/mikro-orm/reproduction). The file contains only the code...
> ``` > throw new TypeError('Patterns must be a string (non empty) or an array of strings'); > ``` JFYI: We did this because the pattern is always a string....
As mentioned above, this issue has been fixed in version `3.0.3`.
Unfortunately, I cannot reproduce the problem, or I am doing it incorrectly, since there is no information about the directory structure in the issue. Please provide a minimal reproduction code.
Tell me a little bit more about the problem. In which cases does the comma break the pattern? The current test checks a hypothetical case. I would like the tests...
@jonschlinkert, can you please take a look at this PR to release a version with two bug fixes? Looks good to me.
The problem here is that `\\@` is considered an already escaped special character. Otherwise, double character escaping will be applied here. The goal of this task is to learn how...
> Btw, `globby` / `fast-glob` are not without issues. I've hit multiple issues with it when switching where `tinyglobby` is returning something different and it's very clearly a bug in...