@volar/typescript-faster
Advanced tools
Changelog
0.37.8 (2022/6/14)
Changelog
0.37.5 (2022/6/13)
.md
if file path in not include by tsconfig (#1430)<component :is>
(#1425):
character in tag name (#1435)Changelog
0.37.0 (2022/6/6)
html.autoCreateQuotes
for pug--generateTrace
for vue-tsc (#1375)data-*
and aria-*
DefineComponent
type loss when use script setup (#1391)$style
inconsistent between vue-tsc and vscode (#1089)console.log
to adapt vim-lsp (#1391)__VLS_
result from code actionsBreaking changes
vueCompilerOptions.experimentalCompatMode
is renamed to vueCompilerOptions.target
.
{
"vueCompilerOptions": {
- "experimentalCompatMode": 2
+ "target": 2
},
}