fix(@sap-ux/annotation-converter): Remove the setter for lazy properties#447
fix(@sap-ux/annotation-converter): Remove the setter for lazy properties#447
Conversation
|
nlunets
left a comment
There was a problem hiding this comment.
Interesting, do you want to try this commit against FE first ?
@stefanschreck do you reckon this might be dangerous for you ? :)
|
Kudos, SonarCloud Quality Gate passed!
|
|
I'm doing some tests right now. I would actually assume that we cannot simply make the output (or parts of it) immutable without any effect on consuming code |
Works in FE. Can't tell about other consumers; @stefanschreck: This would make it impossible to set some (not all) properties on the converted output - those that are created through by the |








This makes lazy properties read-only but leaves the rest of the converted structure mutable. It is a (small) first step towards an immutable structure.