* Append code to the virtual source file, compile it to JavaScript, throw semantic errors if the typechecker is enabled, * and execute it. * * Note: typically, you will want to call `start()` instead of using this method. * * @param code string of TypeScript.
(code: string)
| 62 | * @param code string of TypeScript. |
| 63 | */ |
| 64 | evalCode(code: string): any; |
| 65 | /** @internal */ |
| 66 | evalCodeInternal(opts: { |
| 67 | code: string; |
no outgoing calls
no test coverage detected