@tldraw/utils
Advanced tools
Comparing version 3.9.0-canary.c5400ad6b312 to 3.9.0-canary.fae364b5aba5
@@ -161,5 +161,5 @@ "use strict"; | ||
"@tldraw/utils", | ||
"3.9.0-canary.c5400ad6b312", | ||
"3.9.0-canary.fae364b5aba5", | ||
"cjs" | ||
); | ||
//# sourceMappingURL=index.js.map |
@@ -31,2 +31,5 @@ "use strict"; | ||
running = false; | ||
isEmpty() { | ||
return this.queue.length === 0 && !this.running; | ||
} | ||
async run() { | ||
@@ -33,0 +36,0 @@ if (this.running) return; |
{ | ||
"name": "@tldraw/utils", | ||
"description": "A tiny little drawing app (private utilities).", | ||
"version": "3.9.0-canary.c5400ad6b312", | ||
"version": "3.9.0-canary.fae364b5aba5", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "tldraw Inc.", |
@@ -10,2 +10,6 @@ import { sleep } from './control' | ||
isEmpty() { | ||
return this.queue.length === 0 && !this.running | ||
} | ||
private async run() { | ||
@@ -12,0 +16,0 @@ if (this.running) return |
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
539007
8042