Closed renaudpawlak closed 7 years ago
JSweet transpiler now supports a mode that tries to replace all Java elements with JavaScript elements (for instance java.util.List will be replaced with JavaScript arrays when possible). This PR adds the option to switch this mode on.
java.util.List
Thanks.
JSweet transpiler now supports a mode that tries to replace all Java elements with JavaScript elements (for instance
java.util.List
will be replaced with JavaScript arrays when possible). This PR adds the option to switch this mode on.