If it's parsed the following example: ```javascript a = 1; //comment here /* block comment */ ``` It is returned each comment twice with different `internalRole`  ***addendum:*** This issue might be related to these similar ones in other languages drivers: https://github.com/bblfsh/go-driver/issues/28 https://github.com/bblfsh/python-driver/issues/167 https://github.com/bblfsh/java-driver/issues/86
If it's parsed the following example:
It is returned each comment twice with different
internalRoleaddendum:
This issue might be related to these similar ones in other languages drivers:
bblfsh/go-driver#28 bblfsh/python-driver#167 bblfsh/java-driver#86