jorendorff / js-loaders

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

ResolveExport ( M, exportName, visited ) #74

Open arv opened 10 years ago

arv commented 10 years ago
  1. Let binding be the result of calling the ResolveExport abstract operation passing def.[[Module]] and def.[[ImportName]] as arguments.

Needs to pass visited too.