TypeScript/tests/cases/fourslash/getEmitOutputWithSyntacticErrorsForMultipleFiles.ts
2014-12-01 23:15:13 -08:00

15 lines
491 B
TypeScript

/// <reference path="fourslash.ts" />
// @BaselineFile: getEmitOutputWithSyntacticErrorsForMultipleFiles.baseline
// @Filename: inputFile1.ts
// @emitThisFile: true
//// // File to emit, does not contain syntactic errors
//// // expected to be emitted correctelly regardless of the syntactic errors in the other file
//// var noErrors = true;
// @Filename: inputFile2.ts
//// // File not emitted, and contains syntactic errors
//// var syntactic Error;
verify.baselineGetEmitOutput();