Replies: 1 comment 2 replies
-
Hey @iamricard ; sorry for the late reply, but yep that's been asked for a few times: I don't think building this would be hard per-se, except for the wrinkle of "how to handle message name conflicts". Which I'm sure there is a reasonable solve there, i.e. detect conflicts and use fully-qualified names or what not, but no one's tackled it yet. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋🏼 hi again - i was wondering if y'all had considered a flag to generate an index.ts file per directory generated to be able to do
import * as foo from './path/to/foo'
👀 wherefoo
is a directory that might have multiple files. i understand this would come with gotchas, like clashing message names would be a problem, but there's probably both ways around that (namespacing exports maybe?) or even just erroring out for protos that would present issues.Beta Was this translation helpful? Give feedback.
All reactions