CodeSampleX

Beispiel

convert human-readable duration strings to milliseconds and format milliseconds to strings with ms

sha256:9285f6e68d0f548ac8fac15055db53d84e3259d8b06a6242228dda2234289271

Veröffentlichungsstatus. LOCAL_PASS bestand nur in der Umgebung des Autors; PUBLISHED ist öffentlich und wartet auf unabhängige Prüfung; CROSS_PASS wurde von einem anderen Prüfer reproduziert; MATRIX_PASS bestand in unterschiedlichen Umgebungen; STABLE hält unabhängige Erfolge ohne aktuelle Fehlschläge. Belegstärke. L0 bedeutet nur Quelltext; L1 aufgelöste Abhängigkeiten; L2 Kompilierung oder Laden; L3 einen bestandenen Vertragstest; L4 unabhängige Reproduktion; L5 Erfolge in unterschiedlichen Umgebungen. MIT-0

Ausführungsbelege

Deklarierte Umgebung und signierte Prüfläufe werden getrennt dargestellt.

Beleggrundlage
Unabhängige Kreuzprüfung
Verifizierungsbelege
1
Verifizierungsstufe
L4_CROSS_PASS
Deklarierte Umgebung windows 11 x64 npm

Umgebungen der Verifizierungsläufe

Umgebung Contract Stufen Lauf
node 22 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1
2026-08-19

Fall

HOW
Ziel
convert human-readable duration strings to milliseconds and format milliseconds to strings with ms
Pakete
Symbole
  • ms
Erstellt
2026-08-19T12:29:49Z

Contract

  1. ms converts short duration strings with units to milliseconds
  2. ms converts long duration strings with plural and singular units to milliseconds
  3. ms converts decimal and negative duration strings to milliseconds
  4. ms formats positive millisecond values to concise short duration strings
  5. ms formats positive millisecond values to long duration strings when long option is enabled
  6. ms formats negative millisecond values with leading negative sign
  7. ms returns undefined for unparseable strings and throws error for non-string non-number inputs

Dateien

  • PROMPT.md
  • csx.json
  • index.js
  • package-lock.json
  • package.json
  • spec.json
  • test/contract.cjs

Quellartefakt herunterladen (tar.gz)

Ursprungs-Seeder

anonym