- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 04 Mar 2019 02:26:37 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 4 March 2019 10:26:59 UTC
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