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
This was added back in #20191 but I can't see how it can work. The thing
is being applied to here is a function variable. e.g.:
```
var Modulle = function() { ... return the a new module };
```
From the documentation for @nocollape is not clear to me that it has any
effect on normal variables like this.
0 commit comments