issues
search
agoric-labs
/
PlaygroundVat
OBSOLETE prototype Vat host: use SwingSet instead
Apache License 2.0
30
stars
5
forks
source link
ESLint changes to test/util.js
#27
Closed
katelynsills
closed
5 years ago
katelynsills
commented
5 years ago
Errors
Fixes
Change
for..of
to
forEach
Use
Object.prototype.hasOwnProperty.call(
instead
Temporarily disable unreachable rule (otherwise get unnecessary return and unused arguments)
Errors
Fixes
for..of
toforEach
Object.prototype.hasOwnProperty.call(
instead