Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/JAVA/Openclaw/src/infra/   (Openclaw AI Version 22©)  Datei vom 26.3.2026 mit Größe 875 B image not shown  

Quelle  npm-update-compat-sidecars.ts

  Sprache: JAVA
 

const LEGACY_QA_CHANNEL_DIR = ["qa""channel"].join("-");
const LEGACY_QA_LAB_DIR = ["qa""lab"].join("-");

type NpmUpdateCompatSidecar = {
  path: string;
  content: string;
};

const EMPTY_RUNTIME_SIDECAR = "export {};\n";

export const NPM_UPDATE_COMPAT_SIDECARS = [
  {
    path: `dist/extensions/${LEGACY_QA_CHANNEL_DIR}/runtime-api.js`,
    content: EMPTY_RUNTIME_SIDECAR,
  },
  {
    path: `dist/extensions/${LEGACY_QA_LAB_DIR}/runtime-api.js`,
    content: EMPTY_RUNTIME_SIDECAR,
  },
] as const satisfies readonly NpmUpdateCompatSidecar[];

export const NPM_UPDATE_COMPAT_SIDECAR_PATHS = new Set<string>(
  NPM_UPDATE_COMPAT_SIDECARS.map((entry) => entry.path),
);

export const NPM_UPDATE_OMITTED_BUNDLED_PLUGIN_ROOTS = new Set<string>([
  `dist/extensions/${LEGACY_QA_CHANNEL_DIR}`,
  `dist/extensions/${LEGACY_QA_LAB_DIR}`,
  "dist/extensions/qa-matrix",
]);

Messung V0.5 in Prozent
C=93 H=95 G=93

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-05) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.