Skip to main content
Latest
interface FileSystemLoaderOptions
import { type FileSystemLoaderOptions } from "https://deno.land/x/denjucks@1.1.1/mod.d.ts";

Properties

optional
watch: boolean

if true, the system will automatically update templates when they are changed on the filesystem

optional
noCache: boolean

if true, the system will avoid using a cache and templates will be recompiled every single time