DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1 / tests / baselines / reference / newLineFlagWithCRLF.js
123456789
//// [newLineFlagWithCRLF.ts] var x=1; x=2; //// [newLineFlagWithCRLF.js] var x = 1; x = 2;