17:30
<jschoi>
Is there a way to view a rendered version of pull requests to ECMA-262, preferably with marked-up deltas? For example, reading a rendered version of https://github.com/tc39/ecma262/pull/2942/files.
17:51
<bakkot>
jschoi: at the bottom, click "show all checks", then scroll down to "Begin.com build preview — Preview ready!" and click the "details" button
17:52
<bakkot>
for rendered diffs, you can use https://arai-a.github.io/ecma262-compare/
17:52
<bakkot>
e.g. https://arai-a.github.io/ecma262-compare/?pr=2942
17:53
<jschoi>
Thank you!