From 1fa2aa3ff559dc42d89d00ab5eab8510067c6b04 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Wed, 25 Dec 2024 17:22:39 +0800 Subject: [PATCH] chore: no top level await --- packages/moonshine-web/src/App.vue | 43 ++-- packages/moonshine-web/src/libs/types.ts | 25 ++- packages/moonshine-web/src/libs/worker.ts | 250 +++++++++++++--------- 3 files changed, 194 insertions(+), 124 deletions(-) diff --git a/packages/moonshine-web/src/App.vue b/packages/moonshine-web/src/App.vue index 401271552..27118a9f6 100644 --- a/packages/moonshine-web/src/App.vue +++ b/packages/moonshine-web/src/App.vue @@ -1,5 +1,5 @@