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 Variable to HasExports #24871

Merged
merged 1 commit into from
Jun 11, 2018
Merged

Add Variable to HasExports #24871

merged 1 commit into from
Jun 11, 2018

Conversation

sandersn
Copy link
Member

JS containers are variables, but may have exports just like classes and modules.

Fixes #24754

Note that this fixes webpack's exports. Consuming webpack is still broken, which will be fixed in #24732.

JS containers are variables, but may have exports just like classes and
modules.
@sandersn sandersn requested review from mhegazy and weswigham June 11, 2018 20:01
@mhegazy
Copy link
Contributor

mhegazy commented Jun 11, 2018

Can you verify this does not break the RWC tests as well.

@sandersn
Copy link
Member Author

Yep, RWC tests are fine.

@sandersn sandersn merged commit 923a8aa into master Jun 11, 2018
@sandersn sandersn deleted the js-containers-may-have-exports branch June 11, 2018 21:45
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.

In JS, assignments to exports and an alias of exports lose assignments to exports
2 participants