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

But the regex for identifiers is:

```
/_?[A-Za-z][0-9A-Z_a-z-]*/
```

and `_-foo-bar` wouldn't be matched by that regex.

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

Received on Friday, 8 June 2018 17:33:57 UTC