Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
esprima
Syntax
SomeStatement
Interface SomeStatement
Hierarchy
EmptyStatement
ExpressionStatement
BlockStatement
IfStatement
LabeledStatement
BreakStatement
ContinueStatement
WithStatement
SwitchStatement
ReturnStatement
ThrowStatement
TryStatement
WhileStatement
DoWhileStatement
ForStatement
ForInStatement
DebuggerStatement
SomeStatement
SomeStatementOrList
Index
Properties
alternate
argument
block
body
cases
consequent
discriminant
each
expression
finalizer
guardedHandlers
handler
init
label
leadingComments
left
lexical
loc
object
range
right
test
trailingComments
type
update
Properties
public
alternate
:
SomeStatement
public
argument
:
SomeExpression
public
block
:
BlockStatement
public
body
:
SomeStatementOrList
public
cases
:
SwitchCase
[]
public
consequent
:
SomeStatement
public
discriminant
:
SomeExpression
public
each
:
boolean
public
expression
:
SomeExpression
public
finalizer
:
BlockStatement
public
guardedHandlers
:
CatchClause
[]
public
handler
:
CatchClause
public
init
:
VariableDeclaratorOrExpression
public
label
:
Identifier
optional
public
leadingComments
?:
Comment
[]
public
left
:
VariableDeclaratorOrExpression
public
lexical
:
boolean
optional
public
loc
?:
LineLocation
public
object
:
SomeExpression
optional
public
range
?:
Array<number>
public
right
:
SomeExpression
public
test
:
SomeExpression
optional
public
trailingComments
?:
Comment
[]
public
type
:
string
public
update
:
SomeExpression
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
alternate
argument
block
body
cases
consequent
discriminant
each
expression
finalizer
guardedHandlers
handler
init
label
leadingComments
left
lexical
loc
object
range
right
test
trailingComments
type
update
SomeStatementOrList
Statement
SwitchCase
SwitchStatement
ThisExpression
ThrowStatement
TryStatement
UnaryExpression
UpdateExpression
VariableDeclaration
VariableDeclarator
VariableDeclaratorOrExpression
WhileStatement
WithStatement