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

13
10

0.30.3

Diff

Changelog

Source

0.30.3 (2022/1/16)

  • feat: auto wrap () to as expression (v-bind="foo as string" -> v-bind="(foo as string)" (#859)
  • feat: support tsconfig properties intellisense on take over mode (#833)
  • feat: support vueCompilerOptions intellisense in tsconfig (#833)
  • fix: vue-tsc and typescript could't guaranteed found each other (#851)
  • fix: avoid vue-tsc stripped props jsdoc comments for script setup components (#799)
  • fix: string source type incorrect in v-for (#839)

Known regressions

  • component type broken by withDefaults
  • vue-tsc broken on windows
johnsoncodehk
published 0.30.2 •

Changelog

Source

0.30.2 (2022/1/4)

  • feat: jsdoc comment suggestion (#827)
  • feat: TS directive comment suggestion
  • feat: auto insert attribute quotes
  • fix: css error range not reliable (#826)
  • fix: html, css completion trigger characters
  • fix: allow loose vue language id for markdown (#831)
  • fix: avoid auto close tag with undo (#837)
johnsoncodehk
published 0.30.1 •

Changelog

Source

0.30.1 (2021/12/27)

  • feat: support vue 2 component slots type (#819)
  • feat: expose component public instance type by defineExpose
  • feat: support scoped class name auto-complete (#752)
  • feat: alway show commands after extension activated (#795)

Breaking changes

  • Unsupported vueCompilerOptions.experimentalExposeScriptSetupContext option
johnsoncodehk
published 0.30.0 •

Changelog

Source

0.30.0 (2021/12/21)

  • feat: support components type-check by static components for class-base component (#753)
  • feat: support vueCompilerOptions.experimentalExposeScriptSetupContext option for jest (#805)
  • feat: support typescript.suggest.autoImports setting (#746)
  • fix: @vue/composition-api defineComponent types incorrect in template (#780)
  • fix: directives syntax highlight incorrect in svg tag (#776)
  • fix: project references ignored jsconfig (#756)
  • fix: html semantic tokens range incorrect in long template code (#801)
  • fix: typescript.preferences.importModuleSpecifier setting not working for component auto import (#793)
  • fix: Organize Imports commmand not always working (#798)
  • fix: css variable injection virtual code cannot update (#777)
  • fix: should not initializes new language service when create a new file (#802)
  • fix: new file first diagnostics incorrect

Breaking changes

  • Do not support component context types in template for export default { ... } without Vue.extend or defineComponent (#750)
johnsoncodehk
published 0.29.8 •

Changelog

Source

0.29.8 (2021/11/30)

  • perf: cache URI.file, URI.parse results
  • fix: pug template type-check broken with omit tag name
  • fix: language server broken with tsconfig extends a non-relative path (#747) (#749)
johnsoncodehk
published 0.29.7 •

Changelog

Source

0.29.7 (2021/11/29)

  • feat: support html, css custom data (#707)
  • feat: support extends tsconfig vueCompilerOptions (#731)
  • fix: cannot config project reference by directory path (#712)
  • fix: pug attrs type-check borken by nested tags (#721)
  • fix: import path rename result incorrect (#723)
  • fix: editor.codeActionsOnSave: ["source.organizeImports"] not working (#726)
  • fix: goto definition not working with some component import statement (#728)
  • fix: don't show volar commands in non-vue document (#733)
  • fix: vue-tsc not working with symlink (#738)
johnsoncodehk
published 0.29.6 •

Changelog

Source

0.29.6 (2021/11/21)

  • fix: attrs show unexpected "not exist" error (#710)
  • fix: verify all scripts not working if no jsconfig / tsconfig
  • fix: organize import edit text range incorrect (#714)
  • fix: class component props type-check not working with multiple props (#705)
  • fix: emmet should not active in template interpolations
  • fix: TS semantic highlight not working
johnsoncodehk
published 0.29.5 •

Changelog

Source

0.29.5 (2021/11/15)

  • feat: open tsconfig when click in status bar
  • feat: add experimentalTemplateCompilerOptionsRequirePath option to allow import compiler options from js file (#698)
  • fix: pug folding ranges break by empty line (#688)
  • fix: reduce the intrusiveness of template type-check hacks (#689)
  • fix: @volar/server entry files missing in npm publish (#695)
  • fix: language server immediately crashes when trigger request at incomplete TS code (#699)
  • fix: html / css path resolve incorrect on windows edge cases (#694)
  • doc: fix incorrect experimentalTemplateCompilerOptions example: "compatConfig": { "Mode": 2 } -> "compatConfig": { "MODE": 2 }
johnsoncodehk
published 0.29.4 •

Changelog

Source

0.29.4 (2021/11/12)

  • feat: syntax highlight support for Web IDE (#612)
  • fix: semantic highlight can't update if project have no tsconfig or jsconfig (#685)
johnsoncodehk
published 0.29.3 •

Changelog

Source

0.29.3 (2021/11/27)

  • feat: support syntax highlighting for lang="toml" (#684)
  • fix: subfolder path resolve logic cause to TS crash edge case (#679)
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