@eagleoutice/flowr - v2.15.8
    Preparing search index...

    A quick fix to escape an unescaped expression

    interface EscapeQuickFix {
        call: Identifier;
        firstArg?: number;
        partsOnly?: boolean;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    The escape function the unescaped expression should be wrapped in

    firstArg?: number

    The role of the argument of the critical call to use as first argument for the escape function

    partsOnly?: boolean

    Whether the fix should only be applied to parts of the critical argument and not the whole argument