(text: string)
| 180 | * in the prompt input when the REPL renders. Does not auto-submit. |
| 181 | */ |
| 182 | export function seedEarlyInput(text: string): void { |
| 183 | earlyInputBuffer = text |
| 184 | } |
| 185 | |
| 186 | /** |
| 187 | * Check if early input capture is currently active. |