android-dts-generator icon indicating copy to clipboard operation
android-dts-generator copied to clipboard

Support generic (non-Android) uses

Open phudson opened this issue 3 years ago • 1 comments

I've been using this for development with Rhino (JS engine in Java) which provides access to Java libraries.

I had to manually hack the output somewhat (there's no concept of Native.Array for example)

It would be great if there was an option to make the generator produce more "vanilla" Typescript definitions. Any chance?

I can possibly help with the implementation.

phudson avatar Mar 10 '22 10:03 phudson

I've largely got this working. When I work out how to submit a pull request, I will do one.

phudson avatar Nov 01 '22 09:11 phudson