Skip to content

Handling exports referenced in different scopes#618

Merged
tomblind merged 2 commits intomasterfrom
bugfix/reference-in-namespace
Jun 1, 2019
Merged

Handling exports referenced in different scopes#618
tomblind merged 2 commits intomasterfrom
bugfix/reference-in-namespace

Conversation

@tomblind
Copy link
Copy Markdown
Collaborator

fixes #617

Exported identifiers referenced in other places were not checking what scope they were declared in when prepending their export table.

This also includes some refactoring on a couple of things, most notably, transformModuleDeclaration.

tomblind added 2 commits May 30, 2019 13:39
fixes #617
Exported identifiers referenced in other places were not checking what scope they were declared in when prepending their export table. This led to a notable amount of refactoring to clean up the situation.
@tomblind tomblind merged commit 6db5684 into master Jun 1, 2019
@tomblind tomblind deleted the bugfix/reference-in-namespace branch June 1, 2019 11:53
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.

Referencing export inside namespace doesn't add '____exports' prefix

2 participants