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

    Type Alias EngineConfigPath

    EngineConfigPath: {
        [T in EngineConfig["type"]]: {
            [K in keyof (...)]: `engine.${(...)}.${(...)}`
        }[keyof EngineOptions<(...)>]
    }[EngineConfig["type"]]

    The dotted paths addressing a single engine's option, e.g. engine.tree-sitter.lax. FlowrConfig.engines is an array, so these do not exist as real paths; the setters below understand them anyway, which is what lets configure('engine.tree-sitter.lax', true) work and matches how the CLI already spells the flag.