Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support glob patterns #318

Closed
monolithed opened this issue Nov 18, 2016 · 5 comments
Closed

Support glob patterns #318

monolithed opened this issue Nov 18, 2016 · 5 comments

Comments

@monolithed
Copy link

fs.copySync('./{foo,bar}.js', './tmp');
fs.copySync('./foo.*', './tmp');

It would be nice to implement these patterns

@RyanZim
Copy link
Collaborator

RyanZim commented Nov 18, 2016

This is something we might implement in the far-distant future. Implementing this will involve a lot of work. As far as time-frame, I would say it will be at least several years until we support this. For now, just use the glob or globby modules.

@ricardopolo
Copy link

@RyanZim after three years from the last response, do you think maybe this is going to develop this year?

Thanks

@RyanZim
Copy link
Collaborator

RyanZim commented Jun 5, 2019

Figuring out how this is going to work will be a major undertaking. I, for myself, don't see myself having the necessary time to do this.

@RyanZim
Copy link
Collaborator

RyanZim commented Jan 30, 2020

Given the complexity of this, I'm going to close this out as wontfix.

@RyanZim RyanZim closed this as completed Jan 30, 2020
@RyanZim RyanZim added wont-fix and removed future labels Jan 30, 2020
@m4heshd
Copy link

m4heshd commented Feb 3, 2021

Sad to see the wont-fix tag because this is exactly what I need right now. Well, a massive function it is then. 😥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants