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

feat: allow creating tuples with unlimited types #441

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 9, 2020

  1. feat: allow creating tuples with unlimited types

    This change is backwards compatible. For TypeScript versions < 3.8, you can stil create tuples up to 5 entries long, but for TypeScript versions >= 3.8 you can create tuples of unlimited length, thanks to the fact that they properly support mapped types on arrays.
    
    I had some difficulty getting the dtslint tests to work due to the forked dtslint implementation, hence there being a lot of files that moved around there.
    ForbesLindesay committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    f75c5f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. fix: test case

    ForbesLindesay committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    a780ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa46cca View commit details
    Browse the repository at this point in the history