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

Support for Optional types #1312

Closed
3 tasks
Gerrit0 opened this issue May 22, 2020 · 0 comments
Closed
3 tasks

Support for Optional types #1312

Gerrit0 opened this issue May 22, 2020 · 0 comments
Labels
enhancement Improved functionality good first issue Easier issue for first time contributors help wanted Contributions are especially encouraged

Comments

@Gerrit0
Copy link
Collaborator

Gerrit0 commented May 22, 2020

Search Terms

Optional type, optional parameters,

Problem

TypeScript 3.0 added support for Optional elements in tuple types, but TypeDoc didn't get support at the same time.

Checklist

  • Add a new Type model for optional types
  • Add a test for type Tuple = [string, number?]
  • Update the themes to render optional types correctly
@Gerrit0 Gerrit0 added enhancement Improved functionality help wanted Contributions are especially encouraged good first issue Easier issue for first time contributors labels May 22, 2020
@Gerrit0 Gerrit0 added this to To do in Version 0.22 via automation Jan 3, 2021
@Gerrit0 Gerrit0 closed this as completed in 28c234e Jan 9, 2021
Version 0.22 automation moved this from To do to Done Jan 9, 2021
@Gerrit0 Gerrit0 removed this from Done in Version 0.22 Jan 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improved functionality good first issue Easier issue for first time contributors help wanted Contributions are especially encouraged
Projects
None yet
Development

No branches or pull requests

1 participant