Skip to content

Add Variable to HasExports#24871

Merged
sandersn merged 1 commit into
masterfrom
js-containers-may-have-exports
Jun 11, 2018
Merged

Add Variable to HasExports#24871
sandersn merged 1 commit into
masterfrom
js-containers-may-have-exports

Conversation

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

mhegazy commented Jun 11, 2018

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

@sandersn
Copy link
Copy Markdown
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
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
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.

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

2 participants