Hi everyone, Some days ago I've found this issue w...
# javascript
m
Hi everyone, Some days ago I've found this issue with Kotlin/JS https://kotlinlang.slack.com/archives/C0B8L3U69/p1635017816059300 I've used Slack, StackOverflow, reddit and attempted to reach Sebastian Aigner on twitter to see how may I workaround the issue with no luck finding any solutions: Now, where can I file a bug/feature request?
h
"Just" generate the definitions with
dukat
, copy them and fix the
init
problems, then deactivate the auto-generation... Often the generated definitions are very weird.
m
The problem is that Dukat's generation don't compile due to dupplicated attributes...
I'm looking for somewhere to file a bug and/or provide a pull-request with a fix
t
Local solution required for start. In some cases manual conversion is preferred.
e
if none of the existing code generators work then you need to write your own or convert it by hand
ideally, whatever you do now, you can eventually add it to https://github.com/Kotlin/kotlinx-browser which does codegen from many other web IDLs