mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
revert: remove unused var
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
parent
5559ae8d90
commit
607f5fa6fe
@ -22,10 +22,6 @@ import { getStaticResourcesFromPlugins } from "./plugins"
|
||||
|
||||
type Dependencies = Record<string, DepGraph<FilePath> | null>
|
||||
|
||||
type ContentPresence = {
|
||||
hasMermaid: boolean
|
||||
}
|
||||
|
||||
type BuildData = {
|
||||
ctx: BuildCtx
|
||||
ignored: GlobbyFilterFunction
|
||||
@ -38,7 +34,6 @@ type BuildData = {
|
||||
toRemove: Set<FilePath>
|
||||
lastBuildMs: number
|
||||
dependencies: Dependencies
|
||||
contentPresenceChecks: ContentPresence
|
||||
}
|
||||
|
||||
type FileEvent = "add" | "change" | "delete"
|
||||
@ -134,7 +129,6 @@ async function startServing(
|
||||
toRemove: new Set<FilePath>(),
|
||||
trackedAssets: new Set<FilePath>(),
|
||||
lastBuildMs: 0,
|
||||
contentPresenceChecks: { hasMermaid: false },
|
||||
}
|
||||
|
||||
const watcher = chokidar.watch(".", {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user