SimonGAndrews / xstate-fsmPlus-Espruino

Fork of the FSM finite state machine package in the XState library from STATELY Ai, to enable the FSM to be run as a module within the Espruino JavaScript Interpreter for Microcontrollers. Providing enhancements to enable some basic StateChart features to be supported (eg nested states).
MIT License
0 stars 0 forks source link

Remove Nested finite states not supported from xstate-fsm #13

Closed SimonGAndrews closed 2 years ago

SimonGAndrews commented 2 years ago

xstate-fsm looks for state.state in a machine configuration and throws an error if found. image

Remove this code to enable Hierarchical state functionality to added to xstate-fsmPlus