enhancementhelp wantedplatform-javascript
Repository metrics
- Stars
- (6,901 stars)
- PR merge metrics
- (PR metrics pending)
Description
Support exposing a class/method as the default export (module.exports = ...). This is not very easy right now, because our main closure receives "some" exports object and doesn't modify module, so this needs some thought.