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

allow transpiler to provide alternative names for dependencies #4319

Merged
merged 3 commits into from
Aug 17, 2015

Conversation

vladima
Copy link
Contributor

@vladima vladima commented Aug 14, 2015

this functionality is used by external bundlers

@guybedford
Copy link
Contributor

👍 this makes the SystemJS builder typescript tests all pass for me now.

@vladima
Copy link
Contributor Author

vladima commented Aug 17, 2015

Pinging @mhegazy

emitStart(moduleName);
emitLiteral(<LiteralExpression>moduleName);
emitEnd(moduleName);
let text = tryRenameExternalModule(<LiteralExpression>moduleName);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a comment, either here or on tryRenameExternalModule

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, added one on tryRenameExternalModule

@mhegazy
Copy link
Contributor

mhegazy commented Aug 17, 2015

👍

vladima added a commit that referenced this pull request Aug 17, 2015
allow transpiler to provide alternative names for dependencies
@vladima vladima merged commit 6a17db8 into master Aug 17, 2015
@vladima vladima deleted the renameDependencies branch August 17, 2015 17:44
@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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants