Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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>