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

Separate the lsTypes enum to other module, reorganizing codebase #1

Merged
merged 2 commits into from
Apr 18, 2024

Conversation

mitsuki31
Copy link
Owner

Summary

This pull request introduces changes to improve the organization of the codebase by separating the lsTypes enumeration to other module.

Notable Changes

  • The lsTypes enumeration has been moved to a separate file, lsTypes.ts, for better code organization and maintainability.
  • The module is also correctly re-exported from the main entry package (index.ts) for continued accessibility.
  • Some documentation has been updated to reflect the changes.
  • The lsTypes.ts module is now included in the entryPoints field for TypeDoc documentation generation. This ensures the types defined in lsTypes.ts are included in the generated documentation.

The module has also correctly re-exported from main entry package, and update some documentations.
Included the `lsTypes.ts` module to the `entryPoints` field.
@mitsuki31 mitsuki31 self-assigned this Apr 18, 2024
@mitsuki31 mitsuki31 added minor Minor changes (e.g., introduce new features and APIs) refactor Refactor changes labels Apr 18, 2024
@mitsuki31 mitsuki31 merged commit ae358e5 into master Apr 18, 2024
3 checks passed
@mitsuki31 mitsuki31 deleted the refactor/reorganize-code branch April 18, 2024 12:09
@mitsuki31 mitsuki31 added this to the v1.0.0 milestone Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Minor changes (e.g., introduce new features and APIs) refactor Refactor changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant