@volar/typescript-faster
Advanced tools
Changelog
0.38.9 (2022/7/20)
Changelog
0.38.7 (2022/7/17)
volar.updateImportsOnFileMove.enabled
option to disable file move refactoring (#1181)volar.diagnostics.delay
option for reduce CPU usage (#1295)vueCompilerOptions.experimentalImplicitWrapComponentOptionsWithVue2Extend
to support wrap component options by Vue.extend
(#1337)types
option (#1262)insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis
break v-for format (#1398)Changelog
0.38.5 (2022/7/11)
Changelog
0.38.4 (2022/7/11)
vueCompilerOptions.strictTemplates
(#1418)unknown
to any
(#1541)=
(#1423)Breaking changes
experimentalSuppressUnknownJsxPropertyErrors
, experimentalSuppressInvalidJsxElementTypeErrors
is replaced by strictTemplates
.
{
"vueCompilerOptions": {
- "experimentalSuppressUnknownJsxPropertyErrors": false,
- "experimentalSuppressInvalidJsxElementTypeErrors": false,
+ "strictTemplates": true
},
}
Changelog
0.38.0 (2022/6/19)
.value
for vue 2 (#1466)@vue/runtime-core
in Vue 2 (#1469)Changelog
0.37.9 (2022/6/16)
*.md
, *.html
explicitly added in tsconfig include property (#1463)codeAction.disabledSupport
capability (#1454)lang="tsx"
(#1458)