Rick Waldron

Results 213 comments of Rick Waldron

Honestly, this is a great place to start! This would allow you to familiarize yourself with different aspects of the work done here.

Take a look in `test/built-ins/Array/*` (there's a lot there!) for tests that include `Proxy` and familiarize yourself with what is being covered. Then in `test/built-ins/Proxy/*`, find all the tests that...

@leobalter thanks for the additional details!

@ryzokuken I've merged the other Segmenter tests today.

Test262 only supports testing the latest draft specification + stage 3 proposals. If you use the `features` flags to omit tests that you don't want to include, you could probably...

@jsjzgy That _should_ be every feature added since ES5.1, but the practice wasn't fully established back in 2015, so there may be ES6 features that were missed, but I wouldn't...

@nicolo-ribaudo I'm not going to ask you to move the files out of the `metadata/` dirs, but this is a heads up that I will move them later. 👍

@acutmore & @ljharb as long as every step in each method's algorithm has coverage, that will be assured 👍

Wow! This is a great head start here :) Let's wait until our video call on Friday to do a review together.