elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.02k stars 24.82k forks source link

[ES|QL] change `isDevVersion` to `this.isDevVersion` in ANTLR grammars #112285

Closed drewdaemon closed 2 months ago

drewdaemon commented 2 months ago

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()).

elasticsearchmachine commented 2 months ago

Pinging @elastic/es-analytical-engine (Team:Analytics)

elasticsearchmachine commented 2 months ago

Pinging @elastic/kibana-esql (ES|QL-ui)