tc39 / proposal-error-stacks

ECMAScript Proposal, specs, and reference implementation for Error.prototype.stack / System.getStack
https://tc39.github.io/proposal-error-stacks/
MIT License
168 stars 13 forks source link

Normative: Make the result of `System.getStack(…)` mutable #39

Open ExE-Boss opened 3 years ago

ExE-Boss commented 3 years ago

Fixes https://github.com/tc39/proposal-error-stacks/issues/10

Depends on: