Skip to content

readdir and readdirSync are missing recursive option #4

Description

@hilja

Recursive option seems to be missing from the readdir and readdirSync methods.

const nodeModules = vfs.readdirSync('/node_modules/.pnpm', {
  // Apparently not handled
  recursive: true,
  withFileTypes: true,
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions