//// [stradac.ts] var x = 10; // C++-style comment /* C-Style comment */ function foo() { x++; } //// [stradac.js] var x = 10; // C++-style comment /* C-Style comment */ function foo() { x++; }