Fábio Santos

Results 162 comments of Fábio Santos

Hey there :) I had a look around, and it seems like only three options are missing: - keep_fnames and keep_classnames compress options - unsafe_methods compress options Compress options are...

This is so tricky :/ here's some valid JavaScript without that repeated declaration syntax error: ``` let e = 10; for (let e = 10;;) { let e = 10;...

Indeed, this hasn't been addressed. I should tackle the issue with the extra `for` head scope as another topic and not conflate it into this specific bug.

This looks great, is it good to merge @jridgewell ?

Maybe using arguments at all in a function should disable more optimizations than it does.

This looks like a duplicate of #790, as there are a lot of duplicated `function(e){e.filterSensitiveLog=function(e){return he({},e)}` But it's hard to know without looking at the source.

This is pretty difficult @TimvdLippe. You would need to create a new compression option, that calls a method that keeps track of which private methods exist in a class (and...

Hey there! I read this but didn't interact. I'm prioritizing some of the bugs right now but this is a slow project. I want to start implementing things that are...

I've implemented basic support for this. As far as I can tell, it's pretty solid (though slightly conservative on the code removal side). Will probably release this monday, if not...