🚀🚀
Size: a a a
🚀🚀
🚀🚀
*-cli, если ты находишься в соседнем вендор-локе другого раннера и запускаешь того через его кли, то у тебя вновь проблемы)🚀🚀
🚀🚀
DS

c

let event
try {
event = scopeBind(original)
} catch {
event = original
}🚀🚀

let event
try {
event = scopeBind(original)
} catch {
event = original
}🚀🚀
c
c
const run = createEvent<number>()
function parallel({ source, target }) {
source.watch(count => {
let run
try {
run = scopeBind(target)
} catch (error) {
run = target
}
for (let i = 0; i < count) {
run()
}
})
}parallel({ source: run, target: fx })🚀🚀
const run = createEvent<number>()
function parallel({ source, target }) {
source.watch(count => {
let run
try {
run = scopeBind(target)
} catch (error) {
run = target
}
for (let i = 0; i < count) {
run()
}
})
}parallel({ source: run, target: fx })source.watch(n => {
for (let i = 0; i < n; i++) {
target()
}
})c
source.watch(n => {
for (let i = 0; i < n; i++) {
target()
}
})🚀🚀
🚀🚀
🚀🚀
c
c