vihanb / babel-plugin-wildcard

Wildcard imports import a directories JS files
MIT License
186 stars 27 forks source link

Add simple glob support #10

Closed drgould closed 6 years ago

drgould commented 6 years ago

Also fixed a couple of the tests.

RayBenefield commented 6 years ago

This looks solid. Looking forward to it. Just looking over it, I should be able to keep this functionality fairly easily with the recursive work I'm doing. :)