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'm expecting to get back ["/foo/bar/baz.js"], but I get []. If I add matchBase: true, I get that, but then nested directories also get included, which I don't want.
and dir is: '/Users/AndrewNichols/code/anichols/manta/file-manifest/test/fixtures'.
With matchBase, I get all 3 files back (expected), but if I take it off, I get none. How do I actually get all files matching *.js but not **/*.js in the srcBase?
The text was updated successfully, but these errors were encountered:
Maybe I'm misunderstanding the readme, but when I do:
I'm expecting to get back
["/foo/bar/baz.js"]
, but I get[]
. If I addmatchBase: true
, I get that, but then nested directories also get included, which I don't want.My real use case is this:
where
files
is:and
patterns
is:and
dir
is:'/Users/AndrewNichols/code/anichols/manta/file-manifest/test/fixtures'
.With
matchBase
, I get all 3 files back (expected), but if I take it off, I get none. How do I actually get all files matching*.js
but not**/*.js
in the srcBase?The text was updated successfully, but these errors were encountered: