You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: fail closed on partial parses and widen the skew warning (review round 4)
- Reject any syntactic diagnostic before walking the AST: createSourceFile
recovers from errors, so a truncated declarations file would otherwise
yield a partial property set that reads as "no entity-only properties".
The internal parseDiagnostics field disappearing also throws.
- Collect only top-level IWorkflowSettings declarations - a same-named
interface inside a namespace does not merge with the export.
- The residual-skew warning now covers both pins (the fallback release
can match n8n-workflow while shipping a different n8n-nodes-base) and
the pins-unfetchable case.
Conceived by Romuald Członkowski - www.aiadvisors.pl/en
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JXDW1LGvRXaQydK21X89sj
0 commit comments