TypeScript/tests/cases/fourslash/getEmitOutputSingleFile.ts

21 lines
398 B
TypeScript
Raw Normal View History

2014-09-03 20:35:21 +02:00
/// <reference path="fourslash.ts" />
2014-09-10 02:43:10 +02:00
// @BaselineFile: getEmitOutputSingleFile.baseline
// @out: outputDir/singleFile.js
2014-09-03 20:35:21 +02:00
// @Filename: inputFile1.ts
//// var x: any;
//// class Bar {
//// x : string;
//// y : number
//// }
// @Filename: inputFile2.ts
// @emitThisFile: true
2014-09-03 20:35:21 +02:00
//// var x: any;
//// class Foo{
//// x : string;
//// y : number
//// }
2014-09-10 02:43:10 +02:00
verify.baselineGetEmitOutput();