Open vadimkibana opened 2 days ago
The Builder API in @kbn/esql-ast allows to create raw AST nodes, finalize it:
Builder
@kbn/esql-ast
parser/
Pinging @elastic/kibana-esql (Team:ESQL)
The
Builder
API in@kbn/esql-ast
allows to create raw AST nodes, finalize it:Builder
supports all nodes types.parser/
useBuilder
for all node construction.