Skip to content

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

@drewdaemon

Description

@drewdaemon

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions