Which binary operators to allow. Valid options are +, -, *, **,
/, %, <, >, <=, >=, ==, !=, ===, !==, |, &,
<<, >>, >>>, in, instanceof.
Which binary operators to block. Valid options are +, -, *, **,
/, %, <, >, <=, >=, ==, !=, ===, !==, |, &,
<<, >>, >>>, in, instanceof.
Defines which binary operators are allowed. Must provide an allow list or a block list, but not both. Valid options are
+,-,*,**,/,%,<,>,<=,>=,==,!=,===,!==,|,&,<<,>>,>>>,in,instanceof.