Re: [heycam/webidl] `any` type conversion does not take into account of symbols (#301)

None offhand, but the way IDL works in general is that ES types get mapped to IDL types, so we need a way to represent Symbol on the IDL side.  The Symbol type would work much like "object": it would just be an opaque reference to the ES Symbol.

There would be no syntactic way to express the Symbol type other than "any".

-- 
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/301#issuecomment-277902591

Received on Tuesday, 7 February 2017 05:04:20 UTC