mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-02-03 22:15:42 -06:00
|
Some checks failed
Build and Test / build-and-test (ubuntu-latest) (push) Has been skipped
Build and Test / publish-tag (push) Has been skipped
Docker build & push image / build (push) Has been skipped
Build and Test / build-and-test (macos-latest) (push) Has been cancelled
Build and Test / build-and-test (windows-latest) (push) Has been cancelled
This makes it so that the events are not fired until the file have stabilized. This also changes the order of the fired events. A move / rename now results in `delete` then `add` rather than the other way around. From `chokidar` README - https://github.com/paulmillr/chokidar?tab=readme-ov-file#performance: ``` awaitWriteFinish.stabilityThreshold (default: 2000). Amount of time in milliseconds for a file size to remain constant before emitting its event. ``` Fixes #2232 |
||
|---|---|---|
| .. | ||
| cli | ||
| components | ||
| i18n | ||
| plugins | ||
| processors | ||
| static | ||
| styles | ||
| util | ||
| bootstrap-cli.mjs | ||
| bootstrap-worker.mjs | ||
| build.ts | ||
| cfg.ts | ||
| worker.ts | ||