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

Typescript: Validate tuple type element positions #8828

Merged
merged 2 commits into from Nov 6, 2018

Commits on Oct 8, 2018

  1. feat: validate the positions of rest elements and optional elements i…

    …n tuple types
    
    Adds a validation step to the parser which raises syntax errors if a rest param is not at the end of a tuple, or if a mandatory param follows an optional parameter
    Retsam committed Oct 8, 2018
    Copy the full SHA
    9dc2aee View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

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