You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constBaseNamespace={
...
};exportconstMyNamespace1={
...BaseNamespace,};exportconstMyNamespace2=(function(){return.{
...BaseNamespace,};}();// I would like MyNamespace1 and MyNamespace2, to be equivalent to "export namespace MyNamespace1 {}";
How can I do that please ? (@namespace tag does not seem supported)