Re: [heycam/webidl] We may want to suport constants on namespaces (#440)

Gecko has one (to detect whether window.console is a built-in Console object), but it's not exposed to the web.  At the moment we're just extending the namespace syntax to allow constants in a namespace; the problem is that we won't obviously notice if some spec starts using them even though webidl itself doesn't support them, because our parser will parse them.

It's not a huge deal either way for me, obviously.  Just thought I'd bring it up.

-- 
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/440#issuecomment-328982489

Received on Tuesday, 12 September 2017 20:58:59 UTC