We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394d2cc commit d5eabf9Copy full SHA for d5eabf9
1 file changed
README.md
@@ -22,6 +22,10 @@ Dynamic `import` of a `ModuleSource` within these evaluators
22
instantiates that module in the new global's module map and in the lexical
23
scope of the new global.
24
25
+This proposal does not attempt to create a new category of global object, but
26
+creates a mechanism for replicating the existing types such that import and
27
+evaluation behavior can be scoped to different instances.
28
+
29
> This proposal picks up from the previous proposal for
30
> [Evaluators](https://github.com/tc39/proposal-compartments/blob/7e60fdbce66ef2d97370007afeb807192c653333/3-evaluator.md)
31
> from the [HardenedJS](https://hardenedjs.org) [`Compartment` proposal][proposal-compartments] and depends upon [proposal-import-hook][],
0 commit comments