(platforms: string[])
| 1 | export default interface UserInterface { |
| 2 | start(platforms: string[]): void; |
| 3 | dispose(exitCode: number, exit: boolean): void; |
| 4 | addLogItem(item: string): void; |
| 5 | updateCompilationProgress( |
no outgoing calls
no test coverage detected