Re: [heycam/webidl] Considering factoring WebIDL to allow use from the ECMAScript specification (#486)

Good point, we're looking at something like this, then, I suppose (visualizing this is actually useful for me, maybe it's a n annoyance to others; if so, apologies):

```
                Infra
             /         \
      IDL (core)  <—>  ES6 (core)
       /     \         /        \
       |    IDL (core bindings)  |
       |            |           /
       |            ES6 (stdlib)
       \                  |
      IDL (extended)      ?
           |              |
         IDL (extended bindings)   <—>  HTML
                                \        /
                            Web specifications
```

-- 
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/486#issuecomment-349631478

Received on Wednesday, 6 December 2017 12:55:31 UTC