@volar/code-gen
Advanced tools
Changelog
1.0.0-beta.1 (2022/9/27)
[Download]
v-model:xxx
volar.completion.preferredTagNameCase
compilerOptions.types
from a higher level directory in a workspace sub directory (#1764)v-xxx
(#1905)$x
from $x as y
Changelog
1.0.0-alpha.4 (2022/9/24)
[Download]
Symbol.Iterator
is not correctly inferred in v-for
(#1892)<CustomComponent @click.stop />
(#464)Breaking changes
experimentalDisableTemplateSupport
renamed to skipTemplateCodegen
Changelog
1.0.0-alpha.0 (2022/9/16)
[Download]
.value
auto insert invalid location filtingvueCompilerOptions.jsxTemplates
for more fault tolerant template (#1865)volar.vueserver.petiteVue.processHtmlFile
, volar.vueserver.vitePress.processMdFile
to config language support for petite-vue, VitePress (#1878)"moduleResolution": "nodenext"
(#1862)lang="js"
without "allowJs": true
.value
failed if position immediately after another property .value
access expression (#1853)<script>
, <style>
(#1847)Breaking changes
package.json
{
"devDependencies": {
- "@volar/pug-language-service": "latest"
+ "@volar/vue-language-plugin-pug": "latest"
}
}
tsconfig.json
{
"vueCompilerOptions": {
"plugins": ["@volar/vue-language-plugin-pug"]
}
}
Changelog
0.40.13 (2022/9/8)
Changelog
0.40.12 (2022/9/8)
getScriptVersion