mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-22 21:38:52 +00:00
- rerouteNode.v2.ts: remove trailing no-op defineNodeExtension block, hoist
RerouteNode interface to module scope, drop defineNodeExtension import.
- slotDefaults.v2.ts: delete ~90 lines of unrunnable SlotTypeAccumulator /
applyDefaults / processNodeDef scaffolding (GAP-4 hook missing); fold
GAP-4/GAP-5 explanation into setup() body; reduce to single
_ext.setting.get('Comfy.NodeSuggestions.number') read.
- extension-api-service.ts: align getPosition()/getSize() defaults to tuple
shape [0, 0].
- Delete obsolete src/services/extensionV2Service.ts (superseded by
extension-api-service.ts).
- Add minimal World/MiniGraph/MiniComfyApp test harness stubs.