Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/darkreader/darkreader
/ createTask
Function
createTask
tasks/task.js:67–69 ·
view source on GitHub ↗
(name, run)
Source
from the content-addressed store, hash-verified
65
* @param {(options: TaskOptions) => void | Promise<any>} run
66
*/
67
export
function
createTask(name, run) {
68
return
new
Task(name, run);
69
}
70
71
/**
72
* @param {Task[]} tasks
Callers
12
createBundleJSTask
Function · 0.90
createCopyTask
Function · 0.90
zip.js
File · 0.90
createBundleCSSTask
Function · 0.90
code-style.js
File · 0.90
log.js
File · 0.90
createBundleLocalesTask
Function · 0.90
bundle-manifest.js
File · 0.90
clean.js
File · 0.90
bundle-api.js
File · 0.90
createBundleHTMLTask
Function · 0.90
bundle-signature.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected