Kevin Gibbons

Results 164 issues of Kevin Gibbons

[AsyncBlockStart](https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncblockstart) step 5 transfers control into an async function, which (unless it completes without `await`ing) transfers it back by hitting [Await](https://tc39.es/ecma262/multipage/control-abstraction-objects.html#await) step 10. But Await step 10 resumes the outer...

jsdom has finally updated its transitive dependency which was printing a deprecation warning, so bump it to silence the warning here. None of the breaking changes should be relevant to...

From https://github.com/tc39/ecmarkup/issues/609: ```html FooBar ( _v_: an ECMAScript language value, ): an integereither a normal completion containing an integer, or a throw completion description 1. Throw a *RangeError* exception. 1....