archives

« Bugzilla Issues Index

#2499 — Extra step (due to copy/paste) in "15.2.2.3 Static Semantics: ExportEntries"


In "15.2.2.3 Static Semantics: ExportEntries":
> ExportDeclaration : export ExportClause ;
>
> 1. Let module be the sole element of ModuleRequests of FromClause.
> 2. Return ExportEntriesForModule of ExportClause with argument null.

Step 1 can just be deleted. There's no FromClause here and the result isn't used.


Noticed by arv, https://github.com/jorendorff/js-loaders/issues/81


fixed in rev25 editor's draft


fixed in rev25