You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a proof of concept for a program that converts Java programs to TypeScript.
It includes a setup for fast TDD but still will be much work to be able to fully translate JTS.
Also it will soon run into problems with dependent libraries/utilities (for example java.util.PriorityQueue). I would look into java2estree for inspiration.
That is to say, I would suggest not to try and transpile dependencies and instead assume those APIs exists as I do today and then manually port those classes to TypeScript.
This is a proof of concept for a program that converts Java programs to TypeScript.
It includes a setup for fast TDD but still will be much work to be able to fully translate JTS.
Also it will soon run into problems with dependent libraries/utilities (for example
java.util.PriorityQueue
). I would look intojava2estree
for inspiration.@bjornharrtell, @marcjansen
The text was updated successfully, but these errors were encountered: