HaxeFoundation/haxe

[js] support @:expose(default)

Open

#6,049 opened on Feb 21, 2017

 (1 comment) (1 reaction) (1 assignee)Haxe (704 forks)auto 404
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.

Contributor guide