jugglinmike
jugglinmike
Currently, the "auth" module is implemented as a singleton. This makes it difficult to use in contexts where the same process exposes multiple OAuth endpoints. My use case is a...
I'm making a simple HTTP proxy for use in Selenium UI tests. Replay is great because it provides an automated way to cache the responses from an external service. Ideally,...
Add Servo, the new Mozilla browser engine https://servo.org/ Originally requested via gh-831
The ES2016 draft modifies the semantics of RegExpBuiltinExec to infer "global" and "sticky" using the regular expression object's [[OriginalFlags]] internal slot [1]. Update the algorithm accordingly. This change removes two...
_This patch is incomplete!_ The goal of this patch is to allow Test262 tests to express `negative: SyntaxError` for module loading errors such as ambiguous import bindings. With this patch...
As of version 0.21.0, Ava's built-in assertions do not influence the execution of the test body. Specifically, when an assertion is violated, the test continues to execute. This behavior was...
[The Temporal proposal](https://github.com/tc39/proposal-temporal) reached Stage 3 on [2021-03-10](https://github.com/tc39/notes/blob/master/meetings/2021-03/mar-10.md), and like all ECMA262 proposals, it needs coverage in Test262 to advance to Stage 4. In terms of normative text, it is...
Although the semantics being verified by a synchronous test may be observable during the initial evaluation, subsequently-rejected jobs may indicate errors in test design or anomalies in the implementation under...
@bakkot reported the coverage gap in gh-2978. That issue has more detail on the missing tests, including why we may prefer to wait for a normative change to ECMA262 before...