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

Add override keyword #13217

Closed
wants to merge 10 commits into from
Closed

Add override keyword #13217

wants to merge 10 commits into from

Commits on Jan 13, 2017

  1. Configuration menu
    Copy the full SHA
    65f98b7 View commit details
    Browse the repository at this point in the history
  2. 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.
    pcj committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    fb705a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2017

  1. 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.
    pcj committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    3143818 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Include transpile reference test

    pcj committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    a1cdd8c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    a186758 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Configuration menu
    Copy the full SHA
    3626403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c791e7c View commit details
    Browse the repository at this point in the history
  3. Restore baseline test functions

    Test output looking reasonable, no errors seen.
    pcj committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    7dbf75d View commit details
    Browse the repository at this point in the history
  4. Accept new baselines

    pcj committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    5fe3b4d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Configuration menu
    Copy the full SHA
    489d09c View commit details
    Browse the repository at this point in the history