Re: [heycam/webidl] Declaring modules in WebIDL (#592)

> Can interface names overlap due to modules and namespaces?

I think they should be able to; that's part of the idea of namespaces after all. E.g. you might do `import { Connection } from "@std/bluetooth"` and `import { Connection } from "@std/quic"` or similar.

-- 
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/592#issuecomment-448023604

Received on Monday, 17 December 2018 22:30:27 UTC