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
3
Versions
136
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
14

2.3.0

Diff

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

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)
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

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