Skip to content

Commit

Permalink
Merge pull request #763 from kohlschutter/ck/tsc5.2
Browse files Browse the repository at this point in the history
Update TypeScript tsc to version 5.2
  • Loading branch information
lgrignon committed Oct 10, 2023
2 parents 5d4950e + c747b08 commit ee4ba96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public class JSweetTranspiler implements JSweetOptions, AutoCloseable {
* (WARNING: so far, having multiple JSweet versions for the same user account
* may lead to performance issues - could be fixed if necessary).
*/
public static final String TSC_VERSION = "3.7.4";
public static final String TSC_VERSION = "5.2";

static {
if (!SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_1_8)) {
Expand Down

0 comments on commit ee4ba96

Please sign in to comment.