Implemented a minimal read directory based on nodejs. I also added the option to request for filetypes. It does not have all the properties provided by the node but supports the major ones.
While implementing the read directory I was wondering if we should implement glob as well as that seems to be straightforward to implement and might be useful.
Implemented a minimal read directory based on
nodejs
. I also added the option to request for filetypes. It does not have all the properties provided by the node but supports the major ones.While implementing the read directory I was wondering if we should implement
glob
as well as that seems to be straightforward to implement and might be useful.Signed-off-by: karthik Ganeshram karthik.ganeshram@fermyon.com