endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
829 stars 72 forks source link

fix(exo): ContextProvider typing #1966

Closed erights closed 9 months ago

erights commented 9 months ago

closes: #XXXX refs: #1925 https://github.com/Agoric/agoric-sdk/pull/8752

Description

A ContextProvider is a function from an instance to a Context or undefined. But the type did not include the undefined.

Security Considerations

Scaling Considerations

Documentation Considerations

Testing Considerations

Upgrade Considerations