facebookincubator / fastmod

A fast partial replacement for the codemod tool
Apache License 2.0
1.66k stars 41 forks source link

Glob support #6

Closed gsquire closed 6 years ago

gsquire commented 6 years ago

This is a rough first cut of adding support for globs when matching files.

Closes #2

gsquire commented 6 years ago

I'll add a test as well :)

gsquire commented 6 years ago

I rebased my changes and added a unit test for --iglob which should cover both cases of glob logic.

gsquire commented 6 years ago

Thanks for the thorough review. I amended my commit message as well.