Closed kriskowal closed 10 months ago
Agoric’s load generator test uses node -r esm which doesn’t support the ?? nor ?. operators.
node -r esm
??
?.
This change introduces a lint rule to help us avoid this trip-fall and then ensures that existing packages pass the new rules.
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.