cincheo / jsweet

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

Update TypeScript tsc to version 5.2 #763

Closed kohlschuetter closed 8 months ago

kohlschuetter commented 9 months ago

This depends on https://github.com/cincheo/jsweet/pull/762

lgrignon commented 8 months ago

@kohlschuetter did you succeed in transpiling https://github.com/cincheo/jsweet-examples with this tsc version please?

kohlschuetter commented 8 months ago

@lgrignon Yes, everything looks OK when using the latest code from https://github.com/kohlschutter/jsweet. and changing jsweet-examples/pom.xml as follows:

-               <jsweet.transpiler.version>3.1.0</jsweet.transpiler.version>
-               <jsweet.core.version>6.3.0</jsweet.core.version>
+               <jsweet.transpiler.version>3.2.0-SNAPSHOT</jsweet.transpiler.version>
+               <jsweet.core.version>6.3.1-SNAPSHOT</jsweet.core.version>