- From: peria <notifications@github.com>
- Date: Tue, 29 Jan 2019 21:02:58 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 30 January 2019 05:03:31 UTC
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