Files
ComfyUI_frontend/src
Connor Byrne 19ca845e5b docs(litegraph): mark subgraph building blocks as @internal
Per AUDIT-LG.9 §subgraph correction, these subgraph cluster exports
are internal building blocks with no production importers — they leak
into the published @comfyorg/extension-api ABI but should not be part
of the public surface:

- EmptySubgraphInput, EmptySubgraphOutput
- SubgraphSlot (SubgraphSlotBase.ts), SubgraphIONodeBase
- PromotedWidgetViewManager
- subgraphDeduplication (deduplicateSubgraphNodeIds, topologicalSortSubgraphs)
- subgraphUtils (splitPositionables, getBoundaryLinks, multiClone,
  groupResolvedByOutput, mapSubgraphInputsAndLinks,
  mapSubgraphOutputsAndLinks, getDirectSubgraphIds, findUsedSubgraphIds,
  isSubgraphInput, isSubgraphOutput, isNodeSlot)
- SubgraphOutput

Add @internal JSDoc tags so TypeDoc (with excludeInternal: true)
strips them from the published ABI. Preserves SubgraphNode, Subgraph,
SubgraphInput, ExecutableNodeDTO, and subgraphTest/createTestSubgraph
test fixtures — those are external-facing.
2026-05-13 16:22:34 -07:00
..
2026-05-13 02:01:42 +00:00
2026-01-27 17:59:19 -08:00