archives

« Bugzilla Issues Index

#4258 — 15.2.1.16.1: extra space and missing "]]"


In 15.2.1.16.1 "Runtime Semantics: ParseModule ( sourceText )",
step 11.a.ii.3.a says:
Append to indirectExportEntries the Record {
[[ModuleRequest]]: ie.[[ModuleRequest]],
[[ImportName]]: ie. [[ImportName]],
[[LocalName]]: null,
[[ExportName]]: ee.[[ExportName
}.

In "ie. [[ImportName]]", delete the extra space.

In "ee.[[ExportName", append "]]".


fixed in rev38 editor's draft


in rev38