bensku / java-ts-bind

TypeScript bindings for Java with GraalJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript interfaces

bensku opened this issue · comments

Use TS interfaces to represent Java interfaces. Getters/setters in them need to be transformed to (readonly) fields.

Not a good idea after all, falling back to merging interfaces and classes (mixin tricks).