|
|
|
|
|
by rdwallis
4166 days ago
|
|
In gwt, reflection isn't supported because it makes it hard for the compiler to do dead code elimination. Supporting reflection might make it difficult to reduce the compile size of the javascript code in the future. Or does c# reflection work differently from java? Looks great by the way. |
|
The native compilation technology is moving over to normal .Net and I would imagine the runtime definition file could be used for javascript transpiling tree-shaking as well.