Closed drewdaemon closed 2 months ago
All code in the grammar files must be compatible with both Java and Javascript in order for Kibana to consume these files.
Javascript does not support an implicit this when invoking methods. It must be explicit (e.g. this.isDevVersion()).
this
this.isDevVersion()
Pinging @elastic/es-analytical-engine (Team:Analytics)
Pinging @elastic/kibana-esql (ES|QL-ui)
Description
All code in the grammar files must be compatible with both Java and Javascript in order for Kibana to consume these files.
Javascript does not support an implicit
this
when invoking methods. It must be explicit (e.g.this.isDevVersion()
).