Polyglot SQL API Documentation - v0.1.0
GitHub
npm
Preparing search index...
ast
NodePath
Interface NodePath
Path to a node in the AST
interface
NodePath
{
ancestors
:
Expression
[]
;
index
:
number
|
null
;
key
:
string
|
null
;
node
:
Expression
;
parent
:
Expression
|
null
;
}
Index
Properties
ancestors
index
key
node
parent
Properties
ancestors
ancestors
:
Expression
[]
index
index
:
number
|
null
key
key
:
string
|
null
node
node
:
Expression
parent
parent
:
Expression
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ancestors
index
key
node
parent
GitHub
npm
Polyglot SQL API Documentation - v0.1.0
Loading...
Path to a node in the AST