You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

typescript-language-server

Package Overview
Dependencies
Maintainers
3
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
57
14

0.6.3

Diff
d
donniewest
published 0.6.3 •

Changelog

Source

[0.6.3] - 2021-10-27

  • Implement experimental inlay hints (#259) (documentation)
  • Send diagnostics even to clients that don't signal support (#261) (reverts #229)
d
donniewest
published 0.6.2 •

Changelog

Source

[0.6.2] - 2021-08-16

  • Mark completion items as deprecated if JSDoc says so (#227)
  • Add a maxTsServerMemory option (#252)
  • (chore) Add Windows and Mac CI runner (#248)
d
donniewest
published 0.6.1 •

Changelog

Source

[0.6.1] - 2021-08-16

  • Fix Windows path regression introduced in #220 (#249)
d
donniewest
published 0.6.0 •

Changelog

Source

[0.6.0] - 2021-08-12

  • Refactor code actions to better support filtering against "only" (#170)
  • Support Yarn PnP (#220)
  • Update internal Typescript dependency from 3.9.0 to 4.3.4 (#226)
  • Only publish diagnostics if client supports the capability (#229)
  • Add support for "unnecessary" and "deprecated" diagnostic tags (#230)
  • Upgrade vscode-languageserver (#231)
  • Lookup tsserver using direct path rather than through .bin alias (#234)
  • Don't pass deprecated options to Completion request
d
donniewest
published 0.5.4 •

Changelog

Source

[0.5.4] - 2021-07-01

  • Remove hardcoded request timeouts
  • Forward user preferences in initializationOptions
  • Use require.resolve for module resolution (#195)
d
donniewest
published 0.5.2 •
d
donniewest
published 0.5.1 •
d
donniewest
published 0.5.0 •

Changelog

Source

[0.5.0] - 2021-01-16

  • Fix empty documentHighlight results due to inconsistent path delimiters
  • Update command line option tssserver-log-verbosity to support off
  • Call compilerOptionsForInferredProjects during initialization (set good defaults when tsconfig.json missing)
  • Remove warnings from LSP completion results
  • Add support for formatting range (textDocument/rangeFormatting)
  • Ensure TSP request cancellation cancels timeout handling
t
theia
published 0.4.0 •

Changelog

Source

[0.4.0] - 2019-08-28

  • Upgraded to LSP 5.3.0 and Monaco 0.17.0. #115
t
theia
published 0.4.0-dev.42dcf0d •