TypeScript/tests/baselines/reference/getEmitOutputWithSemanticErrorsForMultipleFiles.baseline

9 lines
322 B
Text
Raw Normal View History

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;