Vampire
08/12/2020, 2:17 PMprocess
in Kotlin/JS for node.js besides using for example private val platform = js("process.platform") as String
Robert Jaros
08/12/2020, 2:30 PMexternal val process: dynamic
should workVampire
08/12/2020, 2:32 PMRobert Jaros
08/12/2020, 2:44 PMRobert Jaros
08/12/2020, 2:44 PMVampire
08/12/2020, 2:46 PMkotlinx-nodejs
package only works with 1.4?Vampire
08/12/2020, 2:48 PM@types/node
and let Dukat do its magic, but it fails for domain.domain.module_node.kt
, producing invalid code 😞Robert Jaros
08/12/2020, 2:49 PMVampire
08/12/2020, 3:16 PM@types/node
and deleting the invalid domain.domain.module_node.kt
I'm now able to import process
and use it :-)