Skip to content

Fix for export detection of shadowed names#387

Merged
tomblind merged 1 commit intomasterfrom
local-vs-export-fix
Feb 9, 2019
Merged

Fix for export detection of shadowed names#387
tomblind merged 1 commit intomasterfrom
local-vs-export-fix

Conversation

@tomblind
Copy link
Copy Markdown
Collaborator

@tomblind tomblind commented Feb 8, 2019

fixes #385

Symbols are now used directly when determining if identifiers should be exported instead of just using their string name.

fixes #385

Symbols are now used directly when determing if identifiers should be exported instead of just using their string
name.
@tomblind tomblind merged commit ccb2338 into master Feb 9, 2019
@Perryvw Perryvw deleted the local-vs-export-fix branch March 6, 2019 19:09
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.

exported variables override local ones

2 participants