Class Checker

    Package: grammarkdown

    Constructors

    constructor(options, lineOffsetMap)

    Constructs a new instance of the Checker class

    Declaration
    constructor(options?: CompilerOptions, lineOffsetMap?: LineOffsetMap);
    Parameters
    options
    CompilerOptions

    lineOffsetMap
    LineOffsetMap

    Methods

    checkSourceFile(sourceFile, bindings, diagnostics, cancelable)

    Declaration
    checkSourceFile(sourceFile: SourceFile, bindings: BindingTable, diagnostics: DiagnosticMessages, cancelable?: Cancelable): void;
    Parameters
    sourceFile
    SourceFile

    bindings
    BindingTable

    diagnostics
    DiagnosticMessages

    cancelable
    Cancelable

    Returns
    void

    Generated by DocFX