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

I agree with @saschanaz . We need to discuss which is better before merging the patch.
Obviously, `_?[A-Za-z-][0-9A-Z_a-z-]*` allows `_-` and `--`, while `[_-]?[A-Za-z][0-9A-Z_a-z-]*` doesn't.

-- 
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-458501806

Received on Tuesday, 29 January 2019 11:13:14 UTC