Replace fast-glob with tinyglobby#1447
Conversation
commit: |
|
Thanks for bringing this up again, and the efforts already put in. I'm going to change the title to make it clear that we should really only merge if we can get this right. |
|
looks like there are 4 places where the |
|
@webpro I removed 2 of the usages and will see if I can deal with the other 2 |
|
removed another one |
|
removed the last one |
|
Could use fsPromises.glob as well, given that it's available in Node 22 and greater which matches the minimum version of this module. |
|
Knip requires at least Node.js v18, tinyglobby v12. And I don't expect Knip to reach the |
|
Ah sorry, I was looking at the wrong package.json, carry on :D |
Closes #1446