Edit walkSync to return items like what walk emits
See original GitHub issueWhat do you think about editing walkSync
so that it would be consistent with walk
? That is, walkSync
also returns an array of items {path:, stats:}
instead of only file paths, consistent with what walk
emits as its data?
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (2 by maintainers)
Top Results From Across the Web
jprichardson/node-fs-extra - Remove walk() and walkSync()
RyanZim and I have decided to remove walk() and walkSync(). ... Edit walkSync to return items like what walk emits #310.
Read more >fs-extra/CHANGELOG.md - UNPKG
All asynchronous native fs methods and fs-extra methods now return a promise if the ... "Edit walkSync to return items like what walk...
Read more >walk-sync - npm
Start using walk-sync in your project by running `npm i walk-sync`. There are 457 other projects in the npm registry using walk-sync.
Read more >ember-auto-import | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >Walk-sync NPM
Return an array containing all recursive files and directories under a given directory, similar to Unix find . Follows symlinks. Bare-bones, but very...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, I like this a lot. However, since we just released 1.0.0, this wouldn’t make it until 2.0.0 since it’s a breaking change. I’d like to release 2.0.0 in early 2017 when we can drop Node v0.12 support.
@RyanZim I am preparing the docs to include the enhanced
walkSync
method.