@tscircuit/cli 0.1.1052 → 0.1.1054
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11489,7 +11489,7 @@ var require_semver2 = __commonJS((exports, module) => {
|
|
|
11489
11489
|
};
|
|
11490
11490
|
});
|
|
11491
11491
|
|
|
11492
|
-
// cli/build/build
|
|
11492
|
+
// cli/build/build.worker.ts
|
|
11493
11493
|
import { parentPort } from "node:worker_threads";
|
|
11494
11494
|
|
|
11495
11495
|
// cli/build/worker-build-handlers.ts
|
|
@@ -13472,7 +13472,7 @@ var handleBuildFile = async (filePath, outputPath, glbOutputPath, previewOutputD
|
|
|
13472
13472
|
}
|
|
13473
13473
|
};
|
|
13474
13474
|
|
|
13475
|
-
// cli/build/build
|
|
13475
|
+
// cli/build/build.worker.ts
|
|
13476
13476
|
if (!parentPort) {
|
|
13477
13477
|
throw new Error("This file must be run as a worker thread");
|
|
13478
13478
|
}
|