Re: [heycam/webidl] [WIP] Define Web IDL Modules (#675)

A thing I'm missing here is infrastructure around scoping.
```webidl
module X {
  interface Y { ... };
};
interface Y { ... };
```
Is that okay? If not, what forbids it? If it is, what forbids the second interface declaration from being `partial interface Y`? (Or maybe this why `[Exposed]` is not allowed?)

-- 
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/675#issuecomment-469200698

Received on Monday, 4 March 2019 10:26:59 UTC