yutaro-sakamoto / tree-sitter-cobol

MIT License
21 stars 7 forks source link

Incompatible with tree-sitter 0.21 #16

Open smorgo opened 5 months ago

smorgo commented 5 months ago

Breaking changes in tree-sitter (namely, switching from NAN to N-API) mean that tree-sitter-cobol now fails with the error 'Invalid Language Object' when calling parser.setLanguage().

Are there any plans to update?

yutaro-sakamoto commented 5 months ago

@smorgo Thank you for your valuable information. I will resolve the problem by the end of this month.

fptsy commented 4 months ago

Hi, is there any update to when this will be fixed or some guidance on how to use it with 0.21