(clientOptions: ClientOptionsType)
| 3964 | } |
| 3965 | |
| 3966 | initialiseLibraries(clientOptions: ClientOptionsType) { |
| 3967 | this.supportedLibraries = this.getSupportedLibraries( |
| 3968 | this.compiler.libsArr, |
| 3969 | clientOptions.libs[this.lang.id] || [], |
| 3970 | ); |
| 3971 | } |
| 3972 | |
| 3973 | async getTargetsAsOverrideValues(): Promise<CompilerOverrideOption[]> { |
| 3974 | if (!this.buildenvsetup?.getCompilerArch()) { |
no test coverage detected