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

Port PR#6860 lexically check calling super before this #7033

Merged
merged 3 commits into from
Feb 16, 2016
Merged

Conversation

yuit
Copy link
Contributor

@yuit yuit commented Feb 11, 2016

Port #6860 to master

Update baselines

add baselines

Update baseline

Port PR #6860 lexically check calling super before this
Check using "super" before "this" lexically instead of using the
NodeCheckFlags

Remove "type-checking" way of checking if super is used before this.
Instead check using whether super occurs before this syntactically

Refactor the code

Dive down to get super call

Address PR

Address PR about tests

Add a flag so we don't repeatedly finding super call

rename function

Move tests into correct location

Address PR: report error on super call instead of entire constructor node

remove marge mark
yuit added a commit that referenced this pull request Feb 16, 2016
Port PR#6860 lexically check calling super before this
@yuit yuit merged commit 9e60af8 into master Feb 16, 2016
@yuit yuit deleted the port6860 branch February 16, 2016 17:33
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
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.

2 participants