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

After upgrading from JSweet 2.3.5 to 2.3.6, we are getting the following error (browser only) for our transpiled js library: ![image](https://user-images.githubusercontent.com/1890703/94034437-06d59500-fd90-11ea-9707-2de0221740a7.png) I have created a reproducer project here: https://github.com/EricWittmann/jsweet-reproducer Steps...

bug

![image](https://user-images.githubusercontent.com/15243980/182748517-eaf40729-23cb-4367-952d-a54ce5dcb925.png) The code is here. The input java file and the output ts file are not on the same disk (Windows os)。

It is useful to have a beforeCompilationFinished hook that is called just before the targer generated file is closed, e.g. the add additional code at the end of the generated...

welcoming contributions
feature request

Hello - there are many ways to install Node, and my machine is using Volta, thus Node appears here: ``` priand@priand-mac java % which node /Users/priand/.volta/bin/node ``` This breaks when...

Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.2.4 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Hello, We are in the process of upgrading to Java 17 LTS and noticed this issue when trying to compile our library with jsweet. This appears to be an issue...

enhancement
welcoming contributions

I was thinking about writing Flutter apps in Java instead of Dart. JSweet can compile also to Typescript. I found this Typescript to Flutter transpiler: https://github.com/hydro-sdk/hydro-sdk Do you think it...

question

Hi All, I'm looking for a bit more documentation about Generics and java.lang.Class traspilation, I working through code like this, hoping to leverage JSweets :) ; https://github.com/adligo/ctx.adligo.org/blob/main/src/org/adligo/ctx/shared/Ctx.java

I have been evaluating Jsweet since the past 4 days in order to finalize a tool that can be used to modernize an application from applet to html5/js based front...