TypeScript/tests/baselines/reference/getEmitOutputWithSyntacticErrorsForMultipleFiles2.baseline
2015-02-03 16:08:46 -08:00

8 lines
307 B
Text

EmitOutputStatus : Succeeded
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;