Skip to content

Export default fixes #2547

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 5 commits into from
Mar 30, 2015
Merged

Export default fixes #2547

merged 5 commits into from
Mar 30, 2015

Conversation

ahejlsberg
Copy link
Member

Fixes #2537.

Also fixes an issue where a generated name wasn't emitted for export default of an unnamed function.

Conflicts:
	tests/baselines/reference/es5ExportDefaultFunctionDeclaration.js
	tests/baselines/reference/es5ExportDefaultFunctionDeclaration2.js
@mhegazy
Copy link
Contributor

mhegazy commented Mar 30, 2015

👍

1 similar comment
@vladima
Copy link
Contributor

vladima commented Mar 30, 2015

👍

ahejlsberg added a commit that referenced this pull request Mar 30, 2015
@ahejlsberg ahejlsberg merged commit 616f638 into master Mar 30, 2015
@ahejlsberg ahejlsberg deleted the exportDefault branch March 30, 2015 19:40
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 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.

export default class emits non-default export
4 participants