jsweet icon indicating copy to clipboard operation
jsweet copied to clipboard

A Java to JavaScript transpiler.

Results 130 jsweet issues
Sort by recently updated
recently updated
newest added

Is there way to compare the ES6 based transpiler option?

feature request

Throwing on this: ```java public Pair span() { return new Pair(new Integer(position), new Integer(position + 1)); } ``` where `position` is a private member. Pair is this: ```java public class...

bug

Hi, When trying to implement a class belonging to j4ts, the default methods are not taken into account. For example, the following code will fail to compile until I uncomment...

Hi, the ts generated by the following code fails to compile: ``` public enum Bar { LOW { @Override public long value() { return ratio * 1L; } }, MEDIUM...

bug

I am trying to convert a java project to typescript (nodejs) as a starting point to port it. Though I got the following error: ``` [ERROR] transpilation failed java.lang.ClassCastException: class...

java.lang.TypeNotPresentException: Type org.jsweet.JSweetMojo not present

missing repro example / details

JSweet 3 now supports Java 11 syntax, but we always want the latest syntax supported

feature request

I think there might be a bug in the generated source map for a specific case where a method is called from inside an anonymous class. Tested with versions 3.0.0...

bug
welcoming contributions

``` package org.jsweet; import static def.dom.Globals.*; /** * This is a very simple example that just shows an alert. */ public class HelloWorld { public static class Human { String...

bug
welcoming contributions

While transpiling, the class java.util.Base64 will not be found (Sorry for my awfull english)

welcoming contributions
feature request