MCPcopy Index your code
hub / github.com/darkreader/darkreader / processAPIBuild

Function processAPIBuild

tasks/code-style.js:34–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34async function processAPIBuild() {
35 await processAPIBuildModule('darkreader.js');
36 await processAPIBuildModule('darkreader.mjs');
37}
38
39async function processExtensionPlatform(platform) {
40 const dir = getDestDir({debug: false, platform});

Callers 1

codeStyleFunction · 0.85

Calls 1

processAPIBuildModuleFunction · 0.85

Tested by

no test coverage detected