@merchise/rescript-action-queue
Advanced tools
@@ -1,2 +0,2 @@ | ||
| #Start(1706378244905) | ||
| #Done(1706378244921) | ||
| #Start(1710917971968) | ||
| #Done(1710917971968) |
@@ -7,3 +7,3 @@ // Generated by ReScript, PLEASE EDIT WITH CARE | ||
| function MakeActionQueue(T) { | ||
| var make = function (createPromisesOpt, workersOpt, rejectCanceledOpt, param) { | ||
| var make = function (createPromisesOpt, workersOpt, rejectCanceledOpt) { | ||
| var createPromises = createPromisesOpt !== undefined ? createPromisesOpt : true; | ||
@@ -10,0 +10,0 @@ var workers = workersOpt !== undefined ? workersOpt : 1; |
@@ -11,3 +11,3 @@ // Generated by ReScript, PLEASE EDIT WITH CARE | ||
| }); | ||
| var queue = Queue.make(undefined, undefined, false, undefined); | ||
| var queue = Queue.make(undefined, undefined, false); | ||
| var seen = []; | ||
@@ -14,0 +14,0 @@ var action = function (data) { |
@@ -8,3 +8,3 @@ // Generated by ReScript, PLEASE EDIT WITH CARE | ||
| function MakeActionQueue(T) { | ||
| var make = function (createPromisesOpt, workersOpt, rejectCanceledOpt, param) { | ||
| var make = function (createPromisesOpt, workersOpt, rejectCanceledOpt) { | ||
| var createPromises = createPromisesOpt !== undefined ? createPromisesOpt : true; | ||
@@ -11,0 +11,0 @@ var workers = workersOpt !== undefined ? workersOpt : 1; |
@@ -12,3 +12,3 @@ // Generated by ReScript, PLEASE EDIT WITH CARE | ||
| }); | ||
| var queue = Queue.make(undefined, undefined, false, undefined); | ||
| var queue = Queue.make(undefined, undefined, false); | ||
| var seen = []; | ||
@@ -15,0 +15,0 @@ var action = function (data) { |
+1
-1
| { | ||
| "name": "@merchise/rescript-action-queue", | ||
| "version": "6.0.2", | ||
| "version": "6.1.0", | ||
| "description": "ReScript bindings for 'action-queue.js'", | ||
@@ -5,0 +5,0 @@ "repository": "https://gitlab.merchise.org:mercurio-2018/rescript-action-queue.git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
142340
0.07%