Matt
Matt
Various test runners (Jest, Vitest, Playwright) support a sharding option with `--shard`. When test runners run in this mode coverage is generated differently in each shard. **Example:** If `A.ts` is...
Hello! Pipelight appears to be _almost_ exactly what I'm looking for. I'm wondering if Pipelight can support watching specific file globs instead of watching the entire repo. Thanks!!
`yarn --mode update-lockfile` has a couple of bottlenecks. * 6s [originalWorkspaceDefinitions](https://github.com/yarnpkg/berry/blob/a592371321068c3d63b0932030ebbdede611610c/packages/yarnpkg-core/sources/Project.ts#L2204C9-L2204C37) can we only store the originalWorkspace definitions for the workspaces with peerDependencies? * 6s [allPeerRequests](https://github.com/yarnpkg/berry/blob/a592371321068c3d63b0932030ebbdede611610c/packages/yarnpkg-core/sources/structUtils.ts#L906C17-L906C32). `hasOwnProperty` is more efficient...