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

vue-tsc

Package Overview
Dependencies
Maintainers
1
Versions
312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-tsc - npm Package Versions

1
32

0.29.5-patch.1

Diff

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)
johnsoncodehk
published 0.29.2 •

Changelog

Source

0.29.2 (2021/11/9)

  • fix: document server created multi time
  • fix: html hover not working in some non-VSCode clients (#678)
johnsoncodehk
published 0.29.1 •

Changelog

Source

0.29.1 (2021/11/9)

  • fix: template AST broken by empty line in pug (#676)
  • fix: intellisense not working if project have no jsconfig / tsconfig (#680) (#681)
johnsoncodehk
published 0.29.0 •

Changelog

Source

0.29.0 (2021/11/7)

  • feat: support namespaced component (#372)
  • feat: more strict .value auto-complete condition
  • feat: show current tsconfig on status bar
  • feat: provide public api to generate script setup type-check code (#650)
  • feat: add sass formatter
  • fix: can't exit split editors by click icon edge cases
  • fix: semantic tokens not working in pug template
  • fix: script setup component name not recognized edge cases
  • fix: ignore template language support if not html or pug (#659)
  • fix: tsconfig types paths resolve incorrect in monorepo (#661)
  • fix: can't update diagnostics on windows + atom
  • fix: project finding logic incorrect with tsconfig referencecs option (#649)
  • fix: {{ }} colorized bracket pairs not working
  • fix: documentSymbol, foldingRanges not working to some *.ts files on take over mode

Breaking changes

  • experimentalCompatMode behavior changed (#576)
    do not force config compatConfig: { Mode: 2 } to template compiler with "experimentalCompatMode": 2
johnsoncodehk
published 0.28.10 •

Changelog

Source

0.28.10 (2021/10/28)

  • feat: improve pug folding range (#636)
  • feat: improve pug tag, attr auto-complete (#638)
  • fix: if trigger component auto-import multiple times, import edit text accumulate (#639)
  • fix: filter current component from component auto-import list
  • fix: normalize request uri for Sublime / Atom (#637)

Known regressions

  • semantic tokens not working in pug template
johnsoncodehk
published 0.28.9 •

Changelog

Source

0.28.9 (2021/10/26)

  • feat: use VSCode 1.61 Split Editor In Group instead of create new editor (#608)
  • feat: split editors layout change from script | template | style to script + style | template
  • feat: tag name conversion work done progress
  • fix: language server broken by circular tsconfig project references (#525) (#631) (#632)
  • fix: vue-tsc can't show "incremental mode / watch mode not support" error message (#630)
  • fix: tag name kebab case -> pascal case conversion not working
  • fix: LSP workspace configuration option not supported (#626)
  • fix: no edit to components option when component auto-import (#634)
johnsoncodehk
published 0.28.8 •

Changelog

Source

0.28.8 (2021/10/24)

  • feat: support html hover settings (#627) (#615)
  • fix: withDefaults can't narrowing props undefined (#611) (#614)
  • fix: vueCompilerOptions not working with vue-tsc --project flag (#613) (#615)
  • fix: tsconfig project references are not respected (#525)
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