TypeScript/tests/baselines/reference/parser509546_2.errors.txt

9 lines
282 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509546_2.ts (1 errors) ====
"use strict";
export class Logger {
~~~~~~
!!! Cannot compile external modules unless the '--module' flag is provided.
public
}