chore: clean up plugin dependency leftovers

This commit is contained in:
Peter Steinberger
2026-05-01 21:36:34 +01:00
parent f52fdd8553
commit 4b7a000dcb
7 changed files with 10 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ export function packageNameFromSpecifier(specifier) {
return first.startsWith("@") && second ? `${first}/${second}` : first;
}
export function collectBundledPluginRuntimeDependencySpecs(bundledPluginsDir) {
export function collectBundledPluginPackageDependencySpecs(bundledPluginsDir) {
const specs = new Map();
if (!fs.existsSync(bundledPluginsDir)) {