Closed
Description
New feature request | Maintenance Chore
What?
Bump walk-sync to pick up latest features. Then, provide the ability to pass options through to walk-sync, so we can opt to selectively include or omit files and folders from tree syncing.
Why?
- Some use cases might call for omitting or selectively picking directories to sync. Notably, this can help solve an issue where running tree-sync on a folder with a symlink to a parent directory can result in an infinite loop (that eventually crashes when the filename gets too long) by opting to omit the symlinked dir (if the use case allows for it). (walk-sync should resolve check symlink isn't to something it has already visited joliss/node-walk-sync#30)
- Brings dependency up to date.
(FYI: I'm already working on this at present - posting an issue ahead of a PR for visibility and feedback. Barring any objections I'll have an PR posted for review soon... ish. Thanks for considering!)
Metadata
Metadata
Assignees
Labels
No labels