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:
- Language server running on a web socket connection, such as jsonrpc-ws-proxy
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