a3b2c1d31e
* Prepare new release * Update lock files (#1528) |
||
---|---|---|
.. | ||
src | ||
.eslintignore | ||
.eslintrc.json | ||
.mocharc.json | ||
.npmignore | ||
License.txt | ||
README.md | ||
package-lock.json | ||
package.json | ||
thirdpartynotices.txt | ||
tsconfig.esm.json | ||
tsconfig.esm.publish.json | ||
tsconfig.json | ||
tsconfig.publish.json | ||
tsconfig.umd.publish.json | ||
tsconfig.watch.json |
README.md
Text Document implementation for a LSP Node server
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.