Open
Description
- We use (
node-
)glob
,globby
, and (as a dependency ofglobby
)fast-glob
. We ought to switch totinyglobby
- Replace
globby
withtinyglobby
- Replace
glob
withtinnyglobby
- Replace
- Apparently e18e has recently been switching projects off of Chalk & co. in favor of
PicocolorsAnsis -
node-fetch-native
is much leaner thannode-fetch
(though we usegot
, don't we?), and defaults to native fetch in Node 21+ - We're also using
cross-spawn
, e18e reccomendstinyexec
instead - e18e reccomends moving off
ora
in favor ofnanospinner
- Replace fs-extra #120
- Use native
rm
overrimraf
- Drop
uglify-js
Globbing's been been on the todo list for a bit, so figured I'd file an issue.
Metadata
Metadata
Assignees
Labels
No labels