cincheo / jsweet

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

Support for string enums #607

Closed basti-schneider closed 3 years ago

basti-schneider commented 4 years ago

For our project it would be useful to have the support for generating string enums in typescript.

I've added the functionallity in my fork and created a pull request: #606

lgrignon commented 3 years ago

And it was merged :) Thanks for contributing!

basti-schneider commented 3 years ago

Hi @lgrignon, is there a plan for a new release?

lgrignon commented 3 years ago

There is a 2.4.0 underway, yes, but no specific target date.

However, JSweet 3 should be released soon, by octobre I'd say.

Would you be using JSweet 2.x ou JSweet 3 (Java 11+)?

basti-schneider commented 3 years ago

Okay thanks, so we wait for 2.4.0 ;) We are using JSweet 2.x at the moment.