Skip to content

stately-vscode@1.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 16:39
· 64 commits to main since this release
d9d2a50

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 as const type parameters.

  • #322 cddae40 Thanks @andreash, @Andarist! - Introduced a new opt-in option useDeclarationFileForTypegenData. It's the recommended way of using this extension and typegen and it fixes compatibility with modern moduleResolution 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.