es-error-stack
es-error-stack copied to clipboard
ECMAScript Error Stacktrace Proposal
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...