es-error-stack icon indicating copy to clipboard operation
es-error-stack copied to clipboard

ECMAScript Error Stacktrace Proposal

Results 2 es-error-stack issues
Sort by recently updated
recently updated
newest added

A test run on Safari 9 gives: ``` An example of Error.stack before throw: testErrorStack@https://rawgit.com/nbdd0121/es-error-stack/master/test.html:16:26 global code@https://rawgit.com/nbdd0121/es-error-stack/master/test.html:46:15 An example of Error.stack: testErrorStack@https://rawgit.com/nbdd0121/es-error-stack/master/test.html:16:26 global code@https://rawgit.com/nbdd0121/es-error-stack/master/test.html:46:15 On this broweser, Error.stack is created...

At https://mail.mozilla.org/pipermail/es-discuss/2016-February/045493.html I write: Unless the object representation is primary, we will need to agree on comprehensive escaping rules, and corresponding parsing rules, so that these stack strings can be...