Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
esprima
Syntax
LiteralOrIdentifier
Interface LiteralOrIdentifier
Hierarchy
Literal
Identifier
LiteralOrIdentifier
Index
Properties
leadingComments
loc
name
range
trailingComments
type
value
Properties
optional
public
leadingComments
?:
Comment
[]
optional
public
loc
?:
LineLocation
public
name
:
string
optional
public
range
?:
Array<number>
optional
public
trailingComments
?:
Comment
[]
public
type
:
string
public
value
:
any
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
leadingComments
loc
name
range
trailingComments
type
value
LogicalExpression
MemberExpression
NewExpression
Node
ObjectExpression
Position
Program
Property
ReturnStatement
SequenceExpression
SomeExpression
SomeStatement
SomeStatementOrList
Statement
SwitchCase
SwitchStatement
ThisExpression
ThrowStatement
TryStatement
UnaryExpression
UpdateExpression
VariableDeclaration
VariableDeclarator
VariableDeclaratorOrExpression
WhileStatement
WithStatement