-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementAnything you want improvedAnything you want improved
Description
Currently the first argument to pc.cond must be a pc.Var with type bool. However since JS is lax about converting anything to a bool, perhaps we can relax this requirement and just allow anything in.
There's a tradeoff here when we do this stuff implicitly as it may lead to unexpected errors. But if it eases development could be worth it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementAnything you want improvedAnything you want improved