Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 471 Bytes

WISH-LIST.asciidoc

File metadata and controls

11 lines (7 loc) · 471 Bytes

Wish list

Wish list for nshtools:

  • implement a simple find object that supports functionality like -type, -name, -changed-since. (e.g. nsh.find('.',{'type':'d'}, function (error, item) {...});)

  • start tracking CommonJS and resolve implementation issues where appropriate. link:See Filesystem proposal