Closed hezyin closed 4 years ago
Thanks for your report! The --json
command line switch goes through the old a-la-carte syntax; try --json-symbols
instead, which goes through the precise syntax. I’ve confirmed that the above works in master
as of this writing, so I’m going to close this out, but please leave a comment if --json-symbols
doesn’t work for you. (N.B. master
has removed the --json
switch in favor of --json-symbols
, so hopefully few people encounter this going forward.)
Hi team, it seems release 0.7.0.0 doesn't support
throws
syntax in Java. I've tested the minimal example below in tree-sitter's playground and verified it's not an upstream issue. Please let me know if you need any more info on this. Thanks!Tested in version 0.7.0.0
Minimal Example to Reproduce
Source Code
Error Message (Tested in version 0.7.0.0)