Commit d84439a
authored
docs: document _getDependencyData() directory parameter semantics (#476)
* docs: document _getDependencyData() directory parameter semantics
Add JSDoc to Base_pyproject._getDependencyData() explaining that
manifestDir is the project directory and workspaceDir is the lock file
directory. Documents when each should be used by lock-file-based vs
non-lock-file providers.
Implements TC-4102
Assisted-by: Claude Code
* docs: address review feedback on _getDependencyData JSDoc
Remove caller reference, fix inaccurate fallback claim, and correct
workspaceDir description to scope it to uv only (poetry ignores it).
Implements TC-4102
Assisted-by: Claude Code
* docs: drop obvious JS convention from JSDoc
Implements TC-4102
Assisted-by: Claude Code1 parent dcb2120 commit d84439a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| 171 | + | |
171 | 172 | | |
172 | | - | |
| 173 | + | |
| 174 | + | |
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| |||
0 commit comments