TypeScript/tests/baselines/reference/getEmitOutputMapRoots.baseline
2015-12-08 17:51:10 -08:00

12 lines
495 B
Plaintext

EmitSkipped: false
FileName : declSingleFile.js.map
{"version":3,"file":"declSingleFile.js","sourceRoot":"","sources":["../inputFile.ts"],"names":[],"mappings":"AAAA,IAAI,CAAC,GAAG,GAAG,CAAC;AACZ,IAAI,GAAG,GAAG,aAAa,CAAC;AACxB;IAAA;IAGA,CAAC;IAAD,QAAC;AAAD,CAAC,AAHD,IAGC"}FileName : declSingleFile.js
var x = 109;
var foo = "hello world";
var M = (function () {
function M() {
}
return M;
}());
//# sourceMappingURL=tests/cases/fourslash/mapRootDir/declSingleFile.js.map