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