@eagleoutice/flowr - v2.15.8
    Preparing search index...
    • Returns the control flow graph for the given code.

      Parameters

      • parser: KnownParser
      • code: string
      • simplifications: readonly (
            | "unique-cf-sets"
            | "analyze-dead-code"
            | "remove-dead-code"
            | "to-basic-blocks"
        )[] = []

      Returns Promise<GetCfgReturn>