sharedModuleEnclosing property

Environment? sharedModuleEnclosing
final

Enclosing environment for entries built into sharedBridgedModuleEnvironments. Must be the shared warm parent (not the per-execution global environment), so a cached module env is safe to reuse across executions. null falls back to globalEnvironment.

Implementation

final Environment? sharedModuleEnclosing;