Closed CabalCrow closed 6 months ago
I don't have a problem with this PR but what is tsserver
?
It is an lsp (language server protocol) for typescript. I was looking for an LSP to use with grammar.js. I asked in the Matrix channel for tree-sitter what LSP is commonly used to edit that file & was told typescript is the answer. If you check the grammar.js of other tree-sitter projects you will probably also find comments related to tsserver.
ok, that makes sense that you'd use the typescript lsp for grammar.js. seem benign enough.
This adds several warning & error suppressions for the tsserver lsp. Doesn't actually change any functionality (if you tree-sitter generate you will see that nothing would get changed).