@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface SerializedTestLabel {
        capabilities: readonly SupportedFlowrCapabilityId[];
        context: readonly (
            | "slice"
            | "search"
            | "dataflow"
            | "call-graph"
            | "linter"
            | "parse"
            | "other"
            | "resolve"
            | "query"
            | "output"
            | "controlflow"
            | "desugar-shell"
            | "desugar-tree-sitter"
            | "absint"
        )[];
        id: string;
        name: string;
    }
    Index

    Properties

    capabilities: readonly SupportedFlowrCapabilityId[]
    context: readonly (
        | "slice"
        | "search"
        | "dataflow"
        | "call-graph"
        | "linter"
        | "parse"
        | "other"
        | "resolve"
        | "query"
        | "output"
        | "controlflow"
        | "desugar-shell"
        | "desugar-tree-sitter"
        | "absint"
    )[]
    id: string
    name: string