@volar/typescript-faster
Advanced tools
Changelog
0.40.3 (2022/8/29)
ts.createSourceFile
for tsx code genChangelog
0.40.2 (2022/8/28)
createComponentMetaCheckerByJsonConfig
API to support create checker without tsconfighighlight dom elements ☑
codeLens to status bar (#1535)compilerOptions.exactOptionalPropertyTypes
(#1560)compilerOptions.types
resolve path incorrect on multiple workspaces (#1679)components
option (#1731)Changelog
0.40.0 (2022/8/10)
<script>
, <template>
(#462)defineComponent
instead of Vue.extend
to wrap component options by default (#1584)Changelog
0.39.5 (2022/8/6)
compilerOptions.types
not working since v0.39.2 (#1650).js
(#1667)Changelog
0.39.2 (2022/7/28)
fileExists
is always calculate for .ts on each time update (https://github.com/vuejs/language-tools/commit/07f3bd55b6bdf3875a60796f7c9eb9a838eed463)fileExists
, directoryExists
result in language server (https://github.com/vuejs/language-tools/commit/34a4435284311c88248a44222f49c017a6b408a9)Changelog
0.39.0 (2022/7/23)
@volar/vue-language-core
Breaking changes
@volar/vue-typescript
, @volar/vue-language-service
apis refactored