Re: [heycam/webidl] identifier needs to allow a leading hyphen (#564)

Fwiw, the regexp Gecko's IDL parser uses for identifiers is:

    [A-Z_a-z][0-9A-Z_a-z-]*

which does match `_-foo-bar`.  It looks like when we fixed https://bugzilla.mozilla.org/show_bug.cgi?id=1048437 the change to the IDL spec didn't match the change we made to our parser...

-- 
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/564#issuecomment-395869162

Received on Friday, 8 June 2018 19:46:09 UTC