cincheo / jsweet

A Java to JavaScript transpiler.
http://www.jsweet.org
Other
1.46k stars 161 forks source link

Base64 unsupported #629

Open GeckoNickDeveloper opened 4 years ago

GeckoNickDeveloper commented 4 years ago

While transpiling, the class java.util.Base64 will not be found

(Sorry for my awfull english)

lgrignon commented 4 years ago

Hello @GeckoNickDeveloper Indeed this class is not supported yet. It should not be too hard to implement in https://github.com/cincheo/jsweet/blob/JSweet3.0/transpiler/src/main/java/org/jsweet/transpiler/extension/RemoveJavaDependenciesAdapter.java

I leave this issue open to be done shortly.

Would you have time to give a try? That would be amazing