help wanted
Repository metrics
- Stars
- (91 stars)
- PR merge metrics
- (PR metrics pending)
Description
fsm supports checking for non-direct transitions. e.g. given a -> b it can figure out it needs to do a -> b -> c. fsm-event doesn't support this yet, though it might be neat to have. I currently don't have a use case for this, but if anyone want to implement it patches would be more than welcome.