Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequireCallExpression

Hierarchy

  • SimpleCallExpression
    • RequireCallExpression

Index

Properties

arguments

arguments: [SimpleLiteral]

callee

callee: Identifier

Optional leadingComments

leadingComments: Array<Comment>

Optional loc

loc: SourceLocation | null

Optional range

range: [number, number]

Optional trailingComments

trailingComments: Array<Comment>

type

type: "CallExpression"