bblfsh / go-driver

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

Split import path #47

Closed dennwc closed 5 years ago

dennwc commented 5 years ago

PR changes the type of Import's Path to be a uast:Identifier or uast:QualifiedIdentifier by splitting it.

It also simplifies the normalization code a bit.