bitloops-language icon indicating copy to clipboard operation
bitloops-language copied to clipboard

Many redundant dependencies are produced in Entity class in Typescript

Open ellik95 opened this issue 2 years ago • 0 comments

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 avatar Jan 26 '23 17:01 ellik95