NativeScript / android-dts-generator

A tool that generates TypeScript declaration files (.d.ts) from Jars
90 stars 22 forks source link

fix: remove duplicated methods from final dts file #81

Closed mukaschultze closed 8 months ago

mukaschultze commented 8 months ago

This PR fixes the cacheMethodBySignature method, which was not using the same signature as the rest of the code. Now the generator has higher priority for the method that are declared by the class itself rather than those inherited and skips members that are duplicated, as shown below:

image