Closed stezu closed 3 years ago
A rough first pass at fixing the issue documented here. This PR will alias imports from different source files with identical names so that we can correctly generate code for a proto like this one with ts-proto.
ts-proto
Nice, thanks! I added a test and tweaked it a little bit, and released as 4.5.0. I think if we bump ts-proto to this version, you should be all set.
A rough first pass at fixing the issue documented here. This PR will alias imports from different source files with identical names so that we can correctly generate code for a proto like this one with
ts-proto
.