-
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
Add override keyword #13217
Closed
Closed
Add override keyword #13217
Commits on Jan 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 65f98b7 - Browse repository at this point
Copy the full SHA 65f98b7View commit details -
Implements override keyword checks and the --noImplicitOverride compi…
…ler option. * Moves `OverrideKeyword` to the more appropriate contextual keyword section (types.ts) * Introduces the `CompilerOptions.noImplicitOverride` boolean option (types.ts). * Moves the location for performing override assertions to `checkKindsOfPropertyMemberOverrides` as suggested (checker.ts). * Adds several other diagnostic messages (diagnosticMessages.json). * Improves the breadth of the `overrideKeyword.ts` test case. * Adds a new `noImplicitOverride.ts` test case.
Configuration menu - View commit details
-
Copy full SHA for fb705a6 - Browse repository at this point
Copy the full SHA fb705a6View commit details
Commits on Jan 15, 2017
-
Improves modifier checks and diagnostic messages.
* Rename check{Implicit -> Augmented}PropertyMemberOverrides. * Disable augment checks in ambients contexts. * Allow override on static methods. * Add override keyword to spec.md. * Use chained diagnostics when possible. * Remove hardcoded diagnotic-related strings in checker.ts. * Split tests into separate files overrideKeyword{es5 + es6}.ts.
Configuration menu - View commit details
-
Copy full SHA for 3143818 - Browse repository at this point
Copy the full SHA 3143818View commit details
Commits on Jan 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a1cdd8c - Browse repository at this point
Copy the full SHA a1cdd8cView commit details
Commits on Dec 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a186758 - Browse repository at this point
Copy the full SHA a186758View commit details
Commits on Dec 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3626403 - Browse repository at this point
Copy the full SHA 3626403View commit details -
Configuration menu - View commit details
-
Copy full SHA for c791e7c - Browse repository at this point
Copy the full SHA c791e7cView commit details -
Restore baseline test functions
Test output looking reasonable, no errors seen.
Configuration menu - View commit details
-
Copy full SHA for 7dbf75d - Browse repository at this point
Copy the full SHA 7dbf75dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe3b4d - Browse repository at this point
Copy the full SHA 5fe3b4dView commit details
Commits on Dec 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 489d09c - Browse repository at this point
Copy the full SHA 489d09cView 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.