Neutrome SDK reference
    Preparing search index...

    Type Alias ValidationIssue

    A single rule violation found by validateProgram.

    type ValidationIssue = {
        code: ValidationIssueCode;
        instructionIndex?: number;
        message: string;
        opcode?: Opcode;
    }
    Index
    instructionIndex?: number
    message: string
    opcode?: Opcode