Whether or not array literals are allowed. A value of true
allows
array literals, false
blocks them. Defaults to true
.
Whether or not function calls are allowed. A value of true
allows
function calls, false
blocks them. Defaults to true
.
Whether or not member access is allowed. A value of true
allows member
access, false
blocks it. Defaults to true
.
Whether or not object literals are allowed. A value of true
allows
object literals, false
blocks them. Defaults to true
.
Whether or not regular expressions are allowed. A value of true
allows
regular expressions, false
blocks them. Defaults to true
.
Whether or not tagged template literals are allowed. A value of true
allows tagged template literals, false
blocks them. Defaults to true
.
Whether or not template literals are allowed. A value of true
allows
template literals, false
blocks them. Defaults to true
.
Generated using TypeDoc
Defines what syntax is allowed.