- From: Chris Nardi <notifications@github.com>
- Date: Fri, 08 Jun 2018 10:33:33 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 8 June 2018 17:33:57 UTC
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