@willwade/aac-processors
    Preparing search index...

    Interface SymbolResolutionResult

    Symbol resolution result

    interface SymbolResolutionResult {
        data?: Buffer;
        error?: string;
        found: boolean;
        libraryInfo?: SymbolLibraryInfo;
        path?: string;
        reference: SymbolReference;
    }
    Index

    Properties

    data?: Buffer
    error?: string
    found: boolean
    libraryInfo?: SymbolLibraryInfo
    path?: string
    reference: SymbolReference