Kotlin / dukat

Converter of <any kind of declarations> to Kotlin external declarations
552 stars 42 forks source link

Re-export of default exports is not working properly (require) #325

Open Schahen opened 4 years ago

Schahen commented 4 years ago

This is a part of #266 splitted into two separate tasks:

import ping = require("a");
export = ping;

or even just

export = require("a");

Won't be translated at all. I can add a separate tag for empty translation but technically I'm not sinning against the truth here when considering this unusable code.