Leo Balter
Leo Balter
It would be nice to output not only a HTML diff but also some object with the diff results. This way we could use the better-diff both for HTML and...
the [[Get]] internal slot of Proxy [calls the handler](http://www.ecma-international.org/ecma-262/6.0/index.html#sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver) with `target`, `P`, and `receiver` as arguments. the [[Call]] internal slot [calls the handler] with `thisArgument` and an `argsList` which is...
# CLI Feedback ## What have you loved? `gh pr checkout` is one of the best features of this tool, thanks! ## What was confusing or gave you pause? I...
I'd like to have a pre-compiled engine262 available in jsvu. I would use it for projects like the test262.report, similarly to #73 and #72 https://github.com/engine262/engine262 Thanks!
Realms achieved Stage 3 at TC39 this week! @rwaldron and I are both working on authoring the tests for Realms. We are registering the action here to avoid eventual conflict...
> For this + other tests that do `f()`, I think we need to make sure `f` is a function — otherwise Web-compatible engines produce a `ReferenceError` which is not...
We should restrict the YAML format for the test files frontmatter to improve interoperability. Many test runners depend on quick but limited yaml parsers and it's ok to have style...
This is feedback after reviewing this [contributed test](https://github.com/WebKit/webkit/blob/master/JSTests/stress/array-concat-spread-proxy.js) - [ ] add cases of Array methods on top of proxies objects with array targets
On https://github.com/axemclion/grunt-saucelabs/blob/b25ff61b7ce0126bbe507f931758ce8cfb64bae7/examples/qunit/index.html#L12-L19 this could be replaced by: ``` js QUnit.log(function(details) { if (!details.result) { log.push(details); } }); ``` Overwriting a callback method is not recommended on QUnit and you don't...