Mihnea Dobrescu-Balaur
Mihnea Dobrescu-Balaur
That's what I meant by running, what you did. It worked, the reason you see `[Array]` instead of the actual array is just representation. The data is there :). You...
Hello, not sure this fits in the scope of the project. You should be able to write a function that walks the tree and uses a fuzzy search library to...
Sounds kind of like a different library. At most perhaps the filtering functionality could be extended to support file name patterns rather than just extensions?
There is extension filtering as you can see in the readme.
@photonstorm thanks for the PR! Going over this I was actually thinking - why do we even need the path module passed as an argument to the callback function? I...
I think it would make sense, yep. Thanks a lot! On Tue, May 4, 2021 at 6:48 PM Richard Davey ***@***.***> wrote: > I agree, I don't think it's needed...
Hi, thanks for the PR! I suggest you extract the code in a new `directoryTreeWithDepth` function that takes an extra `depth` parameter which is still `Number?` and decrement that as...
This is a tricky one and is _caused_ (if we are to call it that) by [Path.extname](https://nodejs.org/api/path.html#path_path_extname_path). It always returns the extension as starting from the last occurrence of `.`....
Hi, I'm not sure what you mean with `parse`. What would it do?
Oh, so you mean serialize a directory as a string.