Paquet : node-jest-worker (29.3.1~ds1+~cs70.48.25-2)
Liens pour node-jest-worker
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source node-jest :
- [node-jest_29.3.1~ds1+~cs70.48.25-2.dsc]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-astral-regex.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-babel-preset-moxy.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-bcoe-v8-coverage.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-char-regex.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-collect-v8-coverage.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-dedent.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-import-local.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-is-ci.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-jest-pnp-resolver.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-jest-snapshot-serializer-raw.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-jest-tobetype.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-natural-compare-lite.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-natural-compare.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-p-each-series.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-p-reduce.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-repl.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-resolveexports.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-string-length.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-supports-hyperlinks.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-terminal-link.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-throat.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-types-dedent.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-types-is-ci.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-types-natural-compare.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig-typesjest.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25.orig.tar.xz]
- [node-jest_29.3.1~ds1+~cs70.48.25-2.debian.tar.xz]
Responsables :
- Debian Javascript Maintainers (Page QA, Archive du courrier électronique)
- Pirate Praveen (Page QA)
- Yadd (Page QA)
Ressources externes :
- Page d'accueil [jestjs.io]
Paquets similaires :
Nodejs module for executing heavy tasks under forked processes in parallel
jest-worker provides a `Promise` based interface, minimum overhead and bound workers.
The module works by providing an absolute path of the module to be loaded in all forked processes. Files relative to a node module are also accepted. All methods are exposed on the parent process as promises, so they can be `await`'ed. Child (worker) methods can either be synchronous or asynchronous.
The module also implements support for bound workers. Binding a worker means that, based on certain parameters, the same task will always be executed by the same worker. The way bound workers work is by using the returned string of the `computeWorkerKey` method. If the string was used before for a task, the call will be queued to the related worker that processed the task earlier; if not, it will be executed by the first available worker, then sticked to the worker that executed it; so the next time it will be processed by the same worker. If you have no preference on the worker executing the task, but you have defined a `computeWorkerKey` method because you want _some_ of the tasks to be sticked, you can return `null` from it.
Autres paquets associés à node-jest-worker
|
|
|
|
-
- dep: node-chalk
- stylisation de chaînes de terminal pour Node.js
-
- dep: node-ci-info
- Get details about the current Continuous Integration environment
-
- dep: node-graceful-fs
- remplaçant tout prêt améliorant le module fs de Node.js
-
- dep: node-merge-stream
- Create a stream that emits events from multiple other streams
-
- dep: node-picomatch
- Paquet indisponible
-
- dep: node-supports-color
- détection avec Node.js si un terminal prend en charge les couleurs
-
- dep: node-types-node
- Paquet indisponible
Télécharger node-jest-worker
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 109,4 ko | 317,0 ko | [liste des fichiers] |