Skip to content

Commit 3b882ed

Browse files
committed
chore: Using static import
1 parent 90fc613 commit 3b882ed

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

modules/loaders/unified.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
// Unified API for LiteLoader & QwQNT, main & renderer
22

3-
const { dataPathOrig, pluginPathOrig, scriptioVersion, configApi } =
4-
await import("./qwqnt.js");
3+
import {
4+
dataPathOrig,
5+
pluginPathOrig,
6+
scriptioVersion,
7+
configApi,
8+
} from "./qwqnt.js";
59
/** Scriptio data path, normalized to use `/`, ending with `/` */
610
const dataPath = normalize(dataPathOrig) + "/";
711
/** Scriptio script path, normalized to use `/`, ending with `/` */

0 commit comments

Comments
 (0)