#I'm confused about moduleSource.
1 messages ยท Page 1 of 1 (latest)
Doc(`The directory containing the module configuration and source code (source code may be in a subdir).`).
But the code does this:
It basically first checks modSrc.SourceSubpath and only if it is empty does it use modSrc.SourceRootSubpath.
But SourceSubpath documentation says:
// SourceSubpath is the relative path from the context dir to the dir containing the module's source code
Yeah seems like it diverged at some point
so who's correct ?
i mean the implementation is always correct since that's what actually happens ๐
I'm not totally sure who uses it
perhaps SDKs?
i was hoping the documentation was correct ๐