Commit b1ca585
feat(workspace): merge package-manager workspace members into Nx discovery
Nx-mode discovery returned exclusively the projects that have a
project.json. Real Nx workspaces infer most projects from package.json
scripts via the package manager's workspace globs — on a 250-package
monorepo only 25 had a project.json, so edits in the other 225 packages
were invisible: a changed file attributed to no project silently yields
an empty affected set.
When the workspace is also an npm/yarn/pnpm/bun workspace, merge the
members that Nx-mode discovery didn't already cover (deduplicated by
project root and name; project.json wins).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 8b64617 commit b1ca585
1 file changed
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
50 | 67 | | |
51 | 68 | | |
52 | 69 | | |
| |||
0 commit comments