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 comment tags. #175

Closed
samchon opened this issue Aug 15, 2022 · 0 comments
Closed

Support comment tags. #175

samchon opened this issue Aug 15, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Comments

@samchon
Copy link
Owner

samchon commented Aug 15, 2022

Support those tags and let runtime type checkers to validate them:

  • String Tags
    • @format
    • @pattern
    • @length
    • @minLength
    • @maxLength
  • Numeric Tags
    • @type
    • @range
    • @minimum
    • @maximum
  • Array Tags
    • @items
    • @minItems
    • @maxItems
@samchon samchon added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Aug 15, 2022
@samchon samchon self-assigned this Aug 15, 2022
samchon added a commit that referenced this issue Aug 28, 2022
samchon added a commit that referenced this issue Sep 3, 2022
@samchon samchon closed this as completed in 0d8ebbe Sep 4, 2022
samchon added a commit that referenced this issue Sep 4, 2022
Close #175, support comment tags
@samchon samchon changed the title Support additional comment tags. Support comment tags. Sep 4, 2022
@samchon samchon added documentation Improvements or additions to documentation good first issue Good for newcomers labels Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant