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

1245
14

3.0.0

Diff
donniewest
published 3.0.0 •

Changelog

Source

3.0.0 (2022-12-29)

⚠ BREAKING CHANGES

  • Remove experimental and legacy implementations of inlay hints and call hierarchy. Use to the official textDocument/inlayHint and textDocument/prepareCallHierarchy implementations instead.

Features

  • drop experimental textDocument/calls, typescript/inlayHints (#647) (b15f8a7)
  • implement support for spec version of Call Hierarchy (#649) (3ce0e17)
donniewest
published 2.3.0 •

Changelog

Source

2.3.0 (2022-12-27)

Features

  • implement textDocument/selectionRange request (#642) (a5598c6)

Bug Fixes

  • completions: don't insert call snippet if already a call (#646) (5d34de5)
donniewest
published 2.2.0 •

Changelog

Source

2.2.0 (2022-12-09)

Features

  • communicate with tsserver >=4.9.0 using IPC (#630) (06abfde)
  • support textDocument/prepareRename request (#628) (9c66794)
  • update typescript to 4.9.3 (#629) (0005648)

Bug Fixes

  • deps: update devdependency typescript to ^4.9.4 (#637) (d2b18b6)
  • surface stderr output from the tsserver process (#624) (adf2689)
donniewest
published 2.1.0 •

Changelog

Source

2.1.0 (2022-10-17)

Features

  • add _typescript.configurePlugin workspace command (#607) (59a5217)
  • add tsserver.logVerbosity and tsserver.path to initializationOptions (#611) (a03eab5)
  • add support for [@link](https://github.com/link) references in JSDoc (#612) (3722b51)
  • add workspace implicit project defaults configuration (#605) (c6b3947)

Bug Fixes

  • loading progress sometimes getting stuck (#603) (8cf4381)
  • respect user-provided tsserver.js path from --tsserver-path (#610) (417339f)
donniewest
published 2.0.1 •

Changelog

Source

2.0.1 (2022-10-07)

Bug Fixes

  • disable IPC communication until TypeScript bug is fixed (#600) (a6153a6)
donniewest
published 2.0.0 •

Changelog

Source

2.0.0 (2022-09-28)

⚠ BREAKING CHANGES

  • Replace the CLI argument --tsserver-log-file with tsserver.logDirectory option provided through initializationOptions of the initialize request.

Features

  • add tsserver.logDirectory to initializationOptions (#588) (114d430)
  • add tsserver.trace init option for tracing tsserver (#586) (e3e8930)

Bug Fixes

  • completions: don't create snippet kind without completeFunctionCalls (#595) (7f69c27)
  • completions: remove filterText override for bracket accessor (#593) (1ed4e2e)
  • wrong import completion when insert/replace supported (#592) (4fe902a)
donniewest
published 1.2.0 •

Changelog

Source

1.2.0 (2022-09-12)

Features

  • Add insert replace support for completions (#583) (fdf9d11)
  • add support for new features from TypeScript 4.8 (#576) (7e88db3)
  • include "triggerReason" and "kind" in code action requests (#579) (f872078)
  • support communicating with tsserver using IPC (#585) (8725b9b)
  • support for codeAction disabledSupport client capability (#578) (f93b849)

Bug Fixes

  • only use optionalReplacementSpan if client supports InsertReplace (#584) (899ba6b)
donniewest
published 1.1.2 •

Changelog

Source

1.1.2 (2022-08-25)

Bug Fixes

  • definition request crashing on getting span (#574) (4e1c82b)
donniewest
published 1.1.1 •

Changelog

Source

1.1.1 (2022-08-22)

Bug Fixes

  • move deepmerge to dependencies (06109d4)
donniewest
published 1.1.0 •

Changelog

Source

1.1.0 (2022-08-21)

Features

  • add "Go To Source Definition" command (#560) (9bcdaf2)
  • support textDocument/inlayHint request from 3.17.0 spec (#566) (9a2fd4e)
  • support LocationLink[] for textDocument/definition response (#563) (196f328)

Bug Fixes

  • don't trigger error on empty Source Definition response (#568) (146a6ba)
  • make wording in the typescript lookup error more generic (585a05e), closes #554
  • snippet completions returned to clients that don't support them (#556) (050d335)
  • update signature help feature to v3.15.0 LSP spec (#555) (da074a6)