@volar/code-gen
Advanced tools
Changelog
0.34.17 (2022/5/28)
editor.semanticHighlighting.enabled
Changelog
0.34.16 (2022/5/23)
vueCompilerOptions.experimentalRuntimeMode
for adapt uni-app (#1308)volar.splitEditors.layout.*
(#1330)Changelog
0.34.15 (2022/5/16)
experimentalImplicitWrapComponentOptionsWithDefineComponent
for lang="js"
by default (#1298)vueCompilerOption.experimentalDowngradePropsAndEmitsToSetupReturnOnScriptSetup
option to improve intellisense on script setup for lang="js"
(#1192)Changelog
0.34.13 (2022/5/12)
.vue
files outside rootDir with typescript plugin (#1276)Breaking changes
vueCompilerOptions
property experimentalShamefullySupportOptionsApi
to experimentalImplicitWrapComponentOptionsWithDefineComponent
and disabled by default (#1291)Changelog
0.34.12 (2022/5/10)
"warning"
option to experimentalShamefullySupportOptionsApi
and make default"experimentalAllowTypeNarrowingInInlineHandlers": true
in vueCompilerOptions (#1249)"module": "es2015"
in tsconfig (#1263)Changelog
0.34.11 (2022/4/29)
Changelog
0.34.10 (2022/4/24)
<script>
(#916)Changelog
0.34.8 (2022/4/21)
languageFeatures.inlayHints = true
in initializationOptions to enable ittypescript.format.semicolons
should not affect text interpolation (#1210){{ { foo } }}
object literal expression not working on text interpolationsonFoo-bar
(#1023)Changelog
0.34.7 (2022/4/16)
experimentalShamefullySupportOptionsApi
to vueCompilerOptions (#1202)svg
attributes report false positive void type (#1184)Breaking changes