dukat
dukat copied to clipboard
Re-export of default exports is not working properly (require)
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.