Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  bundled-plugin-paths.ts

  Sprache: JAVA
 

Spracherkennung für: .ts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

export const BUNDLED_PLUGIN_ROOT_DIR = "extensions";
export const BUNDLED_PLUGIN_PATH_PREFIX = `${BUNDLED_PLUGIN_ROOT_DIR}/`;
export const BUNDLED_PLUGIN_TEST_GLOB = `${BUNDLED_PLUGIN_ROOT_DIR}/**/*.test.ts`;

export function bundledPluginRoot(pluginId: string): string {
  return `${BUNDLED_PLUGIN_PATH_PREFIX}${pluginId}`;
}

export function bundledPluginFile(pluginId: string, relativePath: string): string {
  return `${bundledPluginRoot(pluginId)}/${relativePath}`;
}

function joinRoot(baseDir: string, relativePath: string): string {
  return `${baseDir.replace(/\/$/, "")}/${relativePath}`;
}

export function bundledPluginDirPrefix(pluginId: string, relativeDir: string): string {
  return `${bundledPluginRoot(pluginId)}/${relativeDir.replace(/\/$/, "")}/`;
}

export function bundledPluginRootAt(baseDir: string, pluginId: string): string {
  return joinRoot(baseDir, bundledPluginRoot(pluginId));
}

export function bundledPluginFileAt(
  baseDir: string,
  pluginId: string,
  relativePath: string,
): string {
  return joinRoot(baseDir, bundledPluginFile(pluginId, relativePath));
}

export function bundledDistPluginRoot(pluginId: string): string {
  return `dist/${bundledPluginRoot(pluginId)}`;
}

export function bundledDistPluginFile(pluginId: string, relativePath: string): string {
  return `${bundledDistPluginRoot(pluginId)}/${relativePath}`;
}

export function bundledDistPluginRootAt(baseDir: string, pluginId: string): string {
  return joinRoot(baseDir, bundledDistPluginRoot(pluginId));
}

export function bundledDistPluginFileAt(
  baseDir: string,
  pluginId: string,
  relativePath: string,
): string {
  return joinRoot(baseDir, bundledDistPluginFile(pluginId, relativePath));
}

export function installedPluginRoot(baseDir: string, pluginId: string): string {
  return bundledPluginRootAt(baseDir, pluginId);
}

export function repoInstallSpec(pluginId: string): string {
  return `./${bundledPluginRoot(pluginId)}`;
}

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet am  2026-04-27) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge