New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typescript-language-server

Package Overview
Dependencies
Maintainers
0
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-language-server - npm Package Versions

1
35
14

1.0.0

Diff
donniewest
published 1.0.0 •

Changelog

Source

1.0.0 (2022-08-06)

⚠ BREAKING CHANGES

  • Ship as an ES module. Might be breaking for programmatic users of this server. Read more about consuming ES module packages at gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
  • deps: LSP libraries updated to match the 3.17 version of the LSP spec. Requires minimum Node 14.

Features

  • add support for CompletionItem.labelDetails (#534) (3c140d9)

Bug Fixes

  • declare quickfix/refactor CodeAction capabilities (#553) (e76fc64)
  • handle shutdown lifecycle properly (#536) (ac8536b)

Miscellaneous Chores

  • deps: update LSP libraries to match 3.17 spec (#532) (bdbdd83)

Code Refactoring

donniewest
published 0.11.2 •

Changelog

Source

0.11.2 (2022-06-24)

Bug Fixes

  • apply refactoring returns -1 positions in ranges (#502) (5f52db0)
donniewest
published 0.11.1 •

Changelog

Source

0.11.1 (2022-06-13)

Bug Fixes

  • completion for strings with trigger character (#492) (76bf9a4)
donniewest
published 0.11.0 •

Changelog

Source

0.11.0 (2022-06-06)

Features

  • add support for rename prefixText and suffixText on rename (#478) (b3c8535)
donniewest
published 0.10.1 •

Changelog

Source

0.10.1 (2022-05-18)

Bug Fixes

  • pin old version of LSP libraries for node <14 compatibility (#467) (55600e1)
donniewest
published 0.10.0 •

Changelog

Source

0.10.0 (2022-05-11)

Features

donniewest
published 0.9.7 •

Changelog

Source

0.9.7 (2022-02-27)

Bug Fixes

  • add more logging for resolving user-specified tsserver (#412) (7139a32)
  • help users resolve no valid tsserver version error (#337) (d835543)
donniewest
published 0.9.6 •

Changelog

Source

[0.9.6] - 2022-02-02

  • fix: don't transform zipfile URIs from Vim (#386)
donniewest
published 0.9.5 •

Changelog

Source

[0.9.5] - 2022-01-27

  • fix: don't transform Yarn zipfile URIs (#384)
donniewest
published 0.9.4 •

Changelog

Source

[0.9.4] - 2022-01-19

  • fix: call configure before completion resolve (#377)