Skip to content

readdir and readdirSync are missing recursive option #4

@hilja

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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions