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
In CommonJS modules the this assignment also works for named exports:
this.exportName='value';
So long as we are at the top-level, the above would be straightforward to track, although it's such an uncommon pattern the benefit would likely be marginal but it seems worth doing nonetheless.
The text was updated successfully, but these errors were encountered:
In CommonJS modules the
this
assignment also works for named exports:So long as we are at the top-level, the above would be straightforward to track, although it's such an uncommon pattern the benefit would likely be marginal but it seems worth doing nonetheless.
The text was updated successfully, but these errors were encountered: