You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect to see a representation of the pattern with each of its segments. Without empty parts of the pattern, we will not be able to apply it correctly.
For example, the current pattern must be matched only for / (left side — <empty>, right side — <empty>).
Environment
picomatch@master
Code sample
Expected behaviour
I expect to see a representation of the pattern with each of its segments. Without empty parts of the pattern, we will not be able to apply it correctly.
For example, the current pattern must be matched only for
/
(left side —<empty>
, right side —<empty>
).Actual behaviour
Originally posted by @mrmlnc in micromatch/picomatch#58
The text was updated successfully, but these errors were encountered: