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 think switching to picomatch for this has broken some things like brace expansion. I inadvertently upgraded to 3.2.1 via a transitive dependency and things started breaking.
Activity
devongovett commentedon Feb 20, 2020
I think switching to picomatch for this has broken some things like brace expansion. I inadvertently upgraded to 3.2.1 via a transitive dependency and things started breaking.
mrmlnc commentedon Feb 20, 2020
This is weird, because we expand brace expansion in advance and… micromatch call picomatch directly.
Can you provide steps to reproduce your problem?
devongovett commentedon Feb 20, 2020
Sorry, this appears to be a separate issue. #257