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

Resolve generics properly and don't include unnamed modules

Open NathanWalker opened this issue 2 years ago • 0 comments

The AppCues SDK demonstrates a great case of conditions to consider to improve the typing generation.

If types are generated the following issues will be seen:

  • generics that aren't resolve to proper class name
  • unnamed modules nested within other named packages
  • some other generic related cases

NathanWalker avatar Dec 21 '22 19:12 NathanWalker