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

add documentation for modules and sub modules #25

Merged
merged 10 commits into from May 24, 2024
Merged

Conversation

SevenWaysDP
Copy link
Contributor

Description

Links to Tickets or other pull requests

Changes

Datasecurity

Deployment

New Repos, NPM pakages or vendor scripts

Screenshots of UI changes

Approval for review

  • All points were discussed with the ticket creator, support-team or product owner. The code upholds all quality guidelines from the PR-template.

Notice: Please remove the WIP label if the PR is ready to review, otherwise nobody will review it.

@SevenWaysDP SevenWaysDP requested a review from CeEv April 26, 2024 09:56
```typescript
// @modules/module-name/index.ts
export { PublicService } from './services/public-service.ts';
export * from './interfaces';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wildcards wollen wir nicht in den module barrel files. Ich glaube da müssen wir auch explzit differenzierung und begründen warum es genau dort nicht gewünscht ist.

@CeEv CeEv merged commit 69d7036 into main May 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants