Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vscode-pug-languageservice

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-pug-languageservice - npm Package Versions

23
10

0.32.1

Diff

Changelog

Source

0.32.1 (2022/3/2)

  • feat: support generic events with props (#981)
  • fix: slots references always 0 (#932)
  • fix: source.organizeImports not working in editor.codeActionsOnSave (#906)
  • fix: component type incorrect if duplicate name with current <script setup> file name (#944)
  • fix: language server broken if TS version < 4.4 (#962)
  • fix: pug outline element level incorrect (#969)
  • fix: document symbols confusion between <script> and <script setup> (#994)
  • fix: vite icon do not show with first editor
johnsoncodehk
published 0.32.0 •

Changelog

Source

0.32.0 (2022/2/25)

  • feat: experimental webview features for vite (#208)
  • perf: bundle extension to speed up startup
johnsoncodehk
published 0.31.4 •

Changelog

Source

0.31.4 (2022/2/14)

  • perf: faster auto-import completion (#808)
johnsoncodehk
published 0.31.3 •

Changelog

Source

0.31.3 (2022/2/13)

  • feat: trigger event auto-complete when input @ (#949)
  • feat: add v-bind:*, v-on:* to auto-complete (#949)
  • feat: avoid auto import added in script block first line (#916)
  • fix: language features not working in symbolic link project (#914)
  • fix: language server throw in process.env.NODE_ENV === 'production' env (#915)
  • fix: component type broken by union event key type (#926)
  • fix: document symbol not working for <script setup> (#938)
johnsoncodehk
published 0.31.2 •

Changelog

Source

0.31.2 (2022/2/6)

  • feat: improve scoped css class name references codeLens, auto-complete (#907)
johnsoncodehk
published 0.31.1 •

Changelog

Source

0.31.1 (2022/1/22)

  • fix: support type export statements on the top in <script setup> (#886)
johnsoncodehk
published 0.31.0 •

Changelog

Source

0.31.0 (2022/1/22)

  • feat: support generic emits (#877)
  • feat: support top level await in <script setup> without extra tsconfig setting (#538)
  • feat: fully support formatting for v-for expression
  • fix: can't ignore variable unused report by _ prefixes in v-for (#878)
  • fix: no error when definitions from <script setup> used in <script> (#766)
johnsoncodehk
published 0.30.6 •

Changelog

Source

0.30.6 (2022/1/19)

  • fix: re-support withDefaults for props type in template (#868)
  • fix: tsconfig report schemas/tsconfig.schema.json missing (#869)
  • fix: enabled editor.semanticHighlighting.enabled by default to avoid component tag show invalid color when installed some themes
  • fix: export default expression semicolon breaks component type in script setup (#874)
  • fix: don't wrap options with defineComponent when convert to setup sugar

Breaking changes

  • When use <script setup>, ignore extra component options wrapper function (defineComponent / Vue.extends ...)
johnsoncodehk
published 0.30.5 •

Changelog

Source

0.30.5 (2022/1/17)

  • fix: vueCompilerOptions intellisense not working on jsconfig
  • fix: vue-tsc broken on windows in 0.30.3
johnsoncodehk
published 0.30.4 •

Changelog

Source

0.30.4 (2022/1/16)

  • fix: component tag semantic highlisht token incorrect with folding (#801)
  • fix: component type broken by withDefaults in 0.30.3

Breaking changes

  • Unsupported withDefaults for component props type
23
10
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