Skip to main content
Module

x/lume/core/scopes.ts>default

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class default
import { default } from "https://deno.land/x/lume@v1.15.2/core/scopes.ts";

Define independent updates scopes This optimize the update process after any change

Methods

getFilter(changedFiles: Iterable<string>): (page: Page) => boolean

Returns a function to filter the pages that must be rebuild