1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 20:30:04 +02:00

update node modules

This commit is contained in:
s2
2021-05-07 15:56:33 +02:00
parent d81e8e9fb8
commit 3ec373077c
550 changed files with 84712 additions and 15991 deletions

5
node_modules/ws/lib/limiter.js generated vendored
View File

@@ -11,8 +11,8 @@ class Limiter {
/**
* Creates a new `Limiter`.
*
* @param {Number} concurrency The maximum number of jobs allowed to run
* concurrently
* @param {Number} [concurrency=Infinity] The maximum number of jobs allowed
* to run concurrently
*/
constructor(concurrency) {
this[kDone] = () => {
@@ -27,6 +27,7 @@ class Limiter {
/**
* Adds a job to the queue.
*
* @param {Function} job The job to run
* @public
*/
add(job) {