Add detection for ConditionalExpression
Example for detection
this.title = obj.list_type === 'backlog' ? 'Open' : obj.title;
const connectingVerb = this.ciCdOnly ? 'connecting' : 'importing';
Edited by Brandon Labuschagne
Example for detection
this.title = obj.list_type === 'backlog' ? 'Open' : obj.title;
const connectingVerb = this.ciCdOnly ? 'connecting' : 'importing';