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

Many redundant dependencies are produced in Entity class in Typescript #338

Open
ellik95 opened this issue Jan 26, 2023 · 0 comments
Open
Labels
invalid This doesn't seem right

Comments

@ellik95
Copy link
Contributor

ellik95 commented Jan 26, 2023

Describe the bug
There are many unneeded import dependencies in the produced Entities.

Expected behavior
It should have only the dependencies that it needs. We had solved this problem in the past with deep cloning the dependencies array, because they were mutated. Something like this is happening in dependencies of Entity.

Screenshots
image

@ellik95 ellik95 added bug Something isn't working invalid This doesn't seem right and removed bug Something isn't working labels Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant