cincheo / jsweet

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

Property 'isAssignableFrom' does not exist #745

Open maheshkurmi opened 1 year ago

maheshkurmi commented 1 year ago

Class method 'isAssignableFrom' is not recognised by transpiler. It seems the issue may be resolved in 3.1.0 (as in issue #650) but I can't get it working.

Even I can't find mentioned fix in latest release 3.1.0 Java2TypeScriptAdapter.java

Is the fix yet to be pushed? Or am I missing something?

I am using jsweet 6.3.0, jsweet-transpiler 3.1.0, jts 2.0.0

lgrignon commented 1 year ago

That's weird indeed. It seems that the code has been deleted during a merge :/

Would you want to include it again in a PR? I would deploy it right after

maheshkurmi commented 1 year ago

Right now I have manually replaced the code in my js build but I would prefer to use updated jsweet jars from maven.

lgrignon commented 1 year ago

Yes, please file a PR I will merge it and deploy jars