bblfsh / go-driver

GNU General Public License v3.0
10 stars 9 forks source link

Synthesize positions when splitting import paths #63

Closed dennwc closed 4 years ago

dennwc commented 4 years ago

Currently we create uast:Identifier nodes without positions when splitting import paths. This change synthesizes positions for those identifiers based on positions of a source node.

Fixes #55

Signed-off-by: Denys Smirnov denis.smirnov.91@gmail.com


This change is Reviewable