dukat icon indicating copy to clipboard operation
dukat copied to clipboard

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

Open Schahen opened this issue 5 years ago • 0 comments

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.

Schahen avatar Jul 03 '20 21:07 Schahen