import fs from "node:fs"; import path from "node:path"; import { describe, expect, it } from "vitest"; import { normalizeBundledPluginStringList } from "./bundled-plugin-scan.js"; import {
BUNDLED_AUTO_ENABLE_PROVIDER_PLUGIN_IDS,
BUNDLED_LEGACY_PLUGIN_ID_ALIASES,
BUNDLED_PLUGIN_CONTRACT_SNAPSHOTS,
buildBundledPluginContractSnapshot,
hasBundledPluginContractSnapshotCapabilities,
} from "./contracts/inventory/bundled-capability-metadata.js"; import { pluginTestRepoRoot as repoRoot } from "./generated-plugin-test-helpers.js"; import type { PluginManifest } from "./manifest.js";
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.