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

WIP: type call spreads #18007

Closed

Commits on Aug 18, 2017

  1. tuple type spread attempt, resolves too early for generics :(

    new node reusable for Fn(...Args)
    KiaraGrouwstra committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    481e88b View commit details
    Browse the repository at this point in the history
  2. tslint warning

    KiaraGrouwstra committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    dd42eb3 View commit details
    Browse the repository at this point in the history
  3. logging crap

    KiaraGrouwstra committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    17310a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. Configuration menu
    Copy the full SHA
    e89096d View commit details
    Browse the repository at this point in the history
  2. fix check

    KiaraGrouwstra committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    568b899 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Configuration menu
    Copy the full SHA
    080b391 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    312b69e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Configuration menu
    Copy the full SHA
    c98fe79 View commit details
    Browse the repository at this point in the history
  2. fix function name

    KiaraGrouwstra committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    636b4ac View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Configuration menu
    Copy the full SHA
    a76ba38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49eec37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c274d9b View commit details
    Browse the repository at this point in the history
  4. WIP: allow spreads in type calls

    Fixes the third part of microsoft#5453, needed to effectively type `bind` (Function.prototype), `curry` and `compose`. Depends on microsoft#17961 type calls, microsoft#17884 type spread and microsoft#18004 tuple spread. The first 2/3 are included, so changes will look more cluttered here though new changes just span 10 lines over 2 functions. Will properly test this when those are ready -- now still broken.
    KiaraGrouwstra committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    bbcd11e View commit details
    Browse the repository at this point in the history