mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-09 00:29:22 +00:00
- _setConcreteSlots writes wrappers back into node.inputs/outputs so identity-based store lookups hold for duck-typed slots - find-slot helpers take their direction from the call site instead of 'link' in discrimination, which optional link made unsound; deletes slotIsConnected, widgetInputConnected, isINodeInputSlot, and IGenericLinkOrLinks - addInput/addOutput drop legacy link/links keys from extra_info instead of letting Object.assign collide with the accessor - deprecated mirror writes warn with the replacement APIs and are ignored, so legacy writers degrade gracefully instead of throwing