• Get parsing statistics

    Parameters

    Returns {
        byFile: Record<string, number>;
        byKind: Record<string, number>;
        filesProcessed: number;
        totalNodes: number;
        withDocstrings: number;
        withoutDocstrings: number;
    }

    Statistics object

    • byFile: Record<string, number>
    • byKind: Record<string, number>
    • filesProcessed: number
    • totalNodes: number
    • withDocstrings: number
    • withoutDocstrings: number