-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Always error on property override accessor #37894
Merged
Merged
Commits on Apr 9, 2020
-
Always error when property overrides accessor or vice versa
Previously this was only an error when useDefineForClassFields: true, but now it's an error for all code. This is a rare mistake to make, and usually only occurs in code written before `readonly` was available. Codefix to come in subsequent commits.
Configuration menu - View commit details
-
Copy full SHA for 3ffe253 - Browse repository at this point
Copy the full SHA 3ffe253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71b7695 - Browse repository at this point
Copy the full SHA 71b7695View commit details -
Codefix invokes generate get-set accessor refactor
1. Add add-all test 2. Add codefix that delegates to get-set accessor refactor. Needs massive amounts of cleanup and deduplication.
Configuration menu - View commit details
-
Copy full SHA for e287c83 - Browse repository at this point
Copy the full SHA e287c83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3030cd8 - Browse repository at this point
Copy the full SHA 3030cd8View commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6eacc9c - Browse repository at this point
Copy the full SHA 6eacc9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3428e27 - Browse repository at this point
Copy the full SHA 3428e27View commit details -
1. Fix lint. 2. Make code easier to read. 3. Turns some asserts into bails instead.
Configuration menu - View commit details
-
Copy full SHA for 4d541d2 - Browse repository at this point
Copy the full SHA 4d541d2View commit details
Commits on May 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 802e87b - Browse repository at this point
Copy the full SHA 802e87bView commit details
Commits on May 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 82d9576 - Browse repository at this point
Copy the full SHA 82d9576View commit details -
1. Follow aliases with getSupers. 2. Make fix in file with superclass, not with the error.
Configuration menu - View commit details
-
Copy full SHA for e466bb9 - Browse repository at this point
Copy the full SHA e466bb9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.