Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/darkreader/darkreader
/ absolutePath
Function
absolutePath
tasks/paths.js:10–12 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
8
* @returns {string}
9
*/
10
export
const
absolutePath = (path) => {
11
return
join(rootDir, path);
12
};
13
14
/**
15
* @param {string} dir
Callers
8
configureKarma
Function · 0.90
bundleJS
Function · 0.90
bundleCSSEntry
Function · 0.90
getEntryFile
Function · 0.90
bundleLocales
Function · 0.90
onChange
Function · 0.90
patchManifest
Function · 0.90
bundleAPIModule
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected