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

x/levo/src/watch-dependencies.ts>watchDependencies

Server side rendering with The Elm Architecture in Deno
Latest
variable watchDependencies
import { watchDependencies } from "https://deno.land/x/levo@v0.0.27/src/watch-dependencies.ts";

Watch for changes of the Typescript file and its dependencies.

type

(unnamed 0: { filename: string; onChange: (event: Deno.FsEvent) => void; importMap?: Record<string, string>; }) => Promise<WatchDependenciesHandler>