yoshuawuyts/fsm-event

non-direct transition chains

Open

#4 opened on May 30, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (1 fork)github user discovery
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.

Contributor guide