coffeescript-lsp-core

July 29, 2022 ยท View on GitHub

CoffeeScript Language Server Protocol core libraries in Node.js.

Used by VSCode CoffeeScript Support Extension.

:wave: DEPRECATED DUE TO INACTIVE DEVELOPMENT :wave:

Check out this one instead: https://github.com/phil294/coffeesense/tree/master/server

Contents

  • Parser - Parses CoffeeScript AST nodes into vscode-languageserver interfaces.
  • SymbolIndex - A database used to manage symbols.
  • bin/coffeescript-symbol-indexer.js - A CLI that runs indexer. Used by VSCode CoffeeScript Support for background indexing.

License

MIT