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

Allow expressions in class extends clauses #3516

Merged
merged 18 commits into from
Jun 17, 2015
Merged

Commits on Jun 14, 2015

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

Commits on Jun 15, 2015

  1. Configuration menu
    Copy the full SHA
    80ea687 View commit details
    Browse the repository at this point in the history
  2. Accepting new baselines

    ahejlsberg committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    956d73e View commit details
    Browse the repository at this point in the history
  3. Check that base constructor return types are identical

    Treat class extends clause as expression position in services.ts
    ahejlsberg committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    cc81cc7 View commit details
    Browse the repository at this point in the history
  4. Accepting new baselines

    ahejlsberg committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    367e257 View commit details
    Browse the repository at this point in the history
  5. Adding basic tests

    ahejlsberg committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    d575259 View commit details
    Browse the repository at this point in the history
  6. Accepting new baselines

    ahejlsberg committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    186f525 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. Configuration menu
    Copy the full SHA
    e305de1 View commit details
    Browse the repository at this point in the history
  2. Accepting new baselines

    ahejlsberg committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    d09d61f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de8eb22 View commit details
    Browse the repository at this point in the history
  4. Adding another comment

    ahejlsberg committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    38e3d9f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into extendsExpressions

    Conflicts:
    	src/compiler/checker.ts
    	tests/baselines/reference/strictModeReservedWordInClassDeclaration.errors.txt
    ahejlsberg committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    2c57776 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6bcf70 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. Addressing CR feedback

    ahejlsberg committed Jun 17, 2015
    2 Configuration menu
    Copy the full SHA
    d71af8a View commit details
    Browse the repository at this point in the history
  2. Accepting new baselines

    ahejlsberg committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    471f6e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efcccaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26fd879 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b9a1b5 View commit details
    Browse the repository at this point in the history