Open riccardocarbone77 opened 2 years ago
hi, is this issue being investigated?
Hi, not again.
Hi, do you have news about the problem? Thanks
I'm afraid I have very little time to work on this.
Submitting a PR with a bare minimum test case that replicates the issue would help get this moving
We use the last version of package (v1.20)
Describe the bug After minify a ES5 javascript transpliller file, the code not working corretly. test.zip
To Reproduce
if we execute the following test we have different result
let mytest = new myTest(); mytest.RefreshData(['test']); console.log(
mytest.AnyDetail: ${mytest.AnyDetail}
);Minified output or stack trace var MyTest=function(){function MyTest(){}return Object.defineProperty(MyTest.prototype,"AnyDetail",{get:function(){var _b;return!0&&_b!==void 0?_b:!1},enumerable:!1,configurable:!0}),MyTest.prototype.RefreshData=function(data){this.myArray=data},MyTest}();
We tried we another minification tool and the result of the test was true