Was there any proposal to introduce longer stack traces to language?
Eg.
```
try {
catch Error('foo');
} catch (err) {
throw Error('bar'); // stack trace from caught error is lost
}
```
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

