MCPcopy 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 */
10export const absolutePath = (path) => {
11 return join(rootDir, path);
12};
13
14/**
15 * @param {string} dir

Callers 8

configureKarmaFunction · 0.90
bundleJSFunction · 0.90
bundleCSSEntryFunction · 0.90
getEntryFileFunction · 0.90
bundleLocalesFunction · 0.90
onChangeFunction · 0.90
patchManifestFunction · 0.90
bundleAPIModuleFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected