Re: [heycam/webidl] Better regular expression for identifiers (#632)

>So if we accept "__", should it be treated as "_"?

The answer is probably yes, but I think that would be meaningless because [currently identifiers cannot start with `_`](https://heycam.github.io/webidl/#idl-names):
   >The identifier of any of the abovementioned IDL constructs must not be "constructor", "toString", or begin with a U+005F LOW LINE ("_") character. These are known as reserved identifiers.

-- 
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/632#issuecomment-458756524

Received on Wednesday, 30 January 2019 00:00:16 UTC