Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Openclaw/src/cli/update-cli/   (Openclaw AI Version 22©)  Datei vom 26.3.2026 mit Größe 507 B image not shown  

Quelle  suppress-deprecations.ts

  Sprache: JAVA
 

/**
 * Suppress Node.js deprecation warnings.
 *
 * On Node.js v23+ `process.noDeprecation` may be a read-only property
 * (defined via a getter on the prototype with no setter), so the
 * assignment can throw. We fall back to the environment variable which
 * achieves the same effect.
 */

export function suppressDeprecations(): void {
  try {
    process.noDeprecation = true;
  } catch {
    // read-only on Node v23+; NODE_NO_WARNINGS below covers this case
  }
  process.env.NODE_NO_WARNINGS = "1";
}

Messung V0.5 in Prozent
C=98 H=99 G=98

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© 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.