Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.17.1/core/scopes.ts";

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

Methods

getFilter(changedFiles: Iterable<string>): (entry: Entry) => boolean

Returns a function to filter the pages that must be rebuild