Re: [heycam/webidl] Add the symbol type (#377)

@domenic So I'm a little confused about this change. The grammar allows writing something like this:

    void foo((symbol or long) arg);

but the processing model for unions (and overload resolution) seems to not know about symbols?  I thought the idea was to only allow them to be passed via `any`, but it looks like syntax got added for them?

-- 
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/377#issuecomment-370049394

Received on Friday, 2 March 2018 20:54:40 UTC