-
Related to #36 cc. @mogsie
Provide a separate _interpreter_ which will act as a simple event emitter for which to run a machine. This is technically side-effectful, but it is not a core part of how…
-
## Bug or feature request?
Feature Request
## Description:
Starting the [example on the first page](http://davidkpiano.github.io/xstate/docs/#/guides/hierarchical) I noticed that `lightMachin…
jon49 updated
6 years ago
-
The error message just rants about "missing EOF" which might indicate that this statement belongs to the end of the spec sec. Instead, it belongs to the top.
-
We have a validation for regions without default (unnamed) entries. This works well for standard entries which always have an outgoing transition. However, when a history state is used as default entr…
tkutz updated
6 years ago
-
for C and C++, the headers 'stdlib.h' and 'string.h' are generated as includes into the C Module:
```
#include
#include
```
We should only generate those includes if they are required
-
Not sure how to reproduce this.
Statechart is dirty, save does not work or seems not to have an effect. Restart of IDE has no effect.
-
> WIP: #2382
The model sequencer contains a Bug which leads to the omission of exit sequences.
### Model
Consider the following statechart:
![image](https://user-images.githubusercontent.com/…
-
**_Question_**
* [x ] I've checked documentation and searched for existing issues
Hi,
I'd like to create a model with a property that can be a type string or a type object.
I'm using…
-
The attached statechart contains a hidden transition to its parent state. We struggled to identify the cause of the unexpected behavior, and eventually discovered there was a transition to the parent …
ghost updated
6 years ago
-
Running the statechart example at https://github.com/jruizgit/rules/blob/master/docs/js/reference.md#statechart, I get the following output:
Listening on 5000
Requesting approve amount: 100
Expen…