Re: [heycam/webidl] Use ES Completion records consistently (#403)

> ("Return value. -> "Return NormalCompletion(value).")

This is actually a no-op in ES, because in ES you are allowed to interpret implicit "return _x_" as returning a normal completion for _x_.

In general, see https://heycam.github.io/webidl/#conventions bottom three paragraphs. I'm not sure if there's actually a problem here.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/403#issuecomment-321991879

Received on Saturday, 12 August 2017 16:39:52 UTC