Louis Grignon
Louis Grignon
Thanks @JustinCIS, #323 PR should be checked by the end of the week. I added emitDecoratorMetadata option in this commit: 3762c20
@joelmo Thanks for reporting. Not that easy to fix. The quickest workaround would be to loosen the generic constraint here https://github.com/j4ts/j4ts/blob/master/src/main/java/java/util/EnumSet.java#L33 to avoid extends Enum if you want to give...
That constraint is enforced by TypeScript compiler (tsc). Indeed, it's specified in Java definition `public abstract class EnumSet extends AbstractSet {` Hence will be transpiled as a TS generic constraint....
Hello @Icare67, is it a duplicate of [this](https://github.com/cincheo/jsweet/issues/542)? Can we close it?
Hello @norzak thanks for your question. What are you suggesting exactly? It's worth noting that this project is open for contributions. Please tell me what you had in mind to...
Hello, please use 2.2.0-SNAPSHOT and j4ts 0.6.0-SNAPSHOT and post here if it's better or worse.
Can you find the jar in the UI at http://repository.jsweet.org/artifactory/ ? Maybe it has never been deployed before. If you find it, please clean your local maven repo, otherwise you...
Hello @tinca Did you solve your issue? Sorry we did not answer
I hope J4TS will be available for JSweet 3 / Java 11 at that time, but it will require contributors or more time for us (maintainers) so 🤞 :)
Please ensure your J4TS dependency is scope compile. The j4ts.d.ts should be included in TypeScript compilation command by JSweet