import type { RuntimeEnv } from "../runtime.js"; import {
ensureCliPluginRegistryLoaded,
resolvePluginRegistryScopeForCommandPath,
} from "./plugin-registry-loader.js";
let configGuardModulePromise: Promise<typeofimport("./program/config-guard.js")> | undefined;
function loadConfigGuardModule() {
configGuardModulePromise ??= import("./program/config-guard.js"); return configGuardModulePromise;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.