Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drollup/src/rollup/task.ts>Task

Next-generation ES module bundler ported for Deno
Latest
class Task
import { Task } from "https://deno.land/x/drollup@2.58.0+0.20.0/src/rollup/task.ts";

Task

Constructors

new
Task(watcher: Watcher, config: GenericConfigObject)

Properties

private
closed: boolean
private
fileWatcher: FileWatcher
private
invalidated: boolean
private
options: MergedRollupOptions
private
outputFiles: string[]
private
outputs: OutputOptions[]
private
skipWrite: boolean
private
watcher: Watcher
filter: (id: string) => boolean

Methods

invalidate(unnamed 0: { path: string; kind: string; })
run(): Promise<void>