ScriptDiagnostic
type ScriptDiagnostic = { column: number; line: number; message: string;};Defined in: types/types.compiler.ts:4
A single type-check error from checkScript: its 1-based line and column in the script, and the message.
Properties
Section titled “Properties”column
Section titled “column”column: number;Defined in: types/types.compiler.ts:6
line: number;Defined in: types/types.compiler.ts:5
message
Section titled “message”message: string;Defined in: types/types.compiler.ts:7