facebook / jscodeshift

A JavaScript codemod toolkit.
https://jscodeshift.com
MIT License
9.27k stars 478 forks source link

feat: Is it possible to support full glob patterns without relying on bash #512

Open rxliuli opened 2 years ago

rxliuli commented 2 years ago

Now nodejs itself already has a glob package, why use shell, which is not very friendly to windows users. Even when using GitBash, the ** syntax is not supported by default. If I create a PR, will it be accepted?

Daniel15 commented 2 years ago

Sure, feel free to submit a PR. Please include unit tests if possible 😄

rxliuli commented 2 years ago

I have already submitted a PR, can you help me review it? ref: https://github.com/facebook/jscodeshift/pull/514