* Bind this REPL to a ts-node compiler service. A compiler service must be bound before `eval`-ing code or starting the REPL
(service: Service)
| 53 | * Bind this REPL to a ts-node compiler service. A compiler service must be bound before `eval`-ing code or starting the REPL |
| 54 | */ |
| 55 | setService(service: Service): void; |
| 56 | /** |
| 57 | * Append code to the virtual <repl> source file, compile it to JavaScript, throw semantic errors if the typechecker is enabled, |
| 58 | * and execute it. |
no outgoing calls
no test coverage detected