amd reexport symbols #4004
Labels
Bug
A bug in TypeScript
Effort: Moderate
Requires experience with the TypeScript codebase, but feasible. Harder than "Effort: Casual".
Help Wanted
You can do this
Milestone
I have been trying the new reexport feature together with amd modules, and found a strange detail.
It seem like the compiler does not understand that the symbol need to be reexported. So this code :
using the tsc --module amd ...
emits the following :
here the function is exported but the imported amd module is totally ignored, and therefor not reexported.
If, I ... on the other hand make a variable using this export and the export this new value, it works as expected, like this :
Is this a known issue or have I misunderstood the reexport idea ?
Regards
/BL
The text was updated successfully, but these errors were encountered: