@eagleoutice/flowr - v2.15.8
    Preparing search index...
    interface UnescapedArgumentsEntry {
        criticalArgs: number;
        criticalCalls: PropSelector;
        quickFix?: EscapeQuickFix;
        sanitizers: readonly Identifier[];
    }
    Index
    criticalArgs: number

    The argument properties of critical arguments of critical functions

    criticalCalls: PropSelector

    The call properties of critical functions calls that perform a critical operation

    quickFix?: EscapeQuickFix

    The function to wrap an unescaped expression in as quick fix

    sanitizers: readonly Identifier[]

    The functions that escape an unescaped argument of a critical function