agoric-labs / PlaygroundVat

OBSOLETE prototype Vat host: use SwingSet instead
Apache License 2.0
30 stars 5 forks source link

ESLint changes to src/vat/index.js #57

Closed katelynsills closed 5 years ago

katelynsills commented 5 years ago

Errors

screen shot 2019-02-22 at 11 41 54 am

Fixes

  1. Add SES as global
  2. Combine flowcomm imports, but keep comments.
  3. Comment out unused msgre. There is a later msgre, so I assume this might be switched to in the future. Could be wrong on this.
  4. comment out the definition of marshal, since it is only used in commented out code.
  5. Remove unused buildSturdyRef - this is unused entirely. We could decide to keep this instead.
  6. comment out arg which is only used in commented out code