vigiles API reference
    Preparing search index...

    Interface CompileSkillResult

    interface CompileSkillResult {
        errors: CompileError[];
        markdown: string;
        warnings: CompileError[];
    }
    Index

    Properties

    errors: CompileError[]
    markdown: string
    warnings: CompileError[]

    Non-blocking advisories (e.g. an over-long inline code block).