Re: ES6 iteration over object values

2014-03-16 Thread David Bruant
Le 16/03/2014 00:45, Rick Waldron a écrit : On Sat, Mar 15, 2014 at 7:38 PM, Jason Orendorff jason.orendo...@gmail.com mailto:jason.orendo...@gmail.com wrote: On Sat, Mar 15, 2014 at 5:19 PM, David Bruant bruan...@gmail.com mailto:bruan...@gmail.com wrote: Even if error prone,

Re: Source maps (was: Multiline Strings)

2014-03-16 Thread Bill Frantz
On 3/14/14 at 3:02 PM, fitz...@gmail.com (Nick Fitzgerald) wrote: I feel very strongly that users debugging their sources that were compiled to js should be able to set watch expressions and conditional breakpoints in their source language. My experience with debuggers says the while the vast

Re: Source maps (was: Multiline Strings)

2014-03-16 Thread K. Gadd
The accuracy of this aside, history shows that most of my users are not satisfied by 'just debug the JS, it's fairly readable'. Maybe emscripten, gwt, etc. users are more fluent in JS and don't mind debugging it, but based on what I've seen, maybe not... I do think it's important that source maps

Re: Source maps (was: Multiline Strings)

2014-03-16 Thread Brendan Eich
K. Gadd wrote: The accuracy of this aside, history shows that most of my users are not satisfied by 'just debug the JS, it's fairly readable'. Maybe emscripten, gwt, etc. users are more fluent in JS and don't mind debugging it, but based on what I've seen, maybe not... I do think it's important