Polyglot SQL API Documentation - v0.8.1
GitHub
npm
Preparing search index...
ast
replaceByType
Function replaceByType
replaceByType
(
node
:
Expression
,
type
:
string
,
replacement
:
Expression
|
(
(
node
:
Expression
)
=>
Expression
)
,
)
:
Expression
Replace nodes of a specific type
Parameters
node
:
Expression
type
:
string
replacement
:
Expression
|
(
(
node
:
Expression
)
=>
Expression
)
Returns
Expression
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Polyglot SQL API Documentation - v0.8.1
Loading...
Replace nodes of a specific type