<@UFK8G7DKJ> I saw dukat v0.0.19 release! Tried ag...
# javascript
v
@[JB] Shagen I saw dukat v0.0.19 release! Tried again to compile for example `lib.es5.d.ts`:
Copy code
npm i dukat && npx dukat -d kt node_modules/dukat/d.ts.libs/lib.es5.d.ts
Which succeeded, but when trying to compile the kotlin file to javascript, I got:
Copy code
$ kotlinc-js -output out.js kt/lib.es5.module_dukat.kt 
kt/lib.es5.module_dukat.kt:126:15: error: parameter name expected
    fun apply(this: Function<*>, thisArg: Any, argArray: Any? = definedExternally /* null */): Any
              ^
a
cc @[JB] Shagen