endojs / endo

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

refactor(daemon): Consolidate interface definitions and cleanup #2225

Closed kriskowal closed 2 months ago

kriskowal commented 2 months ago

These individually reviewable commits consolidate some recurring patterns, move interface definitions into a separate module, adds more explanatory comments, and fixes some lingering errors.