Socket
Socket
Sign inDemoInstall

@volar/vue-language-service-types

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/vue-language-service-types - npm Package Versions

13
7

0.40.3

Diff

Changelog

Source

0.40.3 (2022/8/29)

  • perf: incremental update SFC blocks without full parse SFC and mitigate memory leak
  • perf: incremental update html template interpolation without recompile template
  • perf: cache ts.createSourceFile for tsx code gen
  • fix(vue-component-meta): cannot create checker with TS 4.8.2
  • fix: document features not working on Web IDE (#1479)
  • fix: avoid auto complete triggers too aggressive in Sublime (https://github.com/sublimelsp/LSP-volar/issues/114)
johnsoncodehk
published 0.40.2 •

Changelog

Source

0.40.2 (2022/8/28)

  • feat(vue-component-meta): add createComponentMetaCheckerByJsonConfig API to support create checker without tsconfig
  • feat: move highlight dom elements ☑ codeLens to status bar (#1535)
  • feat: incremental update diagnostics cache range and avoid flicker (#1718)
  • perf: incremental update TS script snapshot (#1718)
  • perf: faster source map code mapping
  • fix: pug template tag mapping range incorrect (#1723)
  • fix: vite plugin import path incorrect on windows (#1772)
  • fix: false positive error on style attr when enabled compilerOptions.exactOptionalPropertyTypes (#1560)
  • fix: .html intellisense of petite-vue not working
  • fix: .html intellisense of alpie not working
  • fix: intellisense not working for node_modules files with takeover mode on windows (#1641)
  • fix: avoid vue-tsc type check .html, .md files (#1661)
  • fix: compilerOptions.types resolve path incorrect on multiple workspaces (#1679)
  • fix: cannot count script setup variable usage in template if disalbe jsx (#1729)
  • fix: cannot resolve indirect circular reference components types (#1708)
  • fix: cannot recognize namespace component (#1726)
  • fix: template components types break by regular SFC components option (#1731)
  • fix: indentation behavior incorrect (#1762)
  • fix: TS1308 'async' error missing when use script setup (#1753)
johnsoncodehk
published 0.40.1 •

Changelog

Source

0.40.1 (2022/8/11)

  • fix: component context types missing in template if no script block (#1688)
  • fix: organize imports added invalid code (#1692)
  • fix: v-else template interpolation missing in virtual code (#1694)
  • fix: template interpolation formatting broken (#1697)
  • fix: inline css intellisense not working
johnsoncodehk
published 0.40.0 •

Changelog

Source

0.40.0 (2022/8/10)

  • feat: support document highlights cross <script>, <template> (#462)
  • feat: support reference types from script setup in template (#891)
  • feat: support auto import in template (#823)
  • feat: support plugin api (#185) (#1687)
  • fix: template scope variables completion missing (#1284)
  • fix: prefer defineComponent instead of Vue.extend to wrap component options by default (#1584)
  • fix: bracket pair colorization in VSCode v1.70 (#1677)
johnsoncodehk
published 0.39.5 •

Changelog

Source

0.39.5 (2022/8/6)

  • feat(vue-component-meta): add option to expose raw type (#1674)
  • fix(vue-component-meta): recursive schema parsing (#1660)
  • fix(vue-component-meta): parse defineProps in script setup with option (#1665)
  • fix: SFC syntax broken in vscode v1.70.0 (#1566) (#1675)
  • fix: vite app preview not working (#1668)
  • fix: diagnosis is slow on windows after v0.39.2 (#1663)
  • fix: compilerOptions.types not working since v0.39.2 (#1650)
  • fix: avoid auto-import path append .js (#1667)
  • fix: avoid variables defined after export default report TS_2454
  • perf: cache semver result on auto-complete
johnsoncodehk
published 0.39.4 •

Changelog

Source

0.39.4 (2022/7/31)

  • feat: support ESM project (#1543)
  • fix: "Volar: Reload Project" command cannot detect node_modules change
  • fix: webview buttons show to unrelated extensions (#1611)
johnsoncodehk
published 0.39.3 •

Changelog

Source

0.39.3 (2022/7/31)

  • feat(vue-component-meta): component schema improves (#1656)
  • feat(vue-component-meta): support options api props default (#1649)
  • feat: add "Volar: Reload Project" command (#1605)
  • fix: vue-tsc watch not working (#1647)
johnsoncodehk
published 0.39.2 •

Changelog

Source

0.39.2 (2022/7/28)

  • feat: vue-component-meta (#1627)
  • feat: support for "JavaScript and TypeScript Nightly" (#1332)
  • fix: tsx, jsx syntax break by vue directives syntax inject (#1617)
  • fix: any type components missing in template when use script setup (#1608)
  • fix: ignore X_V_IF_SAME_KEY error in vue 2 (#1638)
  • perf: fix fileExists is always calculate for .ts on each time update (https://github.com/vuejs/language-tools/commit/07f3bd55b6bdf3875a60796f7c9eb9a838eed463)
  • perf: cache fileExists, directoryExists result in language server (https://github.com/vuejs/language-tools/commit/34a4435284311c88248a44222f49c017a6b408a9)
johnsoncodehk
published 0.39.0 •

Changelog

Source

0.39.0 (2022/7/23)

  • feat: updated vite problemMatcher (#1606)
  • feat: support Vite app preview for Vite v3 (#1616)
  • feat: support organizeImports in vue-typescript for prettier-plugin-organize-imports (#1480) (#1577)
  • feat: avoid takeover enabled with built-in TS extension do not disabled (#1622)
  • feat: expose vue-tsconfig.schema.json from @volar/vue-language-core
  • fix: fix workspaceTrust description (#1610)

Breaking changes

  • @volar/vue-typescript, @volar/vue-language-service apis refactored
johnsoncodehk
published 0.38.9 •

Changelog

Source

0.38.9 (2022/7/20)

  • fix: path resolution incorrect in multi root workspaces on windows (#1585)
  • fix: goto definition not working for import path on windows (#1591) (#1593)
  • fix: update imports on file move not working (#1599)
  • fix: wrong check for whether jsx option is set (#1595)
  • fix: renaming .vue files breaks resolving import paths (#1125)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc