Debadree Chatterjee
Debadree Chatterjee
weird the CI bot is not here yet 🤔 Edit: ah CI is in lockdown missed the PSA oops
For aggregate error the trace is at the point where the AggregateError is being generated for example for this code ```mjs function fn1() { return Promise.reject("1"); } function fn2() {...
Ah in that case from what i can tell we just show the st of wherever the AggregateError is being created we are not including the traces of the errors...
> The captured stack should probably be complete like for any normal error created. I guess my question can be reduced to: where exactly would you expect the SuppressedError created?...
Hi sorry for spidermonkey the async work has also been done in this meta bug https://bugzilla.mozilla.org/show_bug.cgi?id=1569081 I was under the impression that both the proposals have been merged into one...
Hello!! Presently when trying to read through the diff of the pr using https://arai-a.github.io/ecma262-compare/?pr=3000 a lot of seemingly unrelated changes show up this is making reading and understanding the changes...
Hey! now its significantly easier to read from https://arai-a.github.io/ecma262-compare/?pr=3000 thank you so much!!