Hi, is there a way to disable automatic destructur...
# announcements
a
Hi, is there a way to disable automatic destructures that the compiler autogenerate for data classes?
c
Most likely there is no
What the problem with it?
a
For now, it makes some portion of my js code large for no reason. I am publishing a library that I am sure it won't be calling
componentN()
functions
v
I think only by providing own implementations