When targeting JS and placing a definition under a package, e.g., `com.my.pkg`, the `JsExport`ed JS ...
e
When targeting JS and placing a definition under a package, e.g.,
com.my.pkg
, the `JsExport`ed JS type is placed under the
namespace com.my.pkg
Is there a way to customize the namespace name?