Vampire
08/19/2020, 9:18 AMgradlew :run, I get ReferenceError: NodeJS is not defined. 😞
First line where it happens is var ReadableStream = NodeJS.ReadableStream;
NodeJS.ReadableStream comes from Dukat generated files for @actions/http-client and is defined in kotlinx-nodejs 0.0.6.
What do I need to do to have those included properly?
If I navigate from the http-client file via Ctrl+Click, a (pseudo?-)file inside the 0_NodeJS.knm is opened that does not have any @JsModule annotation, package NodeJS and @file:JsQualifier("NodeJS").Vampire
08/20/2020, 11:05 AMkotlinx-nodejs package too, didn't you?Vampire
08/20/2020, 12:47 PMjs(IR) with js this error vanished.vladimirsitnikov
08/22/2020, 9:51 PM