DEBSOURCES
Skip Quicknav
sources / node-typescript / 4.9.5%2Bds1-2 / tests / cases / compiler / sourceMapValidationWhile.ts
123456789
// @sourcemap: true var a = 10; while (a == 10) { a++; } while (a == 10) { a++; }