Anyone encountered this issue with dukat? ```$ duk...
# javascript
b
Anyone encountered this issue with dukat?
Copy code
$ dukat index.d.ts
/usr/local/lib/node_modules/dukat/lib/converter.js:401
        var packageNameFragments = sourceFile.fileName.split("/");
                                              ^

TypeError: Cannot read property 'fileName' of undefined
z
Yes, but I don't remember what I did to work around it. I think I decided to hand write wrappers instead...
b
That's what I'm doing myself...
z
In my case it was a wrapper for semantic-ui-react so, even with dukat's help, the library wouldn't integrate with the Kotlin based react builder DSL, so hand writing the wrappers ended up being the better solution either way.