endojs / endo

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

refactor(daemon): Maker table #2209

Closed kriskowal closed 5 months ago

kriskowal commented 5 months ago

Converts the maker if/else chain into a lookup table for faster dispatch and better type hints. The new maker table type identified the extraneous WebBundleFormula left over from an earlier refactor.