facebook / jscodeshift

A JavaScript codemod toolkit.

Home Page:https://jscodeshift.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rxliuli opened this issue · comments

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?

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

I have already submitted a PR, can you help me review it? ref: #514