Re: [heycam/webidl] Exception cleanup (#250)

> Latest version LGTM although I guess you still want to straighten out the various kinds of throw.

So did some of that. Turns out it's hard to do better, as adding a `for` attribute to ecmascript throw requires adding one to the regular (WebIDL) throw too. In turn, I think this will break links in all specs relying on referencing WebIDL throw the way it is right now (and not something like `[=/throw=]` instead).

Alternatively, @tabatkins can prove me wrong and explain what it is I'd have to do to be able to use `[=ecmascript/throw=]` locally, and export the other regular (WebIDL) `throw`, so folks can just refer to it as [=throw=] elsewhere.

-- 
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/pull/250#issuecomment-266311024

Received on Sunday, 11 December 2016 21:55:16 UTC