- From: Ms2ger <notifications@github.com>
- Date: Mon, 15 Apr 2019 09:00:34 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 April 2019 09:01:11 UTC
Ms2ger commented on this pull request. > + 1. [=list/Append=] the [=attribute=] defined by |s| to |members|. + 1. Return |members|. +</div> + +<div data-fill-with="grammar-Partial"></div> + +<div data-fill-with="grammar-PartialDefinition"></div> + +<pre class="grammar" id="prod-Module"> + Module : + "module" identifier "{" ModuleMembers "}" ";" +</pre> + +<pre class="grammar" id="prod-PartialModule"> + PartialModule : + "module" identifier "{" ModuleMembers "}" ";" To distinguish the two cases in the definition of "module declaration" and "partial module declaration". There may be a better way to do this. -- 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/675#discussion_r275265239
Received on Monday, 15 April 2019 09:01:11 UTC