terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

resolve glob, globby, glob-promise dependency overlap #3766

Closed busma13 closed 1 month ago

busma13 commented 2 months ago

It looks like glob-promise is a wrapper around glob that is no longer needed, so it should be removed.

globby (in ts-scripts) and glob (in teraslice-cli) look to do the same thing. Unless they each have functions that the other doesn't we should convert to a single library.

busma13 commented 1 month ago

We were using a few globby functions that were more complex, so I removed glob and glob-promise from teraslice-cli, and switched to globby there as well.