Skip to content

[feat] async #133

@loynoir

Description

@loynoir

Currently

glob depends on fs.

But, there seems no async glob.

Feat

async glob

Extra

Default to async, like https://www.npmjs.com/package/glob

use glob::{glob, globSync};

Or default to sync.

use glob::{glob, globAsync};

Alternative

Abstract glob to use custom fs.

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