- Use jq to cleanly remove encryptid SDK from package.json in Docker - Fix TypeScript strict mode errors in dashboard and assistant - Add .dockerignore to exclude node_modules from build context - Use project root as Docker build context for frontend - Fix Traefik routing: separate frontend/api/studio paths Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| lib | ||
| License.txt | ||
| README.md | ||
| package.json | ||
| thirdpartynotices.txt | ||
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.