Closed boneskull closed 4 days ago
globalThis can contain Symbol keys, so it is more correctly typed as Record<PropertyKey, any>.
globalThis
Symbol
Record<PropertyKey, any>
This also widens the type of the globals parameter in the Compartment constructor.
globals
Compartment
globalThis
can containSymbol
keys, so it is more correctly typed asRecord<PropertyKey, any>
.This also widens the type of the
globals
parameter in theCompartment
constructor.