()
| 55 | return buildRuntimeModeProperties(); |
| 56 | } |
| 57 | export async function buildDiagnostics(): Promise<Diagnostic[]> { |
| 58 | return [...(await buildInstallationDiagnostics()), ...(await buildInstallationHealthDiagnostics()), ...(await buildMemoryDiagnostics())]; |
| 59 | } |
| 60 | function PropertyValue(t0) { |
| 61 | const $ = _c(8); |
| 62 | const { |
no test coverage detected