Is there a common way to automatically modify the ...
# javascript
c
Is there a common way to automatically modify the exported .d.ts file generated by @JsExport? In particular I'd like to strip
kotllin.js
from
kotlin.js.promise
(see KT-43632) and I guess I can hack up some Gradle to do this but wondered if there was a convention or tool for this.
t
Do you have list of required corrections?
c
For now, just that one, maybe one other to correct for my Map issue above.
t
@crummy works?
c
ooh that does solve the Promise problem. Thanks!