Skip to content

Fixed super calls across classes in merged namespace#637

Merged
Perryvw merged 1 commit intomasterfrom
bugfix/super-call
Jun 19, 2019
Merged

Fixed super calls across classes in merged namespace#637
Perryvw merged 1 commit intomasterfrom
bugfix/super-call

Conversation

@tomblind
Copy link
Copy Markdown
Collaborator

fixes #634

super calls will now use the long form (MyClass.____super.prototype.____constructor()) when the base class is an exported identifier. This fixes issues where the short form referenced a local that was not actually in scope (due to namespace merging).

@Perryvw Perryvw merged commit 2535f39 into master Jun 19, 2019
@Perryvw Perryvw deleted the bugfix/super-call branch June 19, 2019 18:22
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.

Missing namespace before super class name

2 participants