paperdave / various

Various libraries and applications related to TypeScript. Everything is contained in a monorepo to improve productivity and reduce boilerplate.
MIT License
31 stars 3 forks source link

update `walk` utility #61

Open paperdave opened 1 year ago

paperdave commented 1 year ago

missing some options, see https://github.com/denoland/deno_std/blob/main/fs/walk.ts for reference though my implementation will be completely different.

this probably will cause a major version bump as the options object will change behavior as i want to be able to do something like {files: true} to only get files, which isn't how it works right now