Skip to content

glob/globSync from node:fs… #38

@coderextreme

Description

@coderextreme

Can this package use glob and globSync from node:fs instead of fast-glob? I’m not entirely sure it does, but I’m working on reducing dependencies…

E.g.:

import { globSync } from 'node:fs';
import { glob } from 'node:fs/promises';

I am using the latest node.js, or a recent version.

Thanks!

John

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions