node-sync-glob icon indicating copy to clipboard operation
node-sync-glob copied to clipboard

improve transform option

Open AndyOGo opened this issue 8 years ago • 0 comments

ATM the --transform option is a simple, pragmatic and synchronous approach.

A more abstract approach for transformations would be desirable, like:

  • API shouldn't just allow required modules, but direct implementations too
  • Async (Promise based)
  • Streams
  • who knows what more

AndyOGo avatar Mar 01 '17 22:03 AndyOGo