Ola Guys!
I've this line :
Packages and CommonJS Imports
If you are using CommonJS-style imports, any package declarations in your .proto files are ignored by the compiler.
in the documentation, and I was wondering what is the reason behind this decision ? I'm going with commonjs_strict type of file but my code is not working correctly (unable to find an object from another file) due to absence of package namespace.