agoric-labs / PlaygroundVat

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

ESLint updates to examples/counter.js #45

Closed katelynsills closed 5 years ago

katelynsills commented 5 years ago

Errors

screen shot 2019-02-21 at 12 35 48 pm

Fixes

  1. add global Flow and Vow
  2. fix intentionally unused args

Remaining issues to be discussed

Where is ext coming from?

katelynsills commented 5 years ago

@warner do you know how ext is being used?

warner commented 5 years ago

ext is an injected global that the Vat is adding for testing purposes (I think it emits some log messages that I checked manually). Let's stick a /* global for it at the top for now.