- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Fri, 12 Apr 2019 19:59:03 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 13 April 2019 02:59:25 UTC
saschanaz 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 "}" ";"
Why do we have two exactly same grammars `Module` and `PartialModule`?
--
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#pullrequestreview-226336173
Received on Saturday, 13 April 2019 02:59:25 UTC