This code seems insufficient for removing redundant import statements from the generated client code:
|
loop(classDef).filter(requireImports).distinct.sortBy(_.name) |
In addition, we need to remove:
- scala.Option
- scala.collection.immutable.{List, Map}
- scala.util.Either
This code seems insufficient for removing redundant import statements from the generated client code:
airframe/airframe-http/.jvm/src/main/scala/wvlet/airframe/http/codegen/HttpClientIR.scala
Line 63 in a2f6b70
In addition, we need to remove: