Type Alias ScriptIssue

type ScriptIssue = {
    Column?: number;
    Info?: string;
    Line?: number;
    Msg?: string;
    Tab?: number;
}
Index

Properties

Column?: number

UTF-8 byte column of the issue.

Info?: string

Additional information like workarouds or clearifications.

Line?: number

Line in the tab of the issue.

Msg?: string

Error or warning string. What is the problem.

Tab?: number

The index of the tab for the issue.