Re: [heycam/webidl] Define Web IDL Modules (#675)

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