TypeScript/tests/baselines/reference/getEmitOutputWithDeclarationFile.baseline

12 lines
211 B
Text
Raw Normal View History

2014-10-09 03:15:07 +02:00
EmitOutputStatus : Succeeded
2014-10-09 00:05:58 +02:00
2014-10-09 03:15:07 +02:00
EmitOutputStatus : Succeeded
FileName : tests/cases/fourslash/inputFile2.js
2014-10-10 23:23:12 +02:00
var x1 = "hello world";
var Foo = (function () {
function Foo() {
}
return Foo;
})();
2014-10-09 00:05:58 +02:00