cjs-module-lexer icon indicating copy to clipboard operation
cjs-module-lexer copied to clipboard

this.exportname

Open guybedford opened this issue 5 years ago • 0 comments

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.

guybedford avatar Oct 05 '20 07:10 guybedford