>For some reason, when this code is output, the code gets minified
I guess the question is why the code gets mifinied if it’s annotated with 
@export. I’m not sure it’s related but when I compile this [1] file with gcc I 
get an internal compiler error [2]. When replacing in [1]

components.MyComp.prototype.myProp = false;
with
components.MyComp.prototype.myProp;

I don’t get the error and myProp is correctly not renamed.

[1] https://paste.apache.org/DSR0
[2] https://paste.apache.org/YtKp

Reply via email to