Skip to content

System: use batching when doing star exports #3945

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

Merged
merged 1 commit into from
Jul 21, 2015
Merged

Conversation

vladima
Copy link
Contributor

@vladima vladima commented Jul 21, 2015

Fixes #3346

let reexportsVariableName = makeUniqueName("reexports");
writeLine();
write(`var ${reexportsVariableName} = {};`)
writeLine();
Copy link
Contributor

Choose a reason for hiding this comment

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

why not:

exports_1({
    "x": _a_1["x"],
    "z": _a_1["y"]
});

@mhegazy
Copy link
Contributor

mhegazy commented Jul 21, 2015

👍

vladima added a commit that referenced this pull request Jul 21, 2015
System: use batching when doing star exports
@vladima vladima merged commit d057f56 into master Jul 21, 2015
@vladima vladima deleted the bulkReexportInSystem branch July 21, 2015 17:52
@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.

3 participants