//// [breakTarget2.ts] target: while (true) { break target; } //// [breakTarget2.js] target: while (true) { break target; }