stately-vscode@1.14.0
github-actions
released this
19 Apr 16:39
·
64 commits
to main
since this release
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.