Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/darkreader/darkreader
/ resolvePath
Function
resolvePath
tasks/deno.js:5–7 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
3
import
{readJSON, writeJSON} from
'./utils.js'
;
4
5
function
resolvePath(path) {
6
return
resolve(
import
.meta.url.replace(
'file:/'
,
''
),
'../../'
, path);
7
}
8
9
function
createImports(dependencies) {
10
const
imports = {};
Callers
1
writeDenoJSON
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected