MCPcopy 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

3import {readJSON, writeJSON} from './utils.js';
4
5function resolvePath(path) {
6 return resolve(import.meta.url.replace('file:/', ''), '../../', path);
7}
8
9function createImports(dependencies) {
10 const imports = {};

Callers 1

writeDenoJSONFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected