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

Review and update type visibility and documentation #103

Closed
4 tasks
aryaemami59 opened this issue Aug 15, 2024 · 0 comments · Fixed by #104
Closed
4 tasks

Review and update type visibility and documentation #103

aryaemami59 opened this issue Aug 15, 2024 · 0 comments · Fixed by #104
Assignees
Labels
chore Does not impact code behavior documentation Improvements or additions to documentation
Milestone

Comments

@aryaemami59
Copy link
Collaborator

  • Review all type definitions to determine which should be publicly exported and which should remain internal to the module.
  • Use @internal JSDoc tags to clearly indicate types that are intended for internal use only.
  • Remove unused/obsolete types.
  • Consider marking exported types with @public JSDoc tags to align with the documentation standards recommended by api-extractor.
@aryaemami59 aryaemami59 added documentation Improvements or additions to documentation chore Does not impact code behavior labels Aug 15, 2024
@aryaemami59 aryaemami59 added this to the 1.0.0 milestone Aug 15, 2024
@aryaemami59 aryaemami59 self-assigned this Aug 15, 2024
aryaemami59 added a commit that referenced this issue Aug 15, 2024
## **This PR**:

- [X] Marks internal APIs with `@internal` JSDoc tag.
- [X] Resolves #103.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Does not impact code behavior documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant