lgrignon / jsweet-maven-plugin

JSweet maven plugin providing build and clean operations of JSweet sources
Apache License 2.0
18 stars 20 forks source link

add removeJavaDependencies option #20

Closed renaudpawlak closed 7 years ago

renaudpawlak commented 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.

lgrignon commented 7 years ago

Thanks.