nvim-treesitter/nvim-tree-docs

TYPESCRIPT: Error invalid node type at position 3324

dominikhaid opened this issue · 4 comments

Typescript often throws the following error:

Error executing vim.schedule lua callback: .../start/navigator.lua/lua/navigator/lspclient/clients.lua:343: Vim(lua):E5108: Error executing lua ...are/nvim/share/nvim/runtime/lua/vim/treesitt er/query.lua:161: query: invalid node type at position 3324
Error is always on 3324 and happens only in pure ts files tsx is not erring, sadly gdd works in none of both.

Note: I done the ansiseed fix

I'm facing this issue too. it seems like the queries this extension is generating are not valid grammar for typescript parser

This is fixed in the latest master.

Thank you @steelsojka 🥳