JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 131
  • Score
    100M100P100Q83422F
  • License ISC

Utility for adapting editors to language server protocol

Package Exports

  • lsp-ws-connection

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 (lsp-ws-connection) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

lsp-ws-connection

Installation

Current requirements:

Developing

To develop against this library, and see updates in the example, run both of these:

# From parent directory
npx webpack --watch
# From example directory
npm run dev

To run library tests, there are two options:

npm test
npm run test-dev

test-dev will watch the source code and rerun tests in the background