Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
esprima
Syntax
UpdateExpression
Interface UpdateExpression
Hierarchy
Expression
UpdateExpression
SomeExpression
Index
Properties
argument
leadingComments
loc
operator
prefix
range
trailingComments
type
Properties
public
argument
:
SomeExpression
optional
public
leadingComments
?:
Comment
[]
optional
public
loc
?:
LineLocation
public
operator
:
string
public
prefix
:
boolean
optional
public
range
?:
Array<number>
optional
public
trailingComments
?:
Comment
[]
public
type
:
string
Globals
esprima
esprima
esprima.Syntax
ArrayExpression
ArrowFunctionExpression
AssignmentExpression
BinaryExpression
BlockStatement
BlockStatementOrExpression
BreakStatement
CallExpression
CatchClause
Comment
ConditionalExpression
ContinueStatement
DebuggerStatement
Declration
DoWhileStatement
EmptyStatement
Expression
ExpressionStatement
ForInStatement
ForStatement
Function
FunctionDeclration
FunctionExpression
Identifier
IdentifierOrExpression
IfStatement
LabeledStatement
LineLocation
Literal
LiteralOrIdentifier
LogicalExpression
MemberExpression
NewExpression
Node
ObjectExpression
Position
Program
Property
ReturnStatement
SequenceExpression
SomeExpression
SomeStatement
SomeStatementOrList
Statement
SwitchCase
SwitchStatement
ThisExpression
ThrowStatement
TryStatement
UnaryExpression
UpdateExpression
argument
leadingComments
loc
operator
prefix
range
trailingComments
type
VariableDeclaration
VariableDeclarator
VariableDeclaratorOrExpression
WhileStatement
WithStatement