TypeScript/tests/baselines/reference/getEmitOutputWithSyntacticErrorsForMultipleFiles2.baseline

10 lines
370 B
Text

EmitOutputStatus : DiagnosticsPresent_JavaScriptGenerated
Diagnostics:
'=' expected.
FileName : out.js
// File to emit, does not contain syntactic errors, but --out is passed
// expected to not generate outputs because of the syntactic errors in the other file.
var noErrors = true;
// File not emitted, and contains syntactic errors
var syntactic = Error;