OptionalexplicitIf true, only properties with a matching allow rule can be accessed by the expression. If false, all properties can be accessed unless they have a block rule. Defaults to false.
OptionaloperatorsDefines which operators are allowed. By default, all supported operators,
except for typeof, in, and instanceof, are allowed.
OptionalrulesAccess rules to use when determining what properties can be accessed by the expression. The rules are evaluated in order.
OptionalsyntaxDefines what syntax is allowed. By default, all supported syntax is allowed.
Options for parsing.