We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6f57f commit 410ac2cCopy full SHA for 410ac2c
1 file changed
src/dictionary/soft-build.ts
@@ -4,8 +4,8 @@ import { exists } from "@std/fs/exists";
4
import { Parser } from "./parallel_parser.ts";
5
6
if (import.meta.main) {
7
- using parser = new Parser();
8
if (!await exists(new URL("./global_dictionary.ts", import.meta.url))) {
+ using parser = new Parser();
9
const Dictionary = await import("./build.ts");
10
if (!await Dictionary.build(parser)) {
11
await Dictionary.buildWithDictionary(new Map());
0 commit comments