trexitycode / wirestate

MIT License
1 stars 0 forks source link

Multi transition targets #12

Closed dschnare closed 5 years ago

dschnare commented 5 years ago

Closes #11

Add support for multiple transition targets.

Refactor how transition state IDs are qualified when compiling to XState due to the XState issue davidkpiano/xstate#569. Compile all transition targets to object format and absolutely qualify by ID so multiple targets can be resolved correctly by XState.