Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variables are not exported properlly when using ES6 Modules with default export and targetting SystemJS. #4162

Closed
majo44 opened this issue Aug 5, 2015 · 1 comment · Fixed by #4179
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue

Comments

@majo44
Copy link

majo44 commented Aug 5, 2015

There is problem when I try to re export some module imported from export default.

Link to gist: https://gist.github.com/majo44/4d84feac30ad5a803658
Link to working example (copied compiled code): https://jsfiddle.net/fjfppk0z/

@vladima
Copy link
Contributor

vladima commented Aug 5, 2015

that is fair, Babel emits rexports for imported names as a part of execute

@vladima vladima added the Bug A bug in TypeScript label Aug 5, 2015
@vladima vladima self-assigned this Aug 5, 2015
@vladima vladima added the Fixed A PR has been merged for this issue label Aug 10, 2015
@mhegazy mhegazy added this to the TypeScript 1.6 milestone Aug 10, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants