HaxeFoundation / HaxeFoundation/haxe
[js] support @:expose(default)
Open
enhancement
help wanted
platform-javascript
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
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
Assessment
This issue has not been assessed yet.