cincheo / jsweet

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

javax.crypto.Mac support #685

Open ghost opened 3 years ago

ghost commented 3 years ago

Trying import javax.crypto.Mac;

JSweet shows error: Line 261: cannot find name 'javax'. Did you mean 'java'?

ghost commented 3 years ago

164

lgrignon commented 3 years ago

Hello, Are you using J4TS?

This API is currently not supported, but it could be added if community requests it

ghost commented 3 years ago

I've used a web demo on your website.

lgrignon commented 3 years ago

Could you please post a link to it? It would be weird that we provide a not working demo :)

ghost commented 3 years ago

javax not java. It’s not presented.

lgrignon commented 3 years ago

"I've used a web demo on your website." ==> Oh you mean you used the JSweet's sandbox, not actually trying one of our examples.

Anyway, yes, not supported yet.