endojs / endo

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

Avoid null coalescing and optional chaining #1905

Closed kriskowal closed 10 months ago

kriskowal commented 10 months ago

Agoric’s load generator test uses node -r esm which doesn’t support the ?? nor ?. operators.

This change introduces a lint rule to help us avoid this trip-fall and then ensures that existing packages pass the new rules.