Jacky Zhao
2025-03-16 a7372079817fb1a1e69b2632405d759f9c5e913d
refs
author Jacky Zhao <j.zhao2k19@gmail.com>
Sunday, March 16, 2025 21:17 +0000
committer GitHub <noreply@github.com>
Sunday, March 16, 2025 21:17 +0000
commita7372079817fb1a1e69b2632405d759f9c5e913d
tree c67234cf513954622d45ff55ddf3d59cce8bcc11 tree | zip | gz
parent a72b1a422485d4f2258e58c1f76f933cb24cf455 view | diff
perf: incremental rebuild (--fastRebuild v2 but default) (#1841)

* checkpoint

* incremental all the things

* properly splice changes array

* smol doc update

* update docs

* make fancy logger dumb in ci
2 files deleted
34 files modified
1918 ■■■■■ changed files
docs/advanced/making plugins.md 18 ●●●● diff | view | raw | blame | history
docs/index.md 2 ●●● diff | view | raw | blame | history
package-lock.json 22 ●●●●● diff | view | raw | blame | history
package.json 4 ●●● diff | view | raw | blame | history
quartz.config.ts 2 ●●● diff | view | raw | blame | history
quartz/build.ts 442 ●●●●● diff | view | raw | blame | history
quartz/cfg.ts 1 ●●●● diff | view | raw | blame | history
quartz/cli/args.js 4 ●●●● diff | view | raw | blame | history
quartz/cli/handlers.js 29 ●●●● diff | view | raw | blame | history
quartz/components/renderPage.tsx 26 ●●●●● diff | view | raw | blame | history
quartz/components/scripts/darkmode.inline.ts 2 ●●● diff | view | raw | blame | history
quartz/depgraph.test.ts 118 ●●●●● diff | view | raw | blame | history
quartz/depgraph.ts 228 ●●●●● diff | view | raw | blame | history
quartz/plugins/emitters/404.tsx 9 ●●●●● diff | view | raw | blame | history
quartz/plugins/emitters/aliases.ts 71 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/assets.ts 54 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/cname.ts 7 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/componentResources.ts 35 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/contentIndex.tsx 25 ●●●●● diff | view | raw | blame | history
quartz/plugins/emitters/contentPage.tsx 133 ●●●●● diff | view | raw | blame | history
quartz/plugins/emitters/folderPage.tsx 167 ●●●●● diff | view | raw | blame | history
quartz/plugins/emitters/ogImage.tsx 87 ●●●●● diff | view | raw | blame | history
quartz/plugins/emitters/static.ts 18 ●●●● diff | view | raw | blame | history
quartz/plugins/emitters/tagPage.tsx 200 ●●●●● diff | view | raw | blame | history
quartz/plugins/transformers/frontmatter.ts 42 ●●●● diff | view | raw | blame | history
quartz/plugins/transformers/lastmod.ts 10 ●●●● diff | view | raw | blame | history
quartz/plugins/transformers/oxhugofm.ts 12 ●●●● diff | view | raw | blame | history
quartz/plugins/transformers/roam.ts 17 ●●●● diff | view | raw | blame | history
quartz/plugins/types.ts 23 ●●●●● diff | view | raw | blame | history
quartz/processors/emit.ts 6 ●●●● diff | view | raw | blame | history
quartz/processors/parse.ts 46 ●●●● diff | view | raw | blame | history
quartz/util/ctx.ts 8 ●●●● diff | view | raw | blame | history
quartz/util/log.ts 19 ●●●● diff | view | raw | blame | history
quartz/util/path.ts 2 ●●● diff | view | raw | blame | history
quartz/worker.ts 27 ●●●● diff | view | raw | blame | history
tsconfig.json 2 ●●●●● diff | view | raw | blame | history