TypeScript/tests/baselines/reference/getEmitOutputWithDeclarationFile.baseline

12 lines
196 B
Plaintext

EmitSkipped: false
EmitSkipped: false
FileName : tests/cases/fourslash/inputFile2.js
var x1 = "hello world";
var Foo = (function () {
function Foo() {
}
return Foo;
})();