- From: Boris Zbarsky <notifications@github.com>
- Date: Mon, 06 Feb 2017 21:03:46 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 February 2017 05:04:20 UTC
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