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

1345
14

4.0.0

Diff
donniewest
published 4.0.0 •

Changelog

Source

4.0.0 (2023-10-20)

⚠ BREAKING CHANGES

  • require node 18+

Features

  • add support for textDocument/linkedEditingRange (#732) (983a692)

Bug Fixes

  • deps: update devdependency typescript to ^5.1.3 (#727) (af477a2)
  • deps: update devdependency typescript to ^5.2.2 (#737) (0fff121)
  • perf: cache completion data on the server to avoid serialization (#768) (d7b4c77)

Refactors

rchl
published 3.3.3-0 •
donniewest
published 3.3.2 •

Changelog

Source

3.3.2 (2023-04-17)

Bug Fixes

  • formatting fails to provide edit at the end of the document (#718) (01e24a2)
  • verbosity of the "Using Typescript version" message (#716) (448d3f1)
donniewest
published 3.3.1 •

Changelog

Source

3.3.1 (2023-03-27)

Bug Fixes

  • don't report InternalError on tsserver error response (#709) (3e63165)
donniewest
published 3.3.0 •

Changelog

Source

3.3.0 (2023-02-20)

Features

  • start separate tsServer instance for semantic requests (#688) (fa65b84)

Bug Fixes

  • completions: include filterText property by default (#693) (c07426a)
donniewest
published 3.2.0 •

Changelog

Source

3.2.0 (2023-02-14)

Features

  • source.removeUnusedImports.ts and source.sortImports.ts actions (#681) (a43b2df)
  • provide filterText property in completions (#678) (af44f8b)
  • support workspace/willRenameFiles request (#685) (c3f3529)

Bug Fixes

  • completions: don't set filterText after all (#686) (4c5d295)
  • completions: don't set commitCharacters unless client supports those (#684) (af10a97)
  • deps: update devdependency typescript to ^4.9.5 (#677) (916c326)
  • line offset off by one when at the last line (#683) (0db9a5f)
donniewest
published 3.1.0 •

Changelog

Source

3.1.0 (2023-01-30)

Features

  • send $/typescriptVersion notification with TypeScript version (#674) (b081112)
  • support for canceling LSP requests (#672) (1daf209)
donniewest
published 3.0.3 •

Changelog

Source

3.0.3 (2023-01-23)

Bug Fixes

  • restore tsserver version logging on initialization (#669) (232219c)
donniewest
published 3.0.2 •

Changelog

Source

3.0.2 (2023-01-14)

Bug Fixes

  • remove hard dependency on typescript (#661) (9a2e2c8)

Refactors

  • bundle with rollup and switch to jest for testing (#663) (2c9eb63)
donniewest
published 3.0.1 •

Changelog

Source

3.0.1 (2022-12-30)

Bug Fixes

  • cancel pending geterr request before triggering new (#651) (95b92e5)