Releases: statelyai/xstate-tools
Releases · statelyai/xstate-tools
@xstate/[email protected]
Patch Changes
- Updated dependencies [
807edc7
]:- @xstate/[email protected]
- @xstate/[email protected]
@xstate/[email protected]
[email protected]
@xstate/[email protected]
[email protected]
@xstate/[email protected]
Major Changes
Patch Changes
@xstate/[email protected]
[email protected]
[email protected]
Minor Changes
-
#323
6e524df
Thanks @Andarist! - Upgraded the Babel parser used to analyze the content of the files and machines. This should fix parsing issues with new TS features such asconst
type parameters. -
#322
cddae40
Thanks @andreash, @Andarist! - Introduced a new opt-in optionuseDeclarationFileForTypegenData
. It's the recommended way of using this extension and typegen and it fixes compatibility with modernmoduleResolution
options in TypeScript. It can also help you to avoid issues in frameworks that derive pages based on the directory content (such as Nuxt).Enabling this might require using at least TypeScript 5.0.