Recursive option seems to be missing from the `readdir` and `readdirSync` methods. ```js const nodeModules = vfs.readdirSync('/node_modules/.pnpm', { // Apparently not handled recursive: true, withFileTypes: true, }) ```
Recursive option seems to be missing from the
readdirandreaddirSyncmethods.