TypeScript/tests/cases/fourslash/getEmitOutputWithDeclarationFile.ts

18 lines
376 B
TypeScript
Raw Normal View History

2014-10-08 23:43:46 +02:00
/// <reference path="fourslash.ts" />
// @BaselineFile: getEmitOutputWithDeclarationFile.baseline
// @Filename: decl.d.ts
// @emitThisFile: true
2014-10-09 03:15:07 +02:00
//// interface I { a: string; }
2014-10-08 23:43:46 +02:00
// @Filename: inputFile2.ts
// @emitThisFile: true
//// var x1: string = "hello world";
//// class Foo{
//// x : string;
//// y : number;
//// }
debugger;
verify.baselineGetEmitOutput();