(/** @type {string} */ items)
| 196 | }; |
| 197 | await updateSrc(data); |
| 198 | const c = (/** @type {string} */ items) => { |
| 199 | /** @type {Record<string, string>} */ |
| 200 | const entry = {}; |
| 201 | for (const item of items) entry[item] = `./src/${item}.js`; |
| 202 | return compile({ entry, cache: { compression: false } }); |
| 203 | }; |
| 204 | await c(class="st">"abcde"); |
| 205 | await c(class="st">"abc"); |
| 206 | await c(class="st">"cde"); |
no test coverage detected