TypeScript/tests/baselines/reference/getEmitOutputWithEarlySyntacticErrors.baseline

8 lines
386 B
Text

EmitOutputStatus : DiagnosticsPresent_JavaScriptGenerated
Diagnostics:
'const' declarations are only available when targeting ECMAScript 6 and higher.
'const' declarations are only available when targeting ECMAScript 6 and higher.
FileName : tests/cases/fourslash/inputFile1.js
// File contains early errors. All outputs should be skipped.
const uninitialized_const_error;