cjs-module-lexer
cjs-module-lexer copied to clipboard
this.exportname
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.