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

Fix name collision in A = class extends A {} #209

Merged
merged 1 commit into from
Jul 11, 2019

Conversation

goto-bus-stop
Copy link
Contributor

If the name of the subclass is identical to the name of the superclass,
use a different variable name for the superclass inside the class
function expression.

Fixes #196

If the name of the subclass is identical to the name of the superclass,
use a different variable name for the superclass inside the class
function expression.

Fixes bublejs#196
Copy link
Collaborator

@mourner mourner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a great fix to me, thanks for looking into this @goto-bus-stop!

@mourner mourner merged commit 0c06cae into bublejs:master Jul 11, 2019
@goto-bus-stop goto-bus-stop deleted the fix-196 branch July 11, 2019 09:25
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.

Variable name clash in A = class extends A
2 participants