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

Add support for ExportAllDeclaration #8

Merged
merged 1 commit into from
Aug 30, 2018
Merged

Conversation

stefanpenner
Copy link
Contributor

@stefanpenner stefanpenner commented Aug 15, 2018

more context: #7

but TL;DR this adds support for:

export * from 'foo';

Allowing it to be compacted to:

define.alias(<name>, 'foo');

@rwjblue rwjblue merged commit 17c252b into master Aug 30, 2018
@rwjblue rwjblue deleted the export-all-declaration branch August 30, 2018 19:19
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants