(effect)
| 1230 | * @returns {void} |
| 1231 | */ |
| 1232 | export function schedule_effect(effect) { |
| 1233 | /** @type {Batch} */ (current_batch).schedule(effect); |
| 1234 | } |
| 1235 | |
| 1236 | /** @type {Source<number>[]} */ |
| 1237 | let eager_versions = []; |
no test coverage detected