HaxeFoundation/haxe

[js] support @:expose(default)

オープン

#6,049 opened on 2017/02/21

 (1 件のコメント) (1 件のリアクション) (1 人の担当者)Haxe (704 件のフォーク)auto 404
enhancementhelp wantedplatform-javascript

Repository metrics

Stars
 (6,901 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド