Is there any way to enable export of documentation...
# javascript
r
Is there any way to enable export of documentation comments on the generated
.d.ts
files for the JS IR output?
s
Not yet.
r
Thanks, that explains why I couldn’t find it. The
yet
part is promising. Tried looking though Kotlin source as well, but can’t reasonably navigate the code without documentation on the structure. Since JB usually asks for use-cases: It’s providing a corresponding client SDK package for a Ktor API
s
Yes, this would be a useful featue. It came across a few times during discussions, but we are focusing on more urgent JS IR things at the moment.
🙌 1