jorendorff / js-loaders

Pseudoimplementation of the proposed ES6 module loaders.
54 stars 7 forks source link

15.1.2.3 Static Semantics: ExportEntries #81

Closed arv closed 10 years ago

arv commented 10 years ago

ExportDeclaration : export ExportClause ;

  1. Let module be the sole element of ModuleRequests of FromClause.
  2. Return ExportEntriesForModule of ExportClause with argument null

This one does not have a FromClause

jorendorff commented 10 years ago

Filed: https://bugs.ecmascript.org/show_bug.cgi?id=2499