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
allow passing custom "depth" to files() and directories() (#57573)
this change serves 2 purposes:
- it allows the calling code to pass in an optional custom depth for more control over the desired output.
- it allows refactoring and deduplication of the `allFiles()` and `allDirectories()` methods to defer to the `files()` and `directories()` methods, respectively.
0 commit comments