dotupNET / dotup-vscode-interface-generator

vscode extension that generates interface from typescript class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overwrites the whole resulting file instead of adopting only contents of the transformed objects

JanFellner opened this issue · comments

If you extend the generated interface with other interfaces, classes, properties they get los while transforming the source again.

Expctation would have been that it finds the transformed interface and only replaces the content but not the full file.