es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
386 stars 2 forks source link

Migrate `@npmcli/map-workspaces` from `glob` to `tinyglobby` #92

Closed benmccann closed 2 months ago

benmccann commented 3 months ago

glob is only used in one place here, so hopefully this one wouldn't be too hard: https://github.com/npm/map-workspaces/blob/c5cb12c05e703982b0783c50aca54388c163a144/lib/index.js#L126

benmccann commented 2 months ago

Closing this as tinyglobby currently can replace globby/fast-glob, but not glob