TypeScript/tests/baselines/reference/getEmitOutputWithDeclarationFile2.baseline

16 lines
301 B
Text
Raw Normal View History

2014-10-09 03:15:07 +02:00
EmitOutputStatus : Succeeded
EmitOutputStatus : Succeeded
Filename : tests/cases/fourslash/inputFile2.js
2014-10-10 23:23:12 +02:00
var Foo = (function () {
function Foo() {
}
return Foo;
})();
exports.Foo = Foo;
2014-10-09 03:15:07 +02:00
EmitOutputStatus : Succeeded
Filename : tests/cases/fourslash/inputFile3.js
2014-10-10 23:23:12 +02:00
var x = "hello";
2014-10-09 03:15:07 +02:00