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

Tuples in rest parameters and spread expressions #24897

Merged
merged 40 commits into from
Jun 26, 2018
Merged

Tuples in rest parameters and spread expressions #24897

merged 40 commits into from
Jun 26, 2018

Commits on Jun 7, 2018

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

    ahejlsberg committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    43bfccf View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

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

    ahejlsberg committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    346276c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

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

    ahejlsberg committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    73e008d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7aee647 View commit details
    Browse the repository at this point in the history
  4. Fix lint errors

    ahejlsberg committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    9ae9371 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e239f86 View commit details
    Browse the repository at this point in the history
  6. Accept new baselines

    ahejlsberg committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    0b0a91a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5245642 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Merge branch 'master' into restTuples

    # Conflicts:
    #	tests/baselines/reference/api/tsserverlibrary.d.ts
    #	tests/baselines/reference/api/typescript.d.ts
    ahejlsberg committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    39099a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dee51ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f93f6ec View commit details
    Browse the repository at this point in the history
  4. Accept new baselines

    ahejlsberg committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    6bdedad View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Minor fixes

    ahejlsberg committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    58d5583 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    cee75aa View commit details
    Browse the repository at this point in the history
  2. Add tests

    ahejlsberg committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    0cc0fad View commit details
    Browse the repository at this point in the history
  3. Accept new baselines

    ahejlsberg committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    09f17bc View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

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

Commits on Jun 16, 2018

  1. Merge branch 'master' into restTuples

    # Conflicts:
    #	tests/baselines/reference/APISample_Watch.errors.txt
    #	tests/baselines/reference/APISample_WatchWithDefaults.errors.txt
    #	tests/baselines/reference/APISample_WatchWithOwnWatchHost.errors.txt
    #	tests/baselines/reference/APISample_compile.errors.txt
    #	tests/baselines/reference/APISample_jsdoc.errors.txt
    #	tests/baselines/reference/APISample_linter.errors.txt
    #	tests/baselines/reference/APISample_parseConfig.errors.txt
    #	tests/baselines/reference/APISample_transform.errors.txt
    #	tests/baselines/reference/APISample_watcher.errors.txt
    #	tests/baselines/reference/api/tsserverlibrary.d.ts
    #	tests/baselines/reference/api/typescript.d.ts
    ahejlsberg committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    4f99bc1 View commit details
    Browse the repository at this point in the history
  2. Accept new baselines

    ahejlsberg committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    64aabf2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into restTuples

    # Conflicts:
    #	Jakefile.js
    #	scripts/produceLKG.ts
    #	tests/baselines/reference/api/tsserverlibrary.d.ts
    #	tests/baselines/reference/api/typescript.d.ts
    ahejlsberg committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    82448af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f03a37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43bac20 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    ae859d6 View commit details
    Browse the repository at this point in the history
  2. Update tests

    ahejlsberg committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    c231000 View commit details
    Browse the repository at this point in the history
  3. Accept new baselines

    ahejlsberg committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    4037d07 View commit details
    Browse the repository at this point in the history
  4. Accept new baselines

    ahejlsberg committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    cffa1dd View commit details
    Browse the repository at this point in the history
  5. Accept new baselines

    ahejlsberg committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    0a94f77 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into restTuples

    # Conflicts:
    #	src/compiler/checker.ts
    ahejlsberg committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    b0d8c65 View commit details
    Browse the repository at this point in the history
  7. Fix issue

    ahejlsberg committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    b650d7d View commit details
    Browse the repository at this point in the history
  8. Accept new baselines

    ahejlsberg committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    88444fe View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    28c9f59 View commit details
    Browse the repository at this point in the history
  2. Update tests

    ahejlsberg committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    9cd8ead View commit details
    Browse the repository at this point in the history
  3. Accept new baselines

    ahejlsberg committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    3cc3b49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7443f0 View commit details
    Browse the repository at this point in the history
  5. Add tests

    ahejlsberg committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    d869e56 View commit details
    Browse the repository at this point in the history
  6. Accept new baselines

    ahejlsberg committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    5ef7e9f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Revert package.json change

    ahejlsberg committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    656ccd8 View commit details
    Browse the repository at this point in the history