[heycam/webidl] Disallow underscore-and-hyphen only identifiers (#633)

This works for #632.
The previous regular expression accepts strange tokens, i.e. `_-` or `-123`, as identifier tokens. The new expression does not accept them.
You can view, comment on, or merge this pull request online at:

  https://github.com/heycam/webidl/pull/633

-- Commit Summary --

  * Disallow underscore or hyphen only identifiers

-- File Changes --

    M index.bs (2)

-- Patch Links --

https://github.com/heycam/webidl/pull/633.patch
https://github.com/heycam/webidl/pull/633.diff

-- 
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/pull/633

Received on Wednesday, 30 January 2019 05:03:31 UTC