terkelg / tiny-glob

Super tiny and ~350% faster alternative to node-glob
MIT License
856 stars 25 forks source link

ESM version of tiny-glob? #64

Open drwpow opened 3 years ago

drwpow commented 3 years ago

Hello,

Thanks for making such a great library! With the Node team converting more and more to ESM, and other maintainters doing the same, I’d love to see this library upgraded to include an ESM build along with CommonJS.

Is this something the team would be interested in adding alongside CJS? Would you be interested in a PR that shipped both?

lukeed commented 3 years ago

Hello! 👋

We can definitely do this – it would just have to be part of the upcoming 1.0 that @terkelg is working on. Given the way certain Node versions handled early exports designs, defining any exports mapping is potentially breaking.

Krinkle commented 3 years ago

@lukeed Hi! Fancy seeing you here. Just stopping by to say thanks for your work on lukeed/kleur. Both kleur and tiny-glob are great "keep it simple and auditable" libraries that I've been using for a while in QUnit. ♥️

lukeed commented 3 years ago

Thanks @Krinkle :) Appreciate it!

TheComputerM commented 3 years ago

Any updates on v1.0?