cincheo / jsweet

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

Ancient version of tsc #561

Closed lucgirardin closed 4 years ago

lucgirardin commented 4 years ago

Is there a compelling reason why JSweet still relies on an somewhat ancient version of tsc (2.1). One of my transpiled file does not compile with that version, while it compiles just fine with the latest (3.7.4)!

lgrignon commented 4 years ago

Hey, the backing typescript transpiler has not been upgraded since 2.1 for stability sake, but we could consider upgrade it for JSweet 3.1 Would you want to try to do it as a contribution?

lgrignon commented 4 years ago

Fixed with: https://github.com/cincheo/jsweet/pull/560