Implement glob support for workspace names in bun install #1918
Labels
atw
bun install
Something that relates to the npm-compatible client
enhancement
New feature or request
We can likely use @The-King-of-Toasters' globlin for matching globs. The main question there is if we could somehow make it an iterator while respecting things like negative matching patterns.
The code is here:
bun/src/install/lockfile.zig
Lines 2711 to 2740 in 8d622ad
There are three changes to make there:
"packages/"
(note the trailing slash) or"packages/*"
.The text was updated successfully, but these errors were encountered: