Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/drake/lib/tasks.ts>TaskRegistry#execute

Drake is a make-like task runner for Deno.
Latest
method TaskRegistry.prototype.execute
import { TaskRegistry } from "https://deno.land/x/drake@v1.7.0/lib/tasks.ts";

Execute task action functions. First the non-async actions are executed synchronously then the async actions are executed asynchronously. Silently skip tasks that have no action function.

Parameters

...names: string[]