(value: string)
| 1097 | } |
| 1098 | |
| 1099 | async onCompilerChange(value: string): Promise<void> { |
| 1100 | this.compiler = await this.hub.compilerService.findCompiler(this.currentLangId, value); |
| 1101 | this.updateLibraries(); |
| 1102 | this.updateState(); |
| 1103 | this.compile(); |
| 1104 | this.updateCompilerUI(); |
| 1105 | } |
| 1106 | |
| 1107 | onToggleWrapChange(): void { |
| 1108 | const state = this.getCurrentState(); |
no test coverage detected