endojs / endo

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

fix(daemon): Strengthen type checks #1832

Closed kriskowal closed 11 months ago

kriskowal commented 11 months ago

Evidently type checks have drifted because @ts-check comments are for some reason not redundant with "checkJs": true as advertised. This change gets ts-check to pass for all the daemon sources.