Skip to content

Commit af5587c

Browse files
ruromeroclaude
andcommitted
fix: use GraphEntry typedef instead of inline type in JSDoc
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cd2ee30 commit af5587c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/providers/base_pyproject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export default class Base_pyproject {
251251

252252
/**
253253
* Compute the set of graph nodes reachable from direct deps, excluding ignored.
254-
* @param {Map<string, {name: string, version: string, children: string[]}>} graph
254+
* @param {Map<string, GraphEntry>} graph
255255
* @param {string[]} directDeps
256256
* @param {Set<string>} ignoredDeps
257257
* @returns {Set<string>}

0 commit comments

Comments
 (0)