JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4589416
  • Score
    100M100P100Q237423F
  • License MIT

A simple text document implementation for Node LSP servers

Package Exports

  • vscode-languageserver-textdocument
  • vscode-languageserver-textdocument/lib/esm/main.js
  • vscode-languageserver-textdocument/lib/umd/main.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vscode-languageserver-textdocument) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Text Document implementation for a LSP Node server

NPM Version NPM Downloads

Npm module containing a simple text document implementation for Node.js language server

Click here for a detailed document on how to implement language servers for VSCode.

History

1.04

  • Introduced ESLint rule for member delimiter style.

1.03

  • Moved to ES2020 target and lib

1.0.2

  • JSDoc updates

1.0.0

Initial version.

License

MIT