Results 30 comments of Devin Rousso

> Also, as discussed offline I'd like to see a less prominent style for the button in the bar. yeah now we don't ever make the (Badges) blue. it'll always...

> I’m not sure this is the right fix. It changes the meaning of the Safari feature that disables JavaScript, arguably introducing a security hole. If Safari wants to disable...

> > > I’m not sure this is the right fix. It changes the meaning of the Safari feature that disables JavaScript, arguably introducing a security hole. If Safari wants...

What is the point of allowing declarations in these other places? A big difference with conditionals is that they create a new (nested) scope, whereas most other code does not....

I'm not opposed to "extending" this proposal to `switch` as well, but I personally don't see it being as useful there as `if`/`while`, given that it's already necessary to provide...

@BenjaminSchaaf any idea when this is expected to ship in the regular (i.e. non-dev) release channel? i am eagerly awaiting this fix 😃

> Opening Web Inspector with a backlog of messages, they're not revealed. However, on page reload, they do show up: https://github.com/WebKit/WebKit/assets/105809798/e9cbbecc-b2f2-45a1-8147-d4582e444e07 this seems like a separate bug that should be...

i think WebKit shows a comma because it uses `Number.prototype.toLocaleString` for `%i`/`%d`/`%f` seems reasonable to just remove that (not to mention `console.log("1000")` should probably have the same output as `console.log("%i",...

The only issue with doing as you suggest is that `data` is now reference-able inside the `else`, which is one of the things that this proposal is trying to "avoid"....