@eagleoutice/flowr - v2.15.8
    Preparing search index...
    • Builds a fresh analyzer for code, runs a single query on it, and hands back its result together with the id map and the analyzer itself (e.g., for a follow-up FlowrAnalyzer.dataflow call).

      Type Parameters

      • Type extends
            | "search"
            | "project"
            | "linter"
            | "config"
            | "dependencies"
            | "dataflow"
            | "files"
            | "call-context"
            | "does-call"
            | "call-graph"
            | "control-flow"
            | "dataflow-lens"
            | "absint"
            | "normalized-ast"
            | "id-map"
            | "dataflow-cluster"
            | "static-slice"
            | "location-map"
            | "happens-before"
            | "inspect-exception"
            | "inspect-higher-order"
            | "inspect-recursion"
            | "inspect-fn-props"
            | "resolve-value"
            | "signature"
            | "origin"
            | "provenance"
            | "input-sources"
            | "dice"
            | "guess-dep-versions"

      Parameters

      Returns Promise<
          {
              analyzer: FlowrAnalyzer;
              idMap: AstIdMap;
              result: QueryResults<Type>[Type];
          },
      >