ProgramHostResolver typedef
ProgramHostResolver =
ProgramHostBinding Function(ProgramOptions options)
Resolves a reusable launch target for a Program.
Hosts package the terminal/backend choice separately from the model and other runtime options so callers can reuse the same launch surface across local stdio, split-TTY, embedded, or future remote backends.
Implementation
typedef ProgramHostResolver =
ProgramHostBinding Function(ProgramOptions options);