Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lume/core.ts>Scopes

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class Scopes
Re-export
import { Scopes } from "https://deno.land/x/lume@v1.15.3/core.ts";

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

Properties

scopes: Set<ScopeFilter>

Methods

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

Returns a function to filter the pages that must be rebuild