//// [conditionalExpressionNewLine1.ts] var v = a ? b : c; //// [conditionalExpressionNewLine1.js] var v = a ? b : c;