Florian Reuschel

Results 62 comments of Florian Reuschel

The same thing seems to happen to this slightly less weird snippet from [viz.js](https://cdnjs.cloudflare.com/ajax/libs/viz.js/1.7.1/viz.js). **Input:** ```javascript i=+W(+(+O(+-f)),+-c); ``` **Output Butternut 0.4.6:** ```javascript i=+W(++O(+-f),+-c) ``` **Output UglifyJS 3.0.8:** ```javascript i=+W(+ +O(+-f),+-c);...

Sometimes the object literal cannot be omitted, e.g. when a method is called on it. In this case it should be made sure that it will be put in parantheses....

### Example 3: Modified semantics 2 If the second variable has no value attached, the variable name itself will be appended to the first variable's value. **Input:** ```javascript for (...

[There you go.](https://github.com/Loilo/butternut-cdnjs-debugger) Polishing has been done, it's now public as promised. The Readme should explain most things that can be done with the tool. * Currently, Butternut fails on...

My pleasure, again. Thanks for all the awesome Open Source Work you do! I'm excited about Butternut in particular--if it can maintain this speed advantage, it will really solve one...

Well, as a last resort there could still be a boolean option to disable strict mode. Technically there shouldn't be `import`/`export` statements and non-strict feature in the same file anyway,...

Also reproduceable with [FuncUnit](https://cdnjs.cloudflare.com/ajax/libs/FuncUnit/2.0.4/funcunit.min.js).

I'd like to add that this guard should not be active when using the `check` option or be disableable (is that a word?) in any way. Otherwise tests with already...

This is at least partly fixed by the fix for #13, deployed in pending 0.0.5 release.