Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/js/prosemirror/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  moz.sh

  Sprache: Shell
 

#!/usr/bin/env bash
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

# This script vendors all ProseMirror packages in this directory.

set -euo pipefail

SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
MACH=$(realpath "$SCRIPT_DIR/../../../mach")
ROOT_MOZ_YAML="$SCRIPT_DIR/moz.yaml"

# Vendor root moz.yaml first
if [[ -f "$ROOT_MOZ_YAML" ]]; then
  echo "Vendoring $ROOT_MOZ_YAML"
  "$MACH" vendor "$ROOT_MOZ_YAML" "$@" || true
fi

for manifest in "$SCRIPT_DIR"/prosemirror-*/moz.yaml; do
  echo "Vendoring $manifest"
  # Always pass --ignore-modified to subfolder vendoring since a previous run
  # might have modified `moz.yaml` files.
  if ! "$MACH" vendor "$manifest" --ignore-modified "$@"then
    code=$?
    # Continue on spurious-check exit
    if [[ $code -eq 254 ]]; then
      echo "Vendored $manifest with success code $code; continuing"
    else
      echo "Vendoring failed for $manifest with exit code $code"
      exit "$code"
    fi
  fi
done

# Build the bundle
"$SCRIPT_DIR/make_bundle.sh"

Messung V0.5 in Prozent
C=89 H=86 G=87

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

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