Skip to content

Export default fixes#2547

Merged
ahejlsberg merged 5 commits into
masterfrom
exportDefault
Mar 30, 2015
Merged

Export default fixes#2547
ahejlsberg merged 5 commits into
masterfrom
exportDefault

Conversation

@ahejlsberg
Copy link
Copy Markdown
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
Copy Markdown
Contributor

mhegazy commented Mar 30, 2015

👍

1 similar comment
@vladima
Copy link
Copy Markdown
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