TypeScript/tests/baselines/reference/getEmitOutputWithSyntacticErrorsForMultipleFiles2.baseline

9 lines
300 B
Plaintext

EmitSkipped: false
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;