TypeScript/tests/baselines/reference/getEmitOutputWithSemanticErrorsForMultipleFiles.baseline
2014-12-01 23:15:13 -08:00

9 lines
322 B
Plaintext

EmitOutputStatus : Succeeded
Filename : tests/cases/fourslash/inputFile1.js
// File to emit, does not contain semantic errors
// expected to be emitted correctelly regardless of the semantic errors in the other file
var noErrors = true;
Filename : tests/cases/fourslash/inputFile1.d.ts
declare var noErrors: boolean;