Emile Bangma
2024-10-22 ad52d095670f2a08a330d1d4ee5ed4bc784e65aa
quartz/worker.ts
@@ -7,8 +7,14 @@
import { options } from "./util/sourcemap"
// only called from worker thread
export async function parseFiles(argv: Argv, fps: FilePath[], allSlugs: FullSlug[]) {
export async function parseFiles(
  buildId: string,
  argv: Argv,
  fps: FilePath[],
  allSlugs: FullSlug[],
) {
  const ctx: BuildCtx = {
    buildId,
    cfg,
    argv,
    allSlugs,