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