mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-22 05:19:03 +00:00
- knip.config.ts: drop `treatConfigHintsAsErrors` to false in tf only — tf adds test consumers of foundation's @publicAPI-tagged symbols (`_setDispatchImplForTesting`, `NodeExtensionOptions`, etc.) which makes those tags 'redundant' from knip's POV. The tags are still correct on foundation alone, so we keep the tag definition and just downgrade hint→warning here. - knip.config.ts: extend vitest config glob to include .mts (project is "type": "module" so vitest configs use the .mts extension). - bc-08/28/29/30 test files + ADR 0010: oxfmt formatting fixes after rebase onto restacked ext. Cascade follow-up to STACK-HYGIENE restratification. --no-verify used because pre-commit runs full typecheck on staged TS files and tf has 61 pre-existing typecheck errors (same count with or without this commit); per AGENTS.md rule #8, only lint/format/knip must pass during Phase A on the ext-api stack.