NativeScript / android-dts-generator

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

feat: const field value is now part of the typings #78

Closed farfromrefug closed 8 months ago

farfromrefug commented 8 months ago

This allows typings to have actuall value for const fields. Just like we do on iOS. My hope is that it will allow tsc/webpack to include the const value instead of the android variable (like it is done on iOS) which will prevent many JNI calls