@tldraw/utils
Advanced tools
Comparing version 3.9.0-canary.309675683a92 to 3.9.0-canary.3cbfbfcf97f7
@@ -161,5 +161,5 @@ "use strict"; | ||
"@tldraw/utils", | ||
"3.9.0-canary.309675683a92", | ||
"3.9.0-canary.3cbfbfcf97f7", | ||
"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.309675683a92", | ||
"version": "3.9.0-canary.3cbfbfcf97f7", | ||
"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