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

Function bundleAPI

tasks/bundle-api.js:75–78  ·  view source on GitHub ↗
({debug, watch})

Source from the content-addressed store, hash-verified

73}
74
75async function bundleAPI({debug, watch}) {
76 await bundleAPIModule({debug, watch}, 'umd', 'darkreader.js');
77 await bundleAPIModule({debug, watch}, 'esm', 'darkreader.mjs');
78}
79
80const bundleAPITask = createTask(
81 'bundle-api',

Callers 1

bundle-api.jsFile · 0.85

Calls 1

bundleAPIModuleFunction · 0.85

Tested by

no test coverage detected