:hammer_and_wrench: In case you haven’t seen it ye...
# javascript
s
🛠️ In case you haven’t seen it yet: we’re happy to share a preview version of
kotlinx-nodejs
with you, which provides typesafe Node.js API bindings for Kotlin/JS! K You can find installation instructions for
kotlinx-nodejs
in the blogpost for 1.4.0-RC or on GitHub. Have fun experimenting - and don’t forget to report any encountered issues!
🔥 1
🚀 6
g
How does this project maintained? is it automatically generated from Dukat + some manual adjustments?
and what about different versions of node-js is it planned?
s
@gildor definitions are indeed generated by Dukat, but as far as I know, no manual adjustments are made to the generated code. Which is also why pull requests shouldn’t be made that directly change the code, but issues should be logged and the generating code should be adjusted. As for versions, I believe the main target for now is the latest stable Node.js API - but @[JB] Shagen should be able to provide more insight :)
g
So it’s essentially some temporary solution? because when dukat will be more mature and we think that it works fine by default, it sounds like good enough to just add dependency on node.js type definition (for particular version!) in the project and let dukat generate types