skpm / fs

Drop-in replacement for the fs NodeJS package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opendirSync is not implemented

12people opened this issue · comments

The readme states that "All the sync nodejs fs API is available". However, opendirSync seems to not have been implemented.

Yeah it's a new method (added in Node 12 IIRC). Happy to accept a PR that implements it

writeFile and readFile is not implemented. ?