saberzero1 caa55037f7 fix: harden core build system against silent failures
- Wrap rebuild() in try/finally to guarantee mutex release (prevents deadlock)
- Surface rebuild errors via .catch() instead of discarding with void
- Add null checks for vfile.data.relativePath (prevents crash on virtual files)
- Add try-finally for worker pool cleanup in parse.ts (prevents thread leaks)
- Remove process.exit(1) from parse error handler (let errors propagate)
- Add per-emitter error handling in emit phase with degraded-build warning
- Replace unsafe Map.get()! assertions with null-checked access in config-loader
2026-05-24 17:09:46 +02:00
2026-03-14 18:19:40 +01:00
2023-12-11 15:34:21 -08:00
2026-05-22 23:12:45 +02:00
2023-08-02 20:59:56 -07:00
2026-03-14 18:10:02 +01:00
2025-05-28 16:20:59 -07:00
2023-08-20 08:57:56 -07:00
2023-08-07 23:57:24 -07:00
2023-07-22 17:27:41 -07:00
2026-03-14 18:10:02 +01:00
2026-03-14 18:10:02 +01:00
2021-07-18 09:35:42 -04:00
2026-05-24 15:29:17 +02:00
2026-03-14 18:10:02 +01:00
2026-03-14 18:10:02 +01:00

Quartz v5

“[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming

Quartz is a set of tools that helps you publish your digital garden and notes as a website for free.

🔗 Read the documentation and get started: https://quartz.jzhao.xyz/

Join the Discord Community

Sponsors

Description
No description provided
Readme 38 MiB
Languages
SCSS 47.1%
TypeScript 25.2%
CSS 19.9%
JavaScript 7.8%