Mateusz Burzyński

Results 1531 comments of Mateusz Burzyński

@DirtyHairy friendly 🏓

PRs are welcome 😉 I definitely don't have the capacity to work on this but I could review a PR that would introduce such a feature.

> Are we in agreement that the first example above is fine, and the output of the second example should be the following? > fn1(fn2()); Aint sure, how to annotate...

@kzc I believe what you have described [here](https://github.com/mishoo/UglifyJS2/issues/2331#issuecomment-331680466) is correct and I still consider this thing a bug. In the same way as `c()` (argument of outermost call) doesn't get...

> In the end it's a documentation issue - the feature is whatever we deem it to be. Totally agree. > Rather than sidetrack this Uglify issue, feel free to...

> There is one change I'd like to put in - a new finer granularity compress option to control whether pure annotations are enabled Might be useful, even though the...

The fix here looks OK - I believe that stuff like this should be mostly handed on the ends of the callbag chains. It's the `subscribe` that knows that it...

Just to clarify if this wasn't clear beforehand - by "at the end" I have meant "as close to the end as possible". I can't say that `remember` is 100%...

Yep, I suspect that this should be enough to fix this particular problem: ```diff diff --git a/readme.js b/readme.js index 5de5d3f..d66c240 100644 --- a/readme.js +++ b/readme.js @@ -45,7 +45,7 @@ const...