simple modules

Kris Kowal kris.kowal at cixar.com
Tue Feb 2 17:03:19 PST 2010


Presuming that in the proverbial glossary a "Context" is what ES
presently calls an execution context that has some intrinsic
"Primordials", and a "Sandbox" is a mapping from unique module
identifiers to modules (albeit instances or makers depending on what
proposal you're talking about), does this proposal suggest that there
is exactly one "Context" for every "Sandbox" and that any "module
block statement" evaluated in a context populates the corresponding
sandbox with a mapping from the given module identifier to the first
class exports object of that module?

Kris Kowal


More information about the es-discuss mailing list