Thaddée Tyl

Results 26 comments of Thaddée Tyl

If integrating a scrollbar is more work than it's worth, here's another option: tab'ing to the bottom goes beyond on the list. I do realize how cryptic that last sentence...

I need more information there, too… Which code breaks exactly?

I think I need more information on this one to fix it right. What kind of source triggers this?

What kind of compression fails? It isn't a linter, right? The JS code is valid JS, right? What kind of errors do we get?

A quick look gives me intuition that YUI compressor fails to parse ES5. It can only parse ES3. Indeed, it seems to forbid the `delete` keyword as an object literal...

You misunderstand me. The following is valid ES5 and invalid ES3. ``` javascript var foo = { delete: "something", get 0() { return 'zero'; } }; ```

You may! Point to this bug if you want. (I know little of their project goals for YUI compressor; maybe ES5 is simply out of scope for them.)

I feel like changing the code for a tangential project which acknowledges that it is lacking is wrong. May I consider this issue closed?

Why not simply use a better minifier, instead of changing the project to fit through a specific incorrect minifier? PS: I'm just back, I'm getting set up again.

I'm pretty sure CM works on CM. I believe CM has made some efforts in the past to work on mobile.