Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ses): widen type of globalThis in Compartment (#2644)
`globalThis` can contain `Symbol` keys, so it is more correctly typed as `Record<PropertyKey, any>`. This also widens the type of the `globals` parameter in the `Compartment` constructor.
- Loading branch information