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(cli): add type guard for redundant_to_json parsing
Address code review feedback: add isValidRedundantToItem type guard to
validate JSON structure before processing. Filter out invalid items
instead of blindly casting to any. Use nullish coalescing for safer
property access.
0 commit comments