Function Graph Overview
    Preparing search index...

    Type Alias rangeForDefinition

    type rangeForDefinition = {
        query: string;
        body: string;
        else?: string;
        headerEnd: string;
    }
    Index

    Properties

    query: string

    The query string to use

    body: string

    The name of the loop-body capture

    else?: string

    Name of the else-body capture, if exists

    headerEnd: string

    Name of the capture of the last character in the loop header. This is : in Python, and ) in C++ and TypeScript.