xstate-tools icon indicating copy to clipboard operation
xstate-tools copied to clipboard

Public monorepo for XState tooling

Results 163 xstate-tools issues
Sort by recently updated
recently updated
newest added

note: the logic in this file doesn't handle history nodes at all - so that should be fixed as well, but in a separate PR _Originally posted by @Andarist in...

### Description Using the vscode extension with the inspector, I would like to be able to use template strings for complex targets. But the parser doesn't understand them. You can...

bug

Hi, I can't get the Sign into VSCode link that gets displayed on the stately website when the extension is trying to sign you in, to actually open VSCode. For...

### Description Running typegen on this code, the exit event is incorrectly typed to 'xstate.init' as in this screenshot. ![CleanShot 2022-03-02 at 11 11 31](https://user-images.githubusercontent.com/1085899/156281571-a7544572-5d5c-4722-8450-9924356c9733.png) ### Expected result Exit events...

bug
typegen

I do you open the visual editor from vscode?

I'm using Typescript's [experimental support for ESM](https://www.typescriptlang.org/docs/handbook/esm-node.html), using the `.mts` extension. This isn't currently recognized by xstate-cli. Could the requirements for the extension be relaxed? Also, when a file extension...

### Steps to reproduce 1. Install the XState Visualizer extension in vscode. The issue was reproduced with version 1.7.3, 1.6.0 and 1.5.9. 2. Create a simple state machine which defines...

Hi, Great work on the CLI, I'm really excited to use this, and this will help me finally get my typegen PR merged. I just tried it out and ran...

enhancement