|
|
|
|
|
by saskurambo
3599 days ago
|
|
In haxe with static type system, dce and inling function we haven't this problem if we use haxe libraries.
The libraries can be really big or little, but dce inject only classes and methods used.
Same thing can be made with scala.js and clojure using google closure. |
|